Skip to main content

DENSEN: a convolutional neural network for estimating chronological ages from panoramic radiographs

A Correction to this article was published on 22 December 2022

This article has been updated

Abstract

Background

Age estimation from panoramic radiographs is a fundamental task in forensic sciences. Previous age assessment studies mainly focused on juvenile rather than elderly populations (> 25 years old). Most proposed studies were statistical or scoring-based, requiring wet-lab experiments and professional skills, and suffering from low reliability.

Result

Based on Soft Stagewise Regression Network (SSR-Net), we developed DENSEN to estimate the chronological age for both juvenile and older adults, based on their orthopantomograms (OPTs, also known as orthopantomographs, pantomograms, or panoramic radiographs). We collected 1903 clinical panoramic radiographs of individuals between 3 and 85 years old to train and validate the model. We evaluated the model by the mean absolute error (MAE) between the estimated age and ground truth. For different age groups, 3–11 (children), 12–18 (teens), 19–25 (young adults), and 25+ (adults), DENSEN produced MAEs as 0.6885, 0.7615, 1.3502, and 2.8770, respectively. Our results imply that the model works in situations where genders are unknown. Moreover, DENSEN has lower errors for the adult group (> 25 years) than other methods. The proposed model is memory compact, consuming about 1.0 MB of memory overhead.

Conclusions

We introduced a novel deep learning approach DENSEN to estimate a subject’s age from a panoramic radiograph for the first time. Our approach required less laboratory work compared with existing methods. The package we developed is an open-source tool and applies to all different age groups.

Background

Chronological age estimation presents a key feature in forensic anthropology and evidence, especially in criminal investigations or disasters [8, 16, 19, 38, 55, 56, 64, 66]. Despite the rapid advance of DNA sequencing technologies [41], Age determination with DNA methods is nontrivial. Due to higher juvenile criminals and diverse reduced or full age of criminal responsibility around different legal systems, children and teenagers’ age estimation through morphological methods is insufficient [10, 61].

Several studies focus on the relationship between epiphyseal closure and chronological age [21]. There are many factors related to epiphyseal fusion, such as gender, genetics (race), and geography [15, 57]. Due to the uncompleted skeletal development, the bone age assessment method is merely used to estimate immature individuals [25, 46]. Developmental skull sutures are unreliable indicators for adult age estimation due to inaccuracies and unstable.

Dental tissues may provide vital clues in identifying an unknown deceased person in the field of archeology, paleoanthropology, and forensics [27, 45, 48, 50, 52, 59]. As the most rigid tissues in the human body, teeth resist more chemical and mechanical stress and can be preserved under variable environments for a long time [20, 43]. Many morphological methods based on tooth changes, such as amino acid racemization, are time-consuming and destructive and neglect the considerations of topology, anthropogenic, and geological evolution [27]. Non-invasive clinical and radiological examinations of dental issues are universal methods for chronological age estimation [62].

Some studies estimated the ages involving weighty medical examinations, relying on statistical methods [13, 36, 44, 66]. Demirjian estimated the chronological age of the seventh tooth from the left side of the mandible. Moores proposed a way to estimate the age with 14 stages of mineralization for developing single or multi-rooted teeth [13]. However, these methods are relatively time-consuming and rely on manual processes whose results are affected by the observer subjectivity.

With the continuous development of data science, deep learning has been applied to clinical medicine and imaging research, achieving comparable or higher accuracy than practitioners’. Currently, some studies have used deep learning methods for pediatric estimation by analyzing the hand and wrist bone radiographs [3, 12, 22, 24, 26, 35, 36, 40, 60, 65].

Some studies have also applied deep learning research [1, 9, 11, 33, 44, 47, 53, 63]. (1) Walter de Back estimated age with Bayesian CNNs and makes a satisfactory result. With the dataset covering individuals from 5 to 25 years old, the proposed model resulted in higher MAE for the 22–25 years old group [12]. (2) Jaeyoung Kim [30] employed a curriculum learning strategy in developing an automatic chronological age estimation system for all age groups using panoramic dental X-ray. The performance of the model in group 19+ was still unsatisfying, with MAE 4.398. (3) Another deep learning method, DANet, proposed in the latest study, is unsuitable for the elderly population [63]. The author claimed that the performance of the network deteriorated when the experiment was expanded to include older participants. It is difficult to assess age accurately when people are older than 25 because permanent teeth will completely be formed during this time [51]. These algorithms are the latest methods and the state-of-the-art methods on OPT processing at present.

We proposed DENSEN; a regression model derived from Soft Stagewise Regression Network (SSR-Net) for age estimation of panoramic radiographs. We used CNNs to establish an automated and accurate forensic age assessment approach. For verifying the reliability of the model, we also used other CNN-based methods that have reported outstanding performance in the latest computer vision research to compare.

Results

