| Literature DB >> 35075428 |
Ibrahim S Bayrakdar1, Kaan Orhan2,3, Özer Çelik4, Elif Bilgir1, Hande Sağlam1, Fatma Akkoca Kaplan1, Sinem Atay Görür1, Alper Odabaş4, Ahmet Faruk Aslan4, Ingrid Różyło-Kalinowska5.
Abstract
The purpose of the paper was the assessment of the success of an artificial intelligence (AI) algorithm formed on a deep-convolutional neural network (D-CNN) model for the segmentation of apical lesions on dental panoramic radiographs. A total of 470 anonymized panoramic radiographs were used to progress the D-CNN AI model based on the U-Net algorithm (CranioCatch, Eskisehir, Turkey) for the segmentation of apical lesions. The radiographs were obtained from the Radiology Archive of the Department of Oral and Maxillofacial Radiology of the Faculty of Dentistry of Eskisehir Osmangazi University. A U-Net implemented with PyTorch model (version 1.4.0) was used for the segmentation of apical lesions. In the test data set, the AI model segmented 63 periapical lesions on 47 panoramic radiographs. The sensitivity, precision, and F1-score for segmentation of periapical lesions at 70% IoU values were 0.92, 0.84, and 0.88, respectively. AI systems have the potential to overcome clinical problems. AI may facilitate the assessment of periapical pathology based on panoramic radiographs.Entities:
Mesh:
Year: 2022 PMID: 35075428 PMCID: PMC8783705 DOI: 10.1155/2022/7035367
Source DB: PubMed Journal: Biomed Res Int Impact factor: 3.411
Figure 1Annotation of the apical lesion using polygonal box method.
Figure 2The U-Net architecture for the semantic segmentation task.
Figure 3Model pipeline for apical lesion segmentation (CranioCatch, Eskisehir, Turkey).
Figure 4Automatically apical lesion segmentation using AI model (CranioCatch, Eskisehir, Turkey).
Figure 5An example real-prediction image comparison.
The number of segmented apical lesions with AI model (CranioCatch, Eskisehir, Turkey).
| Metrics | Number |
|---|---|
| True Positives (TP) | 63 |
| False Negatives (FN) | 12 |
| False Positives (FP) | 5 |
The prediction performance measurement of the AI model (CranioCatch, Eskisehir, Turkey).
| Measure | Value | Derivations |
|---|---|---|
| Sensitivity (recall) | 0.92 | TP/(TP + FN) |
| Precision | 0.84 | TP/(TP + FP) |
| F1 score | 0.88 | 2TP/(2TP + FP + FN) |
| IoU value | 0.79 | TP/(TP + FP + FN) |
| Dice coefficient | 0.88 | 2TP/(2TP + FP + FN) |