Skip to main content

Sex determination through maxillary dental arch and skeletal base measurements using machine learning

Abstract

Background

Cranial, facial, nasal, and maxillary widths have been shown to be significantly affected by the individual’s sex. The present study aims to use measurements of dental arch and maxillary skeletal base to determine sex, employing supervised machine learning.

Materials and methods

Maxillary and mandibular tomographic examinations from 100 patients were analyzed to investigate the inter-premolar width, inter-molar width, maxillary width, inter-pterygoid width, nasal cavity width, nostril width, and maxillary length, obtained through Cone Beam Computed Tomography scans. The following machine learning algorithms were used to build the predictive models: Logistic Regression, Gradient Boosting Classifier, K-Nearest Neighbors (KNN), Support Vector Machine (SVM), Multi-Layer Perceptron Classifier (MLP), Decision Tree, and Random Forest Classifier. A 10-fold cross-validation approach was adopted to validate each model. Metrics such as area under the curve (AUC), accuracy, recall, precision, and F1 Score were calculated for each model, and Receiver Operating Characteristic (ROC) curves were constructed.

Results

Univariate analysis showed statistical significance (p < 0.10) for all skeletal and dental variables. Nostril width showed greater importance in two models, while Inter-molar width stood out among dental measurements. The models achieved accuracy values ranging from 0.75 to 0.85 on the test data. Logistic Regression, Random Forest, Decision Tree, and SVM models had the highest AUC values, with SVM showing the smallest disparity between cross-validation and test data for accuracy metrics.

Conclusion

Transverse dental arch and maxillary skeletal base measurements exhibited strong predictive capability, achieving high accuracy with machine learning methods. Among the evaluated models, the SVM algorithm exhibited the best performance. This indicates potential usefulness in forensic sex determination.

Peer Review reports

Introduction

The identification of human remains, even in extreme situations such as natural disasters or man-made causes, is crucial for humanitarian and legal reasons, enabling the establishment of a demographic profile in the identification process [1, 2]. Determining sex from osteological and dental evidence has been a relevant interdisciplinary field of study in various specialties, both in forensic and archaeological contexts [2]. The study of anatomical characteristics of bones, such as ancestry, sex, and age, can aid in the process of determining individuals’ identities, acting as a secondary part of identification, with craniofacial morphology providing satisfactory results in sex determination [1, 3].

The bones of the head and neck, as well as teeth, are important in the forensic context of identification, mainly due to their resistance to high temperatures [4]. Methods for determining sex through cranial analysis in adults are already well-established and demonstrate high accuracy [5]. Cranial, facial, nasal, and maxillary widths have been shown to be significantly affected by the individual’s sex [6]. Additionally, dental arch width emerges as a relevant indicator for individual identification and sex determination [7]. For morphometric analysis of these regions, computed tomography and magnetic resonance imaging provide valuable information about anatomy, preserving the relationship between structures in space, and are becoming increasingly common in forensic investigations [4].

In the forensic field, machine learning algorithms have played a significant role. This subfield of artificial intelligence allows performing predictions without the need for explicit programming. Mathematical models are developed from sets of training data samples [8]. This technique focuses on creating algorithms capable of learning from data and making predictions based on them. One of the most frequently performed tasks in machine learning is classification, in which the algorithm learns to label individuals according to the classes to be predicted, based on specific characteristics learned from the data [9]. Computed tomography has shown great importance in the forensic field. In this context, the use of morphometric measurements of the mandible, maxillary sinus, temporal bone, and dental measurements, assessed by Cone-Beam Computed Tomography (CBCT) and analyzed with various machine learning algorithms, has been widely reported in the scientific literature, demonstrating promising results [10,11,12,13].

To the best of our knowledge, no studies measured dental arch and maxillary base for sex determination using machine learning techniques. Therefore, the present study aims to use measurements of dental arch and maxillary skeletal base to determine sex, employing supervised machine learning. The null hypothesis for this study is that there is no significant difference in the predictive accuracy of sex determination when using dental arch and maxillary skeletal base measurements compared to random predictions.

Methods

Study design and setting

This cross-sectional study investigated 100 patients undergoing maxillary and mandibular tomographic examinations at a dental computed tomography service located in southern region of Brazil. The research was conducted in accordance with the principles established in the Helsinki Declaration and received approval from the Research Ethics Committee of Tuiuti University of Paraná, Brazil (Approval Number: 6.305.456), on September 17, 2023. Informed consent was obtained from all adult patients and from the parents or legal guardians of minor patients participating in the study.

Participants

The following inclusion criteria were established: participants should not have previous orthodontic treatment; no missing upper teeth, except for third molars; and the first premolars should be erupted. Patients with facial malformations, a history of severe facial trauma, or bone lesions affecting the dimensions of the bones were excluded from the sample.

To ensure a better comparison between genders, measurements were performed on a matched sample in a 1:1 ratio regarding gender and age.

Variables and measurements

The CBCT were performed using the 3D Axeos equipment from Dentsply Sirona (Dentsply Sirona Inc, New York, USA). The acquisition volume covered an area of 17 × 13 cm, with a voxel size of 0.16 mm. A specialized examiner with a master’s degree in Dental Radiology conducted image interpretation and measurements. The images were presented randomly for evaluation.

The predictor variables used, collected from the CBCT exams, include the inter-premolar width (Pre-Pre), which is the distance between the tips of the vestibular cusps of the upper first premolars; the inter-molar width (Mol-Mol), which measures the distance between the mesio-vestibular cusps of the upper first molars; and the maxillary width (J-J), which is the distance between the jugal points. Additionally, the inter-pterygoid width (PTM-PTM) was considered, which is the distance between the lateral plates of the pterygoid processes of the sphenoid bone. The nasal cavity width (NFW) was measured between the most lateral points of the nasal cavity, and the nostril width (Ln-Ln) was determined by the distance between the most lateral points of the nostrils. Finally, the maxillary length (ANS-PNS) was assessed by the distance between the anterior and posterior nasal spines. The examiner selected the image slice that exhibited the greatest dimension of the structure to be evaluated. The landmarkers and measurements are showed in the Fig. 1.

Aiming to ensure adequate intra-examiner measurement reproducibility, ten measurements were randomly selected and re-evaluated after one week, yielding a Dahlberg error value of less than 1%, demonstrating the reliability of the assessments.

Fig. 1
figure 1

Landmarks for measurements of the dental arch and maxillary skeletal base

Data analysis and model construction

To select the predictor variables with the highest impact for inclusion in the supervised machine learning model, a univariate analysis was conducted using the statistical software JASP version 0.19.0, employing Student’s t-test for independent samples. This preliminary analysis aimed to identify significant differences between sexes before building the models. The power analysis for each comparison was calculated using the statistical software GPower version 3.1.9.6, while effect size was determined by calculating Cohen’s d. A significance level of 10% (α = 0.10) was adopted to allow the inclusion of any relevant variable for the model. To determine the cutoff values and identify the threshold at which each variable is classified as male or female, Receiver Operating Characteristic (ROC) curves were generated for each variable.

