Abstract
Background/purpose
In lower third molar (LM3) surgery, panoramic radiography (PAN) is important for the initial assessment of the anatomical association between LM3 and the inferior alveolar nerve (IAN). This study aimed to develop a deep learning model for the automated evaluation of the LM3–IAN association on PAN. Further, its performance was compared with that of oral surgeons using original and external datasets.
Materials and methods
In total, 579 panoramic images of LM3 from 384 patients in the original dataset were utilized. The images were divided into 483 images for the training dataset and 96 for the testing dataset at a ratio of 83:17. The external dataset comprising 58 images from an independent institution was used for testing only. The LM3–IAN associations on PAN were categorized into direct or indirect contact based on cone-beam computed tomography (CBCT). The You Only Look Once (YOLO) version 3 algorithm, a fast object detection system, was applied. To increase the amount of training data for deep learning, PAN images were augmented using the rotation and flip techniques.
Results
The final YOLO model had high accuracy (0.894 in the original dataset and 0.927 in the external dataset), recall (0.925, 0.919), precision (0.891, 0.971), and f1-score (0.908, 0.944). Meanwhile, oral surgeons had lower accuracy (0.628, 0.615), recall (0.821, 0.497), precision (0.607, 0.876), and f1-score (0.698, 0.634).
Conclusion
The YOLO-driven deep learning model can help oral surgeons in the decision-making process of applying additional CBCT to confirm the LM3–IAN association based on PAN images.
Keywords: Cone-beam computed tomography, Third molar surgery, Inferior alveolar canal, You Only Look Once (YOLO), Deep learning, Panoramic radiography
Introduction
Lower third molar (LM3) surgery can carry intractable complications, especially neurosensory disturbance caused by inferior alveolar nerve injury (IANI), with an incidence of <8.4%.1, 2, 3 This sequela often compromises quality of life2,4 and has possible medicolegal ramifications. To predict the risk of IANI, clinical studies have investigated its risk factors mainly via imaging.5 The proximity of LM3 to the inferior alveolar canal (IAC) is often evaluated via panoramic radiography (PAN), which is a conventional modality,6 with or without cone-beam computed tomography (CBCT). The removal of LM3 with dental roots that are in direct contact with the inferior alveolar nerve (IAN) (i.e., without bony cortex between LM3 and IAN) is associated with IANI due to the increased probability of compressive load on the IAN during manipulation using an elevator.7
PAN is useful in preoperative anatomic and morphologic assessment in most cases of LM3 surgery. However, this modality cannot accurately differentiate direct contact between the LM3 roots and IAN (direct LM3–IAN contact) due to anatomical noise and geometric distortion effect in two-dimensional imaging. CBCT is commonly applied to visualize three-dimensional associations based on high spatial resolution and low radiation dosage. In addition to the cortication defect of the IAC on LM3s,8 direct contact with multiple roots,9 longer contact length,10 and dumbbell-shaped compression of the decorticated IAC11 are reliable predictors of IANI. However, the routine use of CBCT is not recommended except in cases with clear clinical reservations after PAN.12 On PAN images, clinicians should determine the direct LM3–IAN contact that requires the application of additional CBCT.
Deep learning architectures based on artificial intelligence (AI) have been reported in a diversity of healthcare systems, including the dentistry field.13,14 AI has potential and helpful qualities that can improve the interpretation of imaging datasets for diagnosing dental conditions, such as dental caries,15 periodontal disease,16 mandibular fractures,17 and maxillary sinusitis.18 Regarding LM3 on PAN images, deep learning models have been applied for its detection,19 development staging,20 prediction of eruption,21 evaluation of extraction difficulties,22 risk of IANI,23 and the anatomical LM3–IAN association.24, 25, 26, 27
Unlike the conventional deep learning methods with two-stage object detection, such as region-based convolution neural network (R-CNN), You Only Look Once (YOLO) can simultaneously handle the detection and classification of target images in one framework.28 Although YOLO is useful in the identification of radiolucent lesions of the jaw on PAN images,29,30 studies on its application in imaging studies prior to LM3 surgery are limited. Recently, Zhu et al.26 showed the automated detection of contact between LM3s and IAN. Nevertheless, an external validation was not performed. The current study developed a deep learning model using YOLO for automatically evaluating the associations between the LM3 roots and IAN. Further, its performance was compared with that of oral surgeons using original and external datasets to enhance generalizability.
Materials and methods
Data collection
This study was approved by the internal review boards of our institution and was conducted according to the principles of the Declaration of Helsinki. We collected PAN and CBCT images from 384 patients who underwent LM3 surgery from October 2010 to May 2020 at Osaka University Dental Hospital as the original dataset and from 58 patients from January 2015 to March 2021 at Ikeda City Hospital as the external dataset. PAN images were acquired from the former institution using a Hyper-X unit (Asahi Roentgen Ind. Co., Ltd., Kyoto, Japan) with exposure parameters of 64 kV and 8 mA, exposure time of 12 s, and pixel size of 96 mm, and from the latter institution using AUGE SOLIO Z CM (Asahi Roentgen Ind. Co., Ltd.) with exposure parameters of 72 kV and 12 mA, exposure time of 12 s, and pixel size of 120 mm.31
Patients whose LM3 were localized with proximity to IAC on PAN and those with abnormal root shape features were candidates for preoperative CBCT. The associations between LM3s and IAC were categorized into the contact and intact groups based on the absence and presence of a cortical wall of the IAC on the LM3 on coronal CBCT images, respectively.9
Sample preparation
In total, 579 images from 384 patients in the original dataset were randomly separated into the training (83%, 483 images with 266 contact and 217 intact LM3s) and testing (17%, 96 images with 54 contact and 42 intact LM3s) datasets (Fig. 1). Further, 58 images from the external dataset included 39 contact and 19 intact LM3s. All images were JPEG files that were resized to 320 × 320 pixels. To augment the amount of training data for deep learning, PAN images were flipped horizontally and rotated by 5° and −5°, resulting in four types of AIs: type I, trained with the original set with 483 images; type II, trained with the dataset for type I and the 5° rotation image augmentation set; type III, trained with the dataset for type II and the flip-image augmentation set; and type IV, trained with the dataset for type III and the −5° rotation image augmentation set. The best model was used as the final AI model for testing.
Figure 1.
Sequence of steps in the deep learning models. Of 579 lower third molars in the original dataset, 483 and 96 were used for the AI model training and testing, respectively. The type I image set comprised the original images only. Meanwhile, the type II, III, and IV image sets were added to augment images with 5° rotated images, 5° rotated and horizontally flipped images, and ±5° rotated and flipped images, respectively. After cropping images and annotating based on CBCT data, the AI models were constructed using YOLO version 3 (YOLOv3).28 In total, 94 (97.9%) of 96 images in the original dataset and 55 (94.8%) of 58 images in the external dataset were detected using the final AI model. These images were used for performance evaluation.
Each image was labeled manually by a drawing rectangular bounding box focusing around the LM3 using labeling and annotated to contact or intact. We used the YOLO version 3 (YOLOv3) algorithm,28 an object detection application system, with Darknet53.cov74 feature extractor, which comprises 53 convolutional layers (Fig. 2). Down-sampling the input images at different levels and extracting their features can predict bounding boxes at three scales. Up-sampled layers have fine characteristics, thereby improving small object detection. Instead, of softmax function, cross-entropy loss and logistic regression were used for class predictions in each bounding box.
Figure 2.
YOLOv3 architecture. YOLOv3 predicts three three-dimensional tensors corresponding to different scales for each training data at the predicted time.
Evaluation of performance
The performance of the best AI model was compared with that of five oral surgeons from our department who have at least one year of experience in LM3 surgery. After excluding undetectable images using the AI model, the evaluation of LM3 images for testing was performed in the original and external datasets. If the LM3–IAN association was classified accurately, it was assigned as true positive (TP) or true negative (TN). When an evaluation result incorrectly indicated the LM3–IAN contact, it was labeled as false positive (FP). The opposite error was labeled as false negative (FN). Classification performance was evaluated based on the following metrics: accuracy, recall (sensitivity), precision, and f1-score.
| Accuracy = (TP + TN) / (TP + TN + FP + FN). |
| Recall (sensitivity) = TP / (TP + FN). |
| Precision = TP / (TP + FP). |
| F1-score = 2 × precision × recall / (precision + recall). |
Results
The performance of four AIs based on the learning steps from type I to type IV was evaluated (Table 1). With the learning steps of data augmentation, the detection rate, accuracy, precision, and f1-score, but not recall, gradually improved. We used type IV as the final model, which detected 94 (97.9%) of 96 images with 53 contact and 41 intact LM3s. The accuracy, recall, precision, and f1-score were 0.894, 0.925, 0.891, and 0.908, respectively (Table 2). The average evaluation metrics of the oral surgeons were as follows: accuracy, 0.628; recall, 0.821; precision, 0.607; and f1-score, 0.698.
Table 1.
Performance of deep learning models with or without data augmentation.
| Deep learning model | Data augmentation | Detection rate | Accuracy | Recall | Precision | F1-score |
|---|---|---|---|---|---|---|
| Type I | None | 0.656 | 0.469 | 0.972 | 0.673 | 0.795 |
| Type II | +5° rotation | 0.917 | 0.761 | 0.833 | 0.755 | 0.792 |
| Type III | +5° rotation, horizontal flip | 0.896 | 0.779 | 0.851 | 0.769 | 0.808 |
| Type IV (final) | ±5° rotation, horizontal flip | 0.979 | 0.894 | 0.925 | 0.891 | 0.908 |
Type I, trained with the original set with 483 images of the lower third molars; Type II, trained with the dataset for Type I and the 5° rotation image augmentation set; Type III, trained with the dataset for Type II and the flip-image augmentation set; Type IV, trained with the dataset for type III and the −5° rotation image augmentation set.
Table 2.
Comparison of performance between the final deep learning model and oral surgeons.
| 94 images of the original dataset Osaka University |
55 images of the external dataset Ikeda City Hospital |
|||||||
|---|---|---|---|---|---|---|---|---|
| Accuracy | Recall | Precision | F1-score | Accuracy | Recall | Precision | F1-score | |
| OS. A | 0.606 | 0.771 | 0.587 | 0.667 | 0.527 | 0.486 | 0.720 | 0.580 |
| OS. B | 0.745 | 0.878 | 0.705 | 0.782 | 0.618 | 0.486 | 0.900 | 0.631 |
| OS. C | 0.564 | 0.880 | 0.557 | 0.682 | 0.600 | 0.459 | 0.895 | 0.607 |
| OS. D | 0.511 | 0.735 | 0.522 | 0.610 | 0.600 | 0.432 | 0.941 | 0.592 |
| OS. E | 0.713 | 0.840 | 0.689 | 0.757 | 0.727 | 0.622 | 0.958 | 0.754 |
| OS. average | 0.628 | 0.821 | 0.607 | 0.698 | 0.615 | 0.497 | 0.876 | 0.634 |
| Final deep learning model | 0.894 | 0.925 | 0.891 | 0.908 | 0.927 | 0.919 | 0.971 | 0.944 |
OS, oral surgeon.
Accuracy = [true positive (TP) + true negative (TN)] / [TP + TN + false positive (FP) + false negative (FN)].
Recall (sensitivity) = TP / (TP + FN).
Precision = TP / (TP + FP).
F1-score = 2 × precision × recall / (precision + recall).
In the external dataset, the final AI model detected 55 (94.8%) of 58 images with 37 contact and 18 intact LM3s. Its accuracy, recall, precision, and f1-score were 0.927, 0.919, 0.971, and 0.944, respectively. The accuracy, recall, precision, and f1-score of oral surgeons were 0.615, 0.497, 0.876, and 0.634, respectively. Hence, the metrics of the model were higher than those of oral surgeons.
Discussion
The development of IANI during LM3 surgery is primarily dependent on the anatomical LM3–IAN associations.5 IAN in close contact with LM3s can be at risk of intraoperative exposure; thus, IANI can more likely to develop,32 with approximately 20% increase in probability.33,34 Based on the current research, a successful improvement in the model's f1-score via data augmentation showed that it can be used to brush up the models with the highest stability. The final model performed better than oral surgeons. In the independent dataset on a different PAN system with different exposure conditions, the outperforming performance indicated the generalization ability and robustness of the YOLO model. With the clinical use of the deep learning model, unnecessary radiation exposure of CBCT could be prevented if it is applied to determine direct LM3–IAC contact on PAN.
The cortication defect of IAC on the LM3 root is a reliable predictor of IANI.8 Rood and Shehab6 presented seven PAN signs, including four root-related and three IAC-related signs to assess the LM3–IAN association correlated with IANI during LM3 surgery. Of those signs, the interruption of the white line35,36 and canal diversion37 are predictors of direct LM3–IAC contact. The concomitant presence of two or more of these signs were highly predictive of direct LM3–IAN contact.38 However, evaluating the contact on two-dimensional imaging based on human eyes can have an uncertain performance. In our previous study on IANI risk in PAN-featured models constructed via conventional logistic regression analysis,31 the model that includes variables associated with the Rood's signs had unreliable metric values in the external validation. However, it has an acceptable performance in the original sample. This instability was attributed to difficulties in the identification of Rood's signs on PAN images under different settings using the human eyes.
The performance of oral surgeons had relatively high recall and low precision in the original dataset and low recall and high precision in the external dataset. Considering that the oral surgeons’ criteria for determining the LM3–IAN contact on PAN images were invariant between the two tests, this trade-off status of recall and precision may be explained by the difference in the proportion of contact LM3 (positive cases) between the two datasets. The higher proportion of contact cases led to increased precision score (positive predictive value) in the external dataset from Ikeda City Hospital (37 contact of 55 LM3s, 67%), where additional CBCT after PAN might have been more strictly applied than in Osaka University (53 contact of 94 LM3s, 56%). Nevertheless, the AI model showed highly stable performance in both tests using the original and external datasets; however, there were a few undetectable cases. Taken together, the deep learning system could accelerate the initial investigation by helping in decision-making to additional CBCT based on PAN images; however, it cannot completely replace the human eyes.
The deep learning systems of the ResNet50 have been shown to determine the contact between LM3s and IAC.24 Among these models, ResNet50v2 with SAM optimization was the best, with an accuracy of 0.866, precision of 0.816, recall of 0.791, and f1-score of 0.800. Because the image detection-based ResNet50 cannot display the bounding box, it is unclear whether the LM3s are recognizable visually. Meanwhile, the YOLOv3, an object detection system, had better performance in all the evaluation metrics of this study. Zhu et al.26 has recently shown that the performance of YOLOv4 was similar to that of our AI model in determining the LM3–IAC contact with a recall of 0.917, precision of 0.887, and f1-score of 0.902. It is more advantageous to visualize the recognition of LM3s and evaluation status of the LM3–IAC associations on the monitor screen in the clinical settings, thereby indicating the feasibility of the YOLO-driven system for clinical use.
The current study had some limitations. First, we only utilized YOLO, and it was not compared with other algorithms, such as Faster R-CNN, two-stage detection system. However, Celik19 has shown that YOLOv3 has an excellent performance in LM3 detection on PAN (0.96 of mAP@0.5), with metric values superior to those of ResNet50 (0.91), VGG16 (0.87), and AlexNet (0.86). Second, the current model classified the presence or absence of direct LM3–IAN contact alone. Further analysis of combined IANI predictors, such as bucco-lingual positioning and degree of IAC compression, based on optimized data should be performed to automatically evaluate the risk of LM3 surgery with the YOLO-driven model in real-world clinical settings.
In conclusion, the YOLO-based AI model with data augmentation for determining the anatomical LM3–IAN association of direct contact on PAN images had a predominantly superior performance to that of oral surgeons in the original and external datasets. Hence, in the future, the deep learning technology can be utilized as a clinical decision-making tool to help oral surgeons perform additional CBCT to assess direct LM3–IAN contact in cases of LM3 roots overlapping the IAC on PAN images.
Declaration of competing interest
The authors have no conflicts of interest relevant to this article.
Acknowledgments
This study was supported by Social Smart Dental Hospital project at Osaka University Dental Hospital (J190801043). The funder had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
References
- 1.Lopes V., Mumenya R., Feinmann C., Harris M. Third molar surgery: an audit of the indications for surgery, post-operative complaints and patient satisfaction. Br J Oral Maxillofac Surg. 1995;33:33–35. doi: 10.1016/0266-4356(95)90083-7. [DOI] [PubMed] [Google Scholar]
- 2.Cheung L.K., Leung Y.Y., Chow L.K., Wong M.C., Chan E.K., Fok Y.H. Incidence of neurosensory deficits and recovery after lower third molar surgery: a prospective clinical study of 4338 cases. Int J Oral Maxillofac Surg. 2010;39:320–326. doi: 10.1016/j.ijom.2009.11.010. [DOI] [PubMed] [Google Scholar]
- 3.Korkmaz Y.T., Kayipmaz S., Senel F.C., Atasoy K.T., Gumrukcu Z. Does additional cone beam computed tomography decrease the risk of inferior alveolar nerve injury in high-risk cases undergoing third molar surgery?Does CBCT decrease the risk of IAN injury? Int J Oral Maxillofac Surg. 2017;46:628–635. doi: 10.1016/j.ijom.2017.01.001. [DOI] [PubMed] [Google Scholar]
- 4.Leung Y.Y., McGrath C., Cheung L.K. Trigeminal neurosensory deficit and patient reported outcome measures: the effect on quality of life. PLoS One. 2013;8 doi: 10.1371/journal.pone.0077391. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Kang F., Sah M.K., Fei G. Determining the risk relationship associated with inferior alveolar nerve injury following removal of mandibular third molar teeth: a systematic review. J Stomatol Oral Maxillofac Surg. 2020;121:63–69. doi: 10.1016/j.jormas.2019.06.010. [DOI] [PubMed] [Google Scholar]
- 6.Rood J.P., Shehab B.A. The radiological prediction of inferior alveolar nerve injury during third molar surgery. Br J Oral Maxillofac Surg. 1990;28:20–25. doi: 10.1016/0266-4356(90)90005-6. [DOI] [PubMed] [Google Scholar]
- 7.Ghaeminia H., Meijer G.J., Soehardi A., Borstlap W.A., Mulder J., Berge S.J. Position of the impacted third molar in relation to the mandibular canal. Diagnostic accuracy of cone beam computed tomography compared with panoramic radiography. Int J Oral Maxillofac Surg. 2009;38:964–971. doi: 10.1016/j.ijom.2009.06.007. [DOI] [PubMed] [Google Scholar]
- 8.Wang D., Lin T., Wang Y., et al. Radiographic features of anatomic relationship between impacted third molar and inferior alveolar canal on coronal CBCT images: risk factors for nerve injury after tooth extraction. Arch Med Sci. 2018;14:532–540. doi: 10.5114/aoms.2016.58842. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Kubota S., Imai T., Nakazawa M., Uzawa N. Risk stratification against inferior alveolar nerve injury after lower third molar extraction by scoring on cone-beam computed tomography image. Odontology. 2020;108:124–132. doi: 10.1007/s10266-019-00438-2. [DOI] [PubMed] [Google Scholar]
- 10.Imai T., Nishimoto A., Kubota S., Nakazawa M., Uzawa N. Predictive scoring model for inferior alveolar nerve injury after lower third molar removal based on features of cone-beam computed tomography image. J Stomatol Oral Maxillofac Surg. 2022;123:136–141. doi: 10.1016/j.jormas.2021.06.007. [DOI] [PubMed] [Google Scholar]
- 11.Shiratori K., Nakamori K., Ueda M., Sonoda T., Dehari H. Assessment of the shape of the inferior alveolar canal as a marker for increased risk of injury to the inferior alveolar nerve at third molar surgery: a prospective study. J Oral Maxillofac Surg. 2013;71:2012. doi: 10.1016/j.joms.2013.07.030. –9. [DOI] [PubMed] [Google Scholar]
- 12.Matzen L.H., Berkhout E. Cone beam CT imaging of the mandibular third molar: a position paper prepared by the European Academy of DentoMaxilloFacial Radiology (EADMFR) Dentomaxillofacial Radiol. 2019;48 doi: 10.1259/dmfr.20190039. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Corbella S., Srinivas S., Cabitza F. Applications of deep learning in dentistry. Oral Surg Oral Med Oral Pathol Oral Radiol. 2021;132:225–238. doi: 10.1016/j.oooo.2020.11.003. [DOI] [PubMed] [Google Scholar]
- 14.Schwendicke F., Samek W., Krois J. Artificial intelligence in dentistry: chances and challenges. J Dent Res. 2020;99:769–774. doi: 10.1177/0022034520915714. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Lian L., Zhu T., Zhu F., Zhu H. Deep learning for caries detection and classification. Diagnostics. 2021;11:1672. doi: 10.3390/diagnostics11091672. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Lee J.H., Jeong S.N. Efficacy of deep convolutional neural network algorithm for the identification and classification of dental implant systems, using panoramic and periapical radiographs: a pilot study. Medicine (Baltimore) 2020;99 doi: 10.1097/MD.0000000000020787. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Son D.M., Yoon Y.A., Kwon H.J., An C.H., Lee S.H. Automatic detection of mandibular fractures in panoramic radiographs using deep learning. Diagnostics. 2021;11:933. doi: 10.3390/diagnostics11060933. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Mori M., Ariji Y., Katsumata A., et al. A deep transfer learning approach for the detection and diagnosis of maxillary sinusitis on panoramic radiographs. Odontology. 2021;109:941–948. doi: 10.1007/s10266-021-00615-2. [DOI] [PubMed] [Google Scholar]
- 19.Celik M.E. Deep learning based detection tool for impacted mandibular third molar teeth. Diagnostics. 2022;12:942. doi: 10.3390/diagnostics12040942. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Merdietio Boedi R., Banar N., De Tobel J., Bertels J., Vandermeulen D., Thevissen P.W. Effect of lower third molar segmentations on automated tooth development staging using a convolutional neural network. J Forensic Sci. 2020;65:481–486. doi: 10.1111/1556-4029.14182. [DOI] [PubMed] [Google Scholar]
- 21.Banar N., Bertels J., Laurent F., et al. Towards fully automated third molar development staging in panoramic radiographs. Int J Leg Med. 2020;134:1831–1841. doi: 10.1007/s00414-020-02283-3. [DOI] [PubMed] [Google Scholar]
- 22.Yoo J.H., Yeom H.G., Shin W., et al. Deep learning based prediction of extraction difficulty for mandibular third molars. Sci Rep. 2021;11:1954. doi: 10.1038/s41598-021-81449-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Kim B.S., Yeom H.G., Lee J.H., et al. Deep learning-based prediction of paresthesia after third molar extraction: a preliminary study. Diagnostics. 2021;11:1572. doi: 10.3390/diagnostics11091572. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Sukegawa S., Tanaka F., Hara T., et al. Deep learning model for analyzing the relationship between mandibular third molar and inferior alveolar nerve in panoramic radiography. Sci Rep. 2022;12 doi: 10.1038/s41598-022-21408-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Choi E., Lee S., Jeong E., et al. Artificial intelligence in positioning between mandibular third molar and inferior alveolar nerve on panoramic radiography. Sci Rep. 2022;12:2456. doi: 10.1038/s41598-022-06483-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Zhu T., Chen D., Wu F., Zhu F., Zhu H. Artificial intelligence model to detect real contact relationship between mandibular third molars and inferior alveolar nerve based on panoramic radiographs. Diagnostics. 2021;11:1664. doi: 10.3390/diagnostics11091664. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Fukuda M., Ariji Y., Kise Y., et al. Comparison of 3 deep learning neural networks for classifying the relationship between the mandibular third molar and the mandibular canal on panoramic radiographs. Oral Surg Oral Med Oral Pathol Oral Radiol. 2020;130:336–343. doi: 10.1016/j.oooo.2020.04.005. [DOI] [PubMed] [Google Scholar]
- 28.Redmon J., Farhadi A. 2018. YOLOv3: an incremental improvement. arXiv. 1804.02767. [Google Scholar]
- 29.Yang H., Jo E., Kim H.J., et al. Deep learning for automated detection of cyst and tumors of the jaw in panoramic radiographs. J Clin Med. 2020;9:1839. doi: 10.3390/jcm9061839. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Kwon O., Yong T.H., Kang S.R., et al. Automatic diagnosis for cysts and tumors of both jaws on panoramic radiographs using a deep convolution neural network. Dentomaxillofacial Radiol. 2020;49 doi: 10.1259/dmfr.20200185. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Kubota S, Imai T, Nishimoto A, Amekawa S, Uzawa N. External validation of cone-beam computed tomography- and panoramic radiography-featured prediction models for inferior alveolar nerve injury after lower third molar removal: proposal of a risk calculator. Odontology (in press). 10.1007/s10266-022-00716-6 [DOI] [PubMed]
- 32.Reia V.C.B., de Toledo Telles-Araujo G., Peralta-Mamani M., Biancardi M.R., Rubira C.M.F., Rubira-Bullen I.R.F. Diagnostic accuracy of CBCT compared to panoramic radiography in predicting IAN exposure: a systematic review and meta-analysis. Clin Oral Invest. 2021;25:4721–4733. doi: 10.1007/s00784-021-03942-4. [DOI] [PubMed] [Google Scholar]
- 33.Tay A.B., Go W.S. Effect of exposed inferior alveolar neurovascular bundle during surgical removal of impacted lower third molars. J Oral Maxillofac Surg. 2004;62:592–600. doi: 10.1016/j.joms.2003.08.033. [DOI] [PubMed] [Google Scholar]
- 34.Leung Y.Y., Cheung L.K. Risk factors of neurosensory deficits in lower third molar surgery: an literature review of prospective studies. Int J Oral Maxillofac Surg. 2011;40:1–10. doi: 10.1016/j.ijom.2010.09.005. [DOI] [PubMed] [Google Scholar]
- 35.Al Ali S., Jaber M. Correlation of panoramic high-risk markers with the cone beam CT findings in the preoperative assessment of the mandibular third molars. J Dent Sci. 2020;15:75–83. doi: 10.1016/j.jds.2019.08.006. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Bhardwaj P., Bhardwaj Y., Ram R., Parmar M., Ghezta N., Sinha A. Radiographic factors associated with inferior alveolar nerve exposure during mandibular third molar surgery and their influence on neurosensory deficit: a prospective study. J Oral Biol Craniofac Res. 2022;12:818–822. doi: 10.1016/j.jobcr.2022.08.025. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Tassoker M. Diversion of the mandibular canal: is it the best predictor of inferior alveolar nerve damage during mandibular third molar surgery on panoramic radiographs? Imaging Sci Dent. 2019;49:213–218. doi: 10.5624/isd.2019.49.3.213. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Monaco G., Montevecchi M., Bonetti G.A., Gatto M.R., Checchi L. Reliability of panoramic radiography in evaluating the topographic relationship between the mandibular canal and impacted third molars. J Am Dent Assoc. 2004;135:312–318. doi: 10.14219/jada.archive.2004.0179. [DOI] [PubMed] [Google Scholar]


