| Literature DB >> 32024114 |
Ki-Sun Lee1,2,3, Seok-Ki Jung4, Jae-Jun Ryu5, Sang-Wan Shin6,7, Jinwook Choi1,8.
Abstract
: Dental panoramic radiographs (DPRs) provide information required to potentially evaluate bone density changes through a textural and morphological feature analysis on a mandible. This study aims to evaluate the discriminating performance of deep convolutional neural networks (CNNs), employed with various transfer learning strategies, on the classification of specific features of osteoporosis in DPRs. For objective labeling, we collected a dataset containing 680 images from different patients who underwent both skeletal bone mineral density and digital panoramic radiographic examinations at the Korea University Ansan Hospital between 2009 and 2018. Four study groups were used to evaluate the impact of various transfer learning strategies on deep CNN models as follows: a basic CNN model with three convolutional layers (CNN3), visual geometry group deep CNN model (VGG-16), transfer learning model from VGG-16 (VGG-16_TF), and fine-tuning with the transfer learning model (VGG-16_TF_FT). The best performing model achieved an overall area under the receiver operating characteristic of 0.858. In this study, transfer learning and fine-tuning improved the performance of a deep CNN for screening osteoporosis in DPR images. In addition, using the gradient-weighted class activation mapping technique, a visual interpretation of the best performing deep CNN model indicated that the model relied on image features in the lower left and right border of the mandibular. This result suggests that deep learning-based assessment of DPR images could be useful and reliable in the automated screening of osteoporosis patients.Entities:
Keywords: artificial intelligence; convolutional neural networks; dental panoramic radiographs; osteoporosis screening
Year: 2020 PMID: 32024114 PMCID: PMC7074309 DOI: 10.3390/jcm9020392
Source DB: PubMed Journal: J Clin Med ISSN: 2077-0383 Impact factor: 4.241
Figure 1Image preprocessing for this study. The original DPRs were downsampled, and the ROI is restricted to the mandibular region below the teeth (region inside the bounding box). DPR, dental panoramic radiograph; ROI, region of interest.
Figure 2Schematic diagrams of the four convolutional neural networks (CNN) architectures evaluated in this study.
Figure 3The overview of the performed 5-fold cross validation in this study.
Clinical and demographic characteristics of the dental panorama radiographs (DPRs) dataset in this study.
| Parameter | Without Osteoporosis | With Osteoporosis | Total |
|---|---|---|---|
| Number of patients | 380 | 300 | 680 |
| Number of female/male | 332/48 | 233/67 | 565/115 |
| Mean age (±SD) | 58.5 (±11.8) | 68.4 (±8.4) | 63.0 (±11.6) |
Osteoporosis screening accuracy of convolutional neural network models in this research.
| Model | AUC (95% CI) | Sensitivity (95% CI) | Specificity (95% CI) | Accuracy (95% CI) |
|---|---|---|---|---|
| CNN3 | 0.667 (±0.041) | 0.684 (±0.204) | 0.649 (±0.164) | 0.660 (±0.066) |
| VGG16 | 0.742 (±0.018) | 0.674 (±0.048) | 0.811 (±0.034) | 0.771 (±0.018) |
| VGG16-TR | 0.782 (±0.006) | 0.737 (±0.046) | 0.828 (±0.052) | 0.802 (±0.024) |
| VGG16-TR-TF | 0.858 (±0.008) | 0.900 (±0.019) | 0.815 (±0.032) | 0.840 (±0.018) |
Figure 4Mean ROC curves of each CNN models for screening osteoporosis on DPR images in this study.
Figure 5Original and Grad-CAM sample images of correctly predicted by the best-performing deep CNN model (VGG16-TR-TF) for DPR image-based osteoporosis screening are illustrated. Below each original sample images, a Grad-CAM image is superimposed over the original image. The bright red in each Grad-CAM image indicate the region that has the greatest impact on screening osteoporosis patients.
Figure 6Original and Grad-CAM sample images of incorrectly predicted by the best-performing deep CNN model (VGG16-TR-TF) for DPR image-based osteoporosis screening are illustrated. Below each original sample images, a Grad-CAM image is superimposed over the original image. The bright red in each Grad-CAM image indicate the region that has the greatest impact on screening osteoporosis patients.
Figure 7Comparison of grad-CAM images from other groups against some original images showing true positive and true negative in the best performing VGG16-TR-TF group.
Figure 8The conceptual diagram of the fine-tuning technique in the transfer learning of a deep CNN.