For the construction of predictive models, the following supervised machine learning algorithms were used: Logistic Regression, Gradient Boosting Classifier, K-Nearest Neighbors (KNN), Support Vector Machine (SVM), Multi-Layer Perceptron Classifier (MLP), Decision Tree, and Random Forest Classifier. To optimize the model’s performance and find the best combination of hyperparameters, the Grid Search method was employed. This method involves the systematic evaluation of predefined combinations of hyperparameters. All algorithms were developed using the Python programming language (version 3.10.12) in the Google Colab environment, utilizing the ‘scikit-learn’ library. The programming code used is available as open access (DOI: https://doiorg.publicaciones.saludcastillayleon.es/10.5281/zenodo.10988064).

Training, cross-validation, and test

The data was divided into training and cross-validation sets (80%) and test data (20%). The test data was exclusively reserved to evaluate the predictive capacity of the model. This division was performed using the ‘train_test_split’ function from the ‘sklearn.model_selection’ library. Additionally, the data was normalized using the standardization technique before training and testing the models. This ensures that all features have a comparable scale, essential for algorithms sensitive to data scale. The cross-validation technique was then employed to estimate how well the model is able to generalize to unseen data, by dividing the data into k subsets and training the model k times. In each iteration, k-1 subsets were used for training, while the remaining data was reserved for validation. Thus, an average estimate of the validation performance was calculated based on a 10-fold cross-validation (Fig. 2).

Fig. 2
figure 2

Flowchart diagram illustrating the data analysis process using machine learning models

Metrics and model evaluation

To evaluate the models’ ability to distinguish between different classes, ROC curves were generated and the areas under the curve (AUC) were calculated for each. To do this, false positive and true positive rates were determined at various classification thresholds using the ‘roc_curve’ function from the ‘scikit-learn’ package, with the actual labels from the test set and the predicted probabilities for the positive class from the model. The AUC metric was then obtained through the ‘roc_auc_score’ function, also from the ‘scikit-learn’ package, providing a quantitative measure of the model’s discriminatory power. ROC curves were plotted using the ‘matplotlib.pyplot’ library, allowing for a detailed assessment of each model’s performance in the binary classification task.

Additionally, metrics such as accuracy, recall, precision, and F1 Score were calculated for each model. The feature importance evaluation function from the Scikit-learn library was employed to visually identify the most relevant variables in each model formulation, aiming to understand which features have the greatest influence on the model’s predictive capacity. However, this evaluation was not conducted for the KNN, SVM, and MLP models due to the peculiarities of these algorithms, which do not support this function.

Results

A total of 100 patients were included in the sample, equally divided between men and women, with an age range from 10 to 88 years and a mean age of 38.5 ± 20.6 years (38.2 ± 19 for men and 38.8 ± 22.3 for women). There was no significant difference in age between the groups (p = 0.883). Univariate analyses revealed that all skeletal and dental variables showed statistical significance (p < 0.10). Only one variable had a power below 0.7, indicating that most variables had adequate power for the evaluated sample size. The NFW variable had the smallest effect size, with a p-value close to the stipulated significance level. Consequently, all variables were used for training the supervised machine learning model (Table 1). The ROC curves and cutoff points, identifying the thresholds at which each variable is classified as male or female, can be viewed in Additional File 1.

Thus, a total of five skeletal and two dental variables were included to train the machine learning predictive model. The Ln-Ln variable demonstrated greater importance in two of the constructed models, while the Mol-Mol variable stood out among the dental measurements (Fig. 3). The performance of all trained predictive models, along with the respective best hyperparameters for each model are shown in Table 2. When considering the models’ ability to distinguish between different classes, assessed by AUC, the models ranged from 0.80 to 0.88 (Fig. 4). The highest values were observed for logistic regression, random forests, decision tree, and SVM models, with the latter showing the least disparity in metrics between cross-validation and test data. The confusion matrix for each tested algorithm, based on the test data, is presented in Fig. 5.

Fig. 3
figure 3

Results of feature importance analysis from four machine learning models. A – Gradient Boosting Classifier, B – Logistic Regression, C – Decision Tree, D – Random Forest Classifier

Fig. 4
figure 4

Evaluation of Classification Models using ROC Curves. LR – Logistic Regression, SVM – Support Vector Machine, KNN – K-Nearest Neighbors, GB – Gradient Boosting, MLP – Multilayer Perceptron, RF – Random Forest, DT – Decision Tree

Fig. 5
figure 5

Confusion matrix for the test data, for all tested machine learning models

Table 1 Maxillary measurements by sex
Table 2 Summary of metrics obtained for the cross-validation and test stages of the models, along with their respective optimal hyperparameters

Discussion

Sex determination and identification of population origin are two essential elements in forensic investigation, being fundamental tasks when dealing with human skeletal remains [14, 15]. Therefore, the aim of this study was to employ measurements of the dental arch and maxillary skeletal base to determine sex, using supervised machine learning. The construction of this model aims to enhance sex determination based on the maxillary complex, using features extracted from CBCT images. Although other craniofacial measurements have been used for sexual dimorphism assessment, such as the frontal bone, dental measurements, mandibular measurements, hyoid bone, and cervical vertebrae [4, 16,17,18,19,20], until now, no studies have been found in the literature employing maxillary measurements for sex determination using machine learning algorithms.

Machine learning involves the use of various mathematical models capable of generating predictive models through data analysis [20]. Developing a model to estimate sex is based on solving a classification task, which is a common task in machine learning [9]. One of the algorithms used for this task is Support Vector Machine (SVM), a kernel-based machine learning model employed for classification and regression tasks. The primary goal of the SVM algorithm is to find a hyperplane that maximizes the margin between different classes in the dataset [21]. SVM has proven effective in sex estimation based on cranial measurements, being considered one of the best-performing predictive models in forensic literature [8, 9, 22]. In this study, the SVM-based predictive model demonstrated the best performance during both the testing and cross-validation stages.

The presence of sexual dimorphism in the maxillary complex has been observed in several studies [6, 23, 24], demonstrating good predictive capacity in sex determination. Similarly, interdental transverse dimensions in the maxillary arch show dimorphic traits, in which it is larger in males than females [25, 26]. Among the evaluated measurements, skeletal dimensions showed good predictive power, while interdental dimensions also demonstrated a high effect size, with the intermolar distance exhibiting the largest effect among all evaluated dental variables. The NFW variable was the only one that showed a test power below 0.7. Although it is possible to hypothesize that a larger sample size could increase the observed test power, the vast majority of variables showed adequate power, thus validating the sample size used. Additionally, despite intermolar distance (Mol-Mol) showing the largest effect size, the Ln-Ln variable was the one that showed greater importance for most of the trained models, in which it was possible to estimate the importance of the variables. Extrapolating to the forensic context, skeletal characteristics can be considered more stable, since teeth may be subject to orthodontic movement, as well as prosthetic rehabilitations.

In general, females have lower bone mass compared to males, regardless of the age range assessed [27]. This sexual dimorphism becomes more evident due to changes in bone tissue caused by sex hormones (estrogens and androgens), genetics, and inflammatory processes, which affect the formation, resorption, and death of osteoclasts, making it a multifactorial process [4, 27]. Most of the bone and muscle mass is acquired before the age of 18. Sex hormones and the GH/IGF-1 axis regulate bone growth in both sexes, resulting in skeletal differences during puberty. As a result, men tend to have longer and wider bones due to differences in periosteal apposition and endosteal resorption, although bone mineralization is similar between the sexes [28]. This difference is also reflected in skull size [29]. In this regard, the univariate analysis of the assessed variables revealed statistical significance, demonstrating evident differences in maxillary measurements between men and women.

The representativeness of a sample in relation to a target population occurs when the estimates obtained, or their interpretation can be generalized to that target population. In the context of sexual dimorphism, it is important to consider factors such as the age range of individuals in the sample and the individual characteristics of each region. When examining the age of participants, statistically significant differences between sexes in the transverse widths of the maxillary skeleton were identified in age groups between 10 and 14 years, with male individuals generally showing greater incremental growth changes than female individuals. Additionally, the morphological characteristics of dental arches may vary according to ethnicity [6, 25]. In the present study, the age range of participants was from 10 to 88 years and was matched between groups in a 1:1 ratio to prevent age from acting as a confounding factor in the analysis. Although the inclusion of a broader age range may reduce the accuracy of the model, it also increases the external validity of the study, thus providing better applicability in the forensic context. In forensic settings, accurately determining age can be challenging due to the variability in the quality of available structures. While this decision might have decreased the precision of the models, it enhanced the external validity and applicability of our findings, making them more generalizable. Regarding ethnicity, it is important to mention that the data collection was carried out in the South region of Brazil, which is characterized by its unique miscegenation. Therefore, the sample consisted exclusively of Brazilians, which limits its representativeness. Therefore, it is recommended to conduct studies in other ethnic groups for a more comprehensive understanding of sexual dimorphism in these structures.

The bones of the head and neck are primarily originate from the branchial arches and develop around the fourth week of gestation [30]. As a result of this process, it is common for the structures of the male maxilla to be larger than those of the female maxilla in almost all dimensions, especially in length and total width of the maxilla [6, 23]. In the present study, measurements of the dental arch and maxillary skeletal base showed good predictive capacity for identifying sex. Additionally, the use of metric parameters was an approach adopted to minimize subjectivities, with all measurements performed in CBCT scans, which proved to be an excellent way to identify precise measurements, even considering the overlap of some bone structures. Although the variables used showed good predictive power, it is reasonable to suppose that even greater accuracy could be achieved with a larger sample size, and individuals from different ethnicities should be included in future studies. However, the results of the present study highlight the predictive potential of these variables, which are important markers for sexual dimorphism and may have relevant applicability in forensic science.

Conclusion

The transverse measurements of the maxillary dental arch and measurements of the maxillary skeletal base demonstrated good predictive capacity, showing robust accuracy values using machine learning techniques. Among the evaluated models, the SVM algorithm exhibited the best performance. This suggests promising applicability in sex determination in forensic contexts. The analysis of the data rejected the null hypothesis, as the results indicate a difference in predictive accuracy for sex determination using dental arch and maxillary skeletal base measurements compared to random predictions.

Data availability

No datasets were generated or analysed during the current study.

References

  1. Krishan K, Chatterjee PM, Kanchan T, Kaur S, Baryah N, Singh RK. A review of sex estimation techniques during examination of skeletal remains in forensic anthropology casework. Forensic Sci Int. 2016;261:e1651–8. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.forsciint.2016.02.007.

    Article  Google Scholar 

  2. Beschiu LM, Ardelean LC, Tigmeanu CV, Rusu LC. (2022) Cranial and Odontological Methods for Sex Estimation-A Scoping Review. Medicina (Kaunas, Lithuania) 58. https://doiorg.publicaciones.saludcastillayleon.es/10.3390/medicina58091273

  3. Wu ZX, Bu WQ, Tang Y, Guo YX, Guo YC, Wang F, Meng HT. Sex estimation using maxillary sinus volume for Chinese subjects based on cone-beam computed tomography. BMC Oral Health. 2024;24:253. https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12903-024-04010-5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Mello-Gentil T, Souza-Mello V. Contributions of anatomy to forensic sex estimation: focus on head and neck bones. Forensic Sci Res. 2022;7:11–23. https://doiorg.publicaciones.saludcastillayleon.es/10.1080/20961790.2021.1889136.

    Article  PubMed  Google Scholar 

  5. Syed Mohd Hamdan SN, Rahmat RA-A, Abdul Razak F, Abd Kadir KA, Mohd Faizal Abdullah ER, Ibrahim N. Sex estimation of Malaysian sub-adults using craniometrics: a computed tomography study. Leg Med. 2023;64:102275. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.legalmed.2023.102275.

    Article  Google Scholar 

  6. Yavuz I, Ikbal A, Baydaş B, Ceylan I. Longitudinal posteroanterior changes in transverse and vertical craniofacial structures between 10 and 14 years of age. Angle Orthod. 2004;74:624–9. https://doiorg.publicaciones.saludcastillayleon.es/10.1043/0003-3219(2004)074%3C0624:lpcita%3E2.0.co;2.

    Article  PubMed  Google Scholar 

  7. Shankar S, Nirmal RM, Aswathnarayanan MB, Kruthika M, Fathima MA. Sex determination using maxillary arch width of pediatric population of Namakkal district, India: a forensic study. J Oral Maxillofac Pathol. 2019;23:480. https://doiorg.publicaciones.saludcastillayleon.es/10.4103/jomfp.JOMFP_226_19.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Nikita E, Nikitas P. On the use of machine learning algorithms in forensic anthropology. Leg Med (Tokyo). 2020;47:101771. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.legalmed.2020.101771.

    Article  PubMed  Google Scholar 

  9. Toneva D, Nikolova S, Agre G, Zlatareva D, Hadjidekov V, Lazarov N. Machine learning approaches for sex estimation using cranial measurements. Int J Legal Med. 2021;135:951–66. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s00414-020-02460-4.

    Article  PubMed  Google Scholar 

  10. Baban MTA, Mohammad DN. (2023) The Accuracy of Sex Identification using CBCT morphometric measurements of the Mandible, with different machine-learning Algorithms-A retrospective study. Diagnostics (Basel, Switzerland) 13. https://doiorg.publicaciones.saludcastillayleon.es/10.3390/diagnostics13142342

  11. Guo YX, Lan JL, Song YX, Bu WQ, Tang Y, Wu ZX, Meng HT, Wu D, Yang H, Guo YC. Different machine learning methods based on maxillary sinus in sex estimation for northwestern Chinese Han population. Int J Legal Med. 2024. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s00414-024-03255-7.

    Article  PubMed  Google Scholar 

  12. Esmaeilyfard R, Paknahad M, Dokohaki S. Sex classification of first molar teeth in cone beam computed tomography images using data mining. Forensic Sci Int. 2021;318:110633. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.forsciint.2020.110633.

    Article  PubMed  Google Scholar 

  13. Sasani H, Etli Y, Tastekin B, Hekimoglu Y, Keskin S, Asirdizer M. Sex estimation from measurements of the mastoid triangle and volume of the Mastoid Air Cell System using classical and machine learning methods: a comparative analysis. Am J Forensic Med Pathol. 2024;45:51–62. https://doiorg.publicaciones.saludcastillayleon.es/10.1097/paf.0000000000000890.

    Article  PubMed  Google Scholar 

  14. Williams BA, Rogers T. Evaluating the accuracy and precision of cranial morphological traits for sex determination. J Forensic Sci. 2006;51:729–35. https://doiorg.publicaciones.saludcastillayleon.es/10.1111/j.1556-4029.2006.00177.x.

    Article  PubMed  Google Scholar 

  15. Bertsatos A, Chovalopoulou ME, Bruzek J, Bejdova S. Advanced procedures for skull sex estimation using sexually dimorphic morphometric features. Int J Legal Med. 2020;134:1927–37. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s00414-020-02334-9.

    Article  PubMed  Google Scholar 

  16. Almeida Prado PS, Adams K, Fernandes LC, Kranioti E. Frontal sinus as an identity and sex indicator. Morphologie: Bull De l’Association Des Anatomistes. 2021;105:281–7. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.morpho.2020.12.005.

    Article  CAS  Google Scholar 

  17. Franco A, Porto L, Heng D, Murray J, Lygate A, Franco R, Bueno J, Sobania M, Costa MM, Paranhos LR, Manica S, Abade A. Diagnostic performance of convolutional neural networks for dental sexual dimorphism. Sci Rep. 2022;12:17279. https://doiorg.publicaciones.saludcastillayleon.es/10.1038/s41598-022-21294-1.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. Sella Tunis T, Hershkovitz I, May H, Vardimon AD, Sarig R, Shpack N. Variation in Chin and Mandibular Symphysis size and shape in males and females: a CT-Based study. Int J Environ Res Public Health. 2020;17. https://doiorg.publicaciones.saludcastillayleon.es/10.3390/ijerph17124249.

  19. Werner HM, Miller CA, Tillman KK, Wang Y, Vorperian HK. (2021) Growth and sexual dimorphism of the hyoid bone and its relationship to the mandible from birth to 19 years: A three-dimensional computed tomography study. Anatomical record (Hoboken, NJ: 2007) 304:1901–1917. https://doiorg.publicaciones.saludcastillayleon.es/10.1002/ar.24594

  20. Küchler EC, Kirschneck C, Marañón-Vásquez GA, Schroder ÂGD, Baratto-Filho F, Romano FL, Stuani MBS, Matsumoto MAN, de Araujo CM. Mandibular and dental measurements for sex determination using machine learning. Sci Rep. 2024;14:9587. https://doiorg.publicaciones.saludcastillayleon.es/10.1038/s41598-024-59556-9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  21. Cervantes J, Garcia-Lamont F, Rodríguez-Mazahua L, Lopez A. A comprehensive survey on support vector machine classification: applications, challenges and trends. Neurocomputing. 2020;408:189–215. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.neucom.2019.10.118.

    Article  Google Scholar 

  22. Knecht S, Santos F, Ardagna Y, Alunni V, Adalian P, Nogueira L. Sex estimation from long bones: a machine learning approach. Int J Legal Med. 2023;137:1887–95. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s00414-023-03072-4.

    Article  PubMed  Google Scholar 

  23. Cortella S, Shofer FS, Ghafari J. Transverse development of jaws: norms for the posteroanterior cephalometric analysis. American Journal of Orthodontics and Dentofacial Orthopedics; 1997.

  24. Snodell SF, Nanda RS, Currier GF. A longitudinal cephalometric study of transverse and vertical craniofacial growth. American Association of Orthodontists; 1993.

  25. Singh S, Saraf BG, Indushekhar KR, Sheoran N. Estimation of the Intercanine Width, Intermolar Width, Arch length, and Arch Perimeter and its comparison in 12-17-year-old children of Faridabad. Int J Clin Pediatr Dentistry. 2021;14:369–75. https://doiorg.publicaciones.saludcastillayleon.es/10.5005/jp-journals-10005-1957.

    Article  Google Scholar 

  26. Grewal DS, Khangura RK, Sircar K, Tyagi KK, Kaur G, David S. (2017) Morphometric Analysis of Odontometric Parameters for Gender Determination. Journal of clinical and diagnostic research: JCDR 11:Zc09-zc13. https://doiorg.publicaciones.saludcastillayleon.es/10.7860/jcdr/2017/26680.10341

  27. Lorenzo J. Sexual dimorphism in osteoclasts. Cells. 2020;9. https://doiorg.publicaciones.saludcastillayleon.es/10.3390/cells9092086.

  28. Ciancia S, Dubois V, Cools M. Impact of gender-affirming treatment on bone health in transgender and gender diverse youth. Endocr Connections. 2022;11. https://doiorg.publicaciones.saludcastillayleon.es/10.1530/ec-22-0280.

  29. Milella M, Franklin D, Belcastro MG, Cardini A. Sexual differences in human cranial morphology: is one sex more variable or one region more dimorphic? Anat Rec. 2021;304:2789–810. https://doiorg.publicaciones.saludcastillayleon.es/10.1002/ar.24626.

    Article  Google Scholar 

  30. G A. The development and evolution of the pharyngeal arches. J Anat. 2001;199:133–41.

    Article  Google Scholar 

Download references

Acknowledgements

Open Access funding enabled and organized by Projekt DEAL.

Funding

None.

Open Access funding enabled and organized by Projekt DEAL.

Author information

Authors and Affiliations

Authors

Contributions

C.M.A. contributed to conception, design, data analysis and interpretation, created the model, drafted and critically revised the manuscript. P.J.F. contributed to conception, design, and critically revised the manuscript. A.X.F. contributed to data acquisition, measurements, and interpretation, and critically revised the manuscript. I.C.C.Q. contributed to data analysis and interpretation, and critically revised the manuscript. B.S.Z. contributed to data interpretation, and critically revised the manuscript. S.P.F. contributed to data collection data interpretation, and critically revised the manuscript. S.B. contributed to data interpretation, and critically revised the manuscript. A.G.D.S. supervision, sample recruitment, contributed to data interpretation, and critically revised the manuscript. E.S.C. supervision, sample recruitment, contributed to data interpretation, and critically revised the manuscript. E.C.K. contributed to conception, funding, design, data interpretation, drafted and critically revised the manuscript. All authors gave their final approval and agreed to be accountable for all aspects of the work.

Corresponding author

Correspondence to Erika Calvano Küchler.

Ethics declarations

Ethics approval and consent to participate

The research was approved by the Research Ethics Committee of Tuiuti University of Paraná, Brazil (Approval Number: 6.305.456).

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Electronic supplementary material

Below is the link to the electronic supplementary material.

13005_2024_446_MOESM1_ESM.jpg

Supplementary Material 1: Additional file 1 ROC curves and cutoff values for each variable, identifying the thresholds at which the variables are classified as male or female

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

de Araujo, C.M., de Jesus Freitas, P., Ferraz, A.X. et al. Sex determination through maxillary dental arch and skeletal base measurements using machine learning. Head Face Med 20, 44 (2024). https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s13005-024-00446-w

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s13005-024-00446-w

Keywords