Open Access
ARTICLE
Decoupling of Multi-View Facial Features for Cushing’s Syndrome Diagnosis
1 School of Computer Science, Beijing University of Technology, Beijing, China
2 Key Laboratory of Endocrinology of National Health Commission, Department of Endocrinology, Peking Union Medical College Hospital, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China
3 Department of Plastic Surgery, Peking Union Medical College Hospital, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China
* Corresponding Author: Qing Zhao. Email:
(This article belongs to the Special Issue: Advances in Computational Intelligence for Complex Systems)
Computer Modeling in Engineering & Sciences 2026, 148(1), 41 https://doi.org/10.32604/cmes.2026.083525
Received 05 April 2026; Accepted 15 June 2026; Issue published 27 July 2026
Abstract
Cushing’s syndrome (CS) is a rare endocrine disorder characterized by chronic hypercortisolism, and facial image-based intelligent diagnosis has emerged as a promising non-invasive approach. However, existing diagnostic models suffer from two core bottlenecks: inefficient fusion of deep semantic features and clinical prior features, and insufficient multi-view facial feature disentanglement without CS-specific pathophysiological constraints. To address these limitations, we propose a novel Multi-View Facial Feature Disentanglement Network (MVFFD-Net) for high-precision automatic CS diagnosis. The network takes five standard facial views (frontal, bilateralKeywords
Cushing’s syndrome (CS) is a group of rare endocrine disorders characterized by persistently elevated cortisol levels as the core feature. The complexity of its pathogenesis and the multisystem involvement of its clinical manifestations pose significant challenges to clinical diagnosis and treatment [1]. Due to the long-term excessive secretion of glucocorticoids, the disease induces a series of systemic impairments, including immune dysfunction, metabolic imbalance, and neuropsychiatric symptoms. Typical clinical manifestations include central obesity, supraclavicular fat pad accumulation, skin thinning with striae formation, proximal muscle weakness, refractory hypertension, abnormal glucose metabolism, acne, and hirsutism. Additionally, impaired cognitive function may occur in some cases. These clinical manifestations exhibit high heterogeneity, which not only increases the difficulty of early disease identification but also often results in a diagnostic delay of 2 to 6 years [2]. This delay significantly elevates the risk of complications and mortality in patients. Therefore, the development of efficient and accurate screening and diagnostic tools has become an urgent need in the current field of clinical management of CS.
Nevertheless, the clinical demand for an accessible, non-invasive, and reliable auxiliary screening tool for CS remains insufficiently addressed. CS is particularly suitable for facial image-based analysis because its characteristic phenotypes are directly manifested in facial morphology and texture; however, these diagnostic cues are distributed across different viewpoints and are difficult to capture adequately by single-view models or generic fusion strategies. Therefore, the core motivation of this study is to develop a clinically informed multi-view diagnostic framework that can more effectively integrate complementary facial information and disease-specific prior knowledge for early and accurate CS identification.
In recent years, advances in artificial intelligence (AI)-driven medical image analysis [3,4] have established novel paradigms for non-invasive CS diagnosis, positioning facial image-based intelligent detection as a burgeoning research hotspot at the intersection of endocrinology and computer vision. Pioneering work by Popp et al. [5] and Kosilek et al. [6] first validated the feasibility of this approach, extracting handcrafted texture and geometric features from frontal and lateral facial images paired with traditional machine learning classifiers for disease identification, and establishing the foundational methodological framework for the field. Subsequently, deep learning emerged as the mainstream methodology: Wei et al. [7] developed a fully automatic convolutional neural network (CNN)-based diagnostic pipeline via facial detection, alignment and deep feature extraction from frontal images, markedly improving diagnostic efficiency and accelerating clinical translation, though CNNs’ intrinsic inductive bias toward local feature extraction limits their capture of global facial phenotypes pathognomonic for CS. Liu et al. [8] addressed this limitation using the Vision Transformer (ViT)-based DINOv2 model, whose self-attention mechanism excels at modeling long-range global feature dependencies and achieved superior performance over CNN-based counterparts; critically, both studies relied exclusively on frontal facial images, neglecting diagnostically critical pathological features in lateral and oblique views. To overcome this single-view constraint, Qiang et al. [9] explored multi-view feature fusion, extracting frontal and lateral view features via pre-trained deep models, enhancing feature representation with a hybrid channel-spatial attention module, and optimizing cross-view feature complementarity and consistency via dedicated projection heads to further unlock the diagnostic potential of multi-view facial information.
Despite these advances, two fundamental technical bottlenecks remain unaddressed, which severely restrict the performance ceiling and real-world applicability and generalizability of facial image-based CS diagnostic models. First, the lack of bidirectional synergistic fusion between deep semantic features and clinically interpretable prior features. Existing methodologies are confined to two mutually isolated paradigms: studies relying solely on handcrafted clinical prior features (e.g., Histogram of Oriented Gradients (HOG), Local Binary Pattern (LBP) [5,6] capture fine-grained CS-specific pathological alterations with high clinical interpretability, but fail to model global facial pathological semantics; works leveraging exclusively deep learning-derived features [7–9] excel at global phenotypic pattern recognition, but lack principled integration of clinically meaningful prior knowledge. No existing framework has established bidirectional information interaction and collaborative enhancement between these two complementary feature modalities, leading to suboptimal diagnostic performance and limited clinical interpretability. Second, insufficient multi-view feature disentanglement with a critical absence of CS-specific pathophysiological prior constraints. CS-related facial pathological phenotypes exhibit strong view dependency, with distinct views providing non-redundant diagnostic information [5,6,9]. However, existing multi-view studies fail to accurately disentangle view-invariant core disease features from view-specific pathological phenotypes. The resulting feature entanglement renders models vulnerable to view variations, impeding the retention of cross-view consistent disease signatures and full exploitation of view-specific diagnostic information. While state-of-the-art feature disentanglement techniques [10–12] offer a theoretical solution, their application to CS diagnosis requires integration of a core pathophysiological prior: the pathognomonic moon facies of CS exhibits strict bilateral symmetry, whereas asymmetric facial features are almost exclusively derived from diagnosis-irrelevant imaging or physiological interferences. None of the existing models have embedded this critical clinical prior into the disentanglement workflow, which prevents purification of CS-specific pathological representations, limits detection of subtle early-stage pathological changes, and ultimately makes existing methods unable to meet the high sensitivity and accuracy requirements for real-world early CS screening.
In this work, the target problem is formulated as facial-image-based AI-assisted diagnosis of CS rather than definitive diagnosis in the endocrinological sense. More specifically, the proposed model performs subject-level discrimination between individuals with CS and matched controls from five standard facial views, with the goal of providing non-invasive auxiliary diagnostic support for clinical decision-making and early referral. This positioning is clinically appropriate because CS presents characteristic facial phenotypes, whereas final confirmation still depends on specialist evaluation, hormonal testing, and established diagnostic criteria.
To address these two core limitations, we propose a novel Multi-View Facial Feature Disentanglement Network (MVFFD-Net) for high-precision automatic CS diagnosis, which takes facial images from five standard views (frontal, bilateral
CS is a debilitating endocrine and metabolic disorder, whose pathognomonic facial phenotypic alterations serve as critical non-invasive visual biomarkers for AI-assisted diagnosis. In recent years, AI-enabled CS diagnosis has emerged as a rapidly evolving research focus, with existing studies falling into two primary paradigms: clinical data-driven predictive methods and facial image-based phenotypic analysis.
Early foundational work in AI-assisted CS diagnosis centered on structured electronic medical records (EMRs) data and multi-modal clinical datasets. For example, Zhang et al. [13] developed a prediction model integrating structured features and free-text information from EMRs, employing classical machine learning algorithms including Multilayer Perceptron (MLP) [14], Support Vector Machine (SVM) [15], Random Forest (RF) [16], and Logistic Regression (LR) [17]. Furthermore, Isci et al. [18] proposed a multi-modal classification framework, combining clinical features, laboratory indicators, and imaging data using diverse models such as SVM, K-Nearest Neighbors (KNN) [19], LR, Linear Discriminant Analysis (LDA) [20], Decision Trees (DT) based on the Classification and Regression Tree (CART) [21] algorithm, RF, AdaBoost, and Gradient Boosting (GB). However, a fundamental limitation undermines the clinical utility of these methods: their reliance on invasive laboratory tests and specialized medical imaging, which are not routinely available in primary care settings and thus cannot support large-scale, non-invasive early screening of CS.
Given the inherent advantages of non-invasiveness, easy accessibility, and compliance with routine clinical photography workflows, facial imaging has become the core research carrier for AI-enabled CS early screening. Existing facial image-based methods can be categorized into two technical generations: handcrafted feature-driven pipelines and deep learning-based automated feature extraction frameworks.
Pioneering work by Popp et al. [5] and Kosilek et al. [6] first validated the diagnostic value of facial phenotypic features for CS. They extracted handcrafted geometric and texture features from frontal and lateral facial photographs, and achieved disease classification using traditional machine learning (ML) classifiers. However, these methods are heavily dependent on manual annotation and professional image analysis software, which not only fail to fully capture the complex, heterogeneous pathological facial alterations caused by chronic hypercortisolism, but also introduce excessive labor costs, precluding end-to-end automated diagnosis and limiting real-world clinical scalability.
Subsequent work shifted to deep learning frameworks to enable fully automated, scalable diagnosis. Wei et al. [7] proposed the first end-to-end facial image-based CS diagnostic pipeline based on convolutional neural networks (CNNs): they performed face detection and alignment via dlib [22], extracted deep facial features from frontal photographs via transfer learning, and achieved differential diagnosis between CS and acromegaly. This landmark work laid the foundational framework for the clinical translation of facial image-based CS diagnosis. Nevertheless, CNNs have an inherent inductive bias toward local feature extraction, which limits their ability to capture global facial phenotypic features that are pathognomonic for CS. Furthermore, the models developed by Wei et al. [7] and Liu et al. [8] relied exclusively on frontal facial images, neglecting diagnostically critical phenotypic information contained in lateral facial views (e.g., maxillofacial morphological alterations secondary to hypercortisolism), which are routinely evaluated in standard clinical endocrine practice.
To address the inherent limitations of both single-view deep learning models and handcrafted feature-based multi-view pipelines, Qiang et al. [9] developed the first deep learning-integrated multi-view framework for CS diagnosis. The framework extracted deep phenotypic features from frontal and lateral facial images using state-of-the-art pre-trained backbones including ViT, Swin Transformer, ResNet and DenseNet, implemented feature fusion and enhancement via a hybrid attention module, and introduced complementary and consistency projection heads to exploit cross-view phenotypic complementarity and ensure cross-view feature consistency. While this work first systematically investigated deep learning-enabled multi-view feature fusion for CS diagnosis, it did not resolve the intrinsic coupling of diagnostic and redundant features across different views, nor did it establish an effective fusion mechanism between deep visual features and evidence-based clinical diagnostic priors for CS.
To provide a clearer comparison of representative studies related to AI-based CS diagnosis, Table 1 summarizes their input modality, methodological characteristics, major advantages, and main limitations. As summarized in Table 1, representative studies have advanced AI-based CS diagnosis from both clinical-data-driven and facial-image-based perspectives. Nevertheless, several limitations remain common across existing methods, including reliance on invasive or less accessible data sources, insufficient exploitation of complementary information across facial views, limited integration of clinically meaningful priors, and lack of explicit disentanglement between view-invariant disease signatures and view-specific variations. These observations further motivate the development of a clinically informed multi-view framework for more accurate, robust, and non-invasive CS screening.

Despite these advances, two fundamental, clinically critical bottlenecks remain unresolved in existing facial image-based CS diagnostic models. First, inherent limitation of single-paradigm feature modeling and inefficient integration with clinical diagnostic priors. Existing facial image-based CS diagnostic methods are mostly confined to a single feature modeling paradigm: they either rely exclusively on handcrafted facial phenotypic features, or only adopt end-to-end extracted deep visual features. Neither strategy effectively embeds well-validated clinical diagnostic priors for CS into the full workflow of feature extraction and fusion. This leads to a disconnection between model feature learning and clinical diagnostic logic, fails to focus the model on CS-specific pathological phenotypic alterations, and ultimately impairs the diagnostic precision and robustness of the model across heterogeneous clinical cohorts. Second, unsolved multi-view feature decoupling with neglected CS facial symmetry prior. Current multi-view CS diagnostic methods cannot disentangle view-specific diagnostic features from redundant ones, underutilizing cross-view complementarity. While general decoupling algorithms work in theory, their CS diagnostic application must incorporate the symmetry prior: CS’s hallmark moon facies is inherently bilaterally symmetric, and all asymmetric features are diagnosis-irrelevant interferences. Omitting this prior weakens the model’s interference resistance and feature purification, limiting its real-world early screening performance.
To address the critical limitations of inefficient multi-modal feature fusion and unresolved multi-view feature entanglement in existing CS diagnostic models, we propose a novel Multi-View Facial Feature Disentanglement Network (MVFFD-Net) for accurate and non-invasive CS diagnosis. As shown in Fig. 1, the proposed framework is implemented in three cascaded, clinically guided core modules: (1) a multi-modal feature extraction and cross-attention fusion module for single-view feature enhancement; (2) a dual-path multi-view feature decoupling module for separating view-invariant core disease features from view-specific pathological features; and (3) a clinical priority-guided graph attention fusion module for multi-view feature aggregation and final diagnostic classification.

Figure 1: The overall framework of the proposed multi-view facial feature decoupling network (MVFFD-Net). (a) illustrates the feature extraction pipeline for five facial images from five standard viewpoints, i.e., frontal, left/right
For clarity, the main mathematical symbols used throughout the proposed framework are summarized in Table 2.

Unless otherwise specified, these notations are used consistently throughout the following mathematical formulations.
To extract more comprehensive, multi-modal and discriminative facial features for intelligent diagnosis, this study develops a feature extraction workflow implemented in three sequential steps. As shown in Fig. 2, facial images from five standard viewpoints (i.e., frontal, left/right

Figure 2: The feature extraction pipeline for five facial images from five standard viewpoints (i.e., frontal, left/right
3.1.1 Deep and Handcrafted Feature Extraction
In this study, the input facial images are acquired from five standard viewpoints, which are denoted as
Features output by encoder blocks at all depths of the Vision Transformer cover a full spectrum of semantic hierarchies, which are highly matched with the multi-scale characteristics of CS facial pathological phenotypes:
1. Shallow encoders focus on low-level visual features such as edges and textures of the image, which can accurately capture microstructural skin changes related to the disease, including acne, hirsutism, and facial plethora;
2. Middle encoders can model the spatial structure and contour features of facial organs, adapting to local pathological changes in fat distribution in areas such as the buccal fat pad and mandibular margin;
3. Deep encoders focus on global semantic representations, which can effectively characterize the overall facial morphological changes such as moon facies, the hallmark phenotype of CS.
Unless otherwise specified,
Based on this, we extract the output features from all Transformer encoder blocks of the DINOv2 network, to fully retain the pathological representations across low-level, middle-level, and high-level semantic hierarchies. Specifically, for an input facial image, DINOv2 first splits it into a sequence of fixed-size patches. After linear projection and positional encoding, the patch embeddings, along with a special class token, are fed into the Transformer encoder stacks. For each input single-view facial image (i.e.,
where
To compensate for the insufficient explicit representation of clinically key phenotypes by purely data-driven deep features, this study introduces two clinically priority-guided handcrafted features, namely HOG and LBP, to explicitly characterize the fine-grained pathological phenotypes of each single-view facial image. Among them, HOG features can effectively represent the gradient changes of facial contour and fat distribution, adapting to the characteristic facial rounding changes of CS; LBP features can accurately capture the micro-changes of facial skin texture, supplementing the fine-grained pathological information that is easily overlooked by deep features. The extracted HOG and LBP features are first normalized by Z-Score standardization, and then mapped to 768 dimensions through a linear projection layer, finally obtaining a one-dimensional handcrafted feature vector
3.1.2 Full-Hierarchy Deep Feature Fusion
Aiming at the limitation that partial hierarchical feature selection and single-depth feature output are difficult to cover the full spectrum of pathological semantic information, and easily lead to the loss of key diagnostic features from shallow to deep encoder layers, this study constructs an adaptive gating fusion mechanism to fuse the full-hierarchy deep features extracted from all encoder blocks of DINOv2. Different from traditional weighted fusion methods that force fixed weight distribution or normalization, the proposed gating mechanism adaptively adjusts the information flux of features from each encoder layer through learnable gating units. It can flexibly retain complementary pathological information across the full semantic hierarchy, while taking the deep-layer global semantic features as the core anchor to ensure the disease discriminability of the fused features. This fusion process is performed independently for the full-hierarchy features of each single-view facial image (i.e.,
The core of the gating fusion module is to generate independent adaptive gating weights for features from each encoder layer, to achieve fine-grained control of the hierarchical feature information flow. First, the one-dimensional feature vectors of all
where
Subsequently, features from each encoder layer are weighted and modulated by their corresponding gating weights. Meanwhile, a residual connection is introduced with the output of the deepest encoder layer (global semantic anchor) as the residual branch, to avoid the loss of core disease-related global semantic information. The final globally fused deep feature
where
3.1.3 Cross-Modal Fusion of Deep and Handcrafted Features
To achieve bidirectional deep interaction and synergistic fusion between data-driven deep features and clinically priority-guided handcrafted features, this module adopts a parallel bidirectional cross-attention mechanism to realize mutual guidance and information augmentation between the two heterogeneous feature modalities. This process is performed independently for each single-view facial image (i.e.,
The core of the bidirectional cross-attention mechanism is to construct two symmetric cross-attention mapping branches, and synchronously complete bidirectional information interaction between the two feature modalities in a unified attention embedding space. Specifically, two parallel mapping branches are designed as follows: One branch takes the deep feature
where
Subsequently, the enhanced features output by the two bidirectional mapping branches are concatenated along the channel dimension. The dimension is then aligned to the unified feature dimension
where
Finally, to alleviate the gradient vanishing problem caused by network depth increase and preserve the core semantic integrity of the original input features, a residual connection and Layer Normalization (LN) operation are introduced to optimize the bidirectional attention fused features, yielding the final view-specific fused feature
Here,
This bidirectional cross-attention fusion strategy breaks through the information interaction bottleneck of traditional unidirectional feature fusion methods. Through the symmetric parallel mapping branches, it simultaneously realizes the constraint guidance of clinical prior knowledge on data-driven deep features and the disease information enhancement of handcrafted features by deep semantic representations. It fully injects clinically interpretable prior knowledge while retaining the full-spectrum global pathological semantics of CS, and effectively improves the disease discriminability and clinical interpretability of the final view-specific fused features.
3.2 Multi-View Feature Decoupling Module
Existing multi-view facial diagnosis methods still face two core limitations that restrict their clinical practicality:
1. Most methods directly aggregate multi-view facial features without explicit semantic decoupling, failing to accurately separate the view-invariant core pathological features of CS from view-specific nuisance features related to pose variation and geometric deformation. This defect makes disease-discriminative features vulnerable to viewpoint interference, leading to insufficient generalization performance in real clinical scenarios with non-standardized shooting conditions.
2. Existing studies generally neglect the inherent left-right symmetry of human facial physiological structure, and fail to impose consistency constraints on the decoupled features from paired symmetric viewpoints (i.e., left/right
To address the above limitations, this study constructs a dual-path feature decoupling architecture based on a shared feature encoder and a view-specific feature encoder, which achieves accurate separation of view-invariant core disease features and view-specific features from the final fused feature
3.2.1 Feature Decoupling Encoder and Reconstruction Encoder
The overall module is built on a dual-branch decoupling architecture consisting of a shared feature encoder
The core optimization objective of the shared feature encoder
where
The core optimization objective of the view-specific feature encoders is to extract viewpoint-unique pathological features that cannot be fully captured by other perspectives, while complying with the physiological prior of human facial left-right symmetry. Specifically: (1) The frontal view-specific encoder
The weight-sharing strategy for symmetric viewpoints aligns with the inherent symmetry of human facial physiology, which lays the foundation for the subsequent facial symmetry consistency constraint, and helps suppress feature noise caused by viewpoint differences. All view-specific encoders are completely independent of the shared encoder
where
To verify the information integrity of the decoupled features and construct the reconstruction optimization objective, we design a reconstruction encoder
where
Finally, the module outputs the view-invariant common disease features and view-specific pathological features of all 5 viewpoints. All output features are processed by independent layer normalization to ensure the stability of feature distribution, which can be seamlessly connected with the subsequent multi-view feature fusion module.
3.2.2 Multi-Objective Loss Function System
This study constructs a multi-objective loss function system, which takes the feature reconstruction loss as the core guarantee for information integrity, and the feature decoupling constraint loss as the core specification for semantic independence. This system achieves accurate decoupling of view-invariant common features and view-specific pathological features while preserving complete diagnostic information, and further embeds the physiological prior of human facial left-right symmetry to enhance the robustness and clinical consistency of the decoupled features.
Feature Reconstruction Loss The feature reconstruction loss is designed to ensure that the decoupled common features
where
Feature Decoupling Constraint Loss The feature decoupling constraint loss is designed to achieve accurate semantic decoupling between view-invariant common features and view-specific features, ensure the semantic independence of the two feature spaces, and eliminate information redundancy and aliasing. As shown in Fig. 3, it consists of three complementary components: shared feature similarity loss, feature specificity loss, and view-specific feature discriminability loss, which jointly standardize the decoupling process from three dimensions: cross-view consistency, intra-view independence, and inter-view discriminability. The overall decoupling constraint loss is defined as:
where

Figure 3: Illustration of the feature decoupling constraint loss, which consists of three complementary components: (a) shared feature similarity loss, (b) feature specificity loss, and (c,d) view-specific feature discriminability loss (including (c) inter-group feature discriminability constraint and (d) intra-group symmetry consistency constraint).
Shared Feature Similarity Loss This loss term constrains the view-invariant common features learned by the shared encoder
where
Feature Specificity Loss This loss term constrains the semantic independence between the common feature and view-specific feature of the same viewpoint, to eliminate redundant information between the two feature spaces. Different from traditional methods that force complete orthogonality between features, we adopt a hinge loss strategy with a redundancy threshold, which only penalizes excessive information redundancy between the two types of features, while avoiding the loss of key overlapping pathological information caused by forced orthogonality. The loss function is defined as:
where
View-Specific Feature Discriminability Loss This loss term is designed to constrain the view-specific features to capture the unique pathological information of the corresponding viewpoint, suppress the homogenization of specific features from different perspective groups, and simultaneously embed the physiological prior of human facial left-right symmetry. It consists of two complementary constraints: intra-group symmetry consistency constraint and inter-group feature discriminability constraint, defined as:
where
The intra-group symmetry consistency constraint
Minimizing this loss term can effectively suppress feature noise caused by asymmetric shooting angles, and enhance the robustness of view-specific features. The constant 2 corresponds to the maximum possible cosine-similarity sum of the two symmetric pairs
The inter-group feature discriminability constraint
where
3.3 Multi-View Feature Fusion Module
To address the core limitations of existing multi-view fusion methods, this study constructs a clinical priority-guided dual-path Graph Attention Network (GAT) fusion framework based on the view-invariant common disease features and view-specific pathological features obtained from the multi-view feature decoupling module. This framework adopts GAT as the sole core operator for feature aggregation throughout the entire fusion pipeline, and designs two parallel fusion branches specifically tailored to the distinct optimization objectives of the two types of decoupled features. Through graph topological designs complying with human facial anatomical logic and clinical diagnostic rules for CS, combined with an adaptive attention weighting mechanism, the framework achieves efficient and complementary fusion of multi-view pathological features, and finally outputs a robust global fused representation for CS classification and diagnosis.
3.3.1 Clinical Priority-Guided Multi-View Graph Topology Definition
The core of graph neural network-based feature fusion lies in rational graph topology design. Unreasonable graph connections will introduce redundant noise and invalid information interaction, thus destroying the semantic consistency of features. For the two types of features with heterogeneous semantic properties obtained via the decoupling module (i.e., view-invariant common disease features and view-specific private pathological features), this study designs two sets of differentiated graph topological structures corresponding to the dual-path GAT fusion framework, as shown in Fig. 4, namely the fully connected graph for common features and the facial anatomical structure-based graph for private features. All designs strictly follow the clinical observation rules of CS facial phenotypes and the anatomical symmetry prior of the human face, providing a clear and clinically interpretable structural foundation for subsequent GAT fusion, and fundamentally solving the problems of vague graph structure definition and disconnection from clinical priors in existing methods.

Figure 4: Illustration of the two sets of differentiated graph topological structures for the dual-path GAT fusion framework: (a) view-invariant common feature graph topology, (b) view-specific private feature graph topology.
The node set
View-Invariant Common Feature Graph Topology The common features encode the view-invariant core pathological phenotypes of CS (e.g., moon facies, global facial fat distribution) that are stably expressed across all five viewpoints. To fully exploit the cross-view consistency of core disease features and enable sufficient global information interaction, we construct a fully connected undirected graph for the common feature fusion branch. For this graph, undirected connections are established between every pair of nodes to realize full information interaction between all viewpoints. Meanwhile, node self-loops are retained to ensure the integrity of the node’s own feature information. Correspondingly, a
View-Specific Private Feature Graph Topology The private features encode the unique pathological information that can only be observed under specific viewpoints, with strong view specificity. Undifferentiated full connection will introduce invalid cross-view information interaction and redundant noise, which will destroy the uniqueness of view-specific features. Therefore, we strictly follow the human facial anatomical symmetry prior and clinical observation continuity prior to construct a sparsely connected undirected graph, and only establish edges between viewpoints with anatomical correlation and clinical logical association. The construction of the edge set
Based on the above rules, a
3.3.2 Dual-Path Differentiated Graph Attention Fusion Architecture
To accommodate the distinct semantic attributes and optimization objectives of the decoupled view-invariant common disease features and view-specific private pathological features, this study constructs a dual-path GAT fusion architecture with two structurally consistent but functionally independent branches, corresponding exactly to the two sets of graph topologies defined in Section 3.3.1. The common feature fusion branch is designed to enhance the cross-view global consistency of core disease features, while the private feature fusion branch focuses on complementary aggregation of viewpoint-unique pathological information. This differentiated design avoids semantic aliasing and critical diagnostic information loss caused by mixed fusion of heterogeneous features. Both branches take the corresponding features of the five viewpoints as input, adopt an identical GAT computation pipeline, and adapt to their respective feature types and graph topologies through completely independent trainable parameters. Specifically, an orthogonality constraint is introduced into the feature aggregation process of the private feature fusion branch, which enforces low semantic redundancy between the fused private features of different viewpoint groups. This design is fully aligned with the feature decoupling constraint in the loss function system, effectively avoiding feature homogenization during fusion and ensuring the complete preservation of unique pathological details from each viewpoint.
Both branches of the dual-path architecture implement inter-node information interaction using a single-layer multi-head GAT with 4 parallel attention heads. The output dimension of each attention head is set to 192, and the concatenated multi-head features maintain a unified dimension of 768, consistent with the input feature dimension throughout the entire framework. To align with the clinical diagnostic rules of CS, an initial bias term is added to the attention weight calculation, which assigns higher initial weights to the frontal view node and bilateral lateral view nodes. This design conforms to the clinical routine that the frontal view is the primary observation perspective, while the bilateral lateral views provide critical supplementary diagnostic information for CS hallmark phenotypes such as mandibular retrusion and temporal lipoatrophy. For any node
Here,
where
After updating the features of all five nodes via the respective GAT branches, global average pooling is performed independently on the updated node features of the dual-path branches to eliminate viewpoint dimension differences, yielding a 768-dimensional common feature fusion vector
where
The global fused feature
The dataset in this study comprises 343 subjects, including 49 patients diagnosed with Cushing’s syndrome (disease group) and 294 BMI-matched controls. As shown in Fig. 5, for each subject, five real two-dimensional facial photographs were acquired under a standardized imaging protocol, including one frontal view, left and right

Figure 5: Representative case of a patient with Cushing syndrome, including frontal view, left and right
Inclusion Criteria for Disease Group: (1) Age 18–65 years; (2) Diagnosis confirmed by surgical pathology or by an endocrinologist based on clinical presentation, hormone tests, and functional assays; (3) Image acquisition within 10 days pre- or post-surgery; (4) Exclusion of facial trauma/plastic surgery history, systemic diseases affecting facial features (such as scleroderma, lupus), and images of insufficient quality.
Control Group Construction: Control samples (
Data Quality Control: A standardized imaging protocol was employed. For both patients and controls, facial images were captured by trained technicians using a Canon EOS 90D camera (resolution 5472
All experiments were conducted on a high-performance computing platform equipped with two NVIDIA RTX A6000 48 GB GPUs, an Intel Xeon Gold 6230 CPU, and 512 GB RAM. The software environment was built on Python and implemented using the PyTorch deep learning framework, with CUDA/cuDNN acceleration for GPU-based training and inference. For data preprocessing, Dlib was used for initial face detection and cropping, while the SAM was adopted for refined facial region extraction. Standard scientific computing and image processing libraries were further used for image normalization and handcrafted feature extraction, including Histogram of HOG and LBP descriptors. All comparative experiments and ablation studies were carried out under the same hardware and software settings with fixed random seeds to ensure fairness and reproducibility. To further facilitate reproducibility, the complete source code of this study, together with the environment setup and dependency configuration, has been released in a public GitHub repository: https://github.com/songchangwei/MVFFD-Net. The repository includes the model implementation, training and evaluation scripts, dependency list, and detailed instructions for setting up the experimental environment and reproducing the reported results. The repository includes the full codebase, environment configuration files, package dependencies, and step-by-step instructions for installing the runtime environment and reproducing the experiments.
To comprehensively evaluate the classification performance, we adopted a series of classical metrics including Accuracy, Precision, and Recall. Specifically, the F1-score was introduced as a comprehensive evaluation metric to address potential class imbalance in the dataset, ensuring reliable assessment of overall model performance under imbalanced distributions of positive and negative samples. The implementation was based on the PyTorch deep learning framework [24], which guarantees both reproducibility and development efficiency. The model training followed a standardized protocol: We employed the Stochastic Gradient Descent (SGD) optimizer [25] with an initial learning rate of
Due to variations among photographers and shooting environments, differences in image backgrounds can significantly affect experimental results. To mitigate this interference, we extract facial regions from the images. Initially, we employ the Dlib library, a powerful tool widely used in computer vision for tasks such as face extraction and recognition. After processing the initial photo with Dlib, most non-facial areas are removed, resulting in an image that focuses on the face. However, some unwanted elements, such as hair, clothing, or background, may still remain. Therefore, we utilize the Segment Anything Model (SAM) model for further facial extraction. SAM is a foundational model in computer vision that has demonstrated remarkable performance in segmentation tasks. During the extraction process, we place a label point at the center of the face; SAM generates a mask centered on this point, ultimately yielding a clean facial image devoid of any distracting information.
After obtaining the extracted facial images, we standardize them to meet model input requirements. We first remove the white areas surrounding the face to emphasize the facial features. Next, we uniformly resample the images to a size of
For the HOG features, the image is first preprocessed via grayscale conversion and scale normalization. Subsequently, the Sobel operator is employed to compute the image gradient information in the horizontal and vertical directions, from which the gradient magnitude and orientation are further derived. After that, the image is partitioned into local cells of fixed size. Within each cell, the gradient orientations are quantized into 9 orientation bins, and an orientation histogram is constructed to characterize the local structural features. Finally, blocks are formed by grouping adjacent cells, and intra-block normalization is performed. The features extracted from all blocks are concatenated to form the final HOG descriptor, with a resulting feature dimensionality of 6084.
For LBP features, the extraction is implemented based on a 3
This study strictly adheres to academic ethics guidelines, prioritizing participant rights protection throughout the research process. Participant privacy preservation constitutes the fundamental principle governing all research procedures. All personal information underwent immediate de-identification during collection and maintained strict anonymity throughout subsequent analyses. Data storage and transmission processes employed encrypted technologies to prevent unauthorized access and leakage, ensuring comprehensive security throughout the entire data lifecycle. All analytical procedures exclusively serve non-commercial objectives aimed at advancing scientific knowledge and promoting public welfare. The research outcomes contain no commercial applications or financial interest exchanges, preserving the academic integrity and public benefit orientation of this investigation. Prior to study commencement, all participants received explicit notification regarding the exclusive use of their data for anonymized analysis. Informed consent was obtained following full disclosure of research purposes and procedures. The research team assumes full academic responsibility for the study’s methodology, content, and conclusions, maintaining rigorous commitment to scholarly objectivity and research reliability.
To comprehensively verify the performance superiority of the proposed Multi-View Facial Feature Disentanglement Network (MVFFD-Net) in the Cushing’s syndrome diagnostic task, two types of contrast experiments were designed: performance comparison of different backbone models under single-view setting and performance comparison with state-of-the-art multi-view fusion methods. Four classical evaluation metrics were adopted, including Accuracy, Precision, Recall and F1-Score. Among them, F1-Score was used as the core comprehensive evaluation metric to address the class imbalance characteristics of the experimental dataset (49 Cushing’s syndrome patients and 294 BMI-matched controls).
The experimental results of the two types of contrast experiments are integrated into a single table for intuitive comparison, as shown in . The single-view group tests the diagnostic performance of mainstream deep learning backbones on only frontal facial images, while the multi-view group verifies the effectiveness of the proposed MVFFD-Net by comparing with advanced multi-view feature fusion methods on five standard facial views (frontal, bilateral
The experimental results reveal two core findings that validate the performance superiority of the proposed MVFFD-Net framework:
For the single-view setting, the self-supervised pre-trained vision foundation model DINOv2 achieves the optimal diagnostic performance among all tested backbones, with an F1-Score of 91.79%, which is 3.03 percentage points higher than the second-best Swin Transformer. This performance advantage stems from two core strengths of DINOv2: (1) its built-in self-attention mechanism effectively models long-range global feature dependencies, which is inherently more suitable for capturing the overall facial morphological changes of CS (e.g., moon facies, centripetal fat distribution) than convolutional neural networks with intrinsic local feature extraction bias; (2) the multi-scale hierarchical features extracted by DINOv2 cover the full semantic spectrum from shallow texture details to deep global phenotypic representations, which is highly matched with the multi-scale characteristics of CS facial pathological phenotypes. These results fully validate the rationality of selecting DINOv2 as the feature extraction backbone, and establish a high-performance baseline for the subsequent multi-view diagnostic framework.
For the multi-view setting, the proposed MVFFD-Net comprehensively outperforms all mainstream state-of-the-art (SOTA) multi-view fusion methods across all four evaluation metrics, achieving the state-of-the-art diagnostic performance. Specifically, MVFFD-Net achieves an F1-Score of 98.78%, which is 1.79 percentage points higher than the second-best TMC method, and 2.17 percentage points higher than the classical deep multi-view representation learning method DCCA. Paired t-tests across five random seeds further confirmed the robustness of the proposed method. Compared with TMC, MVFFD-Net achieved significant improvements in Precision (

Figure 6: Smoothed mean receiver operating characteristic curves (mean ± standard deviation) for six multi-view models.
5.2.1 Ablation Experiment of Feature Combinations
To quantitatively validate the contribution of different feature modalities (pure handcrafted features, pure deep features, and deep-handcrafted fused features) to the diagnostic performance of CS, and to verify the effectiveness of the proposed bidirectional cross-attention (BCA) module in multimodal feature fusion, a series of ablation experiments on feature combinations were designed in this study. All experiments were conducted based on the unified MVFFD-Net framework, with only the feature input and fusion methods replaced. The detailed experimental results are presented in Table 4.

The ablation results of feature combinations reveal three core findings that underpin the design rationale of our multimodal feature fusion framework, with direct implications for the clinical translation of CS diagnostic models.
First, handcrafted features alone showed limited diagnostic value. HOG only and LBP only achieved F1-scores of
Collectively, the results of this ablation experiment provide evidence supporting two central assumptions of our study: (1) data-driven deep semantic features and clinically interpretable handcrafted features have strong complementary value for CS diagnosis; (2) the BCA module can effectively achieve bidirectional synergistic fusion of cross-modal features, breaking through the performance ceiling of single-paradigm feature modeling. The full multimodal fusion strategy not only maximizes the diagnostic performance of the model under class-imbalanced clinical datasets, but also injects evidence-based clinical prior knowledge into the deep learning framework, which significantly improves the clinical interpretability of the model and lays a solid foundation for its real-world clinical translation. These findings also align with the broader view that clinically interpretable handcrafted priors and deep semantic features are not mutually exclusive, but can be complementary when integrated in a principled fusion framework.
5.2.2 Ablation Experiment of Facial Symmetry Consistency Loss
To quantitatively validate the necessity of the facial symmetry consistency loss (a core component of the view-specific feature discriminability loss in the multi-objective loss function system) and its contribution to suppressing viewpoint noise, enhancing feature purification, and improving diagnostic robustness, a targeted ablation experiment was designed. The baseline model is the full MVFFD-Net with the complete multi-objective loss function, while the ablation model only removes the facial symmetry consistency loss from the view-specific feature discriminability loss. The detailed experimental results of the baseline model and the ablation model (without facial symmetry consistency loss) are summarized in Table 5.

The ablation experiment quantitatively validates the essential role of the proposed facial symmetry consistency loss in optimizing the diagnostic performance, feature purification capability, and clinical robustness of the MVFFD-Net framework. As shown in Table 5, the full model with the facial symmetry consistency loss achieves the best performance across all four evaluation metrics, with an accuracy of
5.2.3 Ablation Experiment of GAT Graph Topology
To quantitatively validate the rationality and superiority of the dual-path differentiated graph topology design for the GAT fusion framework, as well as the clinical value of the clinical priority-guided facial anatomical sparse graph topology (ASG) and fully connected graph topology (FCG) tailored for heterogeneous feature branches, a targeted ablation experiment was conducted. This experiment aims to clarify the contribution of the proposed topology design to reducing invalid information interaction, suppressing redundant noise, preserving feature semantic independence, and enhancing the discriminability of multi-view fused features for CS diagnosis.
To ensure fair comparison, all topology settings maintain the same node set (5 nodes corresponding to the five standard facial views: frontal, left/right
1. Baseline (FCG + ASG): Original dual-path differentiated design. The common feature branch adopts FCG (10 undirected edges excluding self-loops, full connection between all nodes), and the private feature branch adopts ASG (6 undirected edges excluding self-loops, established only between symmetric and clinically adjacent viewpoints).
2. Ablation 1 (FCG + FCG): The private feature branch is replaced with FCG, while the common feature branch retains the original FCG setting. This group verifies the necessity of ASG for view-specific private feature fusion.
3. Ablation 2 (ASG + ASG): The common feature branch is replaced with ASG, while the private feature branch retains the original ASG setting. This group verifies the necessity of FCG for view-invariant common feature fusion.
4. Ablation 3 (ASG + FCG): Both the common and private feature branches are replaced with mismatched topologies (ASG for the common branch and FCG for the private branch), completely discarding the dual-path differentiated design aligned with feature semantic attributes.
The detailed experimental results of the three graph topology settings are summarized in Table 6. The ablation results quantitatively validate the rationality and superiority of the proposed dual-path differentiated graph topology design. The baseline model (FCG + ASG) achieves optimal performance across all four core evaluation metrics, while all three ablation groups show consistent and significant performance degradation. In summary, the ablation experiment results fully confirm that the proposed dual-path differentiated graph topology design is the optimal solution for multi-view feature fusion in this task. The combination of FCG for the common feature branch and ASG for the private feature branch not only ensures sufficient global interaction of cross-view consistent core disease features, but also preserves the uniqueness of view-specific pathological information and suppresses invalid noise interference. This design strictly aligns with the semantic properties of the decoupled features and clinical diagnostic priors, and is an indispensable component of the MVFFD-Net framework to achieve high-precision CS diagnosis. Unlike generic graph-based multi-view fusion strategies that mainly rely on data-driven connectivity, the proposed topology design explicitly incorporates anatomical and clinical prior knowledge. This may explain why the differentiated topology setting is more suitable for CS diagnosis, where the diagnostic relevance of each facial view is not uniform.

The present study demonstrates that integrating multi-view facial representations with clinically guided feature fusion and structured graph-based aggregation can improve automatic CS diagnosis under the current experimental setting. Compared with prior single-view approaches, the proposed framework benefits from the complementary diagnostic information provided by frontal, oblique, and lateral views, which is particularly important for CS because several characteristic facial phenotypes are not equally visible from a single viewpoint. In comparison with traditional handcrafted-feature-based methods, the proposed model captures both global facial morphology and fine-grained pathological details, thereby achieving a more balanced representation of clinically relevant phenotypic cues.
Compared with existing multi-view learning methods, the performance gain of MVFFD-Net is not only reflected in the overall F1-score, but also in the high recall rate, which is especially meaningful for screening-oriented clinical tasks where missed diagnosis should be minimized. The results suggest that the combination of bidirectional cross-attention fusion, multi-view feature disentanglement, and clinically guided graph topology design contributes to more effective utilization of complementary information across views. In particular, the ablation experiments indicate that handcrafted priors still provide useful supplementary information to deep representations, while the symmetry-aware disentanglement strategy helps suppress nuisance variation caused by viewpoint differences.
Importantly, the term “diagnosis” in this study should be understood as AI-assisted auxiliary diagnosis based on facial phenotypic analysis rather than definitive endocrine diagnosis. The proposed framework is intended to support clinicians by providing an additional non-invasive source of diagnostic evidence, especially in situations where characteristic facial manifestations are present. Final confirmation of CS should still rely on standard hormonal evaluation, imaging, and specialist clinical judgment.
From a clinical perspective, the proposed framework provides a promising non-invasive auxiliary screening tool for CS. Its high recall suggests potential value in early identification and referral, especially in scenarios where laboratory testing or advanced imaging is not immediately available. In addition, the explicit incorporation of clinical priors, such as handcrafted texture descriptors and symmetry-related constraints, improves the interpretability of the model design and may facilitate future clinician-oriented analysis of model behavior.
Despite these encouraging findings, several limitations should be acknowledged. First, the dataset size remains limited, and the number of positive cases is relatively small, which may affect the statistical stability of the reported performance. Second, all samples were collected from a single institution, and no cross-institution external validation was performed. Therefore, the generalizability of the model across centers, populations, imaging devices, and clinical workflows remains unconfirmed. Third, although the preprocessing pipeline reduces background interference, the robustness of the framework under real-world clinical conditions, such as illumination variation, occlusion, pose inconsistency, and image quality degradation, has not yet been fully established. Fourth, the current framework relies on five-view facial inputs, which may increase acquisition and standardization requirements in practical deployment.
Future work should therefore focus on several directions. A larger multi-center dataset with more diverse acquisition conditions should be established to validate the robustness and generalizability of the proposed framework. External validation and prospective clinical studies are also needed to better assess real-world applicability. In addition, future research may explore more robust feature learning under noisy conditions, lightweight model design for efficient deployment, and the integration of three-dimensional facial imaging or multimodal clinical information to further improve diagnostic reliability and clinical usability.
To address the core bottlenecks of inefficient multi-modal feature fusion and insufficient multi-view feature disentanglement in existing facial image-based CS diagnostic models, we propose a novel Multi-View Facial Feature Disentanglement Network (MVFFD-Net) for high-precision non-invasive CS diagnosis. The framework integrates a bidirectional cross-attention fusion module, a multi-path feature disentanglement architecture with multi-objective optimization, and a clinical priority-guided graph attention fusion framework, taking five standard facial views as input. Overall, MVFFD-Net provides a promising non-invasive framework for AI-assisted auxiliary diagnosis of CS based on multi-view facial images. Under the current experimental setting, MVFFD-Net achieved an F1-score of 98.78% on the collected dataset and outperformed several representative multi-view baselines. These findings suggest that combining multi-view facial information with clinically guided feature fusion and structured graph-based aggregation is a promising direction for CS-oriented intelligent diagnosis. Nevertheless, this study possesses several limitations, such as limited dataset scale, single-center data origin, and the lack of external validation under diverse real-world acquisition scenarios. Future work will focus on larger multi-center validation, more robust learning under noisy clinical settings, and the integration of richer imaging modalities to further improve generalizability and clinical applicability.
Acknowledgement: The authors gratefully acknowledge the patients and control participants who contributed facial image data to this study. The authors also thank the clinical staff and collaborators from the Department of Endocrinology and the Department of Plastic Surgery at Peking Union Medical College Hospital for their assistance with subject recruitment, data collection, and clinical evaluation.
Funding Statement: This study was supported by the National High Level Hospital Clinical Research Funding [No.: 2025-PUMCH-A-124].
Author Contributions: Conceptualization, Changwei Song, Jiaqi Qiang and Jianqiang Li; methodology, Changwei Song, Hongjun Liu, Qing Zhao and Jiaqi Qiang; software, Changwei Song and Hongjun Liu; validation, Changwei Song and Jiaqi Qiang; formal analysis, Changwei Song; investigation, Changwei Song and Jiaqi Qiang; resources, Jianqiang Li, Hui Pan, Jiuzuo Huang and Shi Chen; data curation, Jiaqi Qiang, Hui Pan, Jiuzuo Huang and Shi Chen; writing—original draft preparation, Changwei Song; writing—review and editing, Changwei Song and Jiaqi Qiang; visualization, Changwei Song; supervision, Qing Zhao; project administration, Qiang Zhao; funding acquisition, Shi Chen. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The data presented in this study are not publicly available due to ethical, legal, and privacy restrictions. The dataset consists of five-view facial photographs of patients with Cushing’s syndrome and matched controls, together with associated clinical information collected in a hospital setting. Public sharing of these data could compromise participant privacy and is not permitted under the current ethics approval and institutional data-use agreement. Access to de-identified derived data may be considered upon reasonable request and only after approval by the relevant institutional ethics committee and data-governance authority.
Ethics Approval: This study was approved by the Clinical Ethics Committee of Peking Union Medical College Hospital (approval ID: I-22PJ418). Written informed consent was obtained from each participant. Researchers were authorized to use the participants’ facial images and clinical data for academic research and publication.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Arnaldi G, Angeli A, Atkinson AB, Bertagna X, Cavagnini F, Chrousos GP, et al. Diagnosis and complications of Cushing’s syndrome: a consensus statement. J Clin Endocrinol Metab. 2003;88(12):5593–602. doi:10.1210/jc.2003-030871. [Google Scholar] [PubMed] [CrossRef]
2. Psaras T, Milian M, Hattermann V, Freiman T, Gallwitz B, Honegger J. Demographic factors and the presence of comorbidities do not promote early detection of cushing’s disease and acromegaly. Exp Clin Endocrinol Diabetes. 2010;119(1):21–5. doi:10.1055/s-0030-1263104. [Google Scholar] [PubMed] [CrossRef]
3. Peng H, Li J, Cheng W, Zhao L, Guan Y, Li Z, et al. Learn to learn: a mirror meta-learning method for retinal disease diagnosis on fundus images. IEEE Trans Artif Intell. 2025;6(12):3391–405. doi:10.1109/tai.2025.3566082. [Google Scholar] [CrossRef]
4. Li J, Zhu C, Zhao M, Xu X, Zhao L, Cheng W, et al. OMGMed: advanced system for ocular myasthenia gravis diagnosis via eye image segmentation. Bioengineering. 2024;11(6):595. doi:10.3390/bioengineering11060595. [Google Scholar] [PubMed] [CrossRef]
5. Popp KH, Kosilek RP, Frohner R, Stalla GK, Athanasoulia-Kaspar AP, Berr CM, et al. Computer vision technology in the differential diagnosis of Cushing’s syndrome. Exp Clin Endocrinol Diab. 2019;127(10):685–90. doi:10.1055/a-0887-4233. [Google Scholar] [PubMed] [CrossRef]
6. Kosilek R, Schopohl J, Grunke M, Reincke M, Dimopoulou C, Stalla G, et al. Automatic face classification of Cushing’s syndrome in women—a novel screening approach. Exp Clin Endocrinol Diabetes. 2013;121(9):561–4. doi:10.1055/s-0033-1349124. [Google Scholar] [PubMed] [CrossRef]
7. Wei R, Jiang C, Gao J, Xu P, Zhang D, Sun Z, et al. Deep-learning approach to automatic identification of facial anomalies in endocrine disorders. Neuroendocrinology. 2019;110(5):328–37. doi:10.1159/000502211. [Google Scholar] [PubMed] [CrossRef]
8. Liu H, Song C, Qiang J, Li J, Pan H, Lu L, et al. Comparative analysis of pre-trained deep learning models and DINOv2 for Cushing’s syndrome diagnosis in facial analysis. In: Proceedings of the 2025 IEEE 49th Annual Computers, Software, and Applications Conference (COMPSAC); 2025 Jul 8–11; Toronto, ON, Canada. New York, NY, USA: IEEE; 2025. p. 324–9. doi:10.1109/compsac65507.2025.00052. [Google Scholar] [CrossRef]
9. Qiang J, Liu H, Guo X, Song C, Lu L, Long X, et al. Deep learning-based multiview facial identification as a screening tool for Cushing syndrome. Endocr Pract. 2025;31(12):1601–7. doi:10.1016/j.eprac.2025.07.016. [Google Scholar] [PubMed] [CrossRef]
10. Li Y, Wang Y, Cui Z. Decoupled multimodal distilling for emotion recognition. In: Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); 2023 Jun 17–24; Vancouver, BC, Canada. New York, NY, USA: IEEE; 2023. p. 6631–40. doi:10.1109/cvpr52729.2023.00641. [Google Scholar] [CrossRef]
11. Zhao M, Gao H, Zhao L, Wang Z, Wang F, Zheng W, et al. Decoupled multi-perspective fusion for speech depression detection. IEEE Trans Affect Comput. 2025;16(3):1772–86. doi:10.1109/taffc.2025.3538519. [Google Scholar] [CrossRef]
12. Zhao X, Li X, Jiang R, Tang B. Decoupled cross-attribute correlation network for multimodal sentiment analysis. Inf Fusion. 2025;117(5):102897. doi:10.1016/j.inffus.2024.102897. [Google Scholar] [CrossRef]
13. Zhang W, Li D, Feng M, Hu B, Fan Y, Chen Q, et al. Electronic medical records as input to predict postoperative immediate remission of Cushing’s disease: application of word embedding. Front Oncol. 2021;11:754882. doi:10.3389/fonc.2021.754882. [Google Scholar] [PubMed] [CrossRef]
14. Pinkus A. Approximation theory of the MLP model in neural networks. Acta Numer. 1999;8:143–95. doi:10.1017/S0962492900002919. [Google Scholar] [CrossRef]
15. Cortes C, Vapnik V. Support-vector networks. Mach Learn. 1995;20(3):273–97. doi:10.1023/a:1022627411411. [Google Scholar] [CrossRef]
16. Breiman L. Random forests. Mach Learn. 2001;45(1):5–32. doi:10.1023/a:1010933404324. [Google Scholar] [CrossRef]
17. Cox DR. The regression analysis of binary sequences. J R Stat Soc Ser B Stat Methodol. 1958;20(2):215–32. doi:10.1111/j.2517-6161.1958.tb00292.x. [Google Scholar] [CrossRef]
18. Isci S, Kalender DSY, Bayraktar F, Yaman A. Machine learning models for classification of Cushing’s syndrome using retrospective data. IEEE J Biomed Health Inform. 2021;25(8):3153–62. doi:10.1109/jbhi.2021.3054592. [Google Scholar] [PubMed] [CrossRef]
19. Altman NS. An introduction to kernel and nearest-neighbor nonparametric regression. Am Stat. 1992;46(3):175–85. doi:10.1080/00031305.1992.10475879. [Google Scholar] [CrossRef]
20. Tharwat A. Principal component analysis—a tutorial. Int J Appl Pattern Recognit. 2016;3(3):197. doi:10.1504/ijapr.2016.079733. [Google Scholar] [CrossRef]
21. Loh WY. Classification and regression trees. WIREs Data Min Knowl Discov. 2011;1(1):14–23. doi:10.1002/widm.8. [Google Scholar] [CrossRef]
22. Soni DG. A comprehensive study on Dlib-ML: a machine learning toolkit. Int J Res Appl Sci Eng Technol. 2025;13(11):1478–83. doi:10.22214/ijraset.2025.75328. [Google Scholar] [CrossRef]
23. Oquab M, Darcet T, Moutakanni T, Vo H, Szafraniec M, Khalidov V, et al. DINOv2: learning robust visual features without supervision. 2024[cited 2026 Apr 5]. Available from: https://hal.science/hal-04376640. [Google Scholar]
24. Paszke A, Gross S, Massa F, Lerer A, Bradbury J, Chanan G, et al. PyTorch: an imperative style, high-performance deep learning library. In: Wallach H, Larochelle H, Beygelzimer A, d Alché-Buc F, Fox E, Garnett R, editors. Advances in neural information processing systems. Vol. 32. Red Hook, NY, USA: Curran Associates, Inc.; 2019 [cited 2026 Apr 5]. Available from: https://proceedings.neurips.cc/paper_files/paper/2019/file/bdbca288fee7f92f2bfa9f7012727740-Paper.pdf. [Google Scholar]
25. Bottou L. Large-scale machine learning with stochastic gradient descent. Heidelberg, Germany: Physica-Verlag HD; 2010. p. 177–86. doi:10.1007/978-3-7908-2604-3_16. [Google Scholar] [CrossRef]
26. Liu Z, Lin Y, Cao Y, Hu H, Wei Y, Zhang Z, et al. Swin transformer: hierarchical vision transformer using shifted windows. In: Proceedings of the 2021 IEEE/CVF International Conference on Computer Vision (ICCV); 2021 Oct 10–17; Montreal, QC, Canada. New York, NY, USA: IEEE; 2021. p. 9992–10002. doi:10.1109/iccv48922.2021.00986. [Google Scholar] [CrossRef]
27. He K, Zhang X, Ren S, Sun J. Deep residual learning for image recognition. In: Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR); 2016 Jun 27–30; Las Vegas, NV, USA. New York, NY, USA: IEEE; 2016. p. 770–8. doi:10.1109/cvpr.2016.90. [Google Scholar] [CrossRef]
28. Dosovitskiy A, Beyer L, Kolesnikov A, Weissenborn D, Zhai X, Unterthiner T, et al. An image is worth 16x16 words: transformers for image recognition at scale. In: Proceedings of the Proceedings of the International Conference on Learning Representations; 2021 May 4; Vienna, Austria. [cited 2026 Apr 5]. Available from: https://openreview.net/forum?id=YicbFdNTTy. [Google Scholar]
29. Huang G, Liu Z, van der Maaten L, Weinberger KQ. Densely connected convolutional networks. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR); 2017 Jul 21–26; Honolulu, HI, USA. p. 2261–9. doi:10.1109/CVPR.2017.243. [Google Scholar] [CrossRef]
30. Afshin-Pour B, Hossein-Zadeh GA, Strother SC, Soltanian-Zadeh H. Enhancing reproducibility of fMRI statistical maps using generalized canonical correlation analysis in NPAIRS framework. NeuroImage. 2012;60(4):1970–81. doi:10.1016/j.neuroimage.2012.01.137. [Google Scholar] [PubMed] [CrossRef]
31. Wang W, Arora R, Livescu K, Bilmes J. On deep multi-view representation learning. In: Bach F, Blei D, editors. Proceedings of the 32nd International Conference on Machine Learning. Vol. 37 of Proceedings of Machine Learning Research. Lille, France: PMLR; 2015. p. 1083–92. [cited 2026 Apr 5]. Available from: https://proceedings.mlr.press/v37/wangb15.html. [Google Scholar]
32. Han Z, Zhang C, Fu H, Zhou JT. Trusted multi-view classification with dynamic evidential fusion. IEEE Trans Pattern Anal Mach Intell. 2023;45(2):2551–66. doi:10.1109/tpami.2022.3171983. [Google Scholar] [PubMed] [CrossRef]
33. Zhang Q, Wu H, Zhang C, Hu Q, Fu H, Zhou JT, et al. Provable dynamic fusion for low-quality multimodal data. In: Krause A, Brunskill E, Cho K, Engelhardt B, Sabato S, Scarlett J, editors. Proceedings of the 40th International Conference on Machine Learning. Vol. 202 of Proceedings of Machine Learning Research. Lille, France: PMLR; 2023. p. 41753–69. [cited 2026 Apr 5]. Available from: https://proceedings.mlr.press/v202/zhang23ar.html. [Google Scholar]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools