Abstract
Purpose
This study employed a convolutional neural network (CNN) algorithm to develop an automated dental age estimation method based on the London Atlas of Tooth Development and Eruption. The primary objectives were to create and validate CNN models trained on panoramic radiographs to achieve accurate dental age predictions using a standardized approach.
Material and Methods
A dataset of 801 panoramic radiographs from outpatients aged 5 to 15 years was used. A CNN model for dental age estimation was developed using a 16-layer CNN architecture implemented in Python with TensorFlow and Scikit-learn, guided by the London Atlas of Tooth Development. The model included 6 convolutional layers for feature extraction, each followed by a pooling layer to reduce the spatial dimensions of the feature maps. A confusion matrix was used to evaluate key performance metrics, including accuracy, precision, recall, and F1 score.
Results
The proposed model achieved an overall accuracy, precision, recall, and F1 score of 74% on the validation set. The highest F1 scores were observed in the 10-year and 12-year age groups, indicating superior performance in these categories. In contrast, the 6-year age group demonstrated the highest misclassification rate, highlighting potential challenges in accurately estimating age in younger individuals.
Conclusion
Integrating a CNN algorithm for dental age estimation represents a significant advancement in forensic odontology. The application of AI improves both the precision and efficiency of age estimation processes, providing results that are more reliable and objective than those obtained via traditional methods.
Keywords: Artificial Intelligence, Age Determination by Teeth, Forensic Dentistry, Human Rights, Tooth Eruption
Introduction
Forensic odontology plays a crucial role in age estimation for legal, forensic, and humanitarian purposes. Accurate age estimation is essential in contexts such as identifying human remains, assessing age in immigration cases, and supporting criminal investigations. Dental age estimation is primarily based on evaluating tooth development and eruption stages in children and adolescents using radiographic imaging.1 Techniques for dental age estimation in children generally fall into 3 main categories: dental atlases, tooth scoring systems, and tooth measurements. These methods are widely used due to the strong correlation between dental and chronological ages, which enhances their forensic applicability.2,3,4,5 However, challenges such as limited accuracy, methodological complexity, observer bias, and the time-intensive nature of these techniques remain significant concerns.6,7,8,9
The London Atlas of Tooth Development, introduced by AlQahtani et al.,10 provided the foundation for the algorithm developed in this study. This atlas-based method assesses tooth development and alveolar eruption patterns via panoramic radiographs, ensuring consistency and comparability across studies. Previous research has demonstrated the reliability of this method for estimating age in the Indonesian population.1,11,12,13 However, the conventional application of the AlQahtani method relies heavily on the expertise and interpretative skills of forensic odontologists, which can introduce subjectivity and variability. Furthermore, manually estimating age from a single panoramic radiograph is often complex and time-consuming in both forensic and clinical practice.14
The integration of artificial intelligence (AI), particularly convolutional neural networks (CNNs), represents a significant advancement in overcoming challenges associated with dental age estimation. CNNs, a sophisticated subset of deep learning models, excel at analyzing images and detecting complex patterns, making them especially suitable for interpreting detailed medical images such as dental radiographs.15 By automating the analysis of large datasets, CNNs improve the efficiency and speed of age estimation while reducing the subjective bias inherent in human interpretation, thus yielding more consistent and reproducible outcomes. Their ability to detect intricate patterns in dental development - often beyond human recognition - further increases the precision and reliability of forensic age estimation.16,17,18
The structured methodology of the AlQahtani approach for assessing tooth development aligns effectively with AI systems. By training CNNs on extensive radiograph datasets annotated using the AlQahtani method, models can autonomously analyze dental images and generate accurate age estimations. Although CNNs have achieved remarkable success in various domains of medical image analysis, their application in forensic odontology - specifically for age estimation using the AlQahtani method - remains an emerging and promising field of research. This innovative approach holds significant potential for enhancing the precision and reliability of age estimation in forensic investigations.19,20,21
This study employed CNNs to automate the age estimation process based on the AlQahtani method for several reasons. Unlike chronological age, the AlQahtani method focuses specifically on dental parameters, making it more relevant to the study's objectives. The London Atlas of Tooth Development is a well-established framework designed to estimate age from tooth development and alveolar eruption. The primary goal was to develop and validate CNN models trained on panoramic radiographs to achieve accurate and biologically relevant age predictions. Additionally, the study aimed to enhance forensic methodologies by integrating these advanced techniques, thereby producing more objective and reliable age estimation outcomes.
Materials and Methods
Study preparation
This study received ethical approval from the Ethical Clearance Commission of the Dental Hospital at Universitas Airlangga (permit number: 41/UN3.9.3/Etik/PT/2022). A total of 801 panoramic radiographs were analyzed, collected from outpatients aged 5 to 15 years who visited Airlangga University Dental Hospital between 2019 and 2022. The inclusion criteria required high-quality panoramic radiographs accompanied by complete information, including age and sex. Radiographs displaying orthodontic appliances, prostheses, or any pathological conditions were excluded. This rigorous selection process ensured the reliability and accuracy of the dataset for developing and validating the CNN model used in this study.
This study employed a computer system with the specifications detailed in Table 1 to support the development and implementation of the CNN algorithm and the dental age estimation application. The algorithm and application were developed using Visual Studio Code and Python 3.9.12. Additionally, a user-friendly interface (Fig. 1) was designed to enhance accessibility. A user acceptance test was conducted using functional black-box testing methods to ensure that the application met user expectations and functioned correctly.
Table 1. The detailed specifications of the computer utilized to develop the dental age estimation algorithm and application.
Fig. 1. User interface of the dental age estimation application developed in this study.
Image preprocessing
Extracting the region of interest (ROI) was crucial to ensure that the CNN model was trained on the most relevant features for dental age estimation. The process involved manually cropping the panoramic radiographs using image processing software to isolate the right quadrants of the dental arches. The cropped images were then compiled to create a training dataset, serving as the foundation for the CNN algorithm’s learning process. To maintain consistency, all images were converted to ".jpg" format and resized to a standardized resolution of 128 pixels upon entry into the database. These preprocessing steps were essential for ensuring uniformity across the dataset and increasing the reliability of the training and validation processes for the machine learning models.
The CNN algorithm for dental age estimation was developed based on the London Atlas of Tooth Development framework by AlQahtani et al.,10 which was chosen over chronological age due to its proven reliability in estimating dental age across various populations, including the Indonesian population.2,12,13,22,23,24,25 Eleven age groups were defined for data training based on the midpoint ages outlined in the London Atlas of Tooth Development (Fig. 2). The labeling process involved estimating ages using the AlQahtani method, which was subsequently used for both training and validation. To ensure accuracy and consistency, a forensic odontologist performed the data labeling process twice at a 1-week interval. This approach minimized potential variability and enhanced the reliability of the dataset used for training the algorithm.
Fig. 2. Illustration of the age group classification based on the London Atlas of Tooth Development and Eruption (modified from AlQahtani et al.10).
Given the limited dataset of 801 panoramic radiographs, data augmentation techniques were implemented before initiating the image classification process. Augmentation was achieved through rotational transformations, with images rotated incrementally by 1, 2, and 3 degrees in both clockwise and counterclockwise directions. This strategy expanded the dataset to 1,298 images, ensuring a uniform distribution across age groups with each group containing 118 images. This augmentation approach not only increased the dataset size but also improved the balance and representation across age categories, thereby enhancing the robustness and generalizability of the machine learning models. It effectively addressed challenges posed by limited and imbalanced data, contributing to more reliable model performance.
To evaluate the accuracy and generalizability of the model, 30% of the images were allocated to a validation set. This approach was essential for assessing the CNN’s performance on unseen data, thereby ensuring the robustness and reliability of the dental age estimation model. A comprehensive schematic of the research workflow is presented in Figure 3, providing a visual depiction of the methodology employed in this study.
Fig. 3. Detailed schematic workflow of the present study.
Convolutional process
This study utilized a 16-layer CNN architecture implemented with Python, TensorFlow, and the Scikit-learn library. The model comprised 6 convolutional layers responsible for feature extraction from the input images, with each convolutional layer followed by a pooling layer designed to progressively reduce the spatial dimensions of the feature maps. The final classification step employed the softmax activation function to predict class probabilities.
Several hyperparameters were fine-tuned to optimize the model’s performance. Data augmentation techniques, including rotation, were applied to increase the variability and robustness of the training dataset. Additional hyperparameters, such as the kernel size in the convolutional layers, the number of filters, and the learning rate, were adjusted to control the rate at which the model’s weights were updated during training.
The CNN algorithm employed convolutional kernels of varying sizes applied sequentially to extract features from the input images. Each convolutional layer consisted of multiple filters that processed pixel dimensions, capturing spatial hierarchies and patterns across the images. This process enabled the model to identify and learn new features during training. After resizing the images for uniformity, convolution operations were performed to generate these features. The extracted features were then refined through a training phase repeated over 30 epochs to optimize the model’s performance. Upon completion of training, the resulting model was automatically saved in a designated folder for later validation.
This iterative process ensured that the model effectively learned and stored critical patterns within the dataset. The saved model, containing the newly acquired feature set, was readily available for validation and testing, thereby improving its generalizability and accuracy for future applications.
Performance evaluation
The model’s performance was systematically evaluated using a confusion matrix, which facilitated the measurement of essential metrics, including accuracy, precision, recall, and F1 score. Accuracy indicates the overall correctness of the model’s predictions.
Results
Evaluation of study preparation
The user interface was designed to provide convenient access to data and information about the model’s precision, estimated processing time, and prediction outcomes. Functional black-box testing was conducted to evaluate the efficiency and user-friendliness of the interface. This testing approach focused on assessing the system’s functionality based on specific inputs and outputs without examining the internal code structure.26 Through this method, the consistency and reliability of the user interface were systematically evaluated to ensure it accurately displayed expected outcomes and performed as intended. This process was critical in ensuring that users received precise and relevant information when interacting with the software.
The data labeling process was carried out by a forensic odontologist in 2 separate sessions, spaced 1 week apart, during the image preprocessing phase. To assess inter-examiner agreement, the Cronbach’s alpha test was performed, yielding a coefficient greater than 0.8. This result indicates good consistency between the 2 labeling sessions and suggests that the forensic odontologist’s assessments remained stable and reliable over time.
Accuracy, precision, recall, and F1 score analysis
The performance of the CNN model in dental age estimation was rigorously evaluated using key metrics such as accuracy, precision, recall, and F1 score derived from the confusion matrix. This matrix provides a detailed analysis of the model’s predictions by categorizing outcomes into true positives (TPs), true negatives (TNs), false positives (FPs), and false negatives (FNs). TPs represent instances where the AI-predicted dental age correctly matches the estimated dental age based on the Atlas within the evaluated age group, while TNs reflect correct matches outside the group. FPs occurred when the model overestimated dental age, and FNs arose from underestimation.
Precision reflects the proportion of TPs relative to the sum of TPs and FPs, commonly referred to as the positive predictive value (PPV) in medical contexts. Recall, or sensitivity, measures the model’s ability to correctly identify relevant instances, calculated as the ratio of TPs to the sum of TPs and FNs; this is also known as the negative predictive value (NPV). The F1 score balances precision and recall to provide a comprehensive measure of the model’s performance. A model is considered highly predictive when both PPV and NPV approach 100%.
In this study, the CNN model’s performance, as measured by precision, recall, and F1 score, varied significantly across different age groups, both before and after data augmentation (Table 2). Initially, the highest precision (67%) and recall (64%) were observed in the 5.5-year age group. Following augmentation, precision in this group improved substantially to 82%, although recall slightly declined to 62%, resulting in an F1 score of 71%. The 12.5-year age group recorded the highest precision (90%) post-augmentation, while the 10.5-year age group demonstrated the highest recall. Overall, the model’s performance improved markedly, with the average F1 score increasing from 34% to 74% and overall accuracy rising from 41% to 74%.
Table 2. Precision, accuracy, recall, and F1-score of the convolutional network model for dental age estimation based on the AlQahtani method.
Validation of the model, conducted using 389 panoramic radiographs, revealed the highest accuracy in the 12.5-year age group. In contrast, the 6.5-year age group exhibited the highest misclassification rate (Fig. 4). These findings highlight variability in the model’s performance across different age groups and identify specific areas that may require further refinement and optimization.
Fig. 4. Confusion matrix of dental age estimation model validation using 389 panoramic radiographs.

