Malocclusion and dentofacial deformities are significant dental problems that impact both esthetics and function. The goal of orthodontics is to prevent, intercept, and treat malocclusion and dentofacial abnormalities.[1] In recent years, an increasing number of patients have been undergoing orthognathic surgery to reposition the jaw. Orthognathic surgery is necessary to correct severe occlusal discrepancies and dentofacial deformities that cannot be adequately addressed by orthodontic treatment alone. The predictability of orthognathic surgery is crucial for treatment planning and obtaining informed consent, and it must, therefore, be discussed with the patient before treatment.[2]
Patients typically receive initial information and advice about orthodontic treatment from general dentists. Although they are eventually referred to a specialist, general practitioners play a vital role in communication between patients and orthodontists.[3] Consequently, a precise pre-operative screening tool for orthognathic surgery is essential for informing patients about the invasiveness of the procedure and financial considerations.
Before orthognathic surgery, cephalometric analysis is a standard tool for orthodontic screening. Previously, cephalometric tracings were performed manually, a process that is time-consuming and requires specialists in orthodontics and maxillofacial surgery for intricate interpretations. Manual tracing also has disadvantages, including errors in tracing, landmark identification, and measurement reproducibility. To address these limitations, advancements in computer technology have led to the digitalization of cephalometric analysis. Similarly, clinical decision support systems have been developed to enhance clinicians’ complex decision-making processes. These systems have been applied in orthodontics for various tasks. For instance, artificial intelligence (AI) assists with treatment planning for orthodontic treatment[4,5] and orthognathic surgery diagnosis.[6,7]
Various angular and linear cephalometric measurements, such as the ANB angle and Wits appraisal, have been suggested to evaluate the sagittal maxillomandibular discrepancies. However, these parameters often rely on unstable landmarks due to growth or poor reproducibility. In contrast, the MKG angle is a novel parameter that does not depend on uncertain landmarks or the functional occlusal plane. It utilizes three stable points: point M (the midpoint of the premaxilla), point K (the lowest point on the outline of the key ridge), and point G (the midpoint of the mandibular symphysis).[8]
This study applied MKG parameters to artificial neural network (ANN) machine-learning algorithms on two-dimensional (2D) lateral cephalograms to develop a decision-making system for orthognathic diagnosis. Therefore, the objective of this study was to develop a clinical decision support system using the MKG angle as a neural network parameter, serving as a pre-operative screening tool for predicting the need for orthognathic surgery.
MATERIAL AND METHODSThis study was divided into four main parts: Ethics approval, data collection, object detection, and model construction.
Data collectionThe samples used in this retrospective study consisted of 494 2D digital lateral cephalograms taken with the CS9000C or the Kodak 9000C (Carestream Health, Inc., Atlanta, GA, USA) from patients who visited the Department of Oral and Maxillofacial Radiology, Faculty of Dentistry, Mahidol University, Bangkok, Thailand, between 2012 and 2021. The inclusion criteria were Thai ethnicity, age between 20 and 40 years, and the presence of permanent dentition. Exclusion criteria included individuals with missing teeth or unerupted permanent teeth, except for third molars, as well as those with recognizable craniofacial abnormalities, deformities, or prior orthodontic treatment, plastic surgery, or other maxillofacial surgery. The MKG angle, based on the definitions provided in [Table 1] and utilizing three skeletal anatomical landmarks, is a novel parameter for assessing the sagittal relationship between the maxilla and mandible. This angle was measured by investigators and specialists for all subjects.
Table 1: The definitions of three skeletal anatomical landmarks of MKG angle.
Anatomical landmarks Definitions M Midpoint of the premaxilla. This point is identifiedby the center of the largest circle placed tangent to the premaxilla’s anterior, superior (represented by the nasal floor), and palatal surfaces. K The lowest point of infrazygomatic crest is a strongbone buttress that serves as a support for the maxillary first molar. G Center of the largest circle placed tangent to the mandibular symphysis’s internal inferior, anterior, and posterior surfaces.To determine the centers of the premaxilla and mandibular symphysis, a template consisting of circles with diameters increasing in 0.5-mm increments was created. The center of the template’s circle was used to determine points M and G in the tracings. For all samples, the automatic digital cephalometric tracing tool WebCeph™ software (AssembleCircle Corp., Gyeonggi-do, Republic of Korea) was used to trace three reference points (point M, point K, and point G) and to measure the MKG angle from each patient’s digital lateral cephalometric radiograph. The tracings and measurements performed by this software were compared to conventional tracing, which is considered one of the gold-standard diagnostic aids in orthodontics.[9] All tracings and measurements were performed by three calibrated investigators – one investigator had previously received training from an orthodontist, while the other two were experienced orthodontists: SM, who has 25 years of experience and is currently an Associate Professor, and ST, who has 20 years of experience and is currently an Assistant Professor. To examine measurement errors, the investigators independently took measurements under the same environmental conditions. All images were identified by codes and analyzed in random order to ensure blinding of the investigators.
Object detectionThe Vision Marker II, a web tool developed by Digital Storemesh, was employed to manually annotate all 494 radiographic images. These annotations were subsequently validated by expert orthodontists. Following this validation, Region-based Convolutional Neural Network (R-CNN)-based Keypoint detection models were incorporated into Detectron2,[10,11] a platform from Facebook AI Research created in Google Colaboratory for object detection. This platform facilitated Python coding and execution for locating and labeling three skeletal anatomical landmarks, as well as for measuring the MKG angle [Figure 1].
Figure 1: Lateral cephalometric radiograph, labeled by Detectron2, shows three anatomical landmarks (M, K, and G points) connected by a green line to illustrate the MKG angle, with its value displayed in blue.Export to PPT
Model constructionA total of 494 individuals were randomly allocated to either the learning set (also known as the training set) or the test set, and 396 were assigned to the learning set while 98 were assigned to the test set. The learning set served as the data from which the algorithm learned to generate the predictive model. Overfitting can occur when the model excels at classifying samples in the training set but fails to generalize to unseen data samples. To mitigate this risk, a validation set was separated from the training set and used to validate the model performance during training. Iterative learning was terminated when validation errors no longer decreased significantly, and the best-fit model was selected. The final model was then applied to the test set, which was used to evaluate its performance and provide an unbiased final model performance metric. A visual representation of the training, test, and validation split is shown in [Figure 2].
Figure 2: Train-valid-test split in machine learning.Export to PPT
The MKG angle measurement values from the lateral cephalograms were used as input for the ANN. Normalization was performed to scale the input data to a range from 0 to 1. The applied machine-learning model comprised a four-layer neural network: An input layer, two hidden layers (with 64 nodes in the first layer and 24 nodes in the second layer), and an output layer. The model underwent training for 10,000 epochs with a batch size of 32 and a learning rate of 0.01. Activation functions were applied to enhance deep network learning, utilizing a rectified linear unit[12] for the hidden layers and a sigmoid function for the output layer. The neural network models were generated using Keras,[13] a neural network framework in Python, within the Google Colaboratory. Python was also employed for adjusting weight values through backpropagation. The precision of the model was assessed and statistically processed.
Finally, the outcome was displayed as a number between 0 and 1. If the output approached the value of 1, orthognathic surgery was recommended. In contrast, non-orthognathic surgery would be considered if the output reached 0.
Statistical analysisFor object detection, the agreement between two measurement methods used in data collection, WebCeph™, and the object detection model, was assessed using the Intraclass Correlation Coefficient (ICC). The significance level was set at P < 0.001 with a 95% confidence interval. These analyses were conducted using the Statistical Package for the Social Sciences (SPSS) Statistics 18.0 (SPSS Inc., Chicago, IL, USA).
For model construction, comprehensive statistical approaches were employed. These included analyzing the training loss graph to monitor the model’s performance over epochs. In addition, a confusion matrix was utilized to evaluate the model’s accuracy and assess its predictive capabilities.
RESULTSThe study included 494 cases with Class I, II, and III skeletal relationships, which were analyzed by two experienced orthodontists (SM and ST). Of these cases, 118 (23.89%) exhibited a Class I skeletal pattern, 95 (19.23%) exhibited a Class II skeletal pattern, and 281 (56.88%) exhibited a Class III skeletal pattern.
The automated digital cephalometric tracing tool, WebCeph™, was employed to measure all 494 samples, demonstrating a comparable level of precision and accuracy to manual measurements. It located anatomical landmarks of interest, such as the MKG angle, and these locations and measurements were subsequently verified by experienced orthodontists (SM and ST). The agreement between the two measurement methods, WebCeph™, and the object detection model, demonstrates almost perfect agreement, as evidenced by the ICC value of 0.983 within the 95% confidence interval (P < 0.001). In addition, a plot comparing MKG angle measurements from the two methods is presented in [Figure 3] to further illustrate the agreement.
Figure 3: The plot compares MKG angle measurements from two methods, WebCeph™ and the object detection model, with each red dot representing an individual data point to demonstrate the high agreement between the measurements.Export to PPT
A loss function was utilized to assess the performance of the object detection model. As the output approaches 0, it indicates the model’s performance and successful training. The training loss value for the object detection model is 3.0510, as illustrated by the graph showing a continuous decrease in loss until it stabilized [Figure 4]. Model performance metrics, such as the root mean square error (RMSE) [14] and the percentage of detected joints (PDJ)[15] were also employed. The RMSE value was measured at 2.68 pixels. The PDJ, which was computed with a threshold of 0.05, measured the distance between the prediction and the ground truth, resulting in a value of 0.99, indicating a high level of accuracy.
Figure 4: The object detection model’s training loss graph, which was completed by Python in Google Colaboratory, illustrates a decrease in training loss to the point of stability. The value of the training loss is 3.0510.Export to PPT
For model construction, the model achieved an orthognathic surgery diagnosis accuracy of 70.41%, with a training loss value of 0.6163. The training loss graph for predicting orthognathic surgery shows a decrease in training loss until it reaches a point of stability, as illustrated in [Figure 5]. In addition, instances of misdiagnosis are shown in a confusion matrix [Figure 6], which indicates that out of 98 cases, 29 were misdiagnosed. The sensitivity of the model was 72.5%, and the specificity was 68.97%.
Figure 5: The training loss graph of the model for predicting orthognathic surgery illustrates a decrease in training loss to the point of stability. The value of the training loss is 0.6163.Export to PPT
Figure 6: A confusion matrix illustrating classification results for orthognathic surgery cases, showing 29 true positives, 11 false negatives, 18 false positives, and 40 true negatives out of a total of 98 cases. The colors range from darker shades (indicating lower values) to lighter shades (indicating higher values), visually emphasizing the distribution of classifications.Export to PPT
DISCUSSIONThis study reports the development of a decision-making system for orthognathic diagnosis utilizing novel anatomical landmarks, specifically the MKG angle, which comprises points M, K, and G that represent distinct anatomical features. This system is based on a Keypoint R-CNN for locating and annotating these anatomical points. The Keypoint R-CNN is a type of neural network recognized for its effectiveness in object localization within 2D images. The Keypoint R-CNN can accurately identify boundary points for various categories of objects.[16]
Cephalometric analysis is a standard tool for pre-operative orthodontic screening, definitive diagnosis, decision-making, and treatment planning. It illustrates the relationships between skeletal structures, teeth, and facial soft tissues.[17] Despite being considered the “gold standard,” manual cephalometric tracing and analysis are time-consuming. WebCeph™, a 2D AI-driven cephalometric software, is now available as both a web-based platform and a mobile phone application. This software stands out for its AI-powered automated identification of anatomical landmarks and measurements. It has demonstrated strong agreement with manual tracing, making it a valuable tool for routine cephalometric analysis and clinical research.[9,18]
In this study, there was almost perfect agreement between the two measurement methods, WebCeph™, and the object detection model. Moreover, the model performance metrics, including RMSE and PDJ values, demonstrated a satisfactory level of accuracy.
In previous studies, the success rates of neural network-based decision support systems for orthognathic surgery were investigated. Choi et al.[6] utilized an ANN-based system, demonstrating a 96% diagnostic agreement between the actual diagnosis and the AI model’s prediction. Similarly, Lee et al.[19] employed deep convolutional neural networks, achieving diagnostic agreement rates ranging from 95.4% to 96.4%. In addition, Chaiprasittikul et al.[7] developed and validated a Keypoint R-CNN specifically for lateral cephalometric image detection and deep learning classification, showing a diagnostic agreement of 96.3%. While no previous studies have utilized the MKG angle as a parameter, this study applies the MKG angle to an ANN machine-learning algorithm using 2D lateral cephalograms. This novel approach establishes the MKG angle as a key component in a pre-operative decision-making system for orthognathic diagnosis.
However, the accuracy of deep learning models significantly depends on the volume of available training data. To enhance our model’s accuracy, future research could focus on augmenting the training set.
Annotating the reference locations for the MKG angle (points M and G) manually can be challenging. The M point is located at the midpoint of the largest circle that touches the surfaces of the premaxilla and the nasal floor, while the G point refers to the midpoint of the largest circle that contacts the surfaces of the mandibular symphysis. In this study, constructing templates with circles that have diameters increasing in 0.5-mm increments can aid in accurately determining the centers of the premaxilla and mandibular symphysis. Furthermore, the utilization of 2D cone-beam computed tomography (CBCT) [20] may enhance the AI-assisted object detection method, allowing for more accurate localization of the M, K, and G reference points, thereby improving the prediction accuracy of the model in future studies.
Due to most samples originating from a tertiary hospital (the Faculty of Dentistry in an academic university, which receives referrals from primary and secondary care providers), the distribution of skeletal classes was unbalanced, particularly after 2015, with a predominance of individuals exhibiting Class III skeletal patterns and some borderline cases. This imbalance affected the accuracy of the deep learning results. In addition to increasing the sample size, balancing the distribution of skeletal classes (Class I, II, and III) and excluding borderline cases from the training set could improve the model’s learning ability, thereby enhancing prediction accuracy in future studies.
Since the ANN used only the MKG angle measurement values as input, the model’s ability to learn from other influential variables may have been limited. In addition, the potential of the MKG angle as a marker for assessing jaw discrepancy, discovered in 2020 by Chachada et al., has been supported by only a few studies.[8,21] Therefore, we suggest augmenting the training set with additional parameters, including the MKG angle along with other common cephalometric sagittal parameters such as ANB angle and Wits appraisal to enhance the model’s prediction capabilities and reduce the likelihood of misdiagnosis.
CONCLUSIONA supplementary tool for orthognathic screening, utilizing 2D digital lateral cephalograms and the MKG angle as a parameter, was developed by integrating a neural network model with clinical decision-making. To enhance its efficacy, this AI-assisted orthognathic screening could benefit from increasing the number of cephalograms in the training set and incorporating additional influential parameters. One approach could involve combining the MKG angle with other common cephalometric sagittal parameters in larger sample sizes, balancing the distribution of skeletal classes (Class I, II, and III), and excluding borderline cases. Furthermore, the utilization of 2D CBCT to address superimposed anatomical landmarks in future studies may improve diagnostic accuracy.
Comments (0)