| Literature DB >> 31449759 |
F Casalegno1, T Newton1, R Daher2, M Abdelaziz2, A Lodi-Rizzini2, F Schürmann1, I Krejci2, H Markram1.
Abstract
Dental caries is the most prevalent chronic condition worldwide. Early detection can significantly improve treatment outcomes and reduce the need for invasive procedures. Recently, near-infrared transillumination (TI) imaging has been shown to be effective for the detection of early stage lesions. In this work, we present a deep learning model for the automated detection and localization of dental lesions in TI images. Our method is based on a convolutional neural network (CNN) trained on a semantic segmentation task. We use various strategies to mitigate issues related to training data scarcity, class imbalance, and overfitting. With only 185 training samples, our model achieved an overall mean intersection-over-union (IOU) score of 72.7% on a 5-class segmentation task and specifically an IOU score of 49.5% and 49.0% for proximal and occlusal carious lesions, respectively. In addition, we constructed a simplified task, in which regions of interest were evaluated for the binary presence or absence of carious lesions. For this task, our model achieved an area under the receiver operating characteristic curve of 83.6% and 85.6% for occlusal and proximal lesions, respectively. Our work demonstrates that a deep learning approach for the analysis of dental images holds promise for increasing the speed and accuracy of caries detection, supporting the diagnoses of dental practitioners, and improving patient outcomes.Entities:
Keywords: artificial intelligence; caries detection/diagnosis/prevention; dental informatics/bioinformatics; digital imaging/radiology; informatics; oral diagnosis
Year: 2019 PMID: 31449759 PMCID: PMC6761787 DOI: 10.1177/0022034519871884
Source DB: PubMed Journal: J Dent Res ISSN: 0022-0345 Impact factor: 6.116
Figure 1.Example of grayscale image of a molar obtained with DIAGNOcam and reference segmentation labels as drawn by 2 dentists. The mean intersection-over-union (mIOU) across all classes is 74.2%, while per-class scores are IOU = 97.0% (background), IOU = 78.4% (enamel), IOU = 85.7% (dentin), IOU = 67.2% (proximal caries), IOU = 42.5% (occlusal caries).
Figure 2.Neural network architecture used in this work. N is the number of segmentation classes. In our work, N = 5.
Figure 3.Quantitative analysis of the results achieved by our model for the semantic segmentation task (left) and for the binary region-of-interest classification task (right).
Figure 4.Examples of segmentation results on the validation set. Left: samples where predictions of our model and reference segmentation show discrepancies. Right: samples where agreement between our model and the reference is high.
Summary of Validation Scores Achieved on the Semantic Segmentation Task Using Different Approaches to Train the Network.
| Data Augmentation | Batch Normalization | Loss Weights | mIOU, % |
|---|---|---|---|
| 63.1 | |||
| ✓ | 70.7 | ||
| ✓ | ✓ | 72.0 | |
| ✓ | ✓ | ✓—linear | 72.3 |
| ✓ | ✓ | ✓—square root | 72.7 |
mIOU, mean intersection-over-union.