Discussion
Radiographic and tomographic techniques are widely recognized for their cost-effectiveness and essential role in forensic odontology, particularly when integrated with advanced information technology. These imaging methods provide accurate age estimation, which is vital for identifying individuals in forensic investigations. They offer a reliable means of assessing age-related changes in dental structures.27 Professionals in both clinical and forensic odontology must possess a thorough understanding of these imaging techniques and their legal applications to ensure accurate and legally sound age determinations—a fundamental aspect of forensic investigations and the implementation of justice. Therefore, the careful selection and application of these techniques, guided by both technological advancement and legal requirements, are crucial for furthering the field of forensic odontology.28,29
The London Atlas of Tooth Development and Eruption is a widely recognized reference for estimating age based on dental development. It employs a comparative approach by aligning an individual’s dental development and eruption stages with standardized benchmarks outlined in the Atlas, where each stage corresponds to a specific age range established through comprehensive research on tooth growth and eruption timelines.22,23,25 The reliability of the London Atlas has been consistently demonstrated across various populations, particularly in children and adolescents. For instance, studies in a Nepalese cohort confirmed its high accuracy for age estimation up to 18 years, with exceptional performance in the 16- to 18-year age group,30 while research in Turkish children found it more accurate than Haavikko’s method and Cameriere’s European formula.24 Similarly, its application to a Portuguese population showed effectiveness up to 14 years, although accuracy diminished in older individuals, likely due to genetic polymorphisms influencing dental development beyond early adolescence. These findings underscore the need for population-specific adjustments or complementary methods when using the Atlas for age estimation in older age groups.31
The integration of AI into dental age estimation represents a significant advancement in forensic odontology by leveraging deep learning techniques such as CNNs to enhance precision, efficiency, and objectivity.15 For example, a Malaysian study utilized a hybrid CNN and K-nearest neighbors model to estimate ages from 1,922 panoramic images of individuals aged 15 to 23. The hybrid model achieved exceptional accuracy rates - 99.98% for a 1-year range, 99.96% for a 6-month range, 99.87% for a 3-month range, and 98.78% for a 1-month range - demonstrating its robustness even within narrow age intervals.32 In a Croatian study, researchers applied the VGG16 deep learning model to analyze 4,035 panoramic radiographs from patients aged 19 to 85, divided into 4 age groups, achieving an overall accuracy of 73% even when applied to archaeological skulls.14 Similarly, a Korean study focused on dental panoramic X-rays from 1,586 patients, isolating the first molar for age estimation across 3 age categories: 0–19, 20–49, and 50 years and older. This approach yielded accuracy rates between 89.05% and 90.27%. The Korean study also employed advanced visualization techniques, such as heatmaps and Grad-CAM, to identify the specific image regions influencing predictions.33
The present study utilized a CNN algorithm to enhance the AlQahtani method for dental age estimation using panoramic radiographs. The CNN algorithm, highly effective at processing 2-dimensional images, was specifically adapted for analyzing these radiographs. Integrating the CNN with the AlQahtani method significantly improved accuracy, achieving 74%, compared to the 53% accuracy reported in the original study by AlQahtani—which analyzed 528 panoramic radiographs of individuals aged 2 to 23 years and 176 radiographs of neonates.34 This improvement underscores the potential of combining AI-based image processing with traditional dental age estimation techniques to achieve more reliable and precise results in forensic odontology. Challenges common to deep learning models, such as limited training data, overfitting, and underfitting,35 were addressed using a dataset of 801 panoramic radiographs from outpatients aged 5 to 15 years at a University Dental Hospital in Surabaya, Indonesia. Initially, the CNN model’s accuracy was below 50%, which prompted the use of data augmentation to enhance performance. This process expanded the dataset to 1,298 images by applying rotational transformations of 1°–3° in both clockwise and counterclockwise directions, ultimately resulting in an improved accuracy of 74%. Data augmentation increases dataset variability by generating modified versions of original images, such as rotated, mirrored, cropped, or noisy images, thereby reducing the risk of overfitting and improving model generalization.36
A comparative study between the Kvaal method and machine learning for age estimation using panoramic radiographs revealed that the XG Boosting Regressor, a machine learning approach, demonstrated superior accuracy with a mean absolute error of 4.77 compared to 5.68 for the Kvaal method.37 The advantage of machine learning approaches, particularly deep neural networks, lies in their ability to detect a broader range and greater number of features or patterns within panoramic images than is possible through human interpretation. However, interpreting the results of age estimation models remains challenging, as the specific image regions that deep neural networks focus on to identify relevant features are not always apparent. Continued advancements in this field could lead to more accurate and efficient age estimation methods while offering deeper insights into the mechanisms underlying deep neural network analyses.27
This study has several limitations that must be addressed to enhance the applicability and reliability of AI-based dental age estimation models. A key limitation is the model’s dependence on data augmentation, which was essential for improving the CNN model’s accuracy from below 50% to 74%. This reliance suggests that the model may struggle when applied to smaller or less diverse datasets, potentially limiting its generalizability without additional augmentation techniques. Moreover, the variability in accuracy reported across studies - ranging from 73% to over 99% - raises concerns about the reproducibility and reliability of these models across different populations and settings. These challenges underscore the need for further validation and optimization to ensure the robustness of AI-based methods in forensic odontology. Despite these limitations, integrating AI into dental age estimation offers significant potential to enhance accuracy, efficiency, and objectivity by minimizing human error and improving reliability. As AI technology continues to evolve, its role in forensic odontology and other fields requiring precise dental age estimation is expected to grow, paving the way for more consistent and dependable applications.
The integration of AI significantly improves the precision and efficiency of age estimation, providing more reliable and objective results than traditional methods. The London Atlas of Tooth Development and Eruption remains a foundational tool for age estimation, particularly in younger populations; however, its accuracy diminishes in older age groups due to increased variability in tooth development patterns. In this study, the combination of CNNs with the AlQahtani method achieved an accuracy of 74%, highlighting the potential of AI to enhance traditional dental age estimation techniques. Continued advancements in AI are expected to further refine the precision and broaden the applicability of dental age estimation, particularly in forensic settings.
Footnotes
Conflicts of Interest: None
References
- 1.Prakoeswa BF, Kurniawan A, Chusida A, Marini MI, Rizky BN, Margaretha MS, et al. Children and adolescent dental age estimation by the Willems and Al Qahtani methods in Surabaya, Indonesia. Biomed Res Int. 2022;2022:9692214. doi: 10.1155/2022/9692214. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.AlQahtani SJ, Hector MP, Liversidge HM. Accuracy of dental age estimation charts: Schour and Massler, Ubelaker and the London Atlas. Am J Phys Anthropol. 2014;154:70–78. doi: 10.1002/ajpa.22473. [DOI] [PubMed] [Google Scholar]
- 3.Sharma P, Wadhwan V. Comparison of accuracy of age estimation in Indian children by measurement of open apices in teeth with the London Atlas of tooth development. J Forensic Odontostomatol. 2020;38:39–47. [PMC free article] [PubMed] [Google Scholar]
- 4.Ghafari R, Ghodousi A, Poordavar E. Comparison of the accuracy of the London atlas and Smith method in dental age estimation in 5-15.99-year-old Iranians using the panoramic view. Int J Legal Med. 2019;133:189–195. doi: 10.1007/s00414-018-1808-6. [DOI] [PubMed] [Google Scholar]
- 5.Alsudairi DM, AlQahtani SJ. Testing and comparing the accuracy of two dental age estimation methods on Saudi children: measurements of open apices in teeth and the London Atlas of Tooth Development. Forensic Sci Int. 2019;295:226.e1–226.e9. doi: 10.1016/j.forsciint.2018.11.011. [DOI] [PubMed] [Google Scholar]
- 6.Adams DM, Ralston CE, Sussman RA, Heim K, Bethard JD. Impact of population-specific dental development on age estimation using dental atlases. Am J Phys Anthropol. 2019;168:190–199. doi: 10.1002/ajpa.23735. [DOI] [PubMed] [Google Scholar]
- 7.Grover S, Marya CM, Avinash J, Pruthi N. Estimation of dental age and its comparison with chronological age: accuracy of two radiographic methods. Med Sci Law. 2012;52:32–35. doi: 10.1258/msl.2011.011021. [DOI] [PubMed] [Google Scholar]
- 8.Priyadarshini C, Puranik MP, Uma SR. Dental age estimation: a review. Int J Adv Health Sci. 2015;1:19–25. [Google Scholar]
- 9.Nayyar AS, Babu BA, Krishnaveni B, Devi MV, Gayitri HC. Age estimation: Current state and research challenges. J Med Sci. 2016;36:209–216. [Google Scholar]
- 10.AlQahtani SJ, Hector MP, Liversidge HM. Brief communication: the London atlas of human tooth development and eruption. Am J Phys Anthropol. 2010;142:481–490. doi: 10.1002/ajpa.21258. [DOI] [PubMed] [Google Scholar]
- 11.Tridiyanti FR, Apriyono DK, Barid I. The application of Al-Qahtani method for dental age estimation of down syndrome children. J Kesehatan. 2024;15:60–65. [Google Scholar]
- 12.Rusydiana F, Oscandar F, Sam B. Age identification based on Al Qahtani method through panoramic radiograph at the Dental Hospital of Universitas Padjadjaran. J Kedokt Gigi Univ Padjadjaran. 2016;28:166–171. [Google Scholar]
- 13.Nurfitria DT, Soedarsono N, Yuniastuti M, Nehemia B. Comparison of TCI-Benindra formula, Al-Qahtani, and Blenkin-Taylor methods for age estimation in 16-21 year olds. J Phys Conf Ser. 2018;1073:022012 [Google Scholar]
- 14.Banjšak L, Milošević D, Subašić M. Implementation of artificial intelligence in chronological age estimation from orthopantomographic X-ray images of archaeological skull remains. Bull Int Assoc Paleodont. 2020;14:122–129. [Google Scholar]
- 15.Mohammad N, Ahmad R, Kurniawan A, Mohd Yusof MYP. Applications of contemporary artificial intelligence technology in forensic odontology as primary forensic identifier: a scoping review. Front Artif Intell. 2022;5:1049584. doi: 10.3389/frai.2022.1049584. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Vila-Blanco N, Varas-Quintana P, Tomás I, Carreira MJ. A systematic overview of dental methods for age assessment in living individuals: from traditional to artificial intelligence-based approaches. Int J Legal Med. 2023;137:1117–1146. doi: 10.1007/s00414-023-02960-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Ahmed O, Saleem SA, Khan AA, Daruwala S, Pettiwala A. Artificial intelligence in forensic odontology - a review. Int Dent J Stud Res. 2023;11:54–60. [Google Scholar]
- 18.Vodanović M, Subašić M, Milošević DP, Galić I, Brkić H. Artificial intelligence in forensic medicine and forensic dentistry. J Forensic Odontostomatol. 2023;41:30–41. [PMC free article] [PubMed] [Google Scholar]
- 19.Agrawal P, Nikhade P. Artificial intelligence in dentistry: past, present, and future. Cureus. 2022;14:e27405. doi: 10.7759/cureus.27405. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Katsumata A. Deep learning and artificial intelligence in dental diagnostic imaging. Jpn Dent Sci Rev. 2023;59:329–333. doi: 10.1016/j.jdsr.2023.09.004. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Putra RH, Doi C, Yoda N, Astuti ER, Sasaki K. Current applications and development of artificial intelligence for digital dental radiography. Dentomaxillofac Radiol. 2022;51:20210197. doi: 10.1259/dmfr.20210197. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Sousa AM, Jacometti V, AlQahtani S, Silva RH. Age estimation of Brazilian individuals using the London Atlas. Arch Oral Biol. 2020;113:104705. doi: 10.1016/j.archoralbio.2020.104705. [DOI] [PubMed] [Google Scholar]
- 23.McCloe D, Marion I, da Fonseca MA, Colvard M, AlQahtani S. Age estimation of Hispanic children using the London Atlas. Forensic Sci Int. 2018;288:332.e1–332.e6. doi: 10.1016/j.forsciint.2018.04.013. [DOI] [PubMed] [Google Scholar]
- 24.Sezer B, Çarıkçıoğlu B. Accuracy of the London Atlas, Haavikko's method and Cameriere's European Formula of dental age estimation in Turkish children. Leg Med (Tokyo) 2022;54:101991. doi: 10.1016/j.legalmed.2021.101991. [DOI] [PubMed] [Google Scholar]
- 25.Koç A, Özlek E, Öner Talmaç AG. Accuracy of the London atlas, Willems, and Nolla methods for dental age estimation: a cross-sectional study on Eastern Turkish children. Clin Oral Investig. 2021;25:4833–4840. doi: 10.1007/s00784-021-03788-w. [DOI] [PubMed] [Google Scholar]
- 26.Nidhra S, Dondeti J. Black box and white box testing techniques - a literature review. Int J Embedded Syst Appl. 2012;2:29–50. [Google Scholar]
- 27.Kahm SH, Kim JY, Yoo S, Bae SM, Kang JE, Lee SH. Application of entire dental panorama image data in artificial intelligence model for age estimation. BMC Oral Health. 2023;23:1007. doi: 10.1186/s12903-023-03745-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Kurniawan A, Agitha SR, Margaretha MS, Utomo H, Chusida A, Sosiawan A, et al. The applicability of Willems dental age estimation method for Indonesian children population in Surabaya. Egypt J Forensic Sci. 2020;10:5 [Google Scholar]
- 29.Kurniawan A, Chusida A, Atika N, Gianosa TK, Solikhin MD, Margaretha MS, et al. The applicable dental age estimation methods for children and adolescents in Indonesia. Int J Dent. 2022;2022:6761476. doi: 10.1155/2022/6761476. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Dahal S, Agrawal NK, Chaulagain T, Gosain N, Natarajan S. Application of the London Atlas of tooth development and eruption in panoramic Xrays for the age estimation. J Nepal Health Res Counc. 2023;20:605–610. doi: 10.33314/jnhrc.v20i3.4311. [DOI] [PubMed] [Google Scholar]
- 31.Pavlović S, Palmela Pereira C, Vargas de Sousa Santos RF. Age estimation in Portuguese population: the application of the London atlas of tooth development and eruption. Forensic Sci Int. 2017;272:97–103. doi: 10.1016/j.forsciint.2017.01.011. [DOI] [PubMed] [Google Scholar]
- 32.Sharifonnasabi F, Jhanjhi NZ, John J, Obeidy P, Band SS, Alinejad-Rokny H, et al. Hybrid HCNN-KNN model enhances age estimation accuracy in orthopantomography. Front Public Health. 2022;10:879418. doi: 10.3389/fpubh.2022.879418. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Kim S, Lee YH, Noh YK, Park FC, Auh QS. Age-group determination of living individuals using first molar images based on artificial intelligence. Sci Rep. 2021;11:1073. doi: 10.1038/s41598-020-80182-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.AlQahtani SJ. The London Atlas: developing an atlas of tooth development and testing its quality and performance measures. London: Queen Mary University; 2012. [Google Scholar]
- 35.Mohammad N, Muad AM, Ahmad R, Yusof MY. Accuracy of advanced deep learning with tensorflow and keras for classifying teeth developmental stages in digital panoramic imaging. BMC Med Imaging. 2022;22:66. doi: 10.1186/s12880-022-00794-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Mualla N, H Houssein EH, Hassan MR. Dental age estimation based on X-ray images. Comput Mater Contin. 2020;62:591–605. [Google Scholar]
- 37.Pereira de Sousa D, Diniz Lima E, Souza Paulino JA, Dos Anjos Pontual ML, Meira Bento P, Melo DP. Age determination on panoramic radiographs using the Kvaal method with the aid of artificial intelligence. Dentomaxillofac Radiol. 2023;52:20220363. doi: 10.1259/dmfr.20220363. [DOI] [PMC free article] [PubMed] [Google Scholar]





