- Original Article
- Open Access
- Published:
Fully automated method for dental age estimation using the ACF detector and deep learning
Egyptian Journal of Forensic Sciences volume 12, Article number: 54 (2022)
Abstract
Background
Dental age estimation plays an important role in identifying an unknown person. In forensic science, estimating age with high accuracy depends on the experience of the practitioner. Previous studies proposed classification of tooth development of the mandibular third molar by following Demirjian’s method, which is useful for dental age estimation. Although stage of tooth growth is very helpful in assessing age estimation, it must be performed manually. The drawback of this procedure is its need for skilled observers to carry out the tasks precisely and reproducibly because it is quite detailed. Therefore, this research aimed to apply computer-aid methods for reducing time and subjectivity in dental age estimation by using dental panoramic images based on Demirjian’s method. Dental panoramic images were collected from persons aged 15 to 23 years old. In accordance with Demirjian’s method, this study focused only on stages D to H of tooth development, which were discovered in the 15- to 23-year age range. The aggregate channel features detector was applied automatically to localize and crop only the lower left mandibular third molar in panoramic images. Then, the convolutional neural network model was applied to classify cropped images into D to H stages. Finally, the classified stages were used to estimate dental age.
Results
Experimental results showed that the proposed method in this study can localize the lower left mandibular third molar automatically with 99.5% accuracy, and training in the convolutional neural network model can achieve 83.25% classification accuracy using the transfer learning strategy with the Resnet50 network.
Conclusion
In this work, the aggregate channel features detector and convolutional neural network model were applied to localize a specific tooth in a panoramic image and identify the developmental stages automatically in order to estimate the age of the subjects. The proposed method can be applied in clinical practice as a tool that helps clinicians to reduce the time and subjectivity for dental age estimation.
Background
Forensic age estimation may be required by the authorities in criminal, civil, or asylum procedures when birth records or other official identity documents, which reflect the age of an individual, are not accessible. The estimation typically includes a predicted age and probability measurement of a person observed who attained a particular legally relevant age barrier. Most established methods for age estimation employ medical imaging of several human body components, such as the teeth, and long and carpal bones, which are still developing in children and young adults. Dental age estimation is said to be a reliable technique for estimating the age of an unknown person. Several studies have focused on it (Chandramohan et.al., 2015), especially using radiographic methods (Panchbhai 2011) such as tooth mineral evaluation (Nolla 1960), measurement of open apices in teeth (Cameriere et.al., 2006), volume assessment of teeth (Kvaal et.al., 1995), and tooth development (Demirjian et.al., 1973). However, a report stated that all teeth are fully developed by the time a person reaches the age of 15 years, except for permanent third molars (Hassanali 1985). In addition, 18 years are specified as a cutoff age for distinguishing between adults and children in legal procedures, according to the 1989 United Nations Convention on the Rights of the Child. As a result, the development of permanent third molars is necessary for determining the age of an individual when they fall in the category of adolescents and young adults (Duangto et.al., 2017). Due to the complexity of this process, experienced observers are needed to estimate the stage of tooth development for young adults.
At present, the convolution neural network (CNN) is used widely for medical image analysis. Regarding dental research, especially for problems of dental caries in bitewing and panoramic images (Cantu et.al., 2020; Lakshmi and Chitra 2020; Lee et.al., 2021; Lian et.al., 2021; Megalan Leo and Kalpalatha Reddy 2021; Megalan Leo and Kalpalatha Reddy 2020; Panyarak et.al., 2022; Suttapak et.al., 2022; Vinayahalingam et.al., 2021). In dental age estimation, some studies applied CNN to estimate age using full panoramic images (Atas et.al., 2022; Hou et.al., 2021; Vila-Blanco et.al., 2020; Zaborowicz et.al., 2021; Zaborowicz et.al., 2022). Semiautomated techniques have been proposed for classifying the stage of the manually cropped lower third molar images (De Tobel et.al., 2017; Merdietio Boedi et.al., 2020). Some previous studies proposed a fully automated method that can localize the third molar automatically. Banar et al. proposed a fully automated method that can localize the third molar before classifying its developmental stages (Banar et.al., 2020). Their study revealed that the proposed method could yield moderate accuracy. Milošević proposed a fully automated estimation of chronological age from panoramic dental X-ray images, without the staging process (Milošević et.al., 2022). However, the age range in their subjects was 19 to 90 years.
From 2021, the research team in this study (Upalananda et.al., 2021) has proposed employing deep learning technology to estimate ages between 15 and 23 years old using a semiautomated approach. The experimental results demonstrated that the proposed technique could reach better accuracy than that in previous studies. However, it was still a manual process. To make clinical practice more convenient, a fully automated method needed to be developed. The purpose of this study was to develop a fully automated system, based on the staging method of Demirjian, for the left mandibular third molar in order to reduce time and subjectivity in dental age estimation.
Methods
Data preparation
This study was approved by the review board of the Human Experimentation Committee, Faculty of Dentistry, Chiang Mai University, Chiang Mai, Thailand (document No. 50/2019). Panoramic dental X-ray images were collected from the Faculty of Dentistry, Chiang Mai University, Chiang Mai, Thailand, as shown in Fig. 1a. Those with low image quality were badly misaligned or had missing mandibular third molars or jawbone pathology were excluded. This study focused on the application of dental age estimation using Demirjian’s method in a group of young individuals aged 15 to 23 years, and only covered stages D to H of mandibular third molars (Fig. 1b), in accordance with a previous study (Duangto et.al., 2017). A total of 1000 panoramic images from 454 males and 546 females, 200 per stage, were selected and assessed by an expert observer, who had more than 10 years’ experience in assessing dental radiographs for age estimation. The intra- and inter-operator agreements were evaluated using Cohen’s kappa statistic, as reported in a previous study by the authors (Upalananda et.al., 2021). The intra- and inter-observer agreements were 0.898 and 0.833, respectively. According to the guidelines of Landis and Koch (Landis and Koch 1977), their level of agreement was nearly perfect. Next, the images were divided randomly into two groups for each stage, with 160 and 40 images in the training and validation group, respectively. Therefore, 800 images were used to train the model, and 200 images were utilized to test how well the trained model performed.
Three procedures made up the proposed technique. First, the lower left third molar in the panoramic image was located automatically and cropped. Second, the cropped image was categorized into the last five stages (D to H) of Demirjian’s method. The final step was estimated age based on stage classification. Figure 2 illustrates the proposed workflow of the technique.
Localization procedure of the lower left third molar
To localize the lower left third molar on a panoramic image, the aggregated channel features (ACF) detector (Dollár et.al., 2014) was used for detecting and localizing the position of specific teeth. For images in the training group, bounding boxes (BBs) were created to cover the lower left third molar. The ACF detector was trained to recognize the features inside the BB. For testing or implementation, the lower left third molar was located automatically from the testing group in the new images, using the optimized detector after the training procedure, by creating a BB around the potential location. If more than one feasible BB was created, the lower left third molar was chosen from the farthest left-hand side (the farthest right-hand side of the image). The lower left third molar was then cropped by using the location of the selected BB.
Developmental stages of the classification procedure
To prepare data for training the classification model, the lower left third molars in 800 training images (160 images per stage) were cropped manually as shown in Fig. 2. The CNN model was used in this study to classify the cropped lower left third molars automatically in D to H stages. The transfer learning technique (Pan and Yang 2010) was used to accelerate and improve the performance using the pre-trained network. GooLeNet (Szegedy et.al., 2015) was used in a prior study by the authors (Upalananda et.al., 2021), and it produced successful outcomes. In this study, ResNet50 (He et.al., 2016) was applied and compared with the previous report. Twenty percent of the training data was separated in order to validate the classification performance during each training epoch. The network was trained using the Adam optimizer (Kingma and Ba 2015) and a hyperparameter tuning strategy. Data augmentation, which entails scaling, rotation, and translation, was used to increase the amount of data because of its limited availability. After the training process, the trained model was used to classify the cropped images.
The classification results were compared with the expert-evaluated ground truth in order to evaluate the classification performance. In this study, sensitivity, specificity, positive predictive value (PPV), negative predictive value (NPV), and accuracy were reported as shown in Eqs. (1) to (5):
where TP, TN, FP, and FN refer to images of true positive (images from the stage under consideration were classified correctly), true negative (images from other stages were classified correctly), false positive (images from other stages were classified as the stage under consideration), and false negative (images from the stage under consideration were classified into other stages), respectively.
Age estimation procedure
The next step was estimating age based on the classified stage of the lower left third molar. The regression equations proposed by Duangto et al. for males and females are given in Eqs. (6) and (7), respectively (Duangto et.al., 2017):
where y is the estimated age and x is the development score, which ranges from 5 to 9, according to the lower left third stage classification of the molar (D to H).
To evaluate the preciseness of age estimation, Pearson’s linear correlation coefficient was calculated.
Results
Lower left third molar localization
In 200 panoramic images of the test set, the lower left third molar positions were located automatically. To achieve the best results, the ACF parameters of the detector were fine-tuned. The number of stages was set to 3, and the negative samples factor to 3 throughout the experiments. According to the experiments, the detector could identify the location of the lower left third molar accurately with 99.50% accuracy (199 of 200 images). The location of the lower left third molar could not be detected in only one case.
Developmental stages of the classification
The CNN model was trained using the transfer learning technique, based on the pre-trained network, ResNet50, and used to classify the 199 detected and cropped images. The optimal parameters were a maximum epoch of 30, an initial learning rate of 0.001, a number of epochs for dropping the learning rate of 15, and a factor for dropping the learning rate of 0.1. The network was fed with 32 images for one batch size (mini batch size = 32). The performance for each developmental stage is shown in Table 1. The average sensitivity, specificity, PPV, NPV, and accuracy were 83.41%, 96.11%, 84.02%, 96.08%, and 93.66%, respectively. The confusion matrix of the classification results for all stages is shown in Table 2. The classification results showed that the percentage of accuracy ranged from 67.50 to 97.50%, with 83.25% on average.
Age estimation
The classified developmental stages were used to estimate age using the equation proposed by Duangto (Duangto et.al., 2017). Table 3 displays the percentage of accuracy for each difference in estimated age using the proposed method and chronological age ranging from ±0.5 to ±5.5 years. The results showed that in more than 90% of the data, the proposed technique could estimate age with a difference of no more than ±4.0 years from chronological age. The result achieved an overall mean absolute error of 1.94 years and median absolute error of 1.72 years. Finally, the correlation coefficient between estimated and chronological age was calculated. It demonstrated an excellent correlation with ρ = 0.91 (p < 0.05).
Discussion
Applications of artificial intelligence (AI) are now used widely across many areas. In forensic science, it also is used to estimate age automatically, which might reduce operator variability and operation time. Automated age estimation using bones of the hand (Thodberg et.al., 2009; Thodberg et.al., 2017; Pan et.al., 2020; Remy et.al., 2021), pelvis (Li et.al., 2019), knee (Demircioğlu et.al., 2022), lumbar vertebrae (Malatong et.al., 2022), and trabecular bone (Sattarath et.al., 2021), as well as dental images, has been proposed in previous studies. Dental age estimation, by considering tooth development, showed less variability than other developmental factors and also indicated good relationship to chronological age (Chandramohan et.al., 2015). In a previous study (Upalananda et.al., 2021), the authors’ proposed an accurate semiautomated approach based on Demirjian’s method (Demirjian et.al., 1973) for assessing the developmental stage of the mandibular third molars in dental panoramic images (stages D to H). There are some processes that require manual interaction. The ACF detector, deep learning, and transfer learning techniques were therefore used in this study to develop a fully automated dental age evaluation technique.
In the localization procedure using the ACF detector, the location of the lower left third molar could not be detected in only one case, which was in stage H. As seen in Fig. 3a, the lower left third molar in this case aligned vertically. There were no cases with the same alignment as this case in the training set. Most of the examples in the training set were not vertically aligned, as shown in Fig. 3b.
This study only focused on stages D to H because they covered the age of 18 years or thereabouts, which is the age at which people are legally classified from children to adults. If the proposed method is reliable, it might be able to help in accurately estimating the age of young adults, which is unknown in situations requiring legal discretion. According to the classification results, the early stages (D and E) had higher accuracy than the later ones (F to H), and every misclassification differed by one stage from the developmental stage determined by the observer, which is consistent with the authors’ previous study (Upalananda et.al., 2021) and that by Dhanjal (Dhanjal et.al., 2006). Since the roots in the early stages (D and E) were significantly distinct from other stages, they were easy to classify. On the other hand, it was difficult to distinguish between the later stages (F to H), as their root structures were similar. In particular, only the distal roots for stages G and H had differences, which were very difficult to consider. They corresponded to the human assessment according to Demirjian’s method, which considers root transformation of the lower left third molar. This situation was represented by heat maps using gradient-weighted class activation mapping (Grad-CAM) (Selvaraju et.al., 2017), which was used to confirm where the network is visually, and its focus on specific patterns in the image. The most specific positions focused on by Grad-CAM were in most cases close to the root of the lower third molars, as shown in Fig. 4a. Another possibility for classification error was the network focusing on the wrong positions (not near the roots), as shown in Fig. 4b.
It was advisable to apply population-specific standards to enhance the accuracy of forensic age estimations, based on wisdom teeth mineralization (Olze et.al., 2004). Three previous works studied dental age estimation in the Thai population using the third molar (Duangto et.al., 2017; Thevissen et.al., 2009; Verochana et.al., 2016). Thevissen used maxillary and mandibular third molars, while Verochana and Duangto used only the mandibular third molar to estimate age. According to a report on dental panoramic images from de Oliveira (de Oliveira et.al., 2012), relevant anatomical structures were superimposed over the maxillary third molar tooth. Mandibular third molar teeth were therefore more suitable for age estimation than maxillary ones because they were clearer on panoramic images. This study applied equations from Duangto et al. to determine the age in developing stages of the third molars because their participants ranged in age from 8 to 23 years, which was comprehensive and applicable to this study. The difference between estimated and chronological age in their study ranged from ±0.5 to ±4.0 years, whereas it ranged from ±0.5 to ±5.5 years in this one. The misclassification in the developmental stage of the classification procedure might be the cause of increased errors.
Table 4 shows a comparison between proposed methods in recent studies on dental age estimation published within the last 5 years. Their outcomes could not be compared directly because they used different datasets, experimental settings, and evaluation metrics. Zaborowicz et al. employed the extracted tooth and bone parameters from panoramic images by using ImageJ software as the input features for the deep learning neural model to assess the age of children and adolescents (4–15 years) (Zaborowicz et.al., 2022). Their experimental results showed a mean absolute error of 4.61 months and correlation coefficient of 0.93. Vila-Blanco et al., Hou et al., and Atas et al. used pre-trained CNN models to train the full panoramic images for age estimation without the classification procedure (Atas et.al., 2022; Hou et.al., 2021; Vila-Blanco et.al., 2020). Vila-Blanco et al. developed two CNN models for dental age estimation called DANet (Dental Age Net) and DASNet (Dental Age and Sex Net). DANet used a sequential CNN path to estimate age, while DASNet included a second CNN path to predict sex and extract sex-specific features that were used to boost the accuracy of age estimation. According to results of the experiment, the median absolute error for DANet was 1.66 years, while it was 1.48 years for DASNet. Hou et al. investigated several neural network elements that are effective for age estimation. They used the well-known neural architecture search (NAS) method to further search models for dental age estimation based on characteristic exploration. According to the experiment’s findings, their model achieved a mean absolute error of 1.64 years. Atas et al. modified the transfer learning-based model, InceptionV3, by reducing the number of parameters to speed up computation and improve the accuracy of dental age estimation. The experimental results showed a mean absolute error of 3.13 years, and correlation coefficient of 0.87. Grad-CAM was presented in their reports. They reported that teeth, gum tissue, and the upper jaw were distinct areas on the heat maps, while Vila-Blanco et al. and Hou et al. reported distinct areas only of the teeth. They were able to ascertain that trained networks for the task of estimating dental age mainly concentrated on the region of teeth in full panoramic images. Therefore, many works proposed the dental age estimation method that considered only specific teeth. Milošević proposed methods that considered only the region of teeth in full panoramic images (Milošević et.al., 2022). Four-thousand and thirty-five panoramic images were used in their study, which applied the CNN model with pretrained weights provided by base networks, also known as the transfer learning approach. It could estimate one floating-point number in the range of 0 to 100, which represented the estimated chronological age in years. They reported that the median absolute error between the estimated and chronological age was 4.68 years for individual teeth and 2.95 years for the region covering all teeth.
The same dataset was used for only individual teeth by De Tobel et al., Merdietio Boedi et al., and Banar et al., but the automated types were different (Banar et.al., 2020; De Tobel et.al., 2017; Merdietio Boedi et.al., 2020). Semiautomated techniques were proposed by De Tobel for classifying the stage of lower third molars from panoramic images, in which specific teeth were cropped manually. Next, the images of the cropped teeth were rotated vertically to an upright position. Then, deep learning techniques were applied to classify the developmental stage of the lower third molar, based on Demirjian’s method. According to their study, automatic developmental stage assessment had an approximate accuracy rate of 51%. Merdietio Boedi et al. studied how the three different types of lower third molar segments — bounding box (BB), rough segmentation (RS), and full segmentation (FS) of the tooth — affected classification of the developmental stage in a manually drawn BB. The results demonstrated that a DenseNet201 CNN with full tooth segmentation provided the best accuracy at 61%. Banar et al. proposed a completely automated approach that produced classification accuracy. A method that can localize the third molar and subtract background before classifying its developmental stages, using 3 CNN models, has been proposed. The first CNN model was used for localizing the central coordinate of the tooth. The second one was utilized to segment the region of interest (ROI) of the tooth. Finally, the segmented ROI was classified by the last CNN model. Their study revealed that the proposed method could yield an accuracy of 54%, which is only moderate. An age estimation was not found in their reports. In a study by the authors (Upalananda et.al., 2021), a semiautomated approach based on deep learning technology was proposed for estimating age. The lower third molar was rotated manually to an upright position and cropped before being classified using Demirjian’s approach in stages D to H. The experimental results demonstrated that the proposed technique could reach accuracy of 82.50%. However, it should be noted that only 5 developmental stages were included in the authors’ study as opposed to 10 in theirs. This study presented the localization approach for the lower left third molar to fully automate the system while improving classification performance and proceeding to estimate the age. The classification result had an accuracy rate of 83.25%, and the median absolute error for age estimation was 1.72 years.
Limitations and future work
There are some limitations in this study that was unable to use more complex pre-trained networks such as ResNet-101, DenseNet-201, and EfficientNet-V2 B7, which could have improved classification performance. This was due to hardware restrictions. Although powerful deep learning algorithms, such as region-based convolutional neural networks (R-CNN) (Girshick et.al., 2014), Fast R-CNN (Girshick 2015), Faster R-CNN (Ren et.al., 2015), and many versions of Yolo (Redmon et.al., 2016; Redmon and Farhadi 2018; Redmon and Farhadi 2017), are now available for simultaneously detecting and classifying objects automatically in images, this study developed a fully automated technique that combines the ACF detector for localizing the CNN network for classification. This is because of the need to extend the authors’ previous work in order to make it more effective. Therefore, the collection and use of more datasets are planned for future work in training deep learning of object detection in algorithms and improving the fully automatic system for dental age estimation. A useful tool was used to assess the legal adult age of 18 years old called Cameriere’s cutoff values of the third molar maturity index (I3M). However, it was tested and applied to only Caucasian (Cameriere et.al., 2008) and French (Ribier et.al., 2020) populations. It would be fascinating to apply this technology to Thai data as part of a future study. On the other hand, the method in this study could be applied to different populations, if specific processes, such the age estimate equations, were created by modifying data from Thai populations to suit others.
Conclusions
This study proposed an X-ray panoramic image-based approach for fully automated dental age estimation. The ACF detector and deep learning algorithms were applied to locate the lower left third molar and classify developmental stages using Demirjian’s method. The classified stage was then utilized to estimate dental age automatically. According to experimental findings, the ACF detector and deep learning were able to detect and classify developmental stages automatically with an average accuracy of more than 83%. Finally, the fully automated system achieves a high correlation between the estimated dental and chronological age, r = 0.91 (p < 0.05). It was found that the proposed method could be applied in a clinical setting as a support tool in helping clinicians to evaluate the development of mandibular third molars more rapidly and objectively for dental age estimation.
Availability of data and materials
The data sets analyzed in this study are available from the corresponding author on reasonable request.
Abbreviations
- ACF:
-
Aggregate channel features
- AI:
-
Artificial intelligence
- BB:
-
Bounding box
- CNN:
-
Convolutional neural network
- DANet:
-
Dental Age Net
- DASNet:
-
Dental Age and Sex Net
- FN:
-
False negative
- FP:
-
False positive
- FS:
-
Full segmentation
- Grad-CAM:
-
Gradient-weighted Class Activation Mapping
- I3M:
-
Third molar maturity index
- NPV:
-
Negative predictive value
- PPV:
-
Positive predictive value
- ROI:
-
Region of interest
- RS:
-
Rough segmentation
- R-CNN:
-
Region-based convolutional neural networks
- TN:
-
True negative
- TP:
-
True positive
References
Atas I, Ozdemir C, Atas M, Dogan Y (2022) Forensic dental age estimation using modified deep learning neural network. https://doi.org/10.48550/arXiv.2208.09799
Banar N, Bertels J, Laurent F, Boedi RM, De Tobel J, Thevissen P, Vandermeulen D (2020) Towards fully automated third molar development staging in panoramic radiographs. Int J Legal Med 134:1831–1841. https://doi.org/10.1007/s00414-020-02283-3
Cameriere R, Ferrante L, Cingolani M (2006) Age estimation in children by measurement of open apices in teeth. Int J Legal Med 120:49–52. https://doi.org/10.1007/s00414-005-0047-9
Cameriere R, Ferrante L, De Angelis D, Scarpino F, Galli F (2008) The comparison between measurement of open apices of third molars and Demirjian stages to test chronological age of over 18 year olds in living subjects. Int J Legal Med 122:493–497
Cantu AG, Gehrung S, Krois J, Chaurasia A, Rossi JG, Gaudin R, Elhennawy K, Schwendicke F (2020) Detecting caries lesions of different radiographic extension on bitewings using deep learning. J Dent 100:103425. https://doi.org/10.1016/j.jdent.2020.103425
Chandramohan P, Puranik MP, Rajagopalachari US (2015) Dental age estimation methods-a review. LAP LAMBERT Academic Publishing
de Oliveira FT, Capelozza ALÁ, Lauris JRP, de Bullen IRFR (2012) Mineralization of mandibular third molars can estimate chronological age--Brazilian indices. Forensic Sci Int 219:147–150. https://doi.org/10.1016/j.forsciint.2011.12.013
De Tobel J, Radesh P, Vandermeulen D, Thevissen PW (2017) An automated technique to stage lower third molar development on panoramic radiographs for age estimation: a pilot study. J Forensic Odontostomatol 35:42–54
Demircioğlu A, Quinsten AS, Forsting M, Umutlu L, Nassenstein K (2022) Pediatric age estimation from radiographs of the knee using deep learning. Eur Radiol 32:4813–4822. https://doi.org/10.1007/s00330-022-08582-0
Demirjian A, Goldstein H, Tanner JM (1973) A new system of dental age assessment. Hum Biol 45:211–227
Dhanjal KS, Bhardwaj MK, Liversidge HM (2006) Reproducibility of radiographic stage assessment of third molars. Forensic Sci Int 159(Suppl 1):S74–S77. https://doi.org/10.1016/j.forsciint.2006.02.020
Dollár P, Appel R, Belongie S, Perona P (2014) Fast feature pyramids for object detection. IEEE Transact Pattern Anal Machine Intelligence 36:1532–1545. https://doi.org/10.1109/TPAMI.2014.2300479
Duangto P, Iamaroon A, Prasitwattanaseree S, Mahakkanukrauh P, Janhom A (2017) New models for age estimation and assessment of their accuracy using developing mandibular third molar teeth in a Thai population. Int J Legal Med 131:559–568. https://doi.org/10.1007/s00414-016-1467-4
Girshick R (2015) Fast R-CNN, in: 2015 IEEE International Conference on Computer Vision (ICCV). In: Presented at the 2015 IEEE International Conference on Computer Vision (ICCV), pp 1440–1448. https://doi.org/10.1109/ICCV.2015.169
Girshick, R., Donahue, J., Darrell, T., Malik, J., 2014. Rich feature hierarchies for accurate object detection and semantic segmentation, in: 2014 IEEE Conference on Computer Vision and Pattern Recognition. Presented at the 2014 IEEE Conference on Computer Vision and Pattern Recognition, pp. 580–587. https://doi.org/10.1109/CVPR.2014.81
Hassanali J (1985) The third permanent molar eruption in Kenyan Africans and Asians. Ann Hum Biol 12:517–523. https://doi.org/10.1080/03014468500008091
He, K., Zhang, X., Ren, S., Sun, J., 2016. Deep residual learning for image recognition, in: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). Presented at the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 770–778. https://doi.org/10.1109/CVPR.2016.90
Hou, W., Liu, L., Gao, J., Zhu, A., Pan, K., Sun, H., Zheng, N., 2021. Exploring effective DNN models for forensic age estimation based on panoramic radiograph images, in: 2021 International Joint Conference on Neural Networks (IJCNN). Presented at the 2021 International Joint Conference on Neural Networks (IJCNN), pp. 1–8. https://doi.org/10.1109/IJCNN52387.2021.9533672
Kingma DP, Ba J (2015) Adam: a method for stochastic optimization. In: Bengio Y, LeCun Y (eds) 3rd International Conference on Learning Representations, ICLR 2015. Conference Track Proceedings, San Diego. https://doi.org/10.48550/arXiv.1412.6980
Kvaal SI, Kolltveit KM, Thomsen IO, Solheim T (1995) Age estimation of adults from dental radiographs. Forensic Sci Int 74:175–185. https://doi.org/10.1016/0379-0738(95)01760-g
Lakshmi M, Chitra P (2020) Classification of dental cavities from X-ray images using deep CNN algorithm. 2020 4th International Conference on Trends in Electronics and Informatics (ICOEI)(48184). https://doi.org/10.1109/ICOEI48184.2020.9143013
Landis JR, Koch GG (1977) The measurement of observer agreement for categorical data. Biometrics 33:159–174
Lee S, Oh S, Jo J, Kang S, Shin Y, Park J (2021) Deep learning for early dental caries detection in bitewing radiographs. Sci Rep 11:16807. https://doi.org/10.1038/s41598-021-96368-7
Li Y, Huang Z, Dong X, Liang W, Xue H, Zhang L, Zhang Y, Deng Z (2019) Forensic age estimation for pelvic X-ray images using deep learning. Eur Radiol 29:2322–2329. https://doi.org/10.1007/s00330-018-5791-6
Lian L, Zhu T, Zhu F, Zhu H (2021) Deep learning for caries detection and classification. Diagnostics 11:1672. https://doi.org/10.3390/diagnostics11091672
Malatong Y, Palee P, Sinthubua A, Na Lampang S, Mahakkanukrauh P (2022) Estimating age from digital radiographic images of lumbar vertebrae in a Thai population using an image analysis technique. Med Sci Law 62:180–187. https://doi.org/10.1177/00258024211062027
Megalan Leo L, Kalpalatha Reddy T (2020) Dental caries classification system using deep learning based convolutional neural network. J Comput Theoretical Nanosci 17:4660–4665. https://doi.org/10.1166/jctn.2020.9295
Megalan Leo L, Kalpalatha Reddy T (2021) Learning compact and discriminative hybrid neural network for dental caries classification. Microprocess Microsyst 82:103836. https://doi.org/10.1016/j.micpro.2021.103836
Merdietio Boedi R, Banar N, De Tobel J, Bertels J, Vandermeulen D, Thevissen PW (2020) Effect of lower third molar segmentations on automated tooth development staging using a convolutional neural network. J Forensic Sci 65:481–486. https://doi.org/10.1111/1556-4029.14182
Milošević D, Vodanović M, Galić I, Subašić M (2022) Automated estimation of chronological age from panoramic dental X-ray images using deep learning. Expert Syst Applications 189:116038. https://doi.org/10.1016/j.eswa.2021.116038
Nolla CM (1960) The development of permanent teeth. J Dent Children 27:254–266
Olze A, Schmeling A, Taniguchi M, Maeda H, van Niekerk P, Wernecke K-D, Geserick G (2004) Forensic age estimation in living subjects: the ethnic factor in wisdom tooth mineralization. Int J Legal Med 118:170–173. https://doi.org/10.1007/s00414-004-0434-7
Pan SJ, Yang Q (2010) A survey on transfer learning. IEEE Transact Knowledge Data Eng 22:1345–1359. https://doi.org/10.1109/TKDE.2009.191
Pan X, Zhao Y, Chen H, Wei D, Zhao C, Wei Z (2020) Fully automated bone age assessment on large-scale hand X-ray dataset. Int J Biomed Imaging 2020:e8460493. https://doi.org/10.1155/2020/8460493
Panchbhai AS (2011) Dental radiographic indicators, a key to age estimation. Dentomaxillofac Radiol 40:199–212. https://doi.org/10.1259/dmfr/19478385
Panyarak W, Wantanajittikul K, Suttapak W, Charuakkra A, Prapayasatok S (2022) Feasibility of deep learning for dental caries classification in bitewing radiographs based on the ICCMSTM radiographic scoring system. Oral Surg Oral Med Oral Pathol Oral Radiol 0. https://doi.org/10.1016/j.oooo.2022.06.012
Redmon, J., Divvala, S., Girshick, R., Farhadi, A., 2016. You only look once: unified, real-time object detection, in: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). Presented at the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 779–788. https://doi.org/10.1109/CVPR.2016.91
Redmon J, Farhadi A (2017) YOLO9000: better, faster, stronger, in: 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). In: Presented at the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp 6517–6525. https://doi.org/10.1109/CVPR.2017.690
Redmon J, Farhadi A (2018) YOLOv3: an incremental improvement. ArXiv. https://doi.org/10.48550/arXiv.1804.02767
Remy F, Saliba-Serre B, Chaumoitre K, Martrille L, Lalys L (2021) Age estimation from the biometric information of hand bones: development of new formulas. Forensic Sci Int 322:110777. https://doi.org/10.1016/j.forsciint.2021.110777
Ren S, He K, Girshick R, Sun J (2015) Faster R-CNN: towards real-time object detection with region proposal networks, in: Proceedings of the 28th International Conference on Neural Information Processing Systems - Volume 1, NIPS’15. MIT Press, Cambridge, pp 91–99. https://doi.org/10.48550/arXiv.1506.01497
Ribier L, Saint-Martin P, Seignier M, Paré A, Brunereau L, Rérolle C (2020) Cameriere’s third molar maturity index in assessing age of majority: a study of a French sample. Int J Legal Med 134:783–792. https://doi.org/10.1007/s00414-019-02123-z
Sattarath P, Wantanajittikul K, Prasitwattanaseree S, Settakorn J, Mekjaidee K (2021) Age related lumbar trabecular bone in a Thai population. CMUJNS:20. https://doi.org/10.12982/CMUJNS.2021.069
Selvaraju RR, Cogswell M, Das A, Vedantam R, Parikh D, Batra D (2017) Grad-CAM: visual explanations from deep networks via gradient-based localization, in: 2017 IEEE International Conference on Computer Vision (ICCV). In: Presented at the 2017 IEEE International Conference on Computer Vision (ICCV), pp 618–626. https://doi.org/10.1109/ICCV.2017.74
Suttapak W, Panyarak W, Jira-apiwattana D, Wantanajittikul K (2022) A unified convolution neural network for dental caries classification. ECTI Transact Comp Inform Technol (ECTI-CIT) 16:186–195. https://doi.org/10.37936/ecti-cit.2022162.245901
Szegedy C, Liu W, Jia Y, Sermanet P, Reed S, Anguelov D, Erhan D, Vanhoucke V, Rabinovich A (2015) Going deeper with convolutions, in: 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp 1–9. https://doi.org/10.1109/CVPR.2015.7298594
Thevissen PW, Pittayapat P, Fieuws S, Willems G (2009) Estimating age of majority on third molars developmental stages in young adults from Thailand using a modified scoring technique*. J Forensic Sci 54:428–432. https://doi.org/10.1111/j.1556-4029.2008.00961.x
Thodberg HH, Kreiborg S, Juul A, Pedersen KD (2009) The BoneXpert method for automated determination of skeletal maturity. IEEE Transact Med Imaging 28:52–66. https://doi.org/10.1109/TMI.2008.926067
Thodberg HH, van Rijn RR, Jenni OG, Martin DD (2017) Automated determination of bone age from hand X-rays at the end of puberty and its applicability for age estimation. Int J Legal Med 131:771–780. https://doi.org/10.1007/s00414-016-1471-8
Upalananda W, Wantanajittikul K, Lampang SN, Janhom A (2021) Semi-automated technique to assess the developmental stage of mandibular third molars for age estimation. Aust J Forensic Sci 0:1–11. https://doi.org/10.1080/00450618.2021.1882570
Verochana K, Prapayasatok S, Janhom A, Mahasantipiya PM, Korwanich N (2016) Accuracy of an equation for estimating age from mandibular third molar development in a Thai population. Imaging Sci Dent 46:1–7. https://doi.org/10.5624/isd.2016.46.1.1
Vila-Blanco N, Carreira MJ, Varas-Quintana P, Balsa-Castro C, Tomás I (2020) Deep neural networks for chronological age estimation from OPG images. IEEE Transact Med Imaging 39:2374–2384. https://doi.org/10.1109/TMI.2020.2968765
Vinayahalingam S, Kempers S, Limon L, Deibel D, Maal T, Bergé S, Xi T, Hanisch M (2021) The automatic detection of caries in third molars on panoramic radiographs using deep learning: a pilot study. https://doi.org/10.21203/RS.3.RS-379636/V1
Zaborowicz K, Biedziak B, Olszewska A, Zaborowicz M (2021) Tooth and bone parameters in the assessment of the chronological age of children and adolescents using neural modelling methods. Sensors 21:6008. https://doi.org/10.3390/s21186008
Zaborowicz M, Zaborowicz K, Biedziak B, Garbowski T (2022) Deep learning neural modelling as a precise method in the assessment of the chronological age of children and adolescents using tooth and bone parameters. Sensors (Basel) 22:637. https://doi.org/10.3390/s22020637
Acknowledgements
The authors would like to thank the Faculty of Dentistry, Chiang Mai University, for providing the useful dataset. The authors also gratefully acknowledge the subjects who participated in this study.
Funding
Not applicable
Author information
Authors and Affiliations
Contributions
PP, SS, UY, and KW conceived of the idea presented. WU collected the data. PP and KW developed the methodologies. PP and KW performed the experiments and analysis and wrote the main manuscript. All authors discussed the results and contributed to the final manuscript. The authors read and approved the final manuscript.
Corresponding author
Ethics declarations
Ethics approval and consent to participate
This study was approved by the review board of the Faculty’s Human Experimentation Committee, Faculty of Dentistry, Chiang Mai University, Chiang Mai, Thailand (document no. 50/2019). Informed consent was waived due to the retrospective nature of the study according to the board policy.
Consent for publication
Not applicable
Competing interests
The authors declare that they have no competing interests.
Additional information
Publisher’s Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
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/.
About this article
Cite this article
Pintana, P., Upalananda, W., Saekho, S. et al. Fully automated method for dental age estimation using the ACF detector and deep learning. Egypt J Forensic Sci 12, 54 (2022). https://doi.org/10.1186/s41935-022-00314-1
Received:
Accepted:
Published:
DOI: https://doi.org/10.1186/s41935-022-00314-1
Keywords
- Aggregate channel features detector
- Convolutional neural network
- Dental age estimation
- Forensic sciences
- Medical image classification