We adopt mean absolute error (MAE) as a criterion to evaluate the model. Below x and y are D dimensional vectors, and \(x_i\) denotes the value on the i-th dimension of x. D is the number of samples, x is the predicted age, and y is the ground truth age.

$$\begin{aligned} L= \sum _{i=1}^{D}|x_i-y_i| \end{aligned}$$
(1)

Most published methods trained gender-specific models to improve accuracy. However, in many scenarios, the individuals’ gender is unknown. To address this issue, we omitted sex-related features in our model. To explore the predictors’ performance at different ages, we divided the test set into four age groups 3–11 (children), 12–18 (teens), 19–25 (young adults), and 25+ (adults), respectively. Due to the research was conducted in Hong Kong, we chose 11 and 18 as age boundaries in accordance with the local laws of Hong Kong. Relevant provisions are shown on the official website of the government (https://www.smartid.gov.hk/en/Replacement-arrangement-for-Children-holding-old-form-of-smart-identity-cards/index.html)

Performance of DENSEN

Figure 1a–d display the performance of the DENSEN for the four age groups. The figures show that the predictor works ideally in children and teens groups with MAEs 0.6885 and 0.7615, respectively. However, MAEs increase in the young adult and adult groups to MAE 1.3502 and 2.8770, respectively. It is challenging to predict age for the elder groups, especially in the adult group, because their permanent teeth are fully formed, leaving fewer features extracted.

Fig. 1
figure 1

Performance of DENSEN in children, teens, young adults and adults groups. ad display the performance of the DENSEN for the four age groups. The figures show that the predictor works ideally in children and teens groups with MAEs of 0.6885 and 0.7615, respectively. MAEs increase in the young adult and adult groups to MAE 1.3502 and 2.8770, respectively

Performance of Bayesian CNNs Net and DANet

Figure 2a–d show the performance of Bayesian CNN Net in these four groups. The Fig. 2a suggests that there is generally a high correlation between the ground truth ages and predicted ones in the children group with MAE 0.5847. In the teens group, there is a slight increase in MAE (MAE = 0.8834). Figure 2c, d present the model with difficulty handling the age estimation in young adults (MAE = 1.7232) and adult (MAE = 6.7267) groups.

Fig. 2
figure 2

Performance of Bayesian CNN in children, teens, young adults and adults groups. ad show the performance of Bayesian CNN Net in these four groups. a suggests that there is generally a high correlation between the ground truth ages and predicted ones in the children group with MAE 0.5847. In the teen group, there is a slight increase in MAE (MAE = 0.8834). c and d present the model with difficulty handling the age estimation in young adults (MAE = 1.7232) and adult (MAE = 6.7267) groups

Figure 3a–d present DANet performance in the four age groups. The MAEs generated by the DANet are 0.5208, 0.7105, 2.0225, 4.5547 for children, teens, young adults, and adult groups, respectively. The results display that the model estimates age accurately in the children group and teen group. However, in the young adult and adult groups, the model works with unfitted MAE 2.0225 and 4.5547, respectively.

Fig. 3
figure 3

Performance of DANet in children, teens, young adults and adults groups. ad present DANet performance in the four age groups. The MAEs generated by the DANet are 0.5208, 0.7105, 2.0225, and 4.5547 for children, teens, young adults, and adult groups, respectively. The results display that the model estimates age accurately in the children group and teen group. However, in the young adult and adult groups, the model works with unfitted MAE 2.0225 and 4.5547, respectively

Comparison and further exploration

The statistical results of the three CNN networks applied in our work are listed in Table 1. As presented in Table 1, there is a similar trend that these three networks perform relatively accurately in the early stage. DENSEN is comparable with other related CNN methods (mentioned in Methods 2.3) with MAE 0.6183, 0.7615, 1.3502, and 2.8770 in the four age groups, respectively.

Table 1 Performance comparison between DENSEN with state-of-the-art approaches

Compared with the other two CNN methods, DENSEN demonstrates higher accuracy (MAE = 2.8770) in the adult group. Besides, the model size generated by DENSEN takes only 1.0 MB memory, less than the other two models. DENSEN is more competitive to be applied to devices that have limited memory space.

Besides,we supplemented the baseline experiments with several machine learning methods and the results are presented in Additional file 1.

To further explore the deep learning method’s effect in tackling the age estimation problem, we analyzed the saliency map to detect the focused image region, as presented in Fig. 4a–d. Firstly, we randomly chose images within the four groups. Then we feed the images into DENSEN. Secondly, after calculating the last linear layer’s gradient, we feed the photos into a previous convolutional layer to visualize the saliency map’s learned features. Finally, we observed that the red region provides more features to the model than the blue region. The most formative regions in these maps are located in the teeth area. The molars contribute the most in the elder groups. Unexpectedly, the maxillary sinus and nasal septum regions are labeled as markers in the model.

Fig. 4
figure 4

Saliency maps of children, teens, young adults and adults groups. We randomly chose images within the four groups. Then we feed the images into DENSEN. After calculating the last linear layer’s gradient, we feed the photos into a previous convolutional layer to visualize the saliency map’s learned features

Discussion

According to the FBI records, as of 2020, there were 365,348 National Crime Information Center entries for missing children in the United States [4]. Many social services, such as the AMBER Alert system in the US and Canada, provide up-to-date information searching for missing vulnerable children [18].

Some studies used multiple technologies, including artificial intelligence and digital image processing, to create age-progression photos. Nevertheless, some studies implied that age progressions do not benefit more [2, 6, 28, 29, 32, 39, 34]. Recent findings estimated that over 30% of the world’s children haven’t registered or registered with doubted age documentation [49]. Thus, estimation of an individual’s age has an essential value in establishing an anthropological profile.

Forensic dentistry has great applicability in forensic identification by studying specific characteristics. Chronological age estimation from OPTs is of vital importance in criminal investigations or disasters. For most areas globally, OPT might be an appropriate way because it is rapidly cost-effective and convenient [5]. However, existing methods mainly focused on estimating juvenile rather than elderly adults (>25years old). Most studies were based on statistical or scoring-based methods, requiring wet-lab experiments and prior professional knowledge.

Currently, the utilization of smartphones in clinical and biological research is increasing. Joonchul Shin developed a Smart Forensic Phone system for estimating age from bloodstain in 2017 [58]. Khurram proposed a software named Deepgender for smartphones to classify gender in 2019 [23]. Our results implied that the DENSEN method might be competitive to utilize memory shortage devices than other CNN Net due to its compact. Based on the smaller model size, our model could apply to memory-limited devices. Besides, we performed several deep learning networks to tackle the chronological age estimation problem. We successfully applied the CNN to estimate the ages relatively accurately using a DENSEN. Our study is the first use of DENSEN to predict age estimation from dental images.

The DENSEN is inspired by SSR-Net and DEX. Age estimation is recast as a multi-class classification issue in DEX, and the classification results are transformed into regression by computing the predicted value as the age. Additionally, we adopt the double stream approaches motivated by the complementary 2-stream structure proposed by Yang et al. [67]. The difference between these two streams is the activation function (RELU vs. Tanh) and the difference in pooling (average vs. maximum). Feature fusion will be performed on the dual-stream output between each stage.

We still need to improve the age assessment system’s accuracy, especially in young adults and adults. (1) Firstly, our next objective is to enlarge the size of origin dental X-ray images and control the quality of the images. (2) Secondly, we will package our dental network into mobile applications in the future that enables forensic to complete the identification work conveniently. At present, gender characteristics are not considered in our complete process design. The main reason is that some of the medical images we collected have unknown gender labels. In the process of actual forensic identification, appraisers often encounter cases with unknown gender. Our method can solve this problem well. We will collect more gender-specific data in the next iteration and provide an interface for gender characteristics so that the DENSEN can be compatible with a broader range of application scenarios. (3) Thirdly, the unexpected regions in the saliency maps also worth further study. Then we will check if these regions match with the dental doctor’s opinions. We speculate that these regions can be used in a particular age group as labeled markers to improve the model’s accuracy.

Conclusions

We introduced a novel deep learning approach DENSEN to estimate a subject’s age from a panoramicradiograph for the first time. In comparison to current techniques, the DENSEN needs less laboratory time and it is an open-source model that can be adopted by people of all ages groups. The DENSEN approach estimated age accurately and efficiently from dental X-ray images at first and is useful in lightweight forensic applications.

Methods

Data preprocessing

In this work, the orthopantomograms (OPTs) are from the Clinical Research Center of Shaanxi Province for Dental and Maxillofacial Diseases & Department of Implant Dentistry, College of Stomatology, Xi’an Jiaotong University. OPT is also known as an orthopantomograph, pantomogram, or panoramic radiograph[31].

All images were anonymized to protect the confidential information of the participants. All photos and experiments involved were in line with the institutional and national research committees’ ethical standards and the Helsinki Declaration.

Limited by the sampling source, we manually removed severely distorted images. These lesions and deformities would introduce pathological noise and cover the target information in the image itself. After quality control of the images, we have 1,903 valid dental photos left. We randomly divided the images into the training set and the test set with a random size of 0.865, which results in 1647 images and 256 images, respectively.

Table 2 lists the distribution of the images according to gender. Figure 5a, b show that the data unevenly distributes according to the age both on the training set and test set.

Table 2 The gender distribution
Fig. 5
figure 5

Number of participants according to ages in train set (a) and test set (b)

For preprocessing of OPTs, we used data augmentation to save the computing resources and improve the training set. Data augmentation effectively improves the model’s robustness, generating new data through some transformation based on training data. Using augmentation, we enlarged the size of the training set to improve our model’s generalization.

We adopt two methods to enhance our dental OPTs, filtering augmentation and sliding augmentation. Filtering augmentation mainly uses sharpening, passivization, and edge hardening against different image quality levels. Sliding augmentation reduces the impact of critical elements’ location in the input image.

The Fig. 6 displays the visualization results of sliding augmentation. Table 3 presents the detailed factors used in our case, including resizing pixels, rotating the images in different degrees, translating the coordinates of x and y, zooming the image in size from 0.9 to 1.1, and changing the brightness of images.

Fig. 6
figure 6

Sliding augmentation

Table 3 Data augmentation transformations used to improve the training set

Multi-classes regression network for DENSEN

We employed a CNN network DENSEN derived from SSR-Net [40]. DENSEN produced a lightweight model size related to portable devices. DENSEN and SSR-Net are both inspired from DEX [7, 14, 37, 42, 54]. Age estimation is recast as a multi-class classification issue in DEX, and the classification results are transformed into regression by computing the predicted value as the age. One disadvantage of DEX is that it necessitates a huge number of neurons, one for each age class. The product of the number of features and the number of neurons determines the number of connections in the final fully connected layer.

DENSEN performed multiclasses regression to address the age estimation issue and then turned the classification results into regression by calculating the expected values. The network adopts a coarse-to-fine strategy and divides the classification into multiple stages. Each of the stages monitors the decision of the previous stage for a better evaluation of age. Meanwhile, each stage consists of a few classes and requires few neurons. Moreover, DENSEN adopts the dynamic range to address the quantization problems of the age.

Stagewise Regression

We divided all age datasets into \(\mathrm {K}\) stages uniformly.

Let \(s_{k}\) as the number of bins for the \(\mathrm {k}\)-th stage. At each stage, DENSEN trains a network \(\mathrm {F}_{k}\) that produces the distribution \(\overrightarrow{\mathrm {p}}^{(\mathrm {k})}=\) \(\left( \mathrm {p}_{0}^{(\mathrm {k})}, \mathrm {p}_{1}^{(\mathrm {k})}, \ldots , \mathrm {p}_{s_{k}-1}^{(\mathrm {k})}\right)\) and the then age \((\tilde{\mathrm {y}})\) prediction could be formulated as follows for stagewise regression [67].

$$\begin{aligned} \tilde{y}=\sum _{k=1}^{K} \vec {p}^{(k)} \cdot \vec {\mu }^{(k)}=\sum _{k=1}^{K} \sum _{i=0}^{s_{k}-1} p_{i}^{(k)} \cdot i\left( \frac{V}{\prod _{j=1}^{k} s_{j}}\right) \end{aligned}$$
(2)

We set three stages (K=3) in total. There are three bins for either stage (\(s_{1}=s_{2}=s_{3}=3\)). Stage one classifies the dental X-ray image as youth (0-27), middle age (28-54), and old age (55-81). For stage two, each bin from stage one is further subdivided into \(s_{2}=3\) bins. The rest is inferred by analogy. Thus, the width of the bins in stage three is \(81/27 = 3\). The advantage of stagewise regression is that the number of classes is small at each stage. The small number of classes led to much fewer parameters and built a more compact model. The input-dependent dynamic range provides more accurate refinement according to the input image [67].

Network Architecture

Figure 7a, b illustrate the overall network architecture of the DENSEN.

Fig. 7
figure 7

Structure of DENSEN. a shows that the network adopts a 2-stream model similar to its initial network architecture. There are two heterogeneous streams. For both streams, the basic building block is composed of convolution layers, batch normalization, non-linear activation, and pooling layers. b presents different activation functions (ReLU versus Tanh) and pooling (average versus maximum) adopted for each stream

We also adopt a 2-stream model the same as its initial network architecture. There are two heterogeneous streams. For both streams, the basic building block is composed of \(3 \times 3\) convolution, batch normalization, non-linear activation, and \(2 \times 2\) pooling layers. Different activation functions (ReLU versus Tanh) and pooling (average versus maximum) are adopted for each stream to heterogeneous.

Related CNN networks

Bayesian CNN Net and DANet are related CNN-methods in the field of image processing. Here, we adopt these two CNN networks to compare with our DENSEN.

Bayesian CNNs Net

Bayesian CNNs Net offers better robustness against over-fitting on small data than traditional approaches [17]. Walter de Back applied Bayesian CNNs to automated forensic age estimation based on dental X-ray images. The resulting model predicted the age group from 4 to 7 with an MAE of about 1.0 [12]. Due to the shortage of data sources, the dataset covers from 5 to 25 years old. Thus, we applied our relatively more comprehensive range datasets to this network.

DANet

With more complex architecture, DANet consists of a sequential CNN to predict age. The network was used in the latest research to estimate chronological ages from X-ray images [63]. The model makes accurate predictions in young subjects with an MAE of only 0.6 [63]. Here we also attempt to apply our data to this network.

Availability of data and materials

The data and code are available on https://delta.cs.cityu.edu.hk/xuedowang2/dental.

Change history

Abbreviations

SSR-Net:

Soft Stagewise Regression Network

OPT:

Orthopantomogram

MAE:

Mean absolute error

DNA:

Deoxyribonucleic acid

CNN:

Convolutional neural network

RELU:

Rectified linear unit

Tanh:

Hyperbolic tangent function

References

  1. Akleman E. Deep learning. Computer. 2020;53:17. https://0-doi-org.brum.beds.ac.uk/10.1109/MC.2020.3004171.

    Article  Google Scholar 

  2. Beall A. Ai could match missing kids to old photos. New Sci. 2017;3154:14.

    Article  Google Scholar 

  3. Burton A, Wilson S, Cowan M, Bruce V. Face recognition in poor-quality video; evidence from security surveillance. Psychol Sci. 1999. https://0-doi-org.brum.beds.ac.uk/10.1111/1467-9280.00144.

    Article  Google Scholar 

  4. Cale J, Holt T, Leclerc B, Singh S, Drew J. Crime commission processes in child sexual abuse material production and distribution: a systematic review. Trends Issues Crime Criminal Justice. 2021;617:1–22.

    Google Scholar 

  5. Castner N, Kuebler TC, Scheiter K, Richter J, Eder T, Hüttig F, Keutel C, Kasneci E. Deep semantic gaze embedding and scanpath comparison for expertise classification during opt viewing. In: ACM symposium on eye tracking research and applications. 2020. p. 1–10.

  6. Charman SD, Carol RN. Age-progressed images may harm recognition of missing children by increasing the number of plausible targets. J Appl Res Mem Cogn. 2012;1(3):171–8.

    Article  Google Scholar 

  7. Chen D, Zhang S, Ouyang W, Yang J, Tai Y. Person search by separated modeling and a mask-guided two-stream cnn model. IEEE Trans Image Process. 2020;29:4669–82. https://0-doi-org.brum.beds.ac.uk/10.1109/TIP.2020.2973513.

    Article  Google Scholar 

  8. Chen T, Schultz Z, Levin I. Infrared spectroscopic imaging of latent fingerprints and associated forensic evidence. Analyst. 2009;134:1902–4. https://0-doi-org.brum.beds.ac.uk/10.1039/b908228j.

    Article  CAS  Google Scholar 

  9. Cireşan D, Meier U, Schmidhuber J. Multi-column deep neural networks for image classification. In: Proceedings/CVPR, IEEE Computer Society Conference on Computer Vision and Pattern Recognition. IEEE Computer Society Conference on Computer Vision and Pattern Recognition. 2012. https://0-doi-org.brum.beds.ac.uk/10.1109/CVPR.2012.6248110

  10. Collins T, Wolff L. Work in progress: twenty-five years of the convention on the rights of the child.” The general measures of implementation across the globe. Can J Children’s Rights/Revue canadienne des droits des enfants. 2014;1(1):78.

  11. Curtin JP, Hall J. Fully connected network. Google Patents. US Patent 9,942,133. 2018.

  12. De Back W, Seurig S, Wagner S, Marré B, Roeder I, Scherf N. Forensic age estimation with Bayesian convolutional neural networks based on panoramic dental X-ray imaging. 2019.

  13. Demirjian A, Goldstein H, Tanner JM. A new system of dental age assessment. Hum Biol. 1973;45:211–27.

    CAS  Google Scholar 

  14. Dornaika F, Bekhouche S, Arganda-Carreras I. Robust regression with deep cnns for facial age estimation: an empirical study. Expert Syst Appl. 2020;141: 112942. https://0-doi-org.brum.beds.ac.uk/10.1016/j.eswa.2019.112942.

    Article  Google Scholar 

  15. Ekizoglu O, Inci E, Ors S, Hocaoglu E, Can IO, Basa CD, Kacmaz IE, Kranioti EF. Forensic age diagnostics by magnetic resonance imaging of the proximal humeral epiphysis. Int J Legal Med. 2019;133(1):249–56.

    Article  Google Scholar 

  16. Ferri G, Alú M, Corradini B, Beduschi G. Forensic botany: Species identification of botanical trace evidence using a multigene barcoding approach. Int J Legal Med. 2009;123:395–401. https://0-doi-org.brum.beds.ac.uk/10.1007/s00414-009-0356-5.

    Article  Google Scholar 

  17. Gal Y, Ghahramani Z. Bayesian convolutional neural networks with Bernoulli approximate variational inference. 2016. arXiv:1506.02158

  18. Gier VS, Kreiner DS, Hudnell WJ. Amber alerts: are school-type photographs the best choice for identifying missing children? J Police Crim Psychol. 2012;27(1):9–23.

    Article  Google Scholar 

  19. Grigoras C. Applications of enf criterion in forensic audio, video, computer and telecommunication analysis. Forensic Sci Int. 2007;167(2–3):136–45.

    Article  Google Scholar 

  20. Gulsahi A, Kulah CK, Bakirarar B, Gulen O, Kamburoglu K. Age estimation based on pulp/tooth volume ratio measured on cone-beam ct images. Dentomaxillofac Radiol. 2018;47(1):20170239.

    Article  Google Scholar 

  21. Gurses MS, Altinsoy HB. Evaluation of distal femoral epiphysis and proximal tibial epiphysis ossification using the vieth method in living individuals: applicability in the estimation of forensic age. Aust J Forensic Sci. 2020;53:431–47.

    Article  Google Scholar 

  22. Gusarev M, Kuleev R, Khan A, Ramirez Rivera A, Khattak A. Deep learning models for bone suppression in chest radiographs. 2017. p. 1–7. https://0-doi-org.brum.beds.ac.uk/10.1109/CIBCB.2017.8058543.

  23. Haider KZ, Malik KR, Khalid S, Nawaz T, Jabbar S. Deepgender: real-time gender classification using deep learning for smartphones. J Real-Time Image Proc. 2019;16(1):15–29.

    Article  Google Scholar 

  24. Hepler AB, Saunders CP, Davis LJ, Buscaglia J. Score-based likelihood ratios for handwriting evidence. Forensic Sci Int. 2012;219(1–3):129–40.

    Article  Google Scholar 

  25. Iglovikov VI, Rakhlin A, Kalinin AA, Shvets AA. Paediatric bone age assessment using deep convolutional neural networks. In: Deep learning in medical image analysis and multimodal learning for clinical decision support. Springer; 2018. p. 300–8.

  26. Iscan M, Steyn M. The human skeleton in forensic medicine. 2013.

  27. Jain S, Nagi R, Daga M, Shandilya A, Shukla A, Parakh A, Laheji A, Singh R. Tooth coronal index and pulp/tooth ratio in dental age estimation on digital panoramic radiographs—a comparative study. Forensic Sci Int. 2017;277:115–21.

    Article  Google Scholar 

  28. Kalansuriya T, Dharmaratne A. Facial image classification based on age and gender. 2013. p. 44–50. https://0-doi-org.brum.beds.ac.uk/10.1109/ICTer.2013.6761153.

  29. Kalansuriya T, Dharmaratne A. Neural network based age and gender classification for facial images. Int J Adv ICT Emerg Regions (ICTer). 2014;7:57. https://0-doi-org.brum.beds.ac.uk/10.4038/icter.v7i2.7178.

    Article  Google Scholar 

  30. Kim J, Bae W, Jung K-H, Song IS. Development and validation of deep learning-based algorithms for the estimation of chronological age using panoramic dental X-ray images. In: MIDL (2019)

  31. Klaassen K. Orthopantomography: radiology reference article. https://radiopaedia.org/articles/orthopantomography

  32. Krizhevsky A, Sutskever I, Hinton GE. Imagenet classification with deep convolutional neural networks. In: Advances in neural information processing systems. 2012. p. 1097–1105.

  33. Kwno YH, Lobo NDV. Age classification from facial images. J Comput Vis Image Underst. 1999;74:1–21.

    Article  Google Scholar 

  34. Lampinen J, Arnal JD, Adams J, Courtney K, Hicks JL. Forensic age progression and the search for missing children. Psychol Crime Law. 2012;18(4):405–15.

    Article  Google Scholar 

  35. Lee H, Tajmir S, Lee J, Zissen M, Yeshiwas B, Alkasab T, Choy G, Do S. Fully automated deep learning system for bone age assessment. J Digit Imaging. 2017. https://0-doi-org.brum.beds.ac.uk/10.1007/s10278-017-9955-8.

    Article  Google Scholar 

  36. Li Y, Huang Z, Dong X, Liang W, Xue H, Zhang L, Zhang Y, Deng Z. Forensic age estimation for pelvic X-ray images using deep learning. Eur Radiol. 2018. https://0-doi-org.brum.beds.ac.uk/10.1007/s00330-018-5791-6.

    Article  Google Scholar 

  37. Liao X, Li K, Zhu X, Liu KJR. Robust detection of image operator chain with two-stream convolutional neural network. IEEE J Sel Top Signal Process. 2020;14(5):955–68. https://0-doi-org.brum.beds.ac.uk/10.1109/JSTSP.2020.3002391.

    Article  Google Scholar 

  38. Lindenbergh A, De Pagter M, Ramdayal G, Visser M, Zubakov D, Kayser M, Sijen T. A multiplex (m)rna-profiling system for the forensic identification of body fluids and contact traces. Forensic Sci Int Genet. 2012;6:565–77. https://0-doi-org.brum.beds.ac.uk/10.1016/j.fsigen.2012.01.009.

    Article  CAS  Google Scholar 

  39. Malli RC, Aygun M, Ekenel HK. Apparent age estimation using ensemble of deep learning models. 2016. https://0-doi-org.brum.beds.ac.uk/10.1109/CVPRW.2016.94.

  40. Manos GK, Cairns AY, Rickets IW, Sinclair D. Segmenting radiographs of the hand and wrist. Comput Methods Programs Biomed. 1994;43:227–37. https://0-doi-org.brum.beds.ac.uk/10.1016/0169-2607(94)90074-4.

    Article  CAS  Google Scholar 

  41. Miao X, Li B, Shen Y, Yu H, Zhu G, Liang C, Fu X, Wang C, Li S, Zhang B. Development and verification of an economical method of custom target library construction. ACS Omega. 2020;5(22):13087–95.

    Article  CAS  Google Scholar 

  42. Nam SH, Kim YH, Truong NQ, Choi J, Park KR. Age estimation by super-resolution reconstruction based on adversarial networks. IEEE Access. 2020;8:17103–20. https://0-doi-org.brum.beds.ac.uk/10.1109/ACCESS.2020.2967800.

    Article  Google Scholar 

  43. Nayar AK, Parhar S, Thind G, Sharma A, Sharma D. Determination of age, sex, and blood group from a single tooth. J Forensic Dent Sci. 2017;9(1):10.

    Google Scholar 

  44. Niu Z, Zhou M, Wang L, Gao X. Ordinal regression with multiple output cnn for age estimation. 2016. , p. 4920–8. https://0-doi-org.brum.beds.ac.uk/10.1109/CVPR.2016.532.

  45. Noblett MG, Pollitt MM, Presley LA. Recovering and examining computer forensic evidence. Forensic Sci Commun. 2000;2(4):1–2.

  46. Ottow C, Schulz R, Pfeiffer H, Heindel W, Schmeling A, Vieth V. Forensic age estimation by magnetic resonance imaging of the knee: the definite relevance in bony fusion of the distal femoral-and the proximal tibial epiphyses using closest-to-bone t1 tse sequence. Eur Radiol. 2017;27(12):5041–8.

    Article  Google Scholar 

  47. Pan S, Yang Q. A survey on transfer learning. IEEE Trans Knowl Data Eng. 2010;22:1345–59. https://0-doi-org.brum.beds.ac.uk/10.1109/TKDE.2009.191.

    Article  Google Scholar 

  48. Patel AJ, Shah JS. Age determination in children by orthopantomograph and lateral cephalogram: a comparative digital study. J Forensic Dent Sci. 2019;11(3):118.

    Article  Google Scholar 

  49. Pelowski M, Wamai RG, Wangombe J, Nyakundi H, Oduwo GO, Ngugi BK, Ogembo JG. How would children register their own births? Insights from a survey of students regarding birth registration knowledge and policy suggestions in Kenya. PLoS ONE. 2016;11(3):0149925.

    Article  Google Scholar 

  50. Peterson J, Sommers I, Baskin D, Johnson D. The role and impact of forensic evidence in the criminal justice process. National Institute of Justice; 2010. p. 1–151.

  51. Prieto JL. Evaluation of chronological age based on third molar development in the Spanish population. Int J Legal Med. 2005. https://0-doi-org.brum.beds.ac.uk/10.1007/s00414-005-0530-3.

    Article  Google Scholar 

  52. Quinones I, Daniel B. Cell free dna as a component of forensic evidence recovered from touched surfaces. Forensic Sci Int Genet. 2011;6:26–30. https://0-doi-org.brum.beds.ac.uk/10.1016/j.fsigen.2011.01.004.

    Article  CAS  Google Scholar 

  53. Razavian A, Azizpour H, Sullivan J, Carlsson S. Cnn features off-the-shelf: an astounding baseline for recognition, vol. 1403. 2014. https://0-doi-org.brum.beds.ac.uk/10.1109/CVPRW.2014.131

  54. Rothe R, Timofte R, Van Gool L. Dex: deep expectation of apparent age from a single image. In: Proceedings of the IEEE International Conference on Computer Vision (ICCV) Workshops. 2015.

  55. Ruder T, Thali M, Hatch G. Essentials of forensic post-mortem mr imaging in adults. Br J Radiol. 2013. https://0-doi-org.brum.beds.ac.uk/10.1259/bjr.20130567.

    Article  Google Scholar 

  56. Schmeling A. Forensic age estimation. 2013. p. 133–138. https://0-doi-org.brum.beds.ac.uk/10.1016/B978-0-12-382165-2.00173-2.

  57. Shim KS. Pubertal growth and epiphyseal fusion. Ann Pediatr Endocrinol Metab. 2015;20(1):8.

    Article  Google Scholar 

  58. Shin J, Choi S, Yang J-S, Song J, Choi J-S, Jung H-I. Smart forensic phone: colorimetric analysis of a bloodstain for age estimation using a smartphone. Sens Actuators B Chem. 2017;243:221–5. https://0-doi-org.brum.beds.ac.uk/10.1016/j.snb.2016.11.142.

    Article  CAS  Google Scholar 

  59. Siegel JA, Mirakovits K. Forensic science: the basics. 2010.

  60. Tajmir S, Lee H, Shailam R, Gale H, Nguyen J, Westra S, Lim R, Yune S, Gee M, Do S. Artificial intelligence-assisted interpretation of bone age radiographs improves accuracy and decreases variability. Skelet Radiol. 2018. https://0-doi-org.brum.beds.ac.uk/10.1007/s00256-018-3033-2.

    Article  Google Scholar 

  61. Tang K-L. International journal of offender therapy and comparative criminology. 1998.

  62. Torres T, Ortiz JE, Fernández E, Arroyo-Pardo E, Grün R, Pérez-González A. Aspartic acid racemization as a dating tool for dentine: a reality. Quat Geochronol. 2014;22:43–56.

    Article  Google Scholar 

  63. Vila Blanco N, Carreira M, Varas-Quintana P, Balsa-Castro C, Tomás Carmona I. Deep neural networks for chronological age estimation from opg images. IEEE Trans Med Imaging. 2020. https://0-doi-org.brum.beds.ac.uk/10.1109/TMI.2020.2968765.

    Article  Google Scholar 

  64. Wiltshire P. Hair as a source of forensic evidence in murder investigations. Forensic Sci Int. 2006;163:241–8. https://0-doi-org.brum.beds.ac.uk/10.1016/j.forsciint.2006.06.070.

    Article  Google Scholar 

  65. Witten I, Frank E, Trigg L, Hall M, Holmes G, Cunningham S. Weka: practical machine learning tools and techniques with java implementations. ICONIP/ANZIIS/ANNES. 2002.

  66. Yang F, Jacobs R, Willems G. Dental age estimation through volume matching of teeth imaged by cone-beam ct. Forensic Sci Int. 2006;159(Suppl 1):78–83. https://0-doi-org.brum.beds.ac.uk/10.1016/j.forsciint.2006.02.031.

    Article  Google Scholar 

  67. Yang T-Y, Huang Y-H, Lin Y.-Y, Hsiu P-C, Chuang Y-Y. Ssr-net: a compact soft stagewise regression network for age estimation. 2018. p. 1078–1084. https://0-doi-org.brum.beds.ac.uk/10.24963/ijcai.2018/150.

Download references

Acknowledgements

We want to thank Lingxi Chen and Yonghan Yu for their advice throughout the project.

Funding

This work described in this paper is funded by The Clinical Research Center of Shaanxi Province for Dental and Maxillofacial Diseases & Department of Implant Dentistry, College of Stomatology, Xi’an Jiaotong University Research Project 2019SF-144. The funding bodies helped the data collection and played no role in the design of the study nor in the collection, analysis, and interpretation of data, nor in writing the manuscript. Publication costs are funded by Qin Zhou.

Author information

Authors and Affiliations

Authors

Contributions

XDW processed the raw X-ray images, designed the network, completed the analysis and summarised of the results. YLL collected all the raw dental X-ray images and made interpretation to the results, supplemented the manuscript, and made a substantial contribution in revising the manuscript. XYM provided forensic research, and supplemented the manuscript and revised the manuscript. YC advised the framework of data processing and revised manuscript. YLL, XC, YCZ collected all the raw dental X-ray images and approved the manuscript. SCL supervised this project, revised the manuscript. QZ supervised the project and revised the manuscript. All authors have read and approved the manuscript

About this supplement

This article has been published as part of BMC Bioinformatics Volume 23 Supplement 3, 2022: Selected articles from the International Conference on Intelligent Biology and Medicine (ICIBM 2021): bioinformatics. The full contents of the supplement are available online at https://0-bmcbioinformatics-biomedcentral-com.brum.beds.ac.uk/articles/supplements/volume-23-supplement-3.

Corresponding authors

Correspondence to Shuaicheng Li or Qin Zhou.

Ethics declarations

Ethics approval and consent to participate

The Medical Ethics Committee approved all Stomatological Hospital works of Xi’an Jiaotong University (xjkq11 [2017]NO. 027). All human samples and experiments involved were in line with the ethical standards of the institution with written consent. We certify that this manuscript is original and has not been published. Moreover, no data were fabricated or manipulated (including images) to support our conclusions.

Consent for publication

All authors provide formal consent before publication of the work.

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.

Supplementary Information

Additional file 1.

Performance of baseline machine learning methods.

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

Wang, X., Liu, Y., Miao, X. et al. DENSEN: a convolutional neural network for estimating chronological ages from panoramic radiographs. BMC Bioinformatics 23 (Suppl 3), 426 (2022). https://0-doi-org.brum.beds.ac.uk/10.1186/s12859-022-04935-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12859-022-04935-0

Keywords