Identification of dental implants using deep learning — pilot study
Abstract
Background
In some cases, a dentist cannot solve the difficulties a patient has with an implant because the implant system is unknown. Therefore, there is a need for a system for identifying the implant system of a patient from limited data that does not depend on the dentist’s knowledge and experience. The purpose of this study was to identify dental implant systems using a deep learning method.
Methods
A dataset of 1282 panoramic radiograph images with implants were used for deep learning. An object detection algorithm (Yolov3) was used to identify the six implant systems by three manufactures. To implement the algorithm, TensorFlow and Keras deep-learning libraries were used. After training was complete, the true positive (TP) ratio and average precision (AP) of each implant system as well as the mean AP (mAP), and mean intersection over union (mIoU) were calculated to evaluate the performance of the model.
Results
The number of each implant system varied from 240 to 1919. The TP ratio and AP of each implant system varied from 0.50 to 0.82 and from 0.51 to 0.85, respectively. The mAP and mIoU of this model were 0.71 and 0.72, respectively.
Conclusions
The results of this study suggest that implants can be identified from panoramic radiographic images using deep learning-based object detection. This identification system could help dentists as well as patients suffering from implant problems. However, more images of other implant systems will be necessary to increase the learning performance to apply this system in clinical practice.
Serial posts:
- Identification of dental implants using deep learning — pilot study
- Background : Identification of dental implants using deep learning
- Method : Identification of dental implants using deep learning
- Results & Discussion : Identification of dental implants using deep learning (1)
- Results & Discussion : Identification of dental implants using deep learning (2)
- Results & Discussion : Identification of dental implants using deep learning (3)
- Conclusion : Identification of dental implants using deep learning
- Figure 1: Sample image for calculating IoU (MK III implant)
- Figure 2. Total number of objects of each implant systemin all images.
- Figure 3. The total number of implant systems detected correctly (TPs)
- Figure 4. Ratio of implant systems detected correctly to all detected systems
- Figure 5. Average precision (AP) of each implant system in all images
- Figure 6. Sample images of misdetected implants