Hierarchical Classification via Cascading Feature Elimination: Application to Human Phenotype Ontology-Aligned Facial Phenotyping (FaceMesh2HPO)


1 Introduction↩︎

Patients with genetic disorders often go through protracted diagnostic odysseys before receiving a diagnosis, which is partly due to limited physician specialist availability and non-specialists’ lack of familiarity with these conditions [1], [2]. Due to the heterogeneous presentations and individual rarity of genetic disorders, diagnosis can be challenging. Facial dysmorphisms manifest in many genetic disorders and play a key role in clinical genetics diagnosis [3]. The availability of digital facial images in clinical workflows and registries enables next-generation phenotyping tools that leverage computer vision and deep learning to detect syndromes from 2D facial photographs [4][7]. These tools offer new possibilities for supporting clinicians in the diagnostic process, potentially detecting subtle details and identifying conditions that may be difficult to recognize. Most existing methods, however, are designed to directly predict disorders [4][7]. While effective in well-represented settings, such as more common and easily recognized pediatric conditions in European ancestry populations, this paradigm introduces important limitations [3]. Performance typically depends on large, well-annotated datasets and may vary across ancestry and age groups, while limited interpretability constrains clinical trust and adoption [8]. More fundamentally, disorder-level classification ties predictions to a predefined set of known syndromes, restricting generalization to previously unseen conditions and offering limited insight into the phenotypic traits that drive predictions.

In clinical practice, since a single obvious syndrome is often challenging to identify, the differential diagnosis process involves systematically evaluating phenotypic traits. This process is commonly structured using the Human Phenotype Ontology (HPO) [9], a standardized, graph-based vocabulary that captures abnormalities across physiological and psychological traits, including detailed facial traits corresponding to variations in facial morphology [10]. This suggests that facial analysis can be more naturally framed as the prediction of phenotypic traits rather than direct syndrome classification. Modeling facial dysmorphisms at the level of phenotypic traits enables more granular and reusable representations, supports interpretability by linking predictions to clinically meaningful traits, and allows models to capture patterns shared across disorders. Importantly, this approach aligns machine learning outputs with clinical reasoning and remains informative even when no exact syndrome match is available, prioritizing generalization and clinical utility over benchmark performance. Despite these advantages, HPO-based facial modeling poses practical challenges. Available annotations are often sparse, presence-only, and incomplete, leading to ambiguous negatives, while hierarchical dependencies among HPO terms introduce additional complexity. To address these issues, we leverage the HPO hierarchy while simplifying it by removing cross-links and explicitly accounting for label incompleteness at the phenotype level.

To date, the GestaltMatcher DataBase (GMDB) [4], [11] represents the largest curated, FAIR-compliant dataset of facial photographs, cytogenomic and molecular diagnoses, and clinical annotations for rare genetic disorders. It serves as both a reference resource and a foundation for developing phenotyping tools. While GMDB includes HPO annotations, these are typically sparse and derived from publications or clinical reports, resulting in weakly labeled data. To systematically evaluate facial phenotype prediction, we focus on a subset of disorders with sufficient representation and well-characterized facial dysmorphisms, complemented by targeted, image-centric HPO curation to improve the quality of labels for facial traits.

To better reflect phenotypic structure, we move from pixel-based images to geometric 3D face meshes, which are more robust to pose and illumination, align naturally with anatomical regions, and facilitate interpretability at the level of facial regions and points. With our approach, the focus is on the hierarchical HPO tree structure without cross-links, where each HPO term is represented as an individual model. Given the specific focus of the HPO leafs, we further propose including information reduction into the training cycle, since not all mesh points are relevant. Therefore, we introduce a cascading training strategy in which each HPO term model uses data from its descendants and passes point masks to its children. After each model’s training, a point importance analysis identifies unimportant points and eliminates them for the children - also called feature elimination.

Together, this work introduces a hierarchical, phenotype-centered framework for predicting facial HPO terms from 3D facial meshes, along with a large, clinician-curated benchmark with explicit positive and negative annotations for facially observable HPO terms. This combination of methodological and data contributions complements existing disorder classification systems by emphasizing interpretability and clinically aligned generalization.

2 Related Work↩︎

In this section, we contrast syndrome (genetic condition) and phenotypic descriptors classification. We briefly discuss key concepts and how our approach differs from direct syndrome classification.

2.1 Syndrome Classification↩︎

The classification of syndromes using 2D images is a major research area in clinical genetics. Works like GestaltMatcher [4] provide a useful classification tool for clinicians; this approach utilizes a pretrained deep Convolutional Neural Network (CNN) and finetunes it for syndrome classification. With their improved version with GestaltMatcher-Arc [5] they used a model ensemble of iResNet and ArcFace with cross entropy loss. In addition, Islam et al. [12] investigated smaller CNN architectures (e.g., ResNet50, VGG16, VGG19, AlexNet) and added an attention layer to these networks to improve performance. They showed that the VGG16 model performed best despite their smaller architectural build. However, these approaches focus solely on 2D images and on the direct classification of syndromes with (deep) CNNs, which makes it difficult to explain how they achieve their results and, as a result, does not help physicians understand how specific facial traits may contribute to syndrome classification.

Another promising approach leverages 3D images, where the third dimension provides information gain. Hallgrimsson et al. [13] investigated faces of people with genetic disorders as well as healthy individuals based on facial shape differences in order to classify syndromes using parametric and machine learning methods. Another approach using 3D images was introduced by Banniser et al. [14], in which faces of people with genetic disorders were generated alongside their healthy counterparts (so-called counterfactuals), and the syndrome class was determined using Bayes’ theorem. Mahdi et al. [15] classified syndromes with 3D images but extracted facial regions (e.g., nose, mouth) from the 3D face and classified the facial region and the rest of the face separately before merging the results for the final outcome. Therefore, they used geometric encoding to reduce the complexity of the 3D data and linear discrimination analysis for classification. Overall, these methods show promising results, but the third dimension increases data complexity and, consequently, usually requires more data for models to achieve higher performance. In our approach, we use less dense 3D face images with lower complexity, thereby reducing the data required for high performance.

In a combined version of 2D images and geometric information in the form of a face mesh, Dingemans et al. [16] used a CNN (VGGFace2) pipeline to process 2D images and, in parallel, compute edges from the face mesh extracted from the 2D images to feed their results into a Bayesian classifier for syndrome classification. However, they used the distance between face mesh points rather than the points themselves and, more importantly, predicted disorders rather than HPO-based phenotypes, which differs from our approach. We aim to classify facial phenotype traits, not syndromes. Dingemans et al. [7] developed PhenoScore, where they also used HPO terms as a second input, in addition to 2D images, to enhance information gain when classifying syndromes. However, it is possible that the provided HPO terms can already classify a syndrome without the need for analysis of the 2D image. In addition, clinicians would have to identify HPO terms themselves before obtaining a result about the possible underlying disorder. Therefore, we propose a direct approach to classify HPO terms, potentially improving disorder classification results.

2.2 Phenotypic Descriptor Classification↩︎

An example of the kind of work our method could support is that of Robinson et al. [17], which uses their LIRICAL framework to compute the probabilities of disorders based on underlying HPO terms via likelihood ratios. Clinicians can already benefit from the LIRICAL framework by identifying HPO terms themselves and providing them to the framework. Finally, the HPO term classification can also be addressed from the genotypic side, as Ullah et al. [18] demonstrated using a bipartite network, since there are lists of known genes connected to one or more HPO terms. However, genetic and genomic testing is not universally accessible, and can be slow and expensive, meaning that it is not always feasible for physicians to rely on such approaches.

3 Dataset↩︎

The main dataset used in this work is the GestaltMatcher DataBase (GMDB) [11]. The GMDB is a curated, FAIR-compliant dataset of clinical and other phenotypic data from individuals with genetic disorders, with a particular focus on facial dysmorphism. It contains annotated patient cases, including frontal face photographs and, when available, molecular or cytogenomic diagnoses. The dataset further includes clinical descriptive traits (HPO terms), sex, age, ancestry, pedigree information, and other relevant medical images and data, with varied availability and completeness across cases. GMDB serves both as a reference resource for clinicians and medical researchers and as a benchmark and training dataset for next-generation phenotyping tools and methods, such as GestaltMatcher(-Arc) [4], [5].

3.1 GMDB-HPO↩︎

For this work, we focused on a subset of disorder groups that have both relatively high representation in GMDB and notable facial dysmorphism. Disorder groups include all subtypes of a disorder; hereafter, these are collectively referred to as disorders. For instance, Kabuki syndrome has subtypes 1 and 2 (caused by variants in two different genes), which are in this work both considered as Kabuki syndrome. Although subtypes may differ, they share key dysmorphisms. Based on these criteria and reflecting a practical trade-off between dataset diversity and manual annotation effort, we selected 10 disorders for downstream analyses in this initial study. After all rounds of quality control, this subset contains 1,230 images of 1,001 individuals, with a total of 16,569 present and 34,355 absent HPO-term annotations across 72 HPO terms. However, in the training process only 70 HPO terms were used, as two HPO terms (HP:0410030 - Cleft lip and HP:0004493 - Craniofacial hyperostosis) had insufficient data. Furthermore, all respective parent HPO terms were added, yielding a final set of 107 HPO terms (as described in Section 4.1). Table 1 shows the disorders and their patient and image distributions in GMDB-HPO.

Table 1: Number of unique individuals and images per disorder in GMDB-HPO.
Disorders # Individuals # Images
Cornelia de Lange syndrome (CdLS) 171 183
Kabuki syndrome (KS) 128 146
Noonan syndrome (NS) 130 144
Williams-Beuren syndrome (WBS) 128 133
Ogden syndrome (OGDNS) 64 122
KBG syndrome (KBGS) 102 120
Coffin-Siris syndrome (CSS) 96 118
Angelman syndrome (AS) 83 99
Schaaf-Yang syndrome (SHFYNG) 35 85
Mucopolysaccharidoses (MPS) 64 80
Total 1,001 1,230

3.1.1 Annotation Effort↩︎

As GMDB is weakly labeled with respect to HPO terms (terms annotated as present are known to be present, but unannotated terms are not necessarily absent), we designed an annotation protocol and annotation tool to address this incompleteness. Initially, the OMIM and ORPHA resources for each disorder were reviewed via the HPO website, and all frequent HPO terms within the “Head and neck”, “Ear”, and “Eye” categories were collected [9], [19][21]. With the assistance of medical genetics experts, this list was further pruned to prioritize terms that are typically observable in frontal face photographs. In addition, mutually exclusive terms (e.g., “Narrow mouth” vs “Wide mouth”) were identified to streamline the annotation process. The annotation protocol prompts annotators to label each pre-selected term as “present”, “absent”, or “uncertain” (when visibility or interpretation is unclear), and also allows annotators to add additional relevant HPO terms not included in the pre-selected list of HPO terms. To minimize annotation bias, the patient’s disorder label is initially hidden during annotation. The annotation tool is shown in Figure 1.

Figure 1: Face2HPO annotation tool with the patient’s face obfuscated.

In total, 124 annotators contributed to the annotation effort. Annotators were recruited in multiple rounds through the GMDB platform. The participants were GMDB users with medical backgrounds who expressed interest in the study. Participation was voluntary, and contributors with the highest annotation activity were eligible for co-authorship, mentions, or acknowledgments in accordance with standard authorship guidelines. All annotations were performed in accordance with GMDB’s data access and governance policies. The annotation effort began in January 2025; however, for the purpose of this study, a data freeze was applied in December 2025, defining the dataset used for all analyses reported here.

3.1.2 Quality Control↩︎

Throughout the annotation effort, a total of 1,676 frontal face photographs were assessed and annotated. A subset of photographs exhibited annotation inconsistencies, such as the absence of any term annotated as present or the absence of any term annotated as absent. We therefore applied an initial round of quality control (QC) to remove inconsistent or incomplete annotations, resulting in 1,301 images. Following QC, the annotations generated in this study were combined with existing HPO annotations from GMDB for the same images, incorporating previously labeled terms. A final round of QC was then applied to resolve conflicts between newly added annotations and existing ones (e.g., a term marked as present in GMDB but annotated as absent in this study). These overlaps between existing HPO terms and new HPO annotations were resolved by following the two-step merging procedure: 1) Present traits (PT) and absent traits (AT) from the GMDB were merged with their new manual present (MPT) and absent (MAT) counterparts; 2) MPTs that existed within the AT were not added to the PT, with the same applying to MAT and AT. After this final integration and QC, the resulting dataset comprised 1,230 photographs, with a total of 72 HPO terms annotated. A flowchart with the stages of QC is shown in appendix Fig. 8, and a full list of HPO term frequencies and their corresponding mean Inter-Rater-Agreement (IRA) with standard deviation and 95% confidence intervals across all samples were computed using Fleiss’ Kappa [22] are shown in appendix Table 1.

3.2 Independent Test Set↩︎

In addition to GMDB-HPO, we evaluated model performance on an independent test set annotated by multiple experts. This dataset was constructed prior to the start of the large-scale annotation effort described in Section 3.1, originally with the aim of exploring the feasibility of HPO-based classification from facial images. While its size was insufficient for training a meaningful model, the dataset provides a valuable resource for evaluation.

After similar QC, the test set comprises 17 disorders, each with up to 5 patients. For each image, three medical experts independently annotated HPO terms. In contrast to the main dataset, where each image is annotated by a single expert selected from a large pool of annotators, this setup ensures consistent multi-expert annotation across all samples, thereby reducing inter-rater variability and increasing annotation reliability. After quality control, we used a total of 75 test images, whose distribution is shown in Table 2.

Table 2: Disorders in the independent test set, their frequencies, and whether the disorder was included during training of the models.
Disorder Frequency Trained on?
Coffin-Siris syndrome (CSS) 12 Yes
Cornelia de Lange syndrome (CdLS) 5 Yes
Ogden syndrome (OGDNS) 5 Yes
KBG syndrome (KBGS) 5 Yes
Noonan syndrome (NS) 4 Yes
Williams-Beuren syndrome (WBS) 4 Yes
FBXW7 syndrome (FBXW7S) 5 No
Floating-Harbor syndrome (FLHS) 5 No
Hyperphosphatasia with mental retardation syndrome (HPMRS) 5 No
Mowat-Wilson syndrome (MOWS) 5 No
Nicolaides-Baraitser syndrome (NCBRS) 5 No
Ohdo syndrome, SBBYS-variant (SBBYSS) 5 No
Opitz GBBB syndrome (OGBBBS) 5 No
Sotos syndrome (SOTOS) 4 No
White-Sutton syndrome (WHSUS) 4 No
Susceptibility to Autism (StA) 2 No
Seckel syndrome (SS) 2 No

The annotation protocol was designed specifically for HPO classification. For each disorder, HPO terms classified as “frequent” or “very frequent” in the Human Phenotype Ontology and Online Mendelian Inheritance in Man (OMIM) [19] databases were preselected. Annotators were asked to assess the presence of each term in every patient image. A term was considered present if at least two out of three annotators agreed on its presence. In addition, annotators were instructed to label any non-preselected terms that were not categorized as “frequent” or “very frequent” but were deemed clearly present; such terms were included without requiring majority agreement. Though annotators were not asked to explicitly label the absence of terms, due to the majority voting, we feel that it is reasonable to assume terms were not present if they were labeled by no more than a single annotator.

Importantly, this test set includes both disorders present in the training data and disorders not observed during training, enabling evaluation in both seen and unseen disease settings. As such, it serves as a complementary evaluation resource, providing insight into model performance under reduced annotation noise, improved label consistency, and generalizability to other disorders.

4 Method↩︎

Figure 2: A schematic overview of the full FaceMesh2HPO Framework with the corresponding point importance visualizations of the face meshes for the HPO models. GestaltGAN [23] was used to synthesize the exemplary patient photograph.

This section describes our methodology for cascaded hierarchical classification using feature elimination as displayed in Figure 2. The framework includes a preprocessing step (4.1), optional metadata parameters (age, sex, ethnicity), face-region masks, and a cascading HPO model tree.

The HPO is not a tree structure with single connections between nodes. Cross-links between multiple nodes are possible, making it more like a graph than a tree. However, we had to cut cross-links to simplify the graph into a tree with a clear hierarchical structure, as multiple parents cannot be processed by our method. The Abnormality of the face is defined as the root node. Since the Abnormality of the eye and Abnormal eyebrow morphology are not part of the branches outgoing from Abnormality of the face under the HPO, we moved them to be children of Abnormality of the face. To replicate this tree structure, each model is defined as a single HPO term (see Figure 2). This means that each model has a parent model and can have child models if it is not a leaf.

4.1 Preprocessing↩︎

The data preprocessing pipeline consists of two steps:

1) Face Mesh Extraction: The input data for the pipeline consists of 2D images of faces. Landmarks are extracted from these images using the Face Mesh Detector from mediapipe [24] as of September 15, 2022. This detector provides 478 points distributed across the face in a semi-3D face mesh, with the third dimension approximated.

2) HPO Table Generation: For each image, the phenotypes are read and displayed in a table. Since the phenotypes are predominantly leaves in the HPO tree, their parents must be identified and included in the table so that each image records the corresponding phenotype, starting from the root of the HPO tree.

4.2 Metrics↩︎

