| Literature DB >> 31772195 |
Jaeyoung Kim1, Hong-Seok Lee1, In-Seok Song2, Kyu-Hwan Jung3.
Abstract
In this study, a deep learning-based method for developing an automated diagnostic support system that detects periodontal bone loss in the panoramic dental radiographs is proposed. The presented method called DeNTNet not only detects lesions but also provides the corresponding teeth numbers of the lesion according to dental federation notation. DeNTNet applies deep convolutional neural networks(CNNs) using transfer learning and clinical prior knowledge to overcome the morphological variation of the lesions and imbalanced training dataset. With 12,179 panoramic dental radiographs annotated by experienced dental clinicians, DeNTNet was trained, validated, and tested using 11,189, 190, and 800 panoramic dental radiographs, respectively. Each experimental model was subjected to comparative study to demonstrate the validity of each phase of the proposed method. When compared to the dental clinicians, DeNTNet achieved the F1 score of 0.75 on the test set, whereas the average performance of dental clinicians was 0.69.Entities:
Mesh:
Year: 2019 PMID: 31772195 PMCID: PMC6879527 DOI: 10.1038/s41598-019-53758-2
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1Sample panoramic dental radiographs and annotated PBL lesions. (Top) Normal cases without annotated periodontal bone loss lesion, (Bottom) Abnormal cases with annotated lesion masks. The annotators also provided corresponding teeth numbers of the PBL lesions.
Figure 2Overall procedure for training DeNTNet. (a) ROI segmentation network used to extract teeth regions; (b) PBL lesion segmentation network as a pre-trained model; (c) Tooth-level PBL classification network with transferred weight; (d)Tooth-level PBL classification network for premolar (PM) and molar (M) teeth with transferred weight.
Figure 3Co-occurrence matrix among teeth with PBL in the training dataset. (Left) Correlation matrix among maxillary (upper jaw) teeth, (Right) Co-occurrence matrix among mandibular (lower jaw) teeth.
Performance comparison of the proposed method and human clinicians on the test dataset. AUROC is the area under receiver operating characteristic curve, F1 score is the harmonic mean of the precision and recall, PPV is the positive predictive value, and NPV is the negative predictive value. The performance of DeNTNet was measured with various operating point settings.
| Performance Measure | AUROC | F1 score | Sensitivity | Specificity | PPV | NPV |
|---|---|---|---|---|---|---|
| Clinician 1 | 0.84 | 0.69 | 0.74 | 0.93 | 0.65 | 0.95 |
| Clinician 2 | 0.84 | 0.68 | 0.75 | 0.92 | 0.61 | 0.96 |
| Clinician 3 | 0.85 | 0.68 | 0.80 | 0.91 | 0.59 | 0.96 |
| Clinician 4 | 0.87 | 0.70 | 0.83 | 0.91 | 0.61 | 0.97 |
| Clinician 5 | 0.85 | 0.70 | 0.78 | 0.92 | 0.64 | 0.96 |
| Clinician Average | 0.85 | 0.69 | 0.78 | 0.92 | 0.62 | 0.96 |
| DeNTNet(Baseline) | 0.92 | 0.66 | 0.66 | 0.94 | 0.65 | 0.94 |
| DeNTNet(Balanced setting) | 0.77 | 0.95 | 0.73 | 0.96 | ||
| DeNTNet(High sensitivity setting) | 0.71 | 0.90 | 0.60 | |||
| DeNTNet(High specificity setting) | 0.73 | 0.74 | 0.95 |
Figure 4Performance of DeNTNet and five dental clinicians in the detection of PBL. ROC curves of both baseline (yellow curve) and improved (green curve) DeNTNet (green curve) are shown. The high sensitivity and high specificity operating point of DeNTNet is also displayed for all teeth. (All Teeth) The performance for all 32 teeth, (Incisor) For 8 upper and lower incisors, (Canine) For 4 upper and lower canines, (Premolar) For 8 upper and lower premolars, (Molar) For 12 upper and lower molars.
Ablation study to quantitatively analyze the contribution of each step in the training procedures: ROI segmentation, pre-training for transfer learning, auxiliary co-occurrence loss and ensembling classification models. The F1 scores are shown for each teeth type and all teeth.
| ROI Segmentation | Pre-trained Weight | Auxiliary Loss | Ensembled Network | Incisor | Canine | Premolar | Molar | All Teeth |
|---|---|---|---|---|---|---|---|---|
| 0.64 | 0.67 | 0.69 | 0.65 | 0.66 | ||||
| 0.71 | 0.68 | 0.68 | 0.67 | 0.68 | ||||
| 0.73 | 0.71 | 0.67 | 0.69 | 0.70 | ||||
| 0.74 | 0.72 | 0.69 | 0.73 | 0.72 | ||||
| 0.72 | 0.70 | 0.75 | 0.80 | 0.75 |
Figure 5Panoramic dental radiograph examples with dental clinicians’ annotations and DeNTNet activation maps. (Top) Original input panoramic dental radiographs; (Middle) PBL lesion masks annotated by dental clinicians; (Bottom) Class activation map highlighting the most salient region in the image for PBL prediction; The red area in the activation map corresponds to a stronger activation region; (First column) A case with vertical periodontal bone loss; (Second column) A case with horizontal periodontal bone loss; (Third column) A case with generalized severe periodontal bone loss with both vertical and horizontal bone loss.