The models were evaluated using several metrics. The Area Under the Receiver Operating Characteristic Curve (AUROC) is the primary metric for assessing a model’s performance. Because it reflects the \(sensitivity\) and \(1-specificity\) balance, it provides a clear indication of a model’s performance. An AUROC of 0.9 to 1.0 is excellent, 0.8 to 0.9 is good, 0.7 to 0.8 is moderate, 0.6 to 0.7 is poor, and 0.5 to 0.6 is near chance. In addition, the Matthews Correlation Coefficient (MCC) is used to select the best model for inference, as it provides a more fine-grained score using sensitivity, specificity, precision, and negative predictive value. Therefore, a high MCC (e.g., MCC=0.95) always corresponds to a high AUROC but not vice versa [25]. Furthermore, the metrics F1-Score, precision, and recall were chosen to provide a general impression of the models’ performance. Additionally, the prevalence and detection prevalence are provided for better comparison.

4.3 Model-Architecture↩︎

Figure 3: The modified PointNet architecture for increased flexibility.

The architecture used for the HPO model tree is based on the PointNet [26] architecture as shown in Figure 3. The number and type of layers remain the same. The input size is based on the dimensions \(d\) used. To increase flexibility when working with different point counts, we dynamically adjusted the model’s parameter count by varying \(p\). The reduction of the parameter count depends on the number of input points. When more than 100 input points are available, \(p=6\). If the number is between 50 and 100, \(p=5\), and in a range greater than 25 and 50, \(p=4\). Finally, when the input point number is 25 or less, \(p=3\). If the number of input points falls below a critical threshold for processing by the architecture, a zero-padded difference between the minimum and the actual number of points is added after the input transformation. To embed the metadata into the classification task, the values are converted to integer numbers: -1 if not available, or a dedicated number for each class. The metadata list is added to the global features and processed by the last Multi-Layer-Perceptron (MLP) step. Furthermore, we added a more robust normalization to each convolutional layer, switching to group normalization when the batch size is 1, as batch normalization fails. If the batch size is greater than 1, the batch normalization is applied.

4.4 Training Strategy↩︎

The tree root is trained first using all available points from the face mesh. For the input data, all samples, including itself and its children, are used recursively. That means the root model is trained on the entire dataset of affected individuals, and the unaffected samples are drawn from the UTKFace [27] dataset, with a distribution as close as possible to that of our dataset in age, sex, and ethnicity. At higher levels of the tree, when unaffected samples are available in both our dataset and the UTKFace dataset, we split at most 50/50 between the two.

After a model is trained on a set of points, a point-wise feature importance is computed using the Integrated Gradients [28] to extract importance values for each point on the face mesh. The feature importance of each fold is accumulated through all folds, and the mean is computed to gather a global feature importance of all models. Based on the global feature importance, a threshold is applied to a mask, eliminating all points that fall below it. This is represented in Fig. 2, where the color of the points in each HPO node indicates the Integrated Gradient feature importance of each point in the training set. The more blue a point is, the higher the chance that the point is eliminated. The eliminated global feature importance mask is used in the next iteration of the model’s children, limiting them to only the points from the face meshes present in the mask. This cascading reduction of points across each level of the HPO tree simplifies the classification task. For some HPO models (Abnormality of the mouth, Abnormality of the orbital region, Abnormality of the nose, Abnormality of the eye, Abnormal midface morphology, Abnormal forehead morphology, Abnormality of the periorbital region, Abnormality of the chin) masks were predefined by a genetic physician expert on a specific set of points to focus the classification on certain regions, e.g., mouth, eyes, nose, chin, forehead. Therefore, we developed an interactive website (https://hcmlab.github.io/hpo-mesh-annotator/) to enable medical professionals to easily select relevant region points. If a predefined mask is provided to the model, the predecessor mask is ignored.

In general, all models were trained using 5-Fold Stratified Cross Validation (CV) to ensure that a face, displayed across multiple images, does not appear in both the training and validation splits. A model was trained only if a point mask with at least 2 points was provided, and the sample size for the HPO term was greater than or equal to 50. The training was performed for up to 25 epochs, with a learning rate of 0.0001, automatic learning rate reduction at a plateau with a patience of 5 epochs, and early stopping with a patience of 5 epochs. The training seed was set to 42.

5 Results↩︎

We conducted an ablation study to evaluate different model-tree configurations and identify the best configuration. Afterward, we analyzed the HPO models with the best configuration. Furthermore, a deeper look into the correlation of key metrics was taken to investigate if correlations are present. Finally, the HPO models were evaluated on a test set.

5.1 Model Selection through Ablation Study↩︎

The ablation study embodies 72 experiments, which have been performed using a permutation of the following settings: dimension (3D and 2D), face outline (False and True), soft labels (0, 0.05, and 0.1), feature importance threshold (0.01, 0.05, and 0.1), and metadata (empty and [age, sex, ethnicity]). Since a face mesh is represented by an approximate third dimension, we tested whether the x- and y-coordinates alone would suffice without the z-coordinate. In addition, the face mesh’s outermost points represent the face outline and can be used alongside points from a point mask. Due to the lack of unlabeled unaffected individuals, we tested whether soft labels (0, 0.05, and 0.1) could improve performance, as suggested by [29]. Since the unaffected individuals used are not verified, it is unclear whether they are indeed unaffected or might possibly be affected, which is also a reason for using soft labels. Furthermore, we tested different thresholds for the feature importance elimination (0.01, 0.05, and 0.1). Finally, we also experimented with using no metadata and age, sex, and ethnicity as metadata.

Table 3: The top-10 and bottom-5 results of the ablation study with 72 experiments. D=Dimensions, FO=Face Outline, T=Feature Importance Threshold, S=Soft Label.
D FO Metadata T S mean AUROC
3 True age, gender, ethnicity 0.01 0.05 0.750\(\pm\)0.042
3 True age, gender, ethnicity 0.01 0.00 0.749\(\pm\)0.044
3 True age, gender, ethnicity 0.05 0.10 0.747\(\pm\)0.044
3 True age, gender, ethnicity 0.01 0.10 0.747\(\pm\)0.043
3 True age, gender, ethnicity 0.05 0.05 0.741\(\pm\)0.043
3 False age, gender, ethnicity 0.01 0.00 0.740\(\pm\)0.045
3 False age, gender, ethnicity 0.01 0.05 0.740\(\pm\)0.041
2 True age, gender, ethnicity 0.01 0.10 0.739\(\pm\)0.043
3 False age, gender, ethnicity 0.01 0.10 0.739\(\pm\)0.043
3 True age, gender, ethnicity 0.05 0.00 0.738\(\pm\)0.046
... ... ... ... ... ...
2 False N/A 0.10 0.10 0.653\(\pm\)0.055
2 False N/A 0.10 0.05 0.651\(\pm\)0.055
2 True N/A 0.10 0.00 0.648\(\pm\)0.051
2 True N/A 0.10 0.10 0.646\(\pm\)0.050
2 True N/A 0.10 0.05 0.644\(\pm\)0.053

The results of the top-10 and bottom-5 experiments from the ablation study are listed in Table 3. The best experiment with 3D-Face Meshes, the face outline, metadata, a threshold of 0.01, and a soft label of 0.05 performed with an AUROC score of \(0.750\pm0.042\). The top-5 experiments all used 3D-Face Meshes, the face outline, and metadata. The changes in performance are from the used soft label, where 0.05 performed best, with 0.001 performance gain over 0.00. The feature elimination threshold of 0.01 outperformed 0.05 by \(\approx0.009\) and 0.1 by \(\approx0.025\). The 2D-Face Mesh experiment lagged the same configured 3D experiment by 0.007. The 3D experiment without using the face outline performed \(\approx0.013\) worse than the same experiment with the face outline. A higher feature importance threshold led to lower performance, as many points were eliminated in earlier stages, leaving only a few, or even none, points for leaf-HPO terms to be trained on and, therefore, represented, resulting in zero AUROC. The full result table is available in appendix Table 2.

5.2 HPO Delineation Performance Analysis↩︎

Table 4: An overview of the HPO models of the best model configuration, with a selection of the models with their top-5 and bottom-5 performing leaf HPO models and their mean scores over the 5-Fold Cross Validation. The samples (S) are 50% affected and 50% unaffected. The detection prevalence (Det. P) shows the model’s perception of prevalence.
AUROC F1-Score Precision Recall N Det. P
Short nose 0.80\(\pm\)0.05 0.81\(\pm\)0.04 0.77\(\pm\)0.01 0.84\(\pm\)0.08 814 0.54
Wide nasal bridge 0.80\(\pm\)0.03 0.81\(\pm\)0.05 0.77\(\pm\)0.03 0.85\(\pm\)0.08 800 0.55
Hypertelorism 0.79\(\pm\)0.04 0.80\(\pm\)0.06 0.77\(\pm\)0.05 0.83\(\pm\)0.07 762 0.54
Downturned corners of mouth 0.78\(\pm\)0.03 0.78\(\pm\)0.03 0.81\(\pm\)0.08 0.75\(\pm\)0.05 512 0.47
Thin upper lip vermilion 0.76\(\pm\)0.02 0.78\(\pm\)0.03 0.72\(\pm\)0.04 0.85\(\pm\)0.05 1116 0.59
... ... ... ... ... ... ...
Long nose 0.60\(\pm\)0.05 0.62\(\pm\)0.04 0.59\(\pm\)0.04 0.67\(\pm\)0.08 230 0.57
Synophrys 0.59\(\pm\)0.03 0.58\(\pm\)0.05 0.60\(\pm\)0.05 0.59\(\pm\)0.11 416 0.49
Microphthalmia 0.58\(\pm\)0.11 0.42\(\pm\)0.31 0.58\(\pm\)0.39 0.42\(\pm\)0.33 66 0.36
Elfin facies 0.55\(\pm\)0.07 0.28\(\pm\)0.32 0.43\(\pm\)0.43 0.29\(\pm\)0.38 216 0.24
Blepharophimosis 0.55\(\pm\)0.03 0.47\(\pm\)0.20 0.66\(\pm\)0.20 0.47\(\pm\)0.27 152 0.42

In Table 4, the performance for the top-5 and bottom-5 performing leaf HPO models is depicted. The five best HPO term models (Short nose, Wide nasal bridge, Hypertelorism, Downturned corners of mouth, and Thin upper lip vermilion) achieved AUROCs ranging from \(\approx0.76\) to \(\approx0.80\) and F1-Scores ranging from \(\approx0.78\) to \(\approx0.81\). On the other end of the table, in the bottom-5 models, the long nose performed best with an AUROC of \(\approx0.60\) and an F1-Score of \(\approx0.62\). Synophrys lagged behind with an AUROC of \(\approx0.59\) and F1-Score of \(\approx0.58\). Microphthalmia performed third last with an AUROC of \(\approx0.58\) and F1-Score of \(\approx0.42\). Furthermore, Elfin facies performed second-to-last, with an AUROC of \(\approx0.55\) and an F1-Score of \(\approx0.28\). Finally, the worst-performing model is for Blepharophimosis, with an AUROC of \(\approx0.55\) and an F1-Score of \(\approx0.47\). Overall, 107 HPO models were trained. In addition, we examined the prevalence of the training and validation sets for each CV fold and aggregated the results. Given an exact 50% split between affected and unaffected classes, the prevalence is always 0.5. However, the detection prevalence shows a different result as shown in Table 4. The detection prevalence ranges from \(\approx0.23\) (Elfin facies) to \(\approx0.74\) (Thick vermilion border). The full table is in the appendix Table 3.

Figure 4: The correlation between key metrics: mean AUROC, number of input points, inter-rater agreement (IRA), parameter number, number of support samples.

Furthermore, the Fig. 4 shows the correlation between key metrics of all HPO models with the top-5 performing models in green and bottom-5 performing models in orange. A Pearson correlation is found between the number of samples and the mean AUROC. The fewer the number of training samples, the lower the mean AUROC; the more samples, the higher the mean AUROC. No correlation was found between the number of input points and the mean AUROC. Furthermore, the Inter-Rater-Agreement (IRA) across all samples also showed no correlation with the mean AUROC. The Pearson correlation between input points and parameter count, shown in the correlation matrix with a score of \(0.61\), is by design and is not coincidental.

Figure 5: An in-depth analysis of the correlation of the number of samples and mean AUROC.

When more closely examining the correlation between the number of samples and mean AUROC (Fig. 5), the differentiation between parent and compression models and leaf models becomes clearer. A compression model has exactly one child and, as such, only compresses the dimension/number of points further down. In Fig. 5, one can see that the leaf models need at least 988 samples to achieve a mean AUROC performance of greater than or equal to \(0.75\). Comparing parent and compression nodes, where the compression nodes are a subset of the parent nodes, the parent nodes need at least 1092 samples, while compression nodes need only 222 samples to achieve a mean AUROC of \(0.75\) or greater.

5.3 Evaluation of Generalizability↩︎

We further assessed the generalizability of our approach using the independent multi-expert–annotated test set described in Section 3.1 and further detailed in the appendix. We evaluated model performance separately for disorders seen during training and those not observed during training.

Figure 6: An overview of the aggregated mean F1-Score performance differences (test set vs. validation set) of the HPO models with a prevalence greater than zero. The difference value is normalized in the range of -1 to 1, according to the amount of available HPO term per disorder. SS to WHSUS are unseed disorders, while WBS to KBGS are seen disorders.

Across the independent test set, the aggregated, normalized mean F1‑score differences between test and validation vary by disorder, as summarized in Fig. 6. For unseen disorders, Seckel syndrome (SS) and Sotos syndrome (SOTOS) show small positive differences of 0.03 and 0.04, respectively, while Opitz GBBB syndrome (OGBBBS), Ohdo syndrome, SBBYS-variant (SBBYSS), and Susceptibility to Autism (StA) exhibit moderate differences between 0.09 and 0.16. Larger differences are observed for Mowat-Wilson syndrome (MOWS), Nicolaides-Baraitser syndrome (NCBRS), Floating-Harbor syndrome (FLHS), and FBXW7 syndrome (FBXW7S), with values ranging from 0.21 to 0.36. White-Sutton syndrome (WHSUS) shows the largest observed difference of 0.42. Among disorders included during training, Williams-Beuren syndrome (WBS) yields a slightly negative aggregated difference of -0.02, whereas Hyperphosphatasia with mental retardation syndrome (HPMRS) and Cornelia de Lange syndrome (CdLS) show small positive differences of 0.04 and 0.05. Coffin-Siris syndrome (CSS), Noonan syndrome (NS), Ogden syndrome (OGDNS), and KBG syndrome (KBGS) display larger differences between 0.10 and 0.20.

The two tables in the report per‑phenotype mean F1-Score differences between the independent test set and cross‑validation for all HPO terms with non‑zero prevalence, separately for unseen (appendix Table 4) and seen disorders (appendix Table 5). For unseen disorders, the table lists how each HPO model’s F1 changes for StA, FBXW7, FLHS, MOWS, NCBRS, SBBYSS, OGBBBS, SOTOS, SS, and WHSUS, with negative values indicating better performance on the test set and positive values indicating higher validation performance. The corresponding table for seen disorders provides the same F1 differences for CSS, CdLS, HPMRS, KBGS, NS, OGNDS, and WBS, again highlighting for each HPO term whether performance is higher in validation or on the independent test cohort.

The detailed metrics for the non-overlapping test set disorders are listed in the appendix Tables for StA 6, FBXW7S 7, FLHS 8, MOWS 9, NCBRS 10, SBBYSS 11, OGBBBS 12, SOTOS 13, SS 14, and WHSUS 15 and the disorders overlapping with the training/validation set are in the appendix Tables for CSS 16, CdLS 17, HPMRS 18, KBGS 19, NS 20, OGDNS 21, and WBS 22.

5.4 FaceMesh2HPO Web Tool↩︎

Figure 7: The detailed view of a model’s summary in performance, training data, and feature importance in the FaceMesh2HPO web application. GestaltGAN [23] was used to synthesize the exemplary patient photograph.

To demonstrate the practical applicability of the FaceMesh2HPO framework, we developed a web application (https://hcmlab.github.io/FaceMesh2HPOWebApp/) that enables physicians to perform facial phenotype analyses directly on local devices (Fig. 7). The application integrates the best-performing model from each fold, selecting the model with the highest Matthews Correlation Coefficient [30]. Each selected model is subsequently calibrated using either beta calibration [31] (for datasets with \(\ge 50\) samples) or temperature scaling [32] (for datasets with \(< 50\) samples). The final calibration method is chosen according to the lowest Brier score [33]. If the original model already achieves the lowest Brier score, no additional calibration is applied.

Upon first use, the trained models are downloaded to the local device. This one-time process may take several minutes, depending on network bandwidth, but it ensures that all subsequent analyses are performed locally without uploading patient images to external servers. Once the download is complete, the application is ready for use.

Physicians can then upload a patient image for analysis and optionally provide demographic information (age, sex, ethnicity) to refine predictions. The average total inference time, including face mesh extraction and evaluation of all 107 models, is 624.56 ms.

The results are presented in two main sections. First, the patient image is displayed alongside the extracted face mesh. Second, a hierarchical list summarizes the outputs of all models. In the default view, each entry includes the corresponding HPO term and its classification confidence, with higher values indicating greater certainty that the phenotype is present. Selecting an HPO term reveals additional details, including model performance metrics (e.g., sensitivity and specificity), dataset characteristics (e.g., age, sex, ethnicity, and geographic distribution), and the disorders used during training (Fig. 7, right). In the image view, classification-relevant regions are highlighted using color to indicate global feature importance (Fig. 7, left). Together, these features provide a transparent and interpretable overview for clinical use.

To facilitate navigation, the application includes a search function for HPO IDs and names, allowing users to quickly locate specific terms. Additionally, a confidence threshold slider enables users to filter results by setting a minimum confidence level, hiding all predictions below the selected threshold.

6 Discussion↩︎

This work introduces FaceMesh2HPO, a hierarchical, HPO‑aligned framework for classifying facial phenotypes from 3D face meshes using a cascading training strategy with feature elimination. By assigning a dedicated classifier to each HPO term and organizing these along the HPO tree, the method learns shared structure across related phenotypes, generates predictions at multiple levels of granularity, and outputs labels that match the clinical vocabulary used in diagnostic reasoning. This structure yields rich phenotype profiles that remain informative even when the underlying disorder is unknown, and can be directly combined with tools such as LIRICAL [17] as compositional evidence rather than a single black‑box score.

The ablation study showed that performance is best when using 3D face meshes including the facial outline, together with age, sex, and ethnicity metadata, a feature‑elimination threshold of \(0.01\), and soft negative labels of \(0.05\). The modest gap between 3D and 2D meshes indicates that the approximated depth contributes only a limited additional signal, suggesting that true 3D imaging could unlock larger gains. The face outline and metadata systematically improved results, consistent with their role in providing global proportionality and demographic context for local dysmorphisms. Lower feature‑importance thresholds preserved more points for downstream nodes and improved performance, while soft labels helped mitigate uncertainty in the negative class, where apparently unaffected controls may still exhibit subtle dysmorphic traits.

Performance analyses highlight a strong dependence on ontology level and data support. Parent and compression nodes consistently outperform leaves, benefiting from larger effective sample sizes and more generic patterns. In contrast, rare leaf terms - especially those with limited geometric representation in the mesh (e.g., eyebrow or eyelash traits) often show AUROCs near chance and unstable detection prevalence, reflecting sample scarcity, the compounded effect of upstream feature pruning, and the inaccuracy of detected face meshes on dysmorphic faces as investiaged by Hellmann et al. [34] and showed that facial traits such as Big Nose and Big Lips seem to be not well captured by the face mesh detector. The fixed 50/50 class balancing during training, combined with noisy negatives, further contributes to miscalibration, as evidenced by the wide spread of detection prevalences across terms despite identical training prevalence. In practice, this means the framework currently offers more reliable information at coarser ontology levels and for relatively common traits than for highly specific, sparsely annotated leaves. Furthermore, we believed that the IRA would influence the models’ performance: the lower the IRA score, the lower the model’s performance, and vice versa. Surprisingly, the results painted a different picture, showing no correlation between the models’ performance and the IRA.

The independent, multi‑expert test set clarifies how these patterns generalize. Per‑disorder analyses show that many parent and intermediate terms maintain F1-Score close to or above validation, while leaf‑level performance is more variable. These findings support the central design choice of modeling reusable HPO‑level phenotypes rather than syndromes, but also underscore that the method should be viewed as providing a phenotypic scaffold whose reliability depends on both ontology depth and disorder family, rather than a uniformly accurate detector of all rare traits.

Despite these limitations, the approach is scalable and amenable to extension. Additional HPO terms can be integrated as more curated data become available, and the mesh‑based representation keeps per‑term data needs manageable. The cascading feature elimination already reduces computational costs and focuses models on salient regions, while expert‑designed regional masks help anchor point selection in clinically meaningful areas and partially compensate for the opacity of purely data‑driven pruning.

Future work should prioritize the qualitative validation of the FaceMesh2HPO tool in a study with clinicians. Furthermore, continuing to improve support for rare terms, refining calibration under imbalanced and noisy labels, and systematically assessing performance and bias across age, sex, and ancestry. Finally, the face mesh detection must be refined for faces with dysmorphisms to receive a more accurate representation.

7 Conclusion↩︎

In this work, we addressed the automatic classification of facial phenotypes by utilizing Mediapipe’s 3D face meshes and a dynamic PointNet architecture to handle different input sizes. We introduced hierarchical training with a feature elimination approach to reduce task complexity and simplify model classification. Therefore, the models were trained in a tree-like structure, passing a point mask to their child models. This process was done in a cascading manner. In total, 107 models were trained to classify facial phenotypes on different levels of the human phenotype ontology.

The approach demonstrates that facial phenotype classification on a geometric level, based solely on face meshes, is possible. Using 3D face meshes, the face outline, the person’s age, sex, and ethnicity, a feature elimination threshold of \(0.01\), and soft labels of \(0.05\), the ablation study showed that these settings yielded the best overall results, with a mean AUROC of \(0.750\pm0.042\). The mean AUROC across the 5-Fold CV for each HPO model ranged from \(\approx0.55\) to \(\approx0.89\). The better-performing HPO models are usually those closer to the root model, which is correlated with the available training sample size, as there are typically more samples for models closer to the root node. When applied to other faces with unseen disorders, the method appears reliable. However, results vary slightly per disorder. Finally, the FaceMesh2HPO tool bridges these research results to a real-world application for clinicians to use in their daily practice. The additional information provided for each model will help geneticists and other clinicians to understand and trust these and related applications.

This research was supported in part by the Intramural Research Program of the National Institutes of Health (NIH). The contributions of the NIH author(s) are considered Works of the United States Government. The findings and conclusions presented in this paper are those of the author(s) and do not necessarily reflect the views of the NIH or the U.S. Department of Health and Human Services. As a nonnative English-speaking research team, we have limited the use of generative artificial intelligence tools to polish and enhance our English-language writing, ensuring our research findings can be disseminated globally.

Declarations↩︎

  • Funding: Not applicable.

  • Conflict of interest/Competing interests: Not applicable.

  • Ethics approval and consent to participate: Not applicable.

  • Consent for publication: Not applicable.

  • Data availability: The curated GMDB-HPO subset is derived from the GMDB dataset (v1.1.0), which is available to qualified researchers through a controlled-access process for the development and evaluation of next-generation phenotyping methods. Researchers seeking access must explicitly state that they are requesting the GMDB-HPO dataset, obtain appropriate ethics approval, submit a research proposal via https://db.gestaltmatcher.org/ or by email to info@gestaltmatcher.org, and sign a data-use agreement ensuring compliance with applicable data protection legislation, including the General Data Protection Regulation (GDPR). All requests are reviewed by the GMDB Advisory Board in accordance with legal and ethical standards. Due to the inclusion of sensitive clinical data and identifiable facial images of individuals with rare genetic disorders, the dataset is not publicly available.

  • Materials availability: Not applicable.

  • Code availability: The code will be made publicly available on GitHub (https://github.com/hcmlab/FaceMesh2HPO) upon publication.

  • Author contribution: FH developed the methodology, performed the experiments, and wrote the manuscript. AH curated the GMDB-HPO dataset and supported FH in designing the experiments and refining the manuscript. BS created the point masks for specific HPO terms to focus the model’s training. GestaltMatcher Database Consortium created the annotations for the HPO dataset. PK provided helpful knowledge in the field and revised the manuscript. EA and TH revised the manuscript.

8 Dataset↩︎

Figure 8: The flowchart represents the curation of the GMDB-HPO dataset. The number of samples (n) contains a certain amount of present phenotypes (p) and absent phenotypes (a).
Table 5: The frequencies of all annotated HPO terms and their corresponding Inter-Rater-Agreement (IRA) using the mean Fleiss’ Kappa score for each HPO term over all samples.
HPO Name HPO ID IRA Samples
HPO Name HPO ID IRA Samples
Continued on next page
Abnormality of the mouth HP:0000153 N/A 1089
Wide mouth HP:0000154 0.80 ± 0.61 [-0.45, 2.05] 459
Abnormal lip morphology HP:0000159 N/A 1002
Narrow mouth HP:0000160 0.80 ± 0.61 [-0.45, 2.05] 152
Abnormal oral cavity morphology HP:0000163 N/A 1088
Abnormal upper lip morphology HP:0000177 N/A 760
Abnormal lower lip morphology HP:0000178 N/A 393
Thick lower lip vermilion HP:0000179 0.82 ± 0.58 [-0.37, 2.01] 221
Thin upper lip vermilion HP:0000219 0.82 ± 0.58 [-0.35, 2.00] 558
Everted lower lip vermilion HP:0000232 0.57 ± 0.82 [-1.08, 2.23] 273
Thin vermilion border HP:0000233 0.74 ± 0.68 [-0.65, 2.13] 599
Abnormality of the face HP:0000271 N/A 1230
Small face HP:0000274 N/A 111
Narrow face HP:0000275 0.63 ± 0.78 [-0.94, 2.21] 111
Coarse facial features HP:0000280 0.24 ± 0.97 [-1.71, 2.20] 280
Epicanthus HP:0000286 0.50 ± 0.88 [-1.27, 2.27] 263
Abnormality of the philtrum HP:0000288 N/A 722
Broad philtrum HP:0000289 1.00 ± 0.00 286
Abnormal forehead morphology HP:0000290 0.33 ± 0.96 [-1.64, 2.31] 765
Full cheeks HP:0000293 0.33 ± 0.95 [-1.58, 2.24] 351
Low anterior hairline HP:0000294 0.83 ± 0.56 [-0.33, 2.00] 278
Abnormality of the chin HP:0000306 N/A 323
Pointed chin HP:0000307 0.62 ± 0.80 [-0.98, 2.22] 292
Abnormal midface morphology HP:0000309 N/A 446
Abnormality of the orbital region HP:0000315 N/A 884
Hypertelorism HP:0000316 0.64 ± 0.81 [-1.17, 2.44] 381
Short philtrum HP:0000322 0.73 ± 0.70 [-0.73, 2.19] 231
Triangular face HP:0000325 0.48 ± 0.88 [-1.29, 2.26] 195
Prominent supraorbital ridges HP:0000336 0.69 ± 0.73 [-0.79, 2.17] 145
Broad forehead HP:0000337 0.54 ± 0.88 [-1.37, 2.45] 303
Narrow forehead HP:0000341 0.54 ± 0.88 [-1.37, 2.45] 154
Long philtrum HP:0000343 0.73 ± 0.70 [-0.73, 2.19] 382
High forehead HP:0000348 0.50 ± 0.88 [-1.27, 2.27] 337
Abnormality of the nose HP:0000366 N/A 1019
Abnormal nasal bridge morphology HP:0000422 N/A 667
Abnormal morphology of the nasal alae HP:0000429 N/A 605
Underdeveloped nasal alae HP:0000430 0.27 ± 0.97 [-1.69, 2.24] 227
Wide nasal bridge HP:0000431 0.78 ± 0.65 [-0.59, 2.14] 400
Abnormal nasal tip morphology HP:0000436 N/A 587
Depressed nasal tip HP:0000437 0.62 ± 0.79 [-0.99, 2.22] 142
Narrow nasal bridge HP:0000446 0.78 ± 0.65 [-0.59, 2.14] 100
Broad nasal tip HP:0000455 0.43 ± 0.91 [-1.40, 2.26] 494
Anteverted nares HP:0000463 0.57 ± 0.83 [-1.11, 2.25] 388
Abnormality of the eye HP:0000478 N/A 746
Strabismus HP:0000486 0.50 ± 0.88 [-1.26, 2.26] 273
Abnormal eyelid morphology HP:0000492 N/A 883
Downslanted palpebral fissures HP:0000494 1.00 ± 0.00 359
Abnormality of eye movement HP:0000496 N/A 277
Abnormal eyelash morphology HP:0000499 N/A 302
Ptosis HP:0000508 0.21 ± 0.99 [-1.79, 2.21] 262
Proptosis HP:0000520 0.86 ± 0.51 [-0.16, 1.89] 57
Abnormality iris morphology HP:0000525 0.88 ± 0.49 [-0.15, 1.91] 45
Abnormal eyebrow morphology HP:0000534 N/A 830
Abnormal conjugate eye movement HP:0000549 N/A 273
Abnormal uvea morphology HP:0000553 N/A 45
Microphthalmia HP:0000568 0.81 ± 0.59 [-0.39, 2.01] 33
Thick eyebrow HP:0000574 0.81 ± 0.59 [-0.37, 2.00] 347
Blepharophimosis HP:0000581 0.71 ± 0.71 [-0.71, 2.14] 76
Upslanted palpebral fissure HP:0000582 1.00 ± 0.00 154
Abnormality of the frontal hairline HP:0000599 N/A 546
Hypotelorism HP:0000601 0.64 ± 0.81 [-1.17, 2.44] 85
Abnormality of the periorbital region HP:0000606 N/A 206
Long palpebral fissure HP:0000637 0.40 ± 0.97 [-1.79, 2.59] 253
Synophrys HP:0000664 0.86 ± 0.51 [-0.15, 1.88] 208
Abnormal facial shape HP:0001999 0.03 ± 1.01 [-2.03, 2.09] 688
Short columella HP:0002000 0.07 ± 1.01 [-2.01, 2.14] 307
Frontal bossing HP:0002007 0.31 ± 0.97 [-1.67, 2.29] 196
Highly arched eyebrow HP:0002553 0.36 ± 0.94 [-1.53, 2.24] 349
Downturned corners of mouth HP:0002714 1.00 ± 0.00 256
Long nose HP:0003189 1.00 ± 0.00 115
Short nose HP:0003196 1.00 ± 0.00 407
Abnormal cheek morphology HP:0004426 N/A 356
Elfin facies HP:0004428 0.42 ± 0.92 [-1.44, 2.28] 108
Abnormal nasal morphology HP:0005105 N/A 1019
Depressed nasal bridge HP:0005280 0.51 ± 0.87 [-1.24, 2.26] 378
Abnormal nostril morphology HP:0005288 N/A 174
Abnormality of the palpebral fissures HP:0008050 N/A 703
Aplasia/Hypoplasia affecting the eye HP:0008056 N/A 33
High anterior hairline HP:0009890 0.83 ± 0.56 [-0.33, 2.00] 278
Thick nasal alae HP:0009928 0.36 ± 0.93 [-1.53, 2.25] 194
Abnormal columella morphology HP:0009929 N/A 320
Enlarged naris HP:0009931 0.37 ± 0.93 [-1.50, 2.24] 172
Everted upper lip vermilion HP:0010803 0.57 ± 0.83 [-1.13, 2.26] 136
Upturned corners of mouth HP:0010805 1.00 ± 0.00 122
Abnormal external nose morphology HP:0010938 N/A 861
Prominent eyelashes HP:0011231 0.82 ± 0.58 [-0.35, 1.99] 255
Abnormality of mouth size HP:0011337 N/A 606
Abnormality of mouth shape HP:0011338 N/A 392
Abnormality of upper lip vermillion HP:0011339 N/A 176
Midface retrusion HP:0011800 0.41 ± 0.92 [-1.45, 2.27] 117
Narrow philtrum HP:0011829 1.00 ± 0.00 85
Flat face HP:0012368 0.61 ± 0.80 [-1.02, 2.24] 97
Abnormal eye morphology HP:0012372 N/A 545
Abnormal eye physiology HP:0012373 N/A 487
Thick vermilion border HP:0012471 0.74 ± 0.68 [-0.65, 2.13] 219
Short palpebral fissure HP:0012745 0.40 ± 0.97 [-1.79, 2.59] 188
Abnormal nasal base norphology HP:0012808 N/A 376
Wide nasal base HP:0012810 0.44 ± 0.90 [-1.37, 2.26] 376
Abnormal ocular adnexa morphology HP:0030669 N/A 884
Abnormal oral morphology HP:0031816 N/A 1088
Abnormality of the ocular adnexa HP:0032039 N/A 884
Sparse eyebrow HP:0045075 0.81 ± 0.59 [-0.37, 2.00] 351
Abnormality of the supraorbital ridges HP:0100538 N/A 145
Aplasia/Hypoplasia of the eyebrow HP:0100840 N/A 358
Abnormality of globe location HP:0100886 N/A 499
Slanting of the palpebral fissure HP:0200006 N/A 507
Abnormal size of the palpebral fissures HP:0200007 N/A 450

9 Ablation Study↩︎

Table 6: The results of all experiments from the ablation study. D: Dimension, FO: Face Outline, T: Feature Importance Threshold, S: Softlabel
D FO Metadata T S mean AUROC
D FO Metadata T S mean AUROC
Continued on next page on next page | |
True age, gender, ethnicity 0.01 0.05 0.750\(\pm\)​0.042
3 True age, gender, ethnicity 0.01 0.00 0.749\(\pm\)​0.044
3 True age, gender, ethnicity 0.05 0.10 0.747\(\pm\)​0.044
3 True age, gender, ethnicity 0.01 0.10 0.747\(\pm\)​0.043
3 True age, gender, ethnicity 0.05 0.05 0.741\(\pm\)​0.043
3 False age, gender, ethnicity 0.01 0.00 0.740\(\pm\)​0.045
3 False age, gender, ethnicity 0.01 0.05 0.740\(\pm\)​0.041
2 True age, gender, ethnicity 0.01 0.10 0.739\(\pm\)​0.043
3 False age, gender, ethnicity 0.01 0.10 0.739\(\pm\)​0.043
3 True age, gender, ethnicity 0.05 0.00 0.738\(\pm\)​0.046
2 True age, gender, ethnicity 0.01 0.05 0.737\(\pm\)​0.044
2 True age, gender, ethnicity 0.01 0.00 0.735\(\pm\)​0.044
2 False age, gender, ethnicity 0.01 0.10 0.734\(\pm\)​0.045
2 False age, gender, ethnicity 0.01 0.05 0.732\(\pm\)​0.046
3 False age, gender, ethnicity 0.05 0.05 0.731\(\pm\)​0.044
2 False age, gender, ethnicity 0.01 0.00 0.731\(\pm\)​0.044
3 True age, gender, ethnicity 0.10 0.10 0.728\(\pm\)​0.046
3 False age, gender, ethnicity 0.05 0.00 0.727\(\pm\)​0.046
3 False age, gender, ethnicity 0.05 0.10 0.726\(\pm\)​0.044
3 True age, gender, ethnicity 0.10 0.05 0.725\(\pm\)​0.049
3 True age, gender, ethnicity 0.10 0.00 0.716\(\pm\)​0.048
3 False age, gender, ethnicity 0.10 0.05 0.709\(\pm\)​0.053
3 True N/A 0.01 0.05 0.709\(\pm\)​0.048
3 True N/A 0.01 0.00 0.708\(\pm\)​0.046
3 False age, gender, ethnicity 0.10 0.00 0.708\(\pm\)​0.049
3 True N/A 0.01 0.10 0.707\(\pm\)​0.046
3 False age, gender, ethnicity 0.10 0.10 0.706\(\pm\)​0.049
2 True age, gender, ethnicity 0.05 0.00 0.706\(\pm\)​0.054
2 True age, gender, ethnicity 0.05 0.10 0.706\(\pm\)​0.052
2 False age, gender, ethnicity 0.05 0.10 0.705\(\pm\)​0.050
2 True age, gender, ethnicity 0.05 0.05 0.705\(\pm\)​0.048
3 True N/A 0.05 0.05 0.704\(\pm\)​0.045
2 False age, gender, ethnicity 0.05 0.05 0.701\(\pm\)​0.051
2 False age, gender, ethnicity 0.05 0.00 0.700\(\pm\)​0.048
3 False N/A 0.01 0.10 0.700\(\pm\)​0.043
3 True N/A 0.05 0.00 0.696\(\pm\)​0.046
2 True N/A 0.01 0.00 0.695\(\pm\)​0.045
3 False N/A 0.01 0.05 0.695\(\pm\)​0.045
3 False N/A 0.01 0.00 0.695\(\pm\)​0.044
2 True N/A 0.01 0.05 0.694\(\pm\)​0.048
3 True N/A 0.05 0.10 0.693\(\pm\)​0.050
2 True N/A 0.01 0.10 0.693\(\pm\)​0.048
2 True age, gender, ethnicity 0.10 0.10 0.692\(\pm\)​0.048
2 False age, gender, ethnicity 0.10 0.05 0.690\(\pm\)​0.055
2 False age, gender, ethnicity 0.10 0.00 0.689\(\pm\)​0.051
2 False N/A 0.01 0.00 0.688\(\pm\)​0.050
2 False N/A 0.01 0.05 0.688\(\pm\)​0.052
2 False age, gender, ethnicity 0.10 0.10 0.687\(\pm\)​0.050
3 False N/A 0.05 0.00 0.687\(\pm\)​0.047
2 True age, gender, ethnicity 0.10 0.05 0.685\(\pm\)​0.055
2 False N/A 0.01 0.10 0.685\(\pm\)​0.047
3 False N/A 0.05 0.05 0.683\(\pm\)​0.052
3 True N/A 0.10 0.10 0.680\(\pm\)​0.051
3 False N/A 0.05 0.10 0.680\(\pm\)​0.049
3 True N/A 0.10 0.05 0.678\(\pm\)​0.052
3 True N/A 0.10 0.00 0.678\(\pm\)​0.053
2 True age, gender, ethnicity 0.10 0.00 0.677\(\pm\)​0.050
3 False N/A 0.10 0.00 0.673\(\pm\)​0.048
3 False N/A 0.10 0.10 0.670\(\pm\)​0.047
3 False N/A 0.10 0.05 0.668\(\pm\)​0.054
2 True N/A 0.05 0.00 0.667\(\pm\)​0.050
2 True N/A 0.05 0.10 0.666\(\pm\)​0.048
2 True N/A 0.05 0.05 0.666\(\pm\)​0.053
2 False N/A 0.05 0.10 0.665\(\pm\)​0.050
2 False N/A 0.05 0.00 0.662\(\pm\)​0.055
2 False N/A 0.05 0.05 0.655\(\pm\)​0.049
2 False N/A 0.10 0.00 0.655\(\pm\)​0.055
2 False N/A 0.10 0.10 0.653\(\pm\)​0.055
2 False N/A 0.10 0.05 0.651\(\pm\)​0.055
2 True N/A 0.10 0.00 0.648\(\pm\)​0.051
2 True N/A 0.10 0.10 0.646\(\pm\)​0.050
2 True N/A 0.10 0.05 0.644\(\pm\)​0.053

10 Best Configuration Analysis↩︎

Table 7: The results of all HPO models with the best configuration. The HPO terms in bold letters are leafs of the human phenotype ontology. N: Samples, Prev: Prevalence, Det. P: Detection Prevalence
=====================: AUROC :=============: F1-Score :=============: Precision :=============: Recall :=============: N :====: Det. P :======:
AUROC F1-Score Precision Recall N Det. P
Continued on next page
                                                                          |
Abnormal morphology of the nasal alae 0.89\(\pm\)​0.02 0.89\(\pm\)​0.02 0.89\(\pm\)​0.02 0.89\(\pm\)​0.03 1210 0.50
Abnormal oral morphology 0.89\(\pm\)​0.02 0.89\(\pm\)​0.02 0.91\(\pm\)​0.01 0.86\(\pm\)​0.03 2176 0.47
Abnormal cheek morphology 0.89\(\pm\)​0.02 0.89\(\pm\)​0.02 0.91\(\pm\)​0.03 0.86\(\pm\)​0.04 712 0.47
Abnormality of the eye 0.89\(\pm\)​0.02 0.89\(\pm\)​0.02 0.91\(\pm\)​0.02 0.86\(\pm\)​0.02 1492 0.48
Abnormal external nose morphology 0.89\(\pm\)​0.01 0.89\(\pm\)​0.01 0.90\(\pm\)​0.01 0.87\(\pm\)​0.02 1722 0.49
Abnormal eyebrow morphology 0.89\(\pm\)​0.03 0.88\(\pm\)​0.03 0.91\(\pm\)​0.04 0.86\(\pm\)​0.03 1660 0.47
Abnormality of the nose 0.88\(\pm\)​0.01 0.88\(\pm\)​0.01 0.90\(\pm\)​0.03 0.86\(\pm\)​0.03 2038 0.48
Abnormality of the mouth 0.88\(\pm\)​0.01 0.88\(\pm\)​0.02 0.90\(\pm\)​0.01 0.86\(\pm\)​0.02 2178 0.47
Abnormal eye morphology 0.88\(\pm\)​0.02 0.88\(\pm\)​0.03 0.91\(\pm\)​0.04 0.85\(\pm\)​0.04 1090 0.46
Abnormal nasal morphology 0.88\(\pm\)​0.02 0.88\(\pm\)​0.02 0.90\(\pm\)​0.03 0.86\(\pm\)​0.02 2038 0.48
Abnormality of the face 0.88\(\pm\)​0.01 0.88\(\pm\)​0.01 0.90\(\pm\)​0.03 0.87\(\pm\)​0.03 2460 0.48
Abnormality of globe location 0.88\(\pm\)​0.03 0.88\(\pm\)​0.03 0.90\(\pm\)​0.04 0.87\(\pm\)​0.06 998 0.48
Abnormal midface morphology 0.88\(\pm\)​0.02 0.88\(\pm\)​0.02 0.88\(\pm\)​0.02 0.88\(\pm\)​0.03 892 0.50
Abnormal upper lip morphology 0.88\(\pm\)​0.02 0.88\(\pm\)​0.02 0.90\(\pm\)​0.02 0.86\(\pm\)​0.04 1520 0.48
Abnormal nasal bridge morphology 0.88\(\pm\)​0.04 0.87\(\pm\)​0.04 0.91\(\pm\)​0.04 0.84\(\pm\)​0.06 1334 0.46
Abnormal lip morphology 0.88\(\pm\)​0.03 0.88\(\pm\)​0.03 0.88\(\pm\)​0.05 0.88\(\pm\)​0.02 2004 0.50
Aplasia/Hypoplasia of the eyebrow 0.88\(\pm\)​0.04 0.88\(\pm\)​0.03 0.88\(\pm\)​0.07 0.88\(\pm\)​0.01 716 0.50
Abnormality of the palpebral fissures 0.88\(\pm\)​0.03 0.87\(\pm\)​0.03 0.90\(\pm\)​0.02 0.85\(\pm\)​0.05 1406 0.47
Abnormality of the philtrum 0.88\(\pm\)​0.01 0.87\(\pm\)​0.01 0.89\(\pm\)​0.03 0.85\(\pm\)​0.03 1444 0.48
Abnormal lower lip morphology 0.88\(\pm\)​0.01 0.87\(\pm\)​0.01 0.90\(\pm\)​0.02 0.84\(\pm\)​0.03 786 0.46
Abnormal eyelid morphology 0.88\(\pm\)​0.02 0.87\(\pm\)​0.03 0.90\(\pm\)​0.01 0.84\(\pm\)​0.05 1766 0.46
Abnormality of mouth size 0.88\(\pm\)​0.02 0.87\(\pm\)​0.02 0.89\(\pm\)​0.03 0.86\(\pm\)​0.05 1212 0.48
Abnormal columella morphology 0.87\(\pm\)​0.03 0.87\(\pm\)​0.03 0.90\(\pm\)​0.03 0.84\(\pm\)​0.04 640 0.47
Slanting of the palpebral fissure 0.87\(\pm\)​0.02 0.87\(\pm\)​0.02 0.88\(\pm\)​0.04 0.87\(\pm\)​0.03 1014 0.49
Abnormal size of the palpebral fissures 0.87\(\pm\)​0.03 0.87\(\pm\)​0.03 0.89\(\pm\)​0.03 0.85\(\pm\)​0.02 900 0.48
Abnormality of mouth shape 0.87\(\pm\)​0.01 0.87\(\pm\)​0.01 0.89\(\pm\)​0.03 0.85\(\pm\)​0.03 784 0.48
Abnormal nasal base norphology 0.87\(\pm\)​0.03 0.87\(\pm\)​0.03 0.89\(\pm\)​0.03 0.84\(\pm\)​0.07 752 0.47
Abnormality of eye movement 0.87\(\pm\)​0.03 0.87\(\pm\)​0.02 0.89\(\pm\)​0.06 0.85\(\pm\)​0.06 554 0.48
Abnormal ocular adnexa morphology 0.87\(\pm\)​0.04 0.86\(\pm\)​0.05 0.89\(\pm\)​0.03 0.84\(\pm\)​0.11 1768 0.47
Abnormal nasal tip morphology 0.87\(\pm\)​0.03 0.87\(\pm\)​0.03 0.89\(\pm\)​0.03 0.85\(\pm\)​0.04 1174 0.48
Abnormality of the orbital region 0.87\(\pm\)​0.05 0.86\(\pm\)​0.05 0.89\(\pm\)​0.03 0.84\(\pm\)​0.08 1768 0.47
Abnormal conjugate eye movement 0.86\(\pm\)​0.04 0.85\(\pm\)​0.06 0.90\(\pm\)​0.04 0.82\(\pm\)​0.10 546 0.46
Abnormal oral cavity morphology 0.86\(\pm\)​0.05 0.86\(\pm\)​0.04 0.87\(\pm\)​0.07 0.86\(\pm\)​0.04 2176 0.50
Abnormal eye physiology 0.86\(\pm\)​0.03 0.86\(\pm\)​0.03 0.86\(\pm\)​0.04 0.86\(\pm\)​0.05 974 0.50
Abnormality of the chin 0.86\(\pm\)​0.05 0.85\(\pm\)​0.06 0.91\(\pm\)​0.05 0.80\(\pm\)​0.07 646 0.44
Abnormality of the periorbital region 0.85\(\pm\)​0.03 0.85\(\pm\)​0.04 0.85\(\pm\)​0.05 0.86\(\pm\)​0.07 412 0.50
Abnormality of the ocular adnexa 0.85\(\pm\)​0.04 0.85\(\pm\)​0.04 0.87\(\pm\)​0.05 0.84\(\pm\)​0.05 1768 0.48
Abnormal eyelash morphology 0.85\(\pm\)​0.05 0.84\(\pm\)​0.06 0.89\(\pm\)​0.05 0.81\(\pm\)​0.07 604 0.46
Abnormality of upper lip vermillion 0.84\(\pm\)​0.07 0.83\(\pm\)​0.08 0.86\(\pm\)​0.06 0.80\(\pm\)​0.12 352 0.47
Abnormal uvea morphology 0.83\(\pm\)​0.06 0.82\(\pm\)​0.06 0.83\(\pm\)​0.07 0.83\(\pm\)​0.14 90 0.50
Abnormality of the supraorbital ridges 0.81\(\pm\)​0.04 0.81\(\pm\)​0.04 0.83\(\pm\)​0.07 0.79\(\pm\)​0.03 290 0.48
Abnormal nostril morphology 0.80\(\pm\)​0.02 0.78\(\pm\)​0.02 0.86\(\pm\)​0.03 0.72\(\pm\)​0.04 348 0.42
Short nose 0.80\(\pm\)​0.05 0.81\(\pm\)​0.04 0.77\(\pm\)​0.01 0.84\(\pm\)​0.08 814 0.54
Wide nasal bridge 0.80\(\pm\)​0.03 0.81\(\pm\)​0.05 0.77\(\pm\)​0.03 0.85\(\pm\)​0.08 800 0.55
Hypertelorism 0.79\(\pm\)​0.04 0.80\(\pm\)​0.06 0.77\(\pm\)​0.05 0.83\(\pm\)​0.07 762 0.54
Abnormal forehead morphology 0.79\(\pm\)​0.04 0.80\(\pm\)​0.05 0.77\(\pm\)​0.03 0.84\(\pm\)​0.09 1530 0.54
Aplasia/Hypoplasia affecting the eye 0.79\(\pm\)​0.19 0.76\(\pm\)​0.24 0.85\(\pm\)​0.22 0.77\(\pm\)​0.30 66 0.47
Downturned corners of mouth 0.78\(\pm\)​0.03 0.78\(\pm\)​0.03 0.81\(\pm\)​0.08 0.75\(\pm\)​0.05 512 0.47
Abnormal facial shape 0.77\(\pm\)​0.02 0.79\(\pm\)​0.02 0.73\(\pm\)​0.04 0.86\(\pm\)​0.02 1376 0.59
Thin vermilion border 0.77\(\pm\)​0.02 0.79\(\pm\)​0.02 0.74\(\pm\)​0.02 0.85\(\pm\)​0.03 1198 0.57
Thin upper lip vermilion 0.76\(\pm\)​0.02 0.78\(\pm\)​0.03 0.72\(\pm\)​0.04 0.85\(\pm\)​0.05 1116 0.59
Depressed nasal bridge 0.75\(\pm\)​0.04 0.78\(\pm\)​0.04 0.71\(\pm\)​0.03 0.87\(\pm\)​0.05 756 0.61
Narrow mouth 0.75\(\pm\)​0.05 0.76\(\pm\)​0.07 0.73\(\pm\)​0.05 0.80\(\pm\)​0.13 304 0.55
Broad philtrum 0.73\(\pm\)​0.04 0.75\(\pm\)​0.04 0.70\(\pm\)​0.06 0.81\(\pm\)​0.02 572 0.58
Sparse eyebrow 0.73\(\pm\)​0.03 0.75\(\pm\)​0.06 0.69\(\pm\)​0.05 0.82\(\pm\)​0.08 702 0.60
Downslanted palpebral fissures 0.72\(\pm\)​0.04 0.74\(\pm\)​0.05 0.69\(\pm\)​0.02 0.80\(\pm\)​0.08 718 0.57
Abnormality of the frontal hairline 0.72\(\pm\)​0.01 0.75\(\pm\)​0.01 0.67\(\pm\)​0.02 0.86\(\pm\)​0.02 1092 0.64
Wide mouth 0.72\(\pm\)​0.04 0.75\(\pm\)​0.05 0.66\(\pm\)​0.06 0.88\(\pm\)​0.05 918 0.67
Anteverted nares 0.71\(\pm\)​0.02 0.72\(\pm\)​0.03 0.70\(\pm\)​0.02 0.75\(\pm\)​0.06 788 0.53
Full cheeks 0.71\(\pm\)​0.03 0.74\(\pm\)​0.04 0.67\(\pm\)​0.03 0.81\(\pm\)​0.05 702 0.61
Prominent eyelashes 0.71\(\pm\)​0.06 0.71\(\pm\)​0.08 0.70\(\pm\)​0.07 0.72\(\pm\)​0.10 510 0.52
Long philtrum 0.70\(\pm\)​0.02 0.72\(\pm\)​0.04 0.68\(\pm\)​0.04 0.76\(\pm\)​0.04 764 0.56
Broad forehead 0.70\(\pm\)​0.03 0.72\(\pm\)​0.04 0.67\(\pm\)​0.05 0.77\(\pm\)​0.06 606 0.58
Triangular face 0.69\(\pm\)​0.05 0.69\(\pm\)​0.08 0.70\(\pm\)​0.04 0.68\(\pm\)​0.12 390 0.49
Wide nasal base 0.69\(\pm\)​0.01 0.73\(\pm\)​0.01 0.64\(\pm\)​0.02 0.86\(\pm\)​0.03 752 0.66
Low anterior hairline 0.69\(\pm\)​0.03 0.71\(\pm\)​0.02 0.67\(\pm\)​0.05 0.76\(\pm\)​0.04 556 0.57
Highly arched eyebrow 0.69\(\pm\)​0.03 0.72\(\pm\)​0.03 0.65\(\pm\)​0.04 0.80\(\pm\)​0.04 698 0.62
Short columella 0.68\(\pm\)​0.05 0.71\(\pm\)​0.05 0.66\(\pm\)​0.06 0.77\(\pm\)​0.08 614 0.58
Pointed chin 0.68\(\pm\)​0.04 0.70\(\pm\)​0.05 0.66\(\pm\)​0.07 0.75\(\pm\)​0.05 584 0.57
Epicanthus 0.68\(\pm\)​0.05 0.69\(\pm\)​0.07 0.67\(\pm\)​0.08 0.71\(\pm\)​0.07 526 0.53
Broad nasal tip 0.68\(\pm\)​0.03 0.73\(\pm\)​0.04 0.63\(\pm\)​0.03 0.87\(\pm\)​0.09 988 0.70
High forehead 0.68\(\pm\)​0.02 0.70\(\pm\)​0.05 0.65\(\pm\)​0.03 0.76\(\pm\)​0.08 674 0.59
Long palpebral fissure 0.68\(\pm\)​0.06 0.69\(\pm\)​0.09 0.65\(\pm\)​0.07 0.74\(\pm\)​0.12 506 0.57
Proptosis 0.67\(\pm\)​0.12 0.67\(\pm\)​0.13 0.64\(\pm\)​0.10 0.73\(\pm\)​0.21 114 0.55
Everted upper lip vermilion 0.67\(\pm\)​0.07 0.69\(\pm\)​0.08 0.65\(\pm\)​0.05 0.73\(\pm\)​0.12 272 0.56
Depressed nasal tip 0.67\(\pm\)​0.05 0.66\(\pm\)​0.06 0.68\(\pm\)​0.03 0.65\(\pm\)​0.10 284 0.48
Everted lower lip vermilion 0.66\(\pm\)​0.04 0.69\(\pm\)​0.04 0.63\(\pm\)​0.04 0.77\(\pm\)​0.10 546 0.61
High anterior hairline 0.66\(\pm\)​0.03 0.69\(\pm\)​0.04 0.63\(\pm\)​0.03 0.76\(\pm\)​0.06 556 0.60
Narrow philtrum 0.66\(\pm\)​0.09 0.69\(\pm\)​0.07 0.64\(\pm\)​0.12 0.76\(\pm\)​0.05 170 0.61
Thick nasal alae 0.65\(\pm\)​0.06 0.68\(\pm\)​0.07 0.62\(\pm\)​0.08 0.75\(\pm\)​0.07 394 0.61
Enlarged naris 0.64\(\pm\)​0.08 0.69\(\pm\)​0.09 0.61\(\pm\)​0.09 0.80\(\pm\)​0.11 344 0.67
Thick lower lip vermilion 0.64\(\pm\)​0.03 0.67\(\pm\)​0.03 0.61\(\pm\)​0.04 0.75\(\pm\)​0.04 442 0.61
Hypotelorism 0.64\(\pm\)​0.09 0.55\(\pm\)​0.32 0.55\(\pm\)​0.31 0.57\(\pm\)​0.35 170 0.45
Upslanted palpebral fissure 0.63\(\pm\)​0.06 0.68\(\pm\)​0.07 0.61\(\pm\)​0.06 0.76\(\pm\)​0.11 308 0.62
Short palpebral fissure 0.63\(\pm\)​0.05 0.66\(\pm\)​0.05 0.62\(\pm\)​0.06 0.70\(\pm\)​0.04 376 0.57
Flat face 0.63\(\pm\)​0.13 0.58\(\pm\)​0.33 0.55\(\pm\)​0.32 0.63\(\pm\)​0.37 194 0.50
Short philtrum 0.63\(\pm\)​0.05 0.64\(\pm\)​0.04 0.63\(\pm\)​0.06 0.65\(\pm\)​0.03 462 0.52
Thick vermilion border 0.63\(\pm\)​0.04 0.69\(\pm\)​0.05 0.59\(\pm\)​0.09 0.87\(\pm\)​0.10 438 0.74
Strabismus 0.63\(\pm\)​0.04 0.66\(\pm\)​0.05 0.61\(\pm\)​0.02 0.71\(\pm\)​0.09 546 0.58
Narrow forehead 0.63\(\pm\)​0.07 0.60\(\pm\)​0.15 0.62\(\pm\)​0.06 0.62\(\pm\)​0.23 308 0.50
Coarse facial features 0.63\(\pm\)​0.03 0.68\(\pm\)​0.07 0.59\(\pm\)​0.06 0.81\(\pm\)​0.08 560 0.69
Prominent supraorbital ridges 0.63\(\pm\)​0.05 0.65\(\pm\)​0.09 0.61\(\pm\)​0.06 0.70\(\pm\)​0.13 290 0.58
Narrow nasal bridge 0.62\(\pm\)​0.03 0.67\(\pm\)​0.06 0.60\(\pm\)​0.05 0.77\(\pm\)​0.16 200 0.64
Underdeveloped nasal alae 0.62\(\pm\)​0.07 0.65\(\pm\)​0.07 0.60\(\pm\)​0.08 0.72\(\pm\)​0.06 462 0.60
Thick eyebrow 0.62\(\pm\)​0.05 0.64\(\pm\)​0.07 0.60\(\pm\)​0.06 0.70\(\pm\)​0.13 694 0.58
Ptosis 0.61\(\pm\)​0.10 0.54\(\pm\)​0.31 0.51\(\pm\)​0.30 0.58\(\pm\)​0.33 524 0.47
Narrow face 0.61\(\pm\)​0.09 0.65\(\pm\)​0.11 0.59\(\pm\)​0.07 0.73\(\pm\)​0.19 222 0.62
Abnormality iris morphology 0.61\(\pm\)​0.07 0.60\(\pm\)​0.20 0.68\(\pm\)​0.22 0.71\(\pm\)​0.39 90 0.59
Midface retrusion 0.61\(\pm\)​0.06 0.66\(\pm\)​0.07 0.58\(\pm\)​0.06 0.77\(\pm\)​0.11 234 0.67
Small face 0.61\(\pm\)​0.07 0.52\(\pm\)​0.29 0.50\(\pm\)​0.29 0.54\(\pm\)​0.32 222 0.43
Frontal bossing 0.60\(\pm\)​0.07 0.53\(\pm\)​0.30 0.50\(\pm\)​0.29 0.56\(\pm\)​0.32 392 0.47
Upturned corners of mouth 0.60\(\pm\)​0.04 0.62\(\pm\)​0.07 0.60\(\pm\)​0.07 0.65\(\pm\)​0.13 244 0.55
Long nose 0.60\(\pm\)​0.05 0.62\(\pm\)​0.04 0.59\(\pm\)​0.04 0.67\(\pm\)​0.08 230 0.57
Synophrys 0.59\(\pm\)​0.03 0.58\(\pm\)​0.05 0.60\(\pm\)​0.05 0.59\(\pm\)​0.11 416 0.49
Microphthalmia 0.58\(\pm\)​0.11 0.42\(\pm\)​0.31 0.58\(\pm\)​0.39 0.42\(\pm\)​0.33 66 0.36
Elfin facies 0.55\(\pm\)​0.07 0.28\(\pm\)​0.32 0.43\(\pm\)​0.43 0.29\(\pm\)​0.38 216 0.24
Blepharophimosis 0.55\(\pm\)​0.03 0.47\(\pm\)​0.20 0.66\(\pm\)​0.20 0.47\(\pm\)​0.27 152 0.42

11 Evaluation of Generalizability↩︎

Table 8: An overview of the mean F1-Score performance difference (test set vs. validation set) of the HPO models with a prevalence greater than zero. A number below zero means the performance was better on the test set, while a number above zero means the performance on the validation set was better. The labels in bold letters are leaf nodes of the Human Phenotype Ontology. The names of the unseen disorders are as follows: Susceptibility to Autism (StA), FBXW7 syndrome (FBXW7S), Floating-Harbor syndrome (FLHS), Mowat-Wilson syndrome (MOWS), Nicolaides-Baraitser syndrome (NCBRS), Ohdo syndrome, SBBYS-variant (SBBYSS), Opitz GBBB syndrome (OGBBBS), Sotos syndrome (SOTOS), Seckel syndrome (SS), and White-Sutton syndrome (WHSUS).
HPO StA FBXW7S FLHS MOWS NCBRS SBBYSS OGBBBS SOTOS SS WHSUS
HPO StA FBXW7S FLHS MOWS NCBRS SBBYSS OGBBBS SOTOS SS WHSUS
Continued on next page
Abnormality of the face -0.12 -0.12 0.31 -0.01 0.02 -0.12 -0.12 -0.12 0.21 0.38
Abnormality of the mouth 0.21 0.31 0.21 0.13 0.21 0.13 0.31 N/A -0.12 0.38
Abnormal oral morphology 0.22 0.32 0.22 0.14 0.22 0.14 0.32 N/A -0.11 0.39
Abnormal oral cavity morphology 0.19 0.29 0.19 0.11 0.19 0.11 0.29 N/A -0.14 0.36
Abnormal nasal morphology N/A -0.01 0.13 0.21 0.02 -0.01 -0.12 N/A N/A 0.08
Abnormal lip morphology 0.21 0.55 0.08 0.31 0.21 N/A 0.31 N/A 0.21 0.38
Abnormality of the nose N/A -0.01 0.55 0.21 0.02 -0.01 -0.12 N/A N/A 0.38
Abnormality of the eye 0.22 0.32 N/A -0.11 0.89 -0.11 -0.11 -0.11 N/A 0.22
Abnormal eye physiology N/A 0.19 N/A -0.14 0.86 0.29 0.11 -0.14 N/A 0.19
Abnormal external nose morphology N/A 0.56 0.56 0.49 -0.11 N/A -0.11 N/A N/A 0.39
Abnormal facial shape N/A 0.46 N/A N/A -0.01 N/A 0.22 -0.07 -0.21 -0.01
Abnormality of the orbital region N/A 0.46 N/A N/A N/A 0.29 0.29 -0.14 N/A N/A
Abnormality of the ocular adnexa N/A 0.52 N/A N/A N/A 0.28 0.28 -0.15 N/A N/A
Abnormal eyelid morphology N/A 0.54 N/A N/A N/A 0.54 0.30 -0.13 N/A N/A
Abnormal morphology of the nasal alae N/A 0.56 N/A N/A -0.11 N/A -0.11 N/A N/A 0.22
Abnormal ocular adnexa morphology N/A 0.53 N/A N/A N/A 0.53 0.19 0.00 N/A N/A
Abnormal conjugate eye movement N/A 0.35 N/A -0.15 0.85 N/A 0.10 -0.01 N/A 0.85
Abnormality of eye movement N/A 0.47 N/A -0.13 0.87 N/A 0.12 0.01 N/A 0.87
Abnormal upper lip morphology N/A N/A 0.08 N/A 0.38 N/A 0.31 N/A 0.21 N/A
Abnormal eyebrow morphology N/A 0.55 N/A N/A -0.12 -0.01 N/A 0.21 N/A 0.88
Strabismus N/A 0.16 N/A -0.20 0.66 N/A -0.09 -0.01 N/A 0.66
Ptosis N/A -0.13 N/A N/A 0.54 0.21 N/A -0.13 N/A -0.46
Abnormality of the philtrum N/A N/A 0.07 N/A 0.37 N/A 0.30 N/A 0.20 N/A
Abnormal nasal bridge morphology N/A 0.30 0.54 0.20 0.47 -0.02 -0.13 N/A N/A N/A
Thin vermilion border N/A 0.79 N/A N/A 0.12 N/A N/A N/A 0.12 0.29
Anteverted nares N/A N/A N/A N/A -0.08 N/A -0.28 N/A N/A 0.72
Abnormal lower lip morphology 0.20 0.54 N/A 0.30 0.20 N/A N/A N/A N/A 0.20
Abnormality of the palpebral fissures N/A 0.54 N/A N/A N/A N/A 0.30 -0.13 N/A N/A
Thick lower lip vermilion 0.00 0.67 N/A 0.10 N/A N/A N/A N/A N/A 0.00
Long philtrum N/A N/A N/A N/A 0.22 N/A 0.39 N/A -0.28 N/A
Abnormal forehead morphology N/A 0.47 N/A 0.80 N/A N/A N/A N/A N/A N/A
Slanting of the palpebral fissure N/A N/A N/A N/A N/A N/A 0.30 -0.13 N/A N/A
Abnormality of mouth size N/A 0.47 0.87 0.47 0.20 0.12 N/A N/A N/A N/A
Abnormal eye morphology 0.21 N/A N/A N/A N/A -0.12 -0.12 N/A N/A N/A
Abnormality of globe location 0.21 N/A N/A N/A N/A -0.12 -0.12 N/A N/A N/A
Epicanthus N/A N/A N/A N/A N/A 0.36 N/A 0.19 N/A N/A
Coarse facial features N/A 0.18 N/A N/A N/A N/A N/A 0.01 N/A N/A
Wide nasal bridge N/A N/A N/A 0.14 0.81 -0.08 -0.19 N/A N/A N/A
Downslanted palpebral fissures N/A N/A N/A N/A N/A N/A 0.17 -0.26 N/A N/A
Thin upper lip vermilion N/A 0.78 N/A N/A N/A N/A N/A N/A 0.78 0.28
Hypertelorism 0.13 N/A N/A N/A N/A -0.09 -0.20 N/A N/A N/A
Thick eyebrow N/A 0.24 N/A N/A N/A N/A N/A 0.64 N/A N/A
Wide mouth N/A N/A -0.05 N/A 0.08 0.18 N/A N/A N/A N/A
Short nose N/A 0.81 N/A N/A N/A N/A N/A N/A N/A N/A
Everted lower lip vermilion N/A N/A N/A 0.69 0.02 N/A N/A N/A N/A 0.02
Broad nasal tip N/A N/A 0.40 0.33 N/A N/A N/A N/A N/A 0.73
Abnormal nasal tip morphology N/A N/A 0.54 0.47 N/A N/A N/A N/A N/A 0.87
Aplasia/Hypoplasia of the eyebrow N/A N/A N/A N/A N/A 0.13 N/A 0.48 N/A 0.88
Abnormal size of the palpebral fissures N/A 0.47 N/A N/A N/A N/A N/A N/A N/A N/A
Long palpebral fissure N/A 0.29 N/A N/A N/A N/A N/A N/A N/A N/A
Depressed nasal bridge N/A -0.02 N/A N/A N/A N/A N/A N/A N/A N/A
Abnormality of the frontal hairline N/A 0.35 N/A N/A N/A N/A N/A N/A N/A N/A
Narrow mouth N/A 0.26 0.76 0.36 N/A 0.76 N/A N/A N/A N/A
Downturned corners of mouth N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Abnormality of mouth shape N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
High forehead N/A N/A N/A 0.70 N/A N/A N/A N/A N/A N/A
Triangular face N/A N/A N/A N/A 0.19 N/A N/A N/A N/A N/A
Highly arched eyebrow N/A N/A N/A N/A -0.28 N/A N/A 0.72 N/A N/A
Narrow face N/A N/A N/A N/A N/A N/A N/A N/A -0.35 N/A
Low anterior hairline N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Small face N/A N/A N/A N/A N/A N/A N/A N/A -0.15 N/A
Underdeveloped nasal alae N/A N/A N/A N/A N/A N/A 0.08 N/A N/A N/A
Wide nasal base N/A 0.23 N/A N/A N/A N/A N/A N/A N/A N/A
Midface retrusion N/A 0.16 N/A N/A N/A N/A N/A N/A N/A N/A
Abnormal nasal base norphology N/A 0.37 N/A N/A N/A N/A N/A N/A N/A N/A
Abnormal midface morphology N/A 0.48 N/A N/A N/A N/A N/A N/A N/A N/A
Proptosis N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Short philtrum N/A N/A -0.03 N/A N/A N/A N/A N/A N/A N/A
Narrow nasal bridge N/A N/A -0.08 N/A 0.27 N/A N/A N/A N/A N/A
Broad forehead N/A 0.22 N/A N/A N/A N/A N/A N/A N/A N/A
Synophrys N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Thick nasal alae N/A 0.18 N/A N/A N/A N/A N/A N/A N/A N/A
Abnormality of the chin N/A N/A N/A 0.10 N/A N/A N/A N/A N/A 0.85
Pointed chin N/A N/A N/A -0.05 N/A N/A N/A N/A N/A 0.70
Narrow forehead N/A 0.60 N/A N/A N/A N/A N/A N/A N/A N/A
Broad philtrum N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Short columella N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Abnormal columella morphology N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Elfin facies N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Abnormality of upper lip vermillion N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Everted upper lip vermilion N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Prominent eyelashes N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Upslanted palpebral fissure N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Abnormal eyelash morphology N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
High anterior hairline N/A 0.19 N/A N/A N/A N/A N/A N/A N/A N/A
Long nose N/A N/A 0.29 N/A N/A N/A N/A N/A N/A N/A
Table 9: An overview of the mean F1-Score performance differences (test set vs. validation set) of the HPO models with a prevalence greater than zero. A number below zero means the performance was better on the test set, while a number above zero means the performance on the validation set was better. The labels in bold letters are leaf nodes of the Human Phenotype Ontology. The names of the seen disorders are as follows: Coffin-Siris syndrome (CSS), Cornelia de Lange syndrome (CdLS), Hyperphosphatasia with mental retardation syndrome (HPMRS), KBG syndrome (KBGS), Noonan syndrome (NS), Ogden syndrome (OGDNS), and Williams-Beuren syndrome (WBS).
HPO CSS CdLS HPMRS KBGS NS OGDNS WBS
HPO CSS CdLS HPMRS KBGS NS OGDNS WBS
Continued on next page
Abnormality of the face -0.07 -0.12 -0.12 0.08 0.02 -0.12 -0.12
Abnormality of the mouth -0.07 -0.12 -0.01 0.38 0.08 0.02 -0.12
Abnormal oral morphology -0.06 -0.11 0.00 0.39 0.09 0.03 -0.11
Abnormal oral cavity morphology -0.09 -0.14 -0.03 0.36 0.06 0.00 -0.14
Abnormal nasal morphology -0.12 0.13 -0.01 0.21 0.48 0.02 0.02
Abnormal lip morphology -0.07 -0.12 0.55 0.38 0.08 0.02 -0.12
Abnormality of the nose -0.07 0.13 -0.01 0.21 0.38 0.02 0.02
Abnormality of the eye 0.32 N/A 0.32 N/A 0.03 0.22 -0.11
Abnormal eye physiology 0.29 N/A 0.29 N/A 0.00 0.19 -0.14
Abnormal external nose morphology -0.06 0.14 N/A 0.22 0.39 0.03 0.49
Abnormal facial shape -0.01 N/A N/A 0.29 0.12 -0.07 -0.21
Abnormality of the orbital region 0.06 N/A -0.14 -0.14 0.19 0.19 0.19
Abnormality of the ocular adnexa 0.10 N/A -0.15 -0.15 0.18 0.18 0.18
Abnormal eyelid morphology 0.07 N/A -0.13 -0.13 0.20 0.20 0.20
Abnormal morphology of the nasal alae 0.02 0.14 N/A 0.22 0.49 0.03 0.49
Abnormal ocular adnexa morphology 0.06 N/A -0.14 0.19 0.19 0.19 0.19
Abnormal conjugate eye movement 0.39 N/A N/A N/A 0.18 0.45 -0.15
Abnormality of eye movement 0.41 N/A N/A N/A 0.20 0.47 -0.13
Abnormal upper lip morphology -0.12 0.13 N/A N/A 0.38 0.02 0.02
Abnormal eyebrow morphology 0.13 0.13 N/A 0.21 0.88 0.48 N/A
Strabismus 0.16 N/A N/A N/A -0.01 0.26 -0.34
Ptosis 0.29 N/A -0.03 N/A -0.32 0.04 0.14
Abnormality of the philtrum -0.13 0.12 N/A N/A 0.37 0.47 0.01
Abnormal nasal bridge morphology 0.12 N/A -0.02 N/A N/A N/A 0.47
Thin vermilion border 0.12 -0.21 0.46 0.29 N/A 0.39 N/A
Anteverted nares 0.05 -0.03 N/A 0.72 0.22 0.22 0.32
Abnormal lower lip morphology -0.02 N/A N/A N/A 0.07 N/A -0.13
Abnormality of the palpebral fissures 0.51 N/A -0.02 -0.13 0.20 0.20 N/A
Thick lower lip vermilion -0.22 N/A N/A N/A -0.13 N/A -0.33
Long philtrum 0.50 0.15 N/A N/A N/A 0.32 -0.14
Abnormal forehead morphology 0.05 0.05 N/A N/A -0.20 -0.20 N/A
Slanting of the palpebral fissure 0.54 N/A 0.30 N/A 0.20 0.20 N/A
Abnormality of mouth size 0.07 N/A N/A N/A N/A N/A N/A
Abnormal eye morphology N/A N/A N/A N/A 0.02 0.48 N/A
Abnormality of globe location N/A N/A N/A N/A 0.02 0.48 N/A
Epicanthus 0.69 N/A -0.06 N/A 0.19 N/A 0.02
Coarse facial features -0.12 N/A N/A N/A N/A -0.18 0.01
Wide nasal bridge N/A N/A -0.08 N/A N/A N/A N/A
Downslanted palpebral fissures 0.34 N/A N/A N/A 0.07 0.07 N/A
Thin upper lip vermilion 0.07 N/A N/A 0.28 N/A 0.38 N/A
Hypertelorism N/A N/A N/A N/A -0.06 N/A N/A
Thick eyebrow -0.22 0.07 N/A 0.64 N/A N/A N/A
Wide mouth 0.00 N/A N/A N/A N/A N/A N/A
Short nose 0.06 0.06 N/A N/A N/A N/A -0.05
Everted lower lip vermilion N/A N/A N/A N/A N/A N/A -0.31
Broad nasal tip -0.15 N/A N/A N/A N/A N/A N/A
Abnormal nasal tip morphology 0.05 N/A N/A N/A N/A N/A N/A
Aplasia/Hypoplasia of the eyebrow N/A N/A N/A N/A N/A 0.48 N/A
Abnormal size of the palpebral fissures N/A N/A -0.02 -0.13 N/A N/A N/A
Long palpebral fissure N/A N/A -0.20 -0.31 N/A N/A N/A
Depressed nasal bridge -0.04 N/A N/A N/A N/A N/A 0.38
Abnormality of the frontal hairline -0.07 0.00 N/A N/A N/A N/A N/A
Narrow mouth N/A N/A N/A N/A N/A N/A N/A
Downturned corners of mouth 0.53 0.21 0.03 N/A N/A N/A N/A
Abnormality of mouth shape 0.67 0.30 0.12 N/A N/A N/A N/A
High forehead N/A N/A N/A N/A -0.30 0.30 N/A
Triangular face N/A N/A N/A 0.69 -0.11 N/A N/A
Highly arched eyebrow N/A N/A N/A N/A 0.72 N/A N/A
Narrow face N/A N/A N/A N/A N/A N/A -0.21
Low anterior hairline -0.09 -0.04 N/A N/A N/A N/A N/A
Small face N/A N/A N/A N/A N/A N/A -0.34
Underdeveloped nasal alae N/A N/A N/A N/A N/A -0.21 N/A
Wide nasal base -0.09 N/A N/A N/A N/A N/A N/A
Midface retrusion N/A N/A N/A N/A -0.14 N/A N/A
Abnormal nasal base norphology 0.12 N/A N/A N/A N/A N/A N/A
Abnormal midface morphology N/A N/A N/A N/A 0.08 N/A N/A
Proptosis N/A N/A N/A N/A -0.13 0.27 N/A
Short philtrum N/A N/A N/A N/A 0.14 N/A N/A
Narrow nasal bridge N/A N/A N/A N/A N/A N/A N/A
Broad forehead N/A N/A N/A N/A 0.22 N/A N/A
Synophrys N/A 0.25 N/A -0.09 N/A N/A N/A
Thick nasal alae 0.18 N/A N/A N/A N/A N/A N/A
Abnormality of the chin N/A N/A N/A N/A N/A N/A N/A
Pointed chin N/A N/A N/A N/A N/A N/A N/A
Narrow forehead N/A N/A N/A N/A N/A -0.07 N/A
Broad philtrum -0.25 N/A N/A N/A N/A N/A N/A
Short columella N/A N/A N/A N/A N/A -0.15 N/A
Abnormal columella morphology N/A N/A N/A N/A N/A 0.01 N/A
Elfin facies N/A N/A N/A N/A N/A N/A -0.58
Abnormality of upper lip vermillion N/A N/A N/A N/A N/A 0.16 N/A
Everted upper lip vermilion N/A N/A N/A N/A N/A 0.02 N/A
Prominent eyelashes 0.04 N/A N/A N/A N/A N/A N/A
Upslanted palpebral fissure N/A N/A 0.01 N/A N/A N/A N/A
Abnormal eyelash morphology 0.22 N/A N/A N/A N/A N/A N/A
High anterior hairline N/A N/A N/A N/A N/A N/A N/A
Long nose N/A N/A N/A N/A N/A N/A N/A
Table 10: Prediction results on the test set for Susceptibility to Autism. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 2 1.00 1.00
Abnormality of the mouth 0.50 0.67 0.50 1.00 2 0.50 1.00
Abnormal oral morphology 0.50 0.67 0.50 1.00 2 0.50 1.00
Abnormal oral cavity morphology 0.50 0.67 0.50 1.00 2 0.50 1.00
Abnormal lip morphology 0.50 0.67 0.50 1.00 2 0.50 1.00
Abnormal lower lip morphology 0.50 0.67 0.50 1.00 2 0.50 1.00
Thick lower lip vermilion 0.50 0.67 0.50 1.00 2 0.50 1.00
Abnormality of the eye 0.50 0.67 0.50 1.00 2 0.50 1.00
Abnormal eye morphology 0.50 0.67 0.50 1.00 2 0.50 1.00
Abnormality of globe location 0.50 0.67 0.50 1.00 2 0.50 1.00
Hypertelorism 0.50 0.67 0.50 1.00 2 0.50 1.00
Table 11: Prediction results on the test set for FBXW7 syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of the mouth 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal oral morphology 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal oral cavity morphology 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal lip morphology 0.50 0.33 0.20 1.00 5 0.20 1.00
Abnormal lower lip morphology 0.50 0.33 0.20 1.00 5 0.20 1.00
Thick lower lip vermilion 0.00 0.00 0.00 0.00 5 0.20 0.80
Thin vermilion border 0.12 0.00 0.00 0.00 5 0.20 0.60
Thin upper lip vermilion 0.12 0.00 0.00 0.00 5 0.20 0.60
Abnormality of mouth size 0.62 0.40 0.25 1.00 5 0.20 0.80
Narrow mouth 0.75 0.50 0.33 1.00 5 0.20 0.60
Abnormal forehead morphology 0.25 0.33 0.25 0.50 5 0.40 0.80
Broad forehead 0.75 0.50 0.33 1.00 5 0.20 0.60
Narrow forehead 0.12 0.00 0.00 0.00 5 0.20 0.60
Abnormality of the frontal hairline 0.62 0.40 0.25 1.00 5 0.20 0.80
High anterior hairline 0.75 0.50 0.33 1.00 5 0.20 0.60
Abnormal midface morphology 0.62 0.40 0.25 1.00 5 0.20 0.80
Midface retrusion 0.75 0.50 0.33 1.00 5 0.20 0.60
Abnormality of the orbital region 0.62 0.40 0.25 1.00 5 0.20 0.80
Abnormality of the ocular adnexa 0.50 0.33 0.20 1.00 5 0.20 1.00
Abnormal ocular adnexa morphology 0.50 0.33 0.20 1.00 5 0.20 1.00
Abnormal eyelid morphology 0.50 0.33 0.20 1.00 5 0.20 1.00
Abnormality of the palpebral fissures 0.50 0.33 0.20 1.00 5 0.20 1.00
Abnormal size of the palpebral fissures 0.62 0.40 0.25 1.00 5 0.20 0.80
Long palpebral fissure 0.62 0.40 0.25 1.00 5 0.20 0.80
Abnormality of the nose 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal nasal morphology 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal nasal bridge morphology 0.50 0.57 0.40 1.00 5 0.40 1.00
Depressed nasal bridge 0.83 0.80 0.67 1.00 5 0.40 0.60
Short nose 0.17 0.00 0.00 0.00 5 0.40 0.40
Abnormal external nose morphology 0.50 0.33 0.20 1.00 5 0.20 1.00
Abnormal morphology of the nasal alae 0.50 0.33 0.20 1.00 5 0.20 1.00
Thick nasal alae 0.75 0.50 0.33 1.00 5 0.20 0.60
Abnormal nasal base norphology 0.75 0.50 0.33 1.00 5 0.20 0.60
Wide nasal base 0.75 0.50 0.33 1.00 5 0.20 0.60
Abnormality of the eye 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal eye physiology 0.67 0.67 0.50 1.00 5 0.40 0.80
Abnormality of eye movement 0.62 0.40 0.25 1.00 5 0.20 0.80
Abnormal conjugate eye movement 0.75 0.50 0.33 1.00 5 0.20 0.60
Strabismus 0.75 0.50 0.33 1.00 5 0.20 0.60
Ptosis 0.88 0.67 0.50 1.00 5 0.20 0.40
Abnormal eyebrow morphology 0.50 0.33 0.20 1.00 5 0.20 1.00
Thick eyebrow 0.62 0.40 0.25 1.00 5 0.20 0.80
Abnormal facial shape 0.50 0.33 0.20 1.00 5 0.20 1.00
Coarse facial features 0.75 0.50 0.33 1.00 5 0.20 0.60
Table 12: Prediction results on the test set for Floating-Harbor syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 0.57 1.00 0.40 5 1.00 0.40
Abnormality of the mouth 0.75 0.67 1.00 0.50 5 0.80 0.40
Abnormal oral morphology 0.75 0.67 1.00 0.50 5 0.80 0.40
Abnormal oral cavity morphology 0.75 0.67 1.00 0.50 5 0.80 0.40
Abnormal lip morphology 0.83 0.80 1.00 0.67 5 0.60 0.40
Abnormal upper lip morphology 0.83 0.80 1.00 0.67 5 0.60 0.40
Abnormality of the philtrum 0.83 0.80 1.00 0.67 5 0.60 0.40
Short philtrum 0.58 0.67 0.67 0.67 5 0.60 0.60
Abnormality of mouth size 0.25 0.00 0.00 0.00 5 0.60 0.20
Wide mouth 0.83 0.80 0.67 1.00 5 0.40 0.60
Narrow mouth 0.38 0.00 0.00 0.00 5 0.20 0.20
Abnormality of the nose 0.12 0.33 0.50 0.25 5 0.80 0.40
Abnormal nasal morphology 0.38 0.75 0.75 0.75 5 0.80 0.80
Abnormal nasal bridge morphology 0.12 0.33 0.50 0.25 5 0.80 0.40
Narrow nasal bridge 0.38 0.75 0.75 0.75 5 0.80 0.80
Long nose 0.25 0.33 0.25 0.50 5 0.40 0.80
Abnormal external nose morphology 0.12 0.33 0.50 0.25 5 0.80 0.40
Abnormal nasal tip morphology 0.12 0.33 0.50 0.25 5 0.80 0.40
Broad nasal tip 0.12 0.33 0.50 0.25 5 0.80 0.40
Table 13: Prediction results on the test set for Mowat-Wilson syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 0.89 1.00 0.80 5 1.00 0.80
Abnormality of the mouth 0.38 0.75 0.75 0.75 5 0.80 0.80
Abnormal oral morphology 0.38 0.75 0.75 0.75 5 0.80 0.80
Abnormal oral cavity morphology 0.38 0.75 0.75 0.75 5 0.80 0.80
Abnormal lip morphology 0.33 0.57 0.50 0.67 5 0.60 0.80
Abnormal lower lip morphology 0.33 0.57 0.50 0.67 5 0.60 0.80
Thick lower lip vermilion 0.33 0.57 0.50 0.67 5 0.60 0.80
Everted lower lip vermilion 0.00 0.00 0.00 0.00 5 0.40 0.60
Abnormality of mouth size 0.62 0.40 0.25 1.00 5 0.20 0.80
Narrow mouth 0.62 0.40 0.25 1.00 5 0.20 0.80
Abnormal forehead morphology 0.00 0.00 0.00 0.00 5 0.20 0.80
High forehead 0.25 0.00 0.00 0.00 5 0.20 0.40
Abnormality of the chin 0.38 0.75 0.75 0.75 5 0.80 0.80
Pointed chin 0.38 0.75 0.75 0.75 5 0.80 0.80
Abnormality of the nose 0.67 0.67 0.50 1.00 5 0.40 0.80
Abnormal nasal morphology 0.67 0.67 0.50 1.00 5 0.40 0.80
Abnormal nasal bridge morphology 0.67 0.67 0.50 1.00 5 0.40 0.80
Wide nasal bridge 0.67 0.67 0.50 1.00 5 0.40 0.80
Abnormal external nose morphology 0.62 0.40 0.25 1.00 5 0.20 0.80
Abnormal nasal tip morphology 0.62 0.40 0.25 1.00 5 0.20 0.80
Broad nasal tip 0.62 0.40 0.25 1.00 5 0.20 0.80
Abnormality of the eye 1.00 1.00 1.00 1.00 5 0.80 0.80
Abnormal eye physiology 1.00 1.00 1.00 1.00 5 0.80 0.80
Abnormality of eye movement 1.00 1.00 1.00 1.00 5 0.80 0.80
Abnormal conjugate eye movement 1.00 1.00 1.00 1.00 5 0.80 0.80
Strabismus 0.88 0.86 1.00 0.75 5 0.80 0.60
Table 14: Prediction results on the test set for Nicolaides-Baraitser syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormality of the mouth 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormal oral morphology 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormal oral cavity morphology 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormal lip morphology 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormal upper lip morphology 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormality of the philtrum 0.67 0.50 0.33 1.00 4 0.25 0.75
Long philtrum 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormal lower lip morphology 0.33 0.67 0.67 0.67 4 0.75 0.75
Everted lower lip vermilion 0.33 0.67 0.67 0.67 4 0.75 0.75
Thin vermilion border 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormality of mouth size 0.33 0.67 0.67 0.67 4 0.75 0.75
Wide mouth 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormality of the nose N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormal nasal morphology N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormal nasal bridge morphology 0.25 0.40 0.33 0.50 4 0.50 0.75
Wide nasal bridge 0.00 0.00 0.00 0.00 4 0.25 0.75
Narrow nasal bridge 0.25 0.40 0.33 0.50 4 0.50 0.75
Abnormal external nose morphology 1.00 1.00 1.00 1.00 4 0.75 0.75
Abnormal morphology of the nasal alae 1.00 1.00 1.00 1.00 4 0.75 0.75
Anteverted nares 0.83 0.80 1.00 0.67 4 0.75 0.50
Abnormality of the eye 0.00 0.00 0.00 0.00 4 0.25 0.75
Abnormal eye physiology 0.00 0.00 0.00 0.00 4 0.25 0.75
Abnormality of eye movement 0.00 0.00 0.00 0.00 4 0.25 0.75
Abnormal conjugate eye movement 0.00 0.00 0.00 0.00 4 0.25 0.75
Strabismus 0.00 0.00 0.00 0.00 4 0.25 0.75
Ptosis 0.00 0.00 0.00 0.00 4 0.25 0.75
Abnormal eyebrow morphology 1.00 1.00 1.00 1.00 4 0.75 0.75
Highly arched eyebrow 1.00 1.00 1.00 1.00 4 0.75 0.75
Abnormal facial shape 0.75 0.80 0.67 1.00 4 0.50 0.75
Triangular face 0.50 0.50 0.50 0.50 4 0.50 0.50
Table 15: Prediction results on the test set for Ohdo syndrome, SBBYS-variant. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of the mouth 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormal oral morphology 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormal oral cavity morphology 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormality of mouth size 0.50 0.75 0.60 1.00 5 0.60 1.00
Wide mouth 0.50 0.57 0.40 1.00 5 0.40 1.00
Narrow mouth 0.12 0.00 0.00 0.00 5 0.20 0.60
Abnormality of the orbital region 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormality of the ocular adnexa 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal ocular adnexa morphology 0.25 0.33 0.25 0.50 5 0.40 0.80
Abnormal eyelid morphology 0.25 0.33 0.25 0.50 5 0.40 0.80
Epicanthus 0.25 0.33 0.25 0.50 5 0.40 0.80
Abnormality of the nose 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal nasal morphology 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal nasal bridge morphology 0.50 0.89 0.80 1.00 5 0.80 1.00
Wide nasal bridge 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormality of the eye N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal eye morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of globe location N/A 1.00 1.00 1.00 5 1.00 1.00
Hypertelorism N/A 0.89 1.00 0.80 5 1.00 0.80
Abnormal eye physiology 0.50 0.57 0.40 1.00 5 0.40 1.00
Ptosis 0.25 0.33 0.25 0.50 5 0.40 0.80
Abnormal eyebrow morphology 0.50 0.89 0.80 1.00 5 0.80 1.00
Aplasia/Hypoplasia of the eyebrow 0.38 0.75 0.75 0.75 5 0.80 0.80
Table 16: Prediction results on the test set for Opitz GBBB syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of the mouth 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal oral morphology 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal oral cavity morphology 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal lip morphology 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal upper lip morphology 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormality of the philtrum 0.50 0.57 0.40 1.00 5 0.40 1.00
Long philtrum 0.25 0.33 0.25 0.50 5 0.40 0.80
Abnormality of the orbital region 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormality of the ocular adnexa 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal ocular adnexa morphology 0.67 0.67 0.50 1.00 5 0.40 0.80
Abnormal eyelid morphology 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormality of the palpebral fissures 0.50 0.57 0.40 1.00 5 0.40 1.00
Slanting of the palpebral fissure 0.50 0.57 0.40 1.00 5 0.40 1.00
Downslanted palpebral fissures 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormality of the nose N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal nasal morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal nasal bridge morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Wide nasal bridge N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal external nose morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal morphology of the nasal alae N/A 1.00 1.00 1.00 5 1.00 1.00
Underdeveloped nasal alae 0.50 0.57 0.40 1.00 5 0.40 1.00
Anteverted nares N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of the eye N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal eye morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of globe location N/A 1.00 1.00 1.00 5 1.00 1.00
Hypertelorism N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal eye physiology 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormality of eye movement 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormal conjugate eye movement 0.50 0.75 0.60 1.00 5 0.60 1.00
Strabismus 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormal facial shape 0.50 0.57 0.40 1.00 5 0.40 1.00
Table 17: Prediction results on the test set for Sotos syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormality of the orbital region N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormality of the ocular adnexa N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormal ocular adnexa morphology N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormal eyelid morphology N/A 1.00 1.00 1.00 4 1.00 1.00
Epicanthus 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormality of the palpebral fissures N/A 1.00 1.00 1.00 4 1.00 1.00
Slanting of the palpebral fissure N/A 1.00 1.00 1.00 4 1.00 1.00
Downslanted palpebral fissures N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormality of the eye N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormal eye physiology N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormality of eye movement 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal conjugate eye movement 0.50 0.86 0.75 1.00 4 0.75 1.00
Strabismus 0.33 0.67 0.67 0.67 4 0.75 0.75
Ptosis 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormal eyebrow morphology 0.50 0.67 0.50 1.00 4 0.50 1.00
Thick eyebrow 0.00 0.00 0.00 0.00 4 0.25 0.75
Highly arched eyebrow 0.00 0.00 0.00 0.00 4 0.25 0.75
Aplasia/Hypoplasia of the eyebrow 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormal facial shape 0.50 0.86 0.75 1.00 4 0.75 1.00
Coarse facial features 0.33 0.67 0.67 0.67 4 0.75 0.75
Table 18: Prediction results on the test set for Seckel syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 0.67 1.00 0.50 2 1.00 0.50
Abnormality of the mouth N/A 1.00 1.00 1.00 2 1.00 1.00
Abnormal oral morphology N/A 1.00 1.00 1.00 2 1.00 1.00
Abnormal oral cavity morphology N/A 1.00 1.00 1.00 2 1.00 1.00
Abnormal lip morphology N/A 0.67 1.00 0.50 2 1.00 0.50
Abnormal upper lip morphology N/A 0.67 1.00 0.50 2 1.00 0.50
Abnormality of the philtrum N/A 0.67 1.00 0.50 2 1.00 0.50
Long philtrum N/A 1.00 1.00 1.00 2 1.00 1.00
Thin vermilion border 0.50 0.67 0.50 1.00 2 0.50 1.00
Thin upper lip vermilion 0.00 0.00 0.00 0.00 2 0.50 0.50
Abnormal facial shape N/A 1.00 1.00 1.00 2 1.00 1.00
Small face N/A 0.67 1.00 0.50 2 1.00 0.50
Narrow face N/A 1.00 1.00 1.00 2 1.00 1.00
Table 19: Prediction results on the test set for White-Sutton syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 0.50 1.00 0.33 3 1.00 0.33
Abnormality of the mouth N/A 0.50 1.00 0.33 3 1.00 0.33
Abnormal oral morphology N/A 0.50 1.00 0.33 3 1.00 0.33
Abnormal oral cavity morphology N/A 0.50 1.00 0.33 3 1.00 0.33
Abnormal lip morphology N/A 0.50 1.00 0.33 3 1.00 0.33
Abnormal lower lip morphology 0.75 0.67 1.00 0.50 3 0.67 0.33
Thick lower lip vermilion 0.75 0.67 0.50 1.00 3 0.33 0.67
Everted lower lip vermilion 0.75 0.67 1.00 0.50 3 0.67 0.33
Thin vermilion border N/A 0.50 1.00 0.33 3 1.00 0.33
Thin upper lip vermilion N/A 0.50 1.00 0.33 3 1.00 0.33
Abnormality of the chin 0.00 0.00 0.00 0.00 3 0.67 0.33
Pointed chin 0.00 0.00 0.00 0.00 3 0.67 0.33
Abnormality of the nose N/A 0.50 1.00 0.33 3 1.00 0.33
Abnormal nasal morphology N/A 0.80 1.00 0.67 3 1.00 0.67
Abnormal external nose morphology N/A 0.50 1.00 0.33 3 1.00 0.33
Abnormal morphology of the nasal alae 0.75 0.67 1.00 0.50 3 0.67 0.33
Anteverted nares 0.50 0.00 N/A 0.00 3 0.67 0.00
Abnormal nasal tip morphology 0.00 0.00 0.00 0.00 3 0.67 0.33
Broad nasal tip 0.00 0.00 0.00 0.00 3 0.67 0.33
Abnormality of the eye 0.75 0.67 1.00 0.50 3 0.67 0.33
Abnormal eye physiology 0.75 0.67 1.00 0.50 3 0.67 0.33
Abnormality of eye movement 0.25 0.00 0.00 0.00 3 0.33 0.33
Abnormal conjugate eye movement 0.25 0.00 0.00 0.00 3 0.33 0.33
Strabismus 0.25 0.00 0.00 0.00 3 0.33 0.33
Ptosis 1.00 1.00 1.00 1.00 3 0.33 0.33
Abnormal eyebrow morphology 0.25 0.00 0.00 0.00 3 0.33 0.33
Aplasia/Hypoplasia of the eyebrow 0.25 0.00 0.00 0.00 3 0.33 0.33
Abnormal facial shape N/A 0.80 1.00 0.67 3 1.00 0.67
Table 20: Prediction results on the test set for Coffin-Siris syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 0.95 1.00 0.90 10 1.00 0.90
Abnormality of the mouth N/A 0.95 1.00 0.90 10 1.00 0.90
Abnormal oral morphology N/A 0.95 1.00 0.90 10 1.00 0.90
Abnormal oral cavity morphology N/A 0.95 1.00 0.90 10 1.00 0.90
Abnormal lip morphology N/A 0.95 1.00 0.90 10 1.00 0.90
Abnormal upper lip morphology 1.00 1.00 1.00 1.00 10 0.90 0.90
Abnormality of the philtrum 1.00 1.00 1.00 1.00 10 0.90 0.90
Broad philtrum 1.00 1.00 1.00 1.00 10 0.90 0.90
Long philtrum 0.61 0.22 0.12 1.00 10 0.10 0.80
Abnormal lower lip morphology 0.44 0.89 0.89 0.89 10 0.90 0.90
Thick lower lip vermilion 0.44 0.89 0.89 0.89 10 0.90 0.90
Thin vermilion border 0.50 0.67 0.50 1.00 10 0.50 1.00
Thin upper lip vermilion 0.60 0.71 0.56 1.00 10 0.50 0.90
Abnormality of mouth size 0.62 0.80 0.67 1.00 10 0.60 0.90
Wide mouth 0.50 0.75 0.60 1.00 10 0.60 1.00
Abnormality of mouth shape 0.56 0.20 0.11 1.00 10 0.10 0.90
Downturned corners of mouth 0.67 0.25 0.14 1.00 10 0.10 0.70
Abnormal forehead morphology 0.43 0.75 0.67 0.86 10 0.70 0.90
Abnormality of the frontal hairline 0.50 0.82 0.70 1.00 10 0.70 1.00
Low anterior hairline 0.60 0.80 0.75 0.86 10 0.70 0.80
Abnormality of the orbital region 0.62 0.80 0.67 1.00 10 0.60 0.90
Abnormality of the ocular adnexa 0.50 0.75 0.60 1.00 10 0.60 1.00
Abnormal ocular adnexa morphology 0.62 0.80 0.67 1.00 10 0.60 0.90
Abnormal eyelid morphology 0.62 0.80 0.67 1.00 10 0.60 0.90
Epicanthus 0.06 0.00 0.00 0.00 10 0.10 0.80
Abnormal eyelash morphology 0.58 0.62 0.44 1.00 10 0.40 0.90
Prominent eyelashes 0.67 0.67 0.50 1.00 10 0.40 0.80
Abnormality of the palpebral fissures 0.56 0.36 0.22 1.00 10 0.20 0.90
Slanting of the palpebral fissure 0.50 0.33 0.20 1.00 10 0.20 1.00
Downslanted palpebral fissures 0.62 0.40 0.25 1.00 10 0.20 0.80
Abnormality of the nose N/A 0.95 1.00 0.90 10 1.00 0.90
Abnormal nasal morphology N/A 1.00 1.00 1.00 10 1.00 1.00
Abnormal nasal bridge morphology 0.43 0.75 0.67 0.86 10 0.70 0.90
Depressed nasal bridge 0.50 0.82 0.70 1.00 10 0.70 1.00
Short nose 0.38 0.75 0.75 0.75 10 0.80 0.80
Abnormal external nose morphology 0.50 0.95 0.90 1.00 10 0.90 1.00
Abnormal morphology of the nasal alae 0.67 0.88 0.78 1.00 10 0.70 0.90
Anteverted nares 0.60 0.67 0.57 0.80 10 0.50 0.70
Thick nasal alae 0.46 0.50 0.38 0.75 10 0.40 0.80
Abnormal nasal tip morphology 0.50 0.82 0.70 1.00 10 0.70 1.00
Broad nasal tip 0.67 0.88 0.78 1.00 10 0.70 0.90
Abnormal nasal base norphology 0.43 0.75 0.67 0.86 10 0.70 0.90
Wide nasal base 0.50 0.82 0.70 1.00 10 0.70 1.00
Abnormality of the eye 0.50 0.57 0.40 1.00 10 0.40 1.00
Abnormal eye physiology 0.50 0.57 0.40 1.00 10 0.40 1.00
Abnormality of eye movement 0.50 0.46 0.30 1.00 10 0.30 1.00
Abnormal conjugate eye movement 0.50 0.46 0.30 1.00 10 0.30 1.00
Strabismus 0.57 0.50 0.33 1.00 10 0.30 0.90
Ptosis 0.44 0.25 0.17 0.50 10 0.20 0.60
Abnormal eyebrow morphology 0.50 0.75 0.60 1.00 10 0.60 1.00
Thick eyebrow 0.75 0.86 0.75 1.00 10 0.60 0.80
Abnormal facial shape 0.62 0.80 0.67 1.00 10 0.60 0.90
Coarse facial features 0.62 0.80 0.67 1.00 10 0.60 0.90
Table 21: Prediction results on the test set for Cornelia de Lange syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of the mouth N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal oral morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal oral cavity morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal lip morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal upper lip morphology 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormality of the philtrum 0.50 0.75 0.60 1.00 5 0.60 1.00
Long philtrum 0.33 0.57 0.50 0.67 5 0.60 0.80
Thin vermilion border N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of mouth shape 0.50 0.57 0.40 1.00 5 0.40 1.00
Downturned corners of mouth 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal forehead morphology 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormality of the frontal hairline 0.50 0.75 0.60 1.00 5 0.60 1.00
Low anterior hairline 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormality of the nose 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormal nasal morphology 0.50 0.75 0.60 1.00 5 0.60 1.00
Short nose 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormal external nose morphology 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormal morphology of the nasal alae 0.50 0.75 0.60 1.00 5 0.60 1.00
Anteverted nares 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormal eyebrow morphology 0.50 0.75 0.60 1.00 5 0.60 1.00
Thick eyebrow 0.33 0.57 0.50 0.67 5 0.60 0.80
Synophrys 0.25 0.33 0.25 0.50 5 0.40 0.80
Table 22: Prediction results on the test set for Hyperphosphatasia with mental retardation syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of the mouth 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal oral morphology 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal oral cavity morphology 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal lip morphology 0.50 0.33 0.20 1.00 5 0.20 1.00
Thin vermilion border 0.50 0.33 0.20 1.00 5 0.20 1.00
Abnormality of mouth shape 0.50 0.75 0.60 1.00 5 0.60 1.00
Downturned corners of mouth 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormality of the orbital region N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormality of the ocular adnexa N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal ocular adnexa morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Abnormal eyelid morphology N/A 1.00 1.00 1.00 5 1.00 1.00
Epicanthus 0.50 0.75 0.60 1.00 5 0.60 1.00
Abnormality of the palpebral fissures 0.50 0.89 0.80 1.00 5 0.80 1.00
Slanting of the palpebral fissure 0.50 0.57 0.40 1.00 5 0.40 1.00
Upslanted palpebral fissure 0.67 0.67 0.50 1.00 5 0.40 0.80
Abnormal size of the palpebral fissures 0.50 0.89 0.80 1.00 5 0.80 1.00
Long palpebral fissure 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormality of the nose 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal nasal morphology 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormal nasal bridge morphology 0.50 0.89 0.80 1.00 5 0.80 1.00
Wide nasal bridge 0.50 0.89 0.80 1.00 5 0.80 1.00
Abnormality of the eye 0.50 0.57 0.40 1.00 5 0.40 1.00
Abnormal eye physiology 0.50 0.57 0.40 1.00 5 0.40 1.00
Ptosis 0.50 0.57 0.40 1.00 5 0.40 1.00
Table 23: Prediction results on the test set for KBG syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 0.80 1.00 0.67 3 1.00 0.67
Abnormality of the mouth 0.25 0.50 0.50 0.50 3 0.67 0.67
Abnormal oral morphology 0.25 0.50 0.50 0.50 3 0.67 0.67
Abnormal oral cavity morphology 0.25 0.50 0.50 0.50 3 0.67 0.67
Abnormal lip morphology 0.25 0.50 0.50 0.50 3 0.67 0.67
Thin vermilion border 0.25 0.50 0.50 0.50 3 0.67 0.67
Thin upper lip vermilion 0.25 0.50 0.50 0.50 3 0.67 0.67
Abnormality of the orbital region 1.00 1.00 1.00 1.00 3 0.67 0.67
Abnormality of the ocular adnexa 1.00 1.00 1.00 1.00 3 0.67 0.67
Abnormal ocular adnexa morphology 0.75 0.67 1.00 0.50 3 0.67 0.33
Abnormal eyelid morphology 1.00 1.00 1.00 1.00 3 0.67 0.67
Abnormality of the palpebral fissures 1.00 1.00 1.00 1.00 3 0.67 0.67
Abnormal size of the palpebral fissures 1.00 1.00 1.00 1.00 3 0.67 0.67
Long palpebral fissure 1.00 1.00 1.00 1.00 3 0.67 0.67
Abnormality of the nose 0.75 0.67 0.50 1.00 3 0.33 0.67
Abnormal nasal morphology 0.75 0.67 0.50 1.00 3 0.33 0.67
Abnormal external nose morphology 0.75 0.67 0.50 1.00 3 0.33 0.67
Abnormal morphology of the nasal alae 0.75 0.67 0.50 1.00 3 0.33 0.67
Anteverted nares 0.25 0.00 0.00 0.00 3 0.33 0.33
Abnormal eyebrow morphology 0.75 0.67 0.50 1.00 3 0.33 0.67
Thick eyebrow 0.25 0.00 0.00 0.00 3 0.33 0.33
Synophrys 0.75 0.67 0.50 1.00 3 0.33 0.67
Abnormal facial shape 0.25 0.50 0.50 0.50 3 0.67 0.67
Triangular face 0.50 0.00 N/A 0.00 3 0.67 0.00
Table 24: Prediction results on the test set for Noonan syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormality of the mouth 0.75 0.80 0.67 1.00 4 0.50 0.75
Abnormal oral morphology 0.75 0.80 0.67 1.00 4 0.50 0.75
Abnormal oral cavity morphology 0.75 0.80 0.67 1.00 4 0.50 0.75
Abnormal lip morphology 0.75 0.80 0.67 1.00 4 0.50 0.75
Abnormal upper lip morphology 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormality of the philtrum 0.67 0.50 0.33 1.00 4 0.25 0.75
Short philtrum 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormal lower lip morphology 0.75 0.80 0.67 1.00 4 0.50 0.75
Thick lower lip vermilion 0.75 0.80 0.67 1.00 4 0.50 0.75
Abnormal forehead morphology 1.00 1.00 1.00 1.00 4 0.75 0.75
Broad forehead 0.67 0.50 0.33 1.00 4 0.25 0.75
High forehead 1.00 1.00 1.00 1.00 4 0.75 0.75
Abnormal midface morphology 0.75 0.80 0.67 1.00 4 0.50 0.75
Midface retrusion 0.75 0.80 0.67 1.00 4 0.50 0.75
Abnormality of the orbital region 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormality of the ocular adnexa 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormal ocular adnexa morphology 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormal eyelid morphology 0.33 0.67 0.67 0.67 4 0.75 0.75
Epicanthus 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormality of the palpebral fissures 0.33 0.67 0.67 0.67 4 0.75 0.75
Slanting of the palpebral fissure 0.33 0.67 0.67 0.67 4 0.75 0.75
Downslanted palpebral fissures 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormality of the nose 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormal nasal morphology 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormal external nose morphology 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormal morphology of the nasal alae 0.50 0.40 0.25 1.00 4 0.25 1.00
Anteverted nares 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormality of the eye N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormal eye morphology N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormality of globe location N/A 0.86 1.00 0.75 4 1.00 0.75
Hypertelorism N/A 0.86 1.00 0.75 4 1.00 0.75
Proptosis 0.75 0.80 0.67 1.00 4 0.50 0.75
Abnormal eye physiology N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormality of eye movement 0.33 0.67 0.67 0.67 4 0.75 0.75
Abnormal conjugate eye movement 0.33 0.67 0.67 0.67 4 0.75 0.75
Strabismus 0.33 0.67 0.67 0.67 4 0.75 0.75
Ptosis N/A 0.86 1.00 0.75 4 1.00 0.75
Abnormal eyebrow morphology 0.00 0.00 0.00 0.00 4 0.25 0.75
Highly arched eyebrow 0.00 0.00 0.00 0.00 4 0.25 0.75
Abnormal facial shape 0.50 0.67 0.50 1.00 4 0.50 1.00
Triangular face 0.75 0.80 0.67 1.00 4 0.50 0.75
Table 25: Prediction results on the test set for Ogden syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormality of the mouth 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal oral morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal oral cavity morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal lip morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal upper lip morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormality of the philtrum 0.50 0.40 0.25 1.00 4 0.25 1.00
Long philtrum 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormality of upper lip vermillion 0.50 0.67 0.50 1.00 4 0.50 1.00
Everted upper lip vermilion 0.50 0.67 0.50 1.00 4 0.50 1.00
Thin vermilion border 0.50 0.40 0.25 1.00 4 0.25 1.00
Thin upper lip vermilion 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormal forehead morphology N/A 1.00 1.00 1.00 4 1.00 1.00
Narrow forehead 0.50 0.67 0.50 1.00 4 0.50 1.00
High forehead 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormality of the orbital region 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormality of the ocular adnexa 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormal ocular adnexa morphology 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormal eyelid morphology 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormality of the palpebral fissures 0.50 0.67 0.50 1.00 4 0.50 1.00
Slanting of the palpebral fissure 0.50 0.67 0.50 1.00 4 0.50 1.00
Downslanted palpebral fissures 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormality of the nose 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal nasal morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal external nose morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal morphology of the nasal alae 0.50 0.86 0.75 1.00 4 0.75 1.00
Underdeveloped nasal alae 0.50 0.86 0.75 1.00 4 0.75 1.00
Anteverted nares 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormal columella morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Short columella 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormality of the eye 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormal eye morphology 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormality of globe location 0.50 0.40 0.25 1.00 4 0.25 1.00
Proptosis 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormal eye physiology 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormality of eye movement 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormal conjugate eye movement 0.50 0.40 0.25 1.00 4 0.25 1.00
Strabismus 0.50 0.40 0.25 1.00 4 0.25 1.00
Ptosis 0.67 0.50 0.33 1.00 4 0.25 0.75
Abnormal eyebrow morphology 0.50 0.40 0.25 1.00 4 0.25 1.00
Aplasia/Hypoplasia of the eyebrow 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormal facial shape 0.50 0.86 0.75 1.00 4 0.75 1.00
Coarse facial features 0.50 0.86 0.75 1.00 4 0.75 1.00
Table 26: Prediction results on the test set for Williams-Beuren syndrome. The HPO terms in bold letters are leafs of the human phenotype ontology. F1: F1-Score, Prec: Precision, Reca: Recall, N: Samples, Prev: Prevalence, Det. P: Detection Prevalence.
AUROC F1 Prec Reca N Prev Det. P
AUROC F1 Prec Reca N Prev Det. P
Continued on next page
Abnormality of the face N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormality of the mouth N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormal oral morphology N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormal oral cavity morphology N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormal lip morphology N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormal upper lip morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormality of the philtrum 0.50 0.86 0.75 1.00 4 0.75 1.00
Long philtrum 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal lower lip morphology N/A 1.00 1.00 1.00 4 1.00 1.00
Thick lower lip vermilion N/A 1.00 1.00 1.00 4 1.00 1.00
Everted lower lip vermilion N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormality of the orbital region 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormality of the ocular adnexa 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormal ocular adnexa morphology 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormal eyelid morphology 0.50 0.67 0.50 1.00 4 0.50 1.00
Epicanthus 0.50 0.67 0.50 1.00 4 0.50 1.00
Abnormality of the nose 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal nasal morphology 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal nasal bridge morphology 0.50 0.40 0.25 1.00 4 0.25 1.00
Depressed nasal bridge 0.50 0.40 0.25 1.00 4 0.25 1.00
Short nose 0.50 0.86 0.75 1.00 4 0.75 1.00
Abnormal external nose morphology 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormal morphology of the nasal alae 0.50 0.40 0.25 1.00 4 0.25 1.00
Anteverted nares 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormality of the eye N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormal eye physiology N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormality of eye movement N/A 1.00 1.00 1.00 4 1.00 1.00
Abnormal conjugate eye movement N/A 1.00 1.00 1.00 4 1.00 1.00
Strabismus N/A 1.00 1.00 1.00 4 1.00 1.00
Ptosis 0.50 0.40 0.25 1.00 4 0.25 1.00
Abnormal facial shape N/A 1.00 1.00 1.00 4 1.00 1.00
Small face 0.50 0.86 0.75 1.00 4 0.75 1.00
Narrow face 0.50 0.86 0.75 1.00 4 0.75 1.00
Coarse facial features 0.50 0.67 0.50 1.00 4 0.50 1.00
Elfin facies 0.50 0.86 0.75 1.00 4 0.75 1.00

References↩︎

[1]
A. Bauskis, C. Strange, C. Molster, and C. Fisher, “The diagnostic odyssey: Insights from parents of children living with an undiagnosed condition,” Orphanet Journal of Rare Diseases, vol. 17, no. 1, p. 233, Dec. 2022, doi: 10.1186/s13023-022-02358-x.
[2]
C. Michaels-Igbokwe et al., “(Un)standardized testing: The diagnostic odyssey of children with rare genetic disorders in Alberta, Canada,” Genetics in Medicine, vol. 23, no. 2, pp. 272–279, Feb. 2021, doi: 10.1038/s41436-020-00975-0.
[3]
T. Hsieh and P. M. Krawitz, “Computational facial analysis for rare Mendelian disorders,” American Journal of Medical Genetics Part C: Seminars in Medical Genetics, vol. 193, no. 3, p. e32061, Sep. 2023, doi: 10.1002/ajmg.c.32061.
[4]
T.-C. Hsieh et al., GestaltMatcher facilitates rare disease matching using facial phenotype descriptors,” Nature Genetics, vol. 54, no. 3, pp. 349–357, Mar. 2022, doi: 10.1038/s41588-021-01010-x.
[5]
A. Hustinx et al., “Improving deep facial phenotyping for ultra-rare disorder verification using model ensembles,” in Proceedings of the IEEE/CVF winter conference on applications of computer vision (WACV), 2023, pp. 5018–5028.
[6]
R. Van Der Donk et al., “Next-generation phenotyping using computer vision algorithms in rare genomic neurodevelopmental disorders,” Genetics in Medicine, vol. 21, no. 8, pp. 1719–1725, Aug. 2019, doi: 10.1038/s41436-018-0404-y.
[7]
A. J. M. Dingemans et al., PhenoScore quantifies phenotypic variation for rare genetic diseases by combining facial analysis with other clinical features using a machine-learning framework,” Nature Genetics, vol. 55, no. 9, pp. 1598–1607, Sep. 2023, doi: 10.1038/s41588-023-01469-w.
[8]
D. Duong et al., “Comparison of clinical geneticist and computer visual attention in assessing genetic conditions,” PLOS Genetics, vol. 20, no. 2, p. e1011168, Feb. 2024, doi: 10.1371/journal.pgen.1011168.
[9]
P. N. Robinson, S. Köhler, S. Bauer, D. Seelow, D. Horn, and S. Mundlos, “The human phenotype ontology: A tool for annotating and analyzing human hereditary disease,” The American Journal of Human Genetics, vol. 83, no. 5, pp. 610–615, Nov. 2008, doi: 10.1016/j.ajhg.2008.09.017.
[10]
H. Qiao et al., “A comprehensive evaluation of the phenotype-first and data-driven approaches in analyzing facial morphological traits,” iScience, vol. 27, no. 3, p. 109325, Mar. 2024, doi: 10.1016/j.isci.2024.109325.
[11]
H. Lesmann et al., GestaltMatcher Database - A global reference for facial phenotypic variability in rare human diseases,” Research Square, pp. rs.3.rs–4438861, Jun. 2024, doi: 10.21203/rs.3.rs-4438861/v1.
[12]
T. U. Islam and T. A. Shaikh, “A lightweight attention-based deep learning facial recognition system for multiple genetic syndromes,” International Journal of Data Science and Analytics, vol. 20, no. 3, pp. 2871–2889, Sep. 2025, doi: 10.1007/s41060-024-00658-y.
[13]
B. Hallgrímsson et al., “Automated syndrome diagnosis by three-dimensional facial imaging,” Genetics in Medicine, vol. 22, no. 10, pp. 1682–1693, Oct. 2020, doi: 10.1038/s41436-020-0845-y.
[14]
J. J. Bannister et al., “A Deep Invertible 3-D Facial Shape Model for Interpretable Genetic Syndrome Diagnosis,” IEEE Journal of Biomedical and Health Informatics, vol. 26, no. 7, pp. 3229–3239, Jul. 2022, doi: 10.1109/JBHI.2022.3164848.
[15]
S. S. Mahdi et al., “Multi-Scale Part-Based Syndrome Classification of 3D Facial Images,” IEEE Access, vol. 10, pp. 23450–23462, 2022, doi: 10.1109/ACCESS.2022.3153357.
[16]
A. J. M. Dingemans, B. B. A. de Vries, L. E. L. M. Vissers, M. A. J. van Gerven, and M. Hinne, Pages: 2022.08.26.22279217“Comparing facial feature extraction methods in the diagnosis of rare genetic syndromes.” medRxiv, Aug. 2022, doi: 10.1101/2022.08.26.22279217.
[17]
P. N. Robinson et al., “Interpretable Clinical Genomics with a Likelihood Ratio Paradigm,” American Journal of Human Genetics, vol. 107, no. 3, pp. 403–417, Sep. 2020, doi: 10.1016/j.ajhg.2020.06.021.
[18]
Md. Z. Ullah, M. Aono, and Md. H. Seddiqui, ISSN: 1558-4615“Estimating a ranked list of human hereditary diseases for clinical phenotypes by using weighted bipartite network,” in 2013 35th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Jul. 2013, pp. 3475–3478, doi: 10.1109/EMBC.2013.6610290.
[19]
A. Hamosh, “Online mendelian inheritance in man (OMIM), a knowledgebase of human genes and genetic disorders,” Nucleic Acids Research, vol. 33, no. Database issue, pp. D514–D517, Dec. 2004, doi: 10.1093/nar/gki033.
[20]
S. Nguengang Wakap et al., “Estimating cumulative point prevalence of rare diseases: Analysis of the orphanet database,” European Journal of Human Genetics, vol. 28, no. 2, pp. 165–173, 2019, doi: 10.1038/s41431-019-0508-0.
[21]
INSERM, INSERM, Orphanet. Available at: https://www.orphadata.com/. Data accessed: 22 April 2026“Orphadata: Free access data from orphanet.” https://www.orphadata.com/, 1999.
[22]
J. L. Fleiss, “Measuring nominal scale agreement among many raters.” Psychological Bulletin, vol. 76, no. 5, pp. 378–382, Nov. 1971, doi: 10.1037/h0031619.
[23]
A. Kirchhoff et al., “GestaltGAN: Synthetic photorealistic portraits of individuals with rare genetic disorders,” European Journal of Human Genetics, vol. 33, no. 3, pp. 377–382, Jan. 2025, doi: 10.1038/s41431-025-01787-z.
[24]
Y. Kartynnik, A. Ablavatski, I. Grishchenko, and M. Grundmann, “Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs,” arXiv.org. Jul. 2019, Accessed: Apr. 08, 2026. [Online]. Available: https://arxiv.org/abs/1907.06724v1.
[25]
D. Chicco and G. Jurman, “The matthews correlation coefficient (MCC) should replace the ROC AUC as the standard metric for assessing binary classification,” BioData Mining, vol. 16, no. 1, Feb. 2023, doi: 10.1186/s13040-023-00322-4.
[26]
C. R. Qi, H. Su, K. Mo, and L. J. Guibas, Version Number: 2PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation.” arXiv, 2016, doi: 10.48550/ARXIV.1612.00593.
[27]
Z. Zhang, Y. Song, and H. Qi, “Age progression/regression by conditional adversarial autoencoder,” in Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR), 2017.
[28]
M. Sundararajan, A. Taly, and Q. Yan, “Axiomatic Attribution for Deep Networks,” in Proceedings of the 34th International Conference on Machine Learning, 2017, pp. 3319–3328, Accessed: Jun. 07, 2026. [Online]. Available: https://proceedings.mlr.press/v70/sundararajan17a.html.
[29]
Q. Nguyen, H. Valizadegan, and M. Hauskrecht, “Learning classification models with soft-label information,” Journal of the American Medical Informatics Association, vol. 21, no. 3, pp. 501–508, May 2014, doi: 10.1136/amiajnl-2013-001964.
[30]
B. W. Matthews, “Comparison of the predicted and observed secondary structure of T4 phage lysozyme,” Biochimica et Biophysica Acta (BBA) - Protein Structure, vol. 405, no. 2, pp. 442–451, Oct. 1975, doi: 10.1016/0005-2795(75)90109-9.
[31]
M. Kull, T. S. Filho, and P. Flach, Beta calibration: a well-founded and easily implemented improvement on logistic calibration for binary classifiers,” in Proceedings of the 20th international conference on artificial intelligence and statistics, 2017, vol. 54, pp. 623–631, [Online]. Available: https://proceedings.mlr.press/v54/kull17a.html.
[32]
S. A. Balanya, J. Maroñas, and D. Ramos, “Adaptive temperature scaling for Robust calibration of deep neural networks,” Neural Computing and Applications, vol. 36, no. 14, pp. 8073–8095, May 2024, doi: 10.1007/s00521-024-09505-4.
[33]
G. W. Brier, VERIFICATION OF FORECASTS EXPRESSED IN TERMS OF PROBABILITY,” Monthly Weather Review, vol. 78, no. 1, pp. 1–3, Jan. 1950, doi: 10.1175/1520-0493(1950)078<0001:VOFEIT>2.0.CO;2.
[34]
F. Hellmann et al., GANonymization: A GAN-Based Face Anonymization Framework for Preserving Emotional Expressions,” ACM Transactions on Multimedia Computing, Communications, and Applications, vol. 21, no. 1, pp. 1–27, Jan. 2025, doi: 10.1145/3641107.