Next Article in Journal
Inflammatory Bowel Disease: Role of Vagus Nerve Stimulation
Next Article in Special Issue
Injectable Platelet-Rich Fibrin (I-PRF) Administered to Temporomandibular Joint Cavities: A Scoping Review
Previous Article in Journal
A Simpler Machine Learning Model for Acute Kidney Injury Risk Stratification in Hospitalized Patients
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Automatic Voxel-Based Method for Optimal Symmetry Plane Generation for the Maxillofacial Region in Severe Asymmetry Cases

Department of Mechanical Engineering, National Cheng Kung University, Tainan 701, Taiwan
*
Author to whom correspondence should be addressed.
J. Clin. Med. 2022, 11(19), 5689; https://doi.org/10.3390/jcm11195689
Submission received: 25 August 2022 / Revised: 19 September 2022 / Accepted: 22 September 2022 / Published: 26 September 2022
(This article belongs to the Special Issue Updates and Challenges in Maxillo-Facial Surgery)

Abstract

:
Symmetry is representative of aesthetics and health in all kinds of vertebrates, especially the human face. Therefore, to automatically locate the appropriate symmetry plane is crucial. The aim of this study was to develop an automatic and reliable method to determine the symmetry plane of the maxillofacial region. We compared the proposed method of determining the symmetry plane by assessing landmark-based and surface-based methods by way of quantitative symmetry assessments. Statistical analysis was applied to evaluate whether significant difference existed among these three kinds of symmetry planes. Twenty cases who had a diagnosis of severe facial asymmetry were evaluated retrospectively. The results showed that searching for the symmetry plane using a voxel-based method, named the optimal symmetry plane (OSP), achieved the most representative symmetry according to the outcomes of the trials. The OSP was significantly more symmetrical than the other two planes, as determined by other methods. The paired-voxel computation method proposed in this research is a robust and reliable method for identifying the unique symmetry plane for patients with severe facial asymmetry. Symmetry is of crucial significance for all kinds of vertebrates, including its clinical implications for surgical planning in orthognathic surgery.

1. Introduction

The degree of symmetry of the human face is related to personal appearance and attractiveness [1,2,3,4]. Furthermore, the asymmetry of the facial skeleton is considered to be a basis for assessing disease [5]. The facial skeleton has bilateral symmetry on the sagittal plane, which is the plane that divides the face into two halves [6]. To quantify facial symmetry, the symmetry plane is regarded as an important basis for evaluating whether the left and right parts are symmetrical for cosmetic or reconstructive surgery [7]. An inappropriate symmetry plane may cause unsatisfactory surgical outcomes and may have psychological implications for patients.
The symmetry plane is usually represented as a mid-line or mid-plane. In clinical practice, cephalometric analysis, which is based on 2D or 3D, manually identifies landmarks. It is the least complex and most common method for evaluating facial asymmetry and harmony [8,9,10,11]. In this method, the symmetry plane is also called the mid-sagittal plane (MSP). The location of the landmarks is determined by professional physicians; however, it varies from person to person. Therefore, the definition of MSP lacks a reliable and stable gold standard. Some research has been carried out to automate the steps of landmark identification [12,13,14]. However, to date, landmark identification on medical imaging for the purposes of generating the symmetry line or symmetry plane is still manual and recoded by a computer for subsequent fine-tuning. This approach is cumbersome and time-consuming, and well-trained operators are required.
To improve the reliability and robustness of symmetry plane identification, novel symmetry plane evaluation methods combined with mathematical approaches have been proposed. These methods are mostly mirroring and registration methods, such as morphometric methods and surface-based methods. Morphometric methods use the initial manual landmarks and surface data in a 3D model to calculate the symmetry plane using statistical techniques. Procrustes analysis is used to superimpose the original and mirrored surfaces. Then, rigid translation and rotation is performed according to the landmarks. Finally, the symmetry plane is defined by the midpoint of three corresponding original and mirrored landmarks [15]. However, this approach is not landmark-independent.
The surface-based method is a landmark-independent approach and usually generates the initial plane by principal component analysis (PCA). After mirroring one side of model across the initial plane, an iterative closest point (ICP) algorithm [16] is applied to register the source and mirrored cloud points. The algorithm operates iteratively until convergence to obtain the symmetry plane [17,18,19,20,21,22,23]. Surface-based methods can generate the symmetry plane using a semi-automated approach without landmark identification. Since the symmetry plane is obtained iteratively, the initial plane greatly affects the result. Furthermore, this method requires a central point to determine the symmetry plane. This point is often obtained by PCA or by using the average points of the facial skeleton model. Thus, for a patient who has severe asymmetry or local deformation, such as bony defects or prominences, the surface-based approach might generate a skewed symmetry plane.
The above methods combined with a machine learning technique is a novel approach for achieving a fully automatic evaluation. However, as with all machine learning methods, the training process of this approach is lengthy and cumbersome. In addition, it is necessary to prepare a large amount of data for training so that the symmetry plane may be close to ideal. According to a recent publication, the success rate of generating a symmetry plane for symmetrical images using their method was close to 99%. However, for asymmetry groups, further investigation is needed [24].
Currently, for patients who have severe facial asymmetry, the evaluation of the symmetry plane requires manual adjustment. Thus, this study aims to develop a voxel-based method for automatically extracting the optimal symmetry plane (OSP) of the maxillofacial skeleton using computer tomography (CT) imaging. The resulting planes are compared with two known approaches (landmark-based and surface-based methods) to evaluate the accuracy. Artificial variations are produced, such as a protrusion to simulate a tumor, to test the stability and robustness of the proposed method.

2. Materials and Methods

2.1. The Landmark-Based and Surface-Based Symmetry Plane

In this research, we compared a voxel-based approach with landmark-based and surface-based methods. The landmark-based and surface-based planes were generated based on 3D models reconstructed from masks on CT slices by the marching cubes method. The triangle-tessellated surfaces of the facial skeleton were stored in a stereolithographic (STL) format.
In clinical practice, the operator chooses three feature points on the maxillofacial skeleton to generate a symmetry plane. The feature points might be bony landmarks or the median point of two landmarks. In this research, the landmark-based plane was generated from three identified points, crista galli (CG), anterior nasal spine (ANS), and the midpoint of the most inferior point of the left and right orbital rim (OrR, OrL), which were identified by an orthodontist from National Cheng Kung University Hospital (NCKUH). The definition and position of the landmarks are shown in Table 1 and Figure 1, respectively.
The surface-based method that implemented in this research was similar to published approach [19,23]. It applied an iterative routine of mirroring and registration to generate a symmetry plane. The initial plane was estimated by PCA and separated the facial skeleton into two parts. The initial plane was also called PCA plane. Then, one side was mirrored to the other side across PCA plane. The non-mirrored and mirrored parts were registered by finding the closest point of each point between two parts through kd-tree structure. Then, the rotation and translation matrix was calculated to align the mirrored part with respect to the non-mirrored part. The above process was continued iteratively until convergence. The above process is also known as an ICP algorithm. After alignment, the rotation matrix was applied to update the symmetry plane. For a symmetry skull, the center point of the skull is always on the symmetry plane. Thus, the translation vector from ICP algorithm was not necessary for application to tune the symmetry plane. Unlike the publication that only ran the above procedure one time [19], in this research, we applied the above procedure iteratively to update the symmetry plane ten times, which was chosen empirically by Noori et al. [23].

2.2. The Voxel-Based Symmetry Plane

The voxel-based approach is a unique and robust method for evaluating the degree of facial symmetry [25]. This method differs from the published landmark-based method, as it takes the whole bone volume into account. The voxel-based symmetry plane was generated from a mask in CT slices during the model reconstruction process. A suitable threshold value was set for each slice, and they were built into masks to separate skeleton and soft tissue. The voxels were then constructed from multiple masked CT slices. Then, the symmetry plane was estimated by voxels. The voxel size depended on the pixel size in CT imaging. The height of the voxel was interpolated between every two slices.
A possible symmetry plane divided voxels into two parts. The two parts were mirrored by the given plane. A voxel was considered as paired if there was a relevant voxel found at the reflected position. The concept of paired voxels can be explained by degrading 3D space into a 2D image, as shown in Figure 2. The blue shades indicate the pixel containing the tissue of interest, and the yellow cross is marked as their center. The red line represents the potential symmetry plane. The red cross is the reflected location of the yellow cross mirrored, with respect to the red line. If a pixel contained both yellow (original) and red (reflected) crosses, the pixel was assigned as pair. Extending the concept of the paired pixel to a 3D space results in a paired voxel.
The symmetry ratio (SR) was defined to evaluate the symmetry degree of the symmetry plane as shown in following formula:
SR = [ v ( x ,   y ,   z ) × v ¯ ( x , y , z ) ] d x d y d z d x d y d z , v ( x , y , z ) × v ¯ ( x , y , z ) = { 1 , v ( x , y , z ) = v ¯ ( x , y , z )   0 , v ( x , y , z ) v ¯ ( x , y , z )  
where v(x, y, z) is the original voxel function, and v ¯   ( x , y , z ) is the bilateral voxel function corresponding to a given plane. Hence, the symmetry ratio represents paired voxels as a ratio of total voxels, in which 0 ≤ SR ≤ 1. For example, in Figure 2, the amounts of paired and total pixels were 30 and 41, respectively. Thus, the SR of this slice was 30/41 = 0.73.
Assuming that there is a potential symmetry plane E passing through the center of the facial skeleton,
E : ( sin φ cos θ ) x + ( sin φ sin θ ) y + ( cos φ ) z + d = 0
The initial plane was set up to the median plane of the bounding box of the voxelized model. Maximize the SR by changing φ , θ , and d in their domains,
max φ , θ , d f = S R ,   { 0 φ π , 0 θ π , 80 d 80
This plane was the most symmetrical plane of the facial skeleton and was named OSP, and its corresponding symmetry ratio was named as the optimal symmetry ratio (OSR).

2.3. Clinical Evaluation Test

In order to estimate the stability and robustness of the proposed method, artificial protrusions were created and added to a template to examine the stability and robustness of the voxel-based symmetry plane. The protrusions were a sphere with 1 mm thickness and six artificial models of spheres with a different radius, i.e., 5 mm, 10 mm, 20 mm, 30 mm, 40 mm, and 50 mm, which were added on the same position of mandible. The surface-based and voxel-based approach was applied to generate each symmetry plane. Furthermore, an advanced experiment was carried out to evaluate the accuracy of the proposed method. The OSP was compared with two different symmetry planes, which were generated by the landmark-based and surface-based method, respectively. After generating each symmetry plane, three assessments were calculated to quantify the symmetry, objectively. The algorithms were implemented by C++ programming language on a personal computer with a 3.6 GHz Intel Core i7-7700 CPU and 24 GB memory.
The retrospective testing evaluated twenty severe facial asymmetry patients, aged from 20 to 44 years old, including 7 males and 13 females. The inclusion criteria were adults who had been diagnosed with craniofacial dysplasia and had undergone orthognathic surgery at the NCKUH. Patients who had one of the following physical conditions, namely facial fracture, orthognathic revision surgery, or temporomandibular joint correction, were excluded from this study. The trial was approved by the Institutional Review Board (IRB) of NCKUH, number B-ER-107-416.
All patients underwent a spiral CT with 1.0 mm slice (SOMATOM Sensation 16; Siemens, Erlangen, Germany) and had a pre-surgical splint in their presetting CR position for CT scanning. The CT images were stored digitally in the Digital Imaging and Communication in Medicine (DICOM) format.

2.3.1. The Assessments of Symmetry

There were three symmetry assessments in this research: the Hausdorff distance, Jaccard similarity coefficient (JSC) [26], and Dice similarity coefficient (DSC) [27]. The 3D models of each case were separated into two parts by three generated symmetry planes. Then, the one side was reflected onto the other side across each plane to evaluate these assessments. The Hausdorff distance measures the maximum distance between two parts. In other words, it is the largest distance from a point in one part to the closest point in the other part.
HD ( A , B ) = max   ( max   a A d ( a , B ) , max   b B d ( b , A ) )
where A and B are the non-mirrored and mirrored point set, respectively. Function d ( a , B ) is the Euclidean distance between point a of point set A and point set B and vice versa. The smaller value of the Hausdorff distance indicates that two sets of points are closer.
The Jaccard similarity coefficient and Dice similarity coefficient are both ratios used for assessing the similarity and diversity of two overlapping sets. The Jaccard similarity coefficient is calculated by the volume of the intersection divided by volume of the union of two parts, A and B.
JSC ( A , B ) = A   B A   B = A   B A + B A   B
The Dice similarity coefficient is calculated by twice the volume of the intersection divided by the sum of the volume of the two parts, A and B.
DSC ( A , B ) = 2 ( A   B ) A + B
If the two coefficients approach 0, it indicates low similarity, while if they are close to 1, it indicates that the two parts are similar.

2.3.2. Statistical Analysis

The Wilcoxon signed-rank test was used to compare the symmetry assessments of three symmetry planes with each other. The statistical power of this analysis was 0.6. The type I error was α = 0.05, which assumed the null hypothesis H0 that the asymmetry assessments between each two methods were not different. If p < 0.05, it was considered as significant difference; otherwise, there was no significant difference between these two symmetry plane-generation methods. Symmetry assessments for each symmetry plane were considered, including HD, JSC, and DSC.

3. Results

We chose case #14 for the OSP robustness evaluation. The three symmetry planes of case #14 had similar symmetry assessments. Figure 3 demonstrates the artificial model with the 30 mm radius sphere, the original symmetry plane, and six symmetry planes, which were generated with different artificial models. Table 2 shows the comparisons of the surface-based symmetry plane (SSP) and OSP in the three assessments and the angle difference of the six variations of radius of the artificial protrusions. The angle difference was the 3D angle between each plane and the symmetry plane of the original skeleton, which had no artificial protrusion. The OSP of the artificial models with 5 mm and 10 mm protrusions completely coincided with the original OSP. Then, from 20 mm to 50 mm, the corresponding OSP slightly deflected from 0.29 to 1.21 degrees. However, the angular difference of the SSPs increased from 0.84 (5 mm) to 12.09 (50 mm) degrees. Except for the original and 5 mm planes, the OSPs were more symmetrical than the SSP in HD. The other two assessments showed that the corresponding OSP of all six models had a greater symmetry degree than their corresponding SSP.
Twenty cases were included in this research. The results of the comparison of the three different symmetry planes in the three assessments are shown in Table 3. The OSR of each of the OSPs are listed in the last column of Table 3. Based on HD, the three symmetry planes, i.e., landmark-based symmetry plane (LSP), SSP, and OSP, were more symmetric in 3, 2, and 15 cases, respectively. For the assessments of JSC and DSC, OSP had the highest ratio among the three planes. Thus, OSP was the most symmetrical plane according to these two assessments. The time cost of generating LSP, SSP, and OSP were 20, 271, and 575 s on average, respectively.
Figure 4 presents three cases that were included in this research. The LSP, SSP, and OSP are rendered in red, green, and blue in Figure 4, respectively. Case #17 (Figure 4a) was an orbital asymmetry case; thus, LSP was obviously deflected to one side. In this case, the OSP was more symmetric than the SSP and LSP in all assessments. Case #1, Figure 4b, due to the initial deflection of the PCA plane, resulted in incorrect SSP. The OSP was still the most symmetrical plane based on the three assessments. For case #14, the three symmetry planes had similar symmetry assessments. The OSP had the lowest symmetry degree according to HD. However, in JSC and DSC, the OSP was the most symmetric plane.
Table 4 shows the pairwise comparison between the three assessments of the three symmetry planes. There was no significant difference in the three assessments between the LSP and SSP. In contrast, there was a significant difference in the three assessments between the LSP and OSP or between the SSP and OSP. Thus, according to the statistical results, the OSP was significantly more symmetric than the LSP or SSP.

4. Discussion

In this research, we defined the landmark-based symmetry plane by three manually identified landmarks, CG, ANS, and the midpoint of OrL and OrR. However, for the patient who had orbital asymmetry, the two orbitals were not in an ideal reflection position and resulted in an inaccurate LSP. For example, case #17 (Figure 4a) had orbital asymmetry; therefore, the LSP had a low symmetry degree (JSC = 0.07).
The SSP of five cases (#1, #3, #5, #10, and #20) had a low symmetry degree (DSC < 0.20, JSC ≤ 0.10). This was because the initial plane, generated by PCA, had severe angular deflection. Furthermore, due to the severe facial asymmetry of these cases, the center of the facial skeleton defined by PCA was incorrect. Therefore, the iterative process could not converge to produce acceptable result. However, the surface-based approach that was implemented assumed that in a symmetry skull, the symmetry plane always contains the center of skeleton [23]. Thus, the symmetry plane-updating procedure did not consider the translation vector given by the ICP. However, for some severe asymmetry cases, this might cause a non-acceptable symmetry plane to be generated by the surface-based method. We conclude that to find the symmetry plane by the surface-based method is suitable for minor asymmetry cases but not for severe asymmetry cases. Six artificial models with different sizes of sphere were used to test the robustness of the OSP. The results showed that the OSP did not deflect during a slight variation. Even if the radius of protrusion was 50 mm, the OSP only deflected by 1.21 degrees. In contrast, the deflection of the SSP was 12.09 degrees. However, the landmark-based method is a landmark-dependent approach, and its stability is dependent on the proficiency of the landmark identification by the operator. Consequently, the landmark-based approach was not considered in the stability experiment.
Table 5 shows the comparison of pros and cons of the three methods. Although the voxel-based approach costs much more time for generating a symmetry plane, automation with advanced high-performance computing will reduce the effort of time cost. Nevertheless, it was comparable low susceptibility to surface-based method in severe asymmetry cases.
We introduced three quantitative assessments to assess the symmetry degree of three different symmetry planes for comparison. Among them, the Hausdorff distance measures the longest distance between two-point sets. Twenty severe asymmetry cases were included in this research. The Hausdorff distance measured the local high asymmetry location between the unreflected and reflected parts. It was insufficient to represent the overall symmetry degree of the whole facial skeleton. Therefore, it was not suitable for use as the symmetry assessment of the symmetry plane for the severe asymmetry cases.
In this research, we presented a unique quantitative assessment to estimate the symmetry degree of the voxel-based symmetry plane, named the symmetry ratio, which was defined as the ratio of the number of paired voxels divided by the total voxels. The definitions of SR were similar to one of symmetry assessments for comparison, DSC, which was calculated as twice the volume of the intersection divided by the sum of the volume of the two parts. The last two columns of Table 2 show the value of the OSR and DSC of the OSP of the twenty cases. The average and standard deviation of the OSR and DSC of the OSP were 0.68 ± 0.08 and 0.67 ± 0.07, respectively. The correlation coefficient of these two data sets was 0.98. Thus, SR is a novel assessment for the evaluation of symmetry degree using paired voxels. It is reliable and has a high degree of correlation with the well-known assessment, DSC.
Willing and Roumeliotis et al. included seven cadaveric skulls [19] and real facial skeletons of 32 normal adult males [20] with mandible exclusion in their research. The proposed semi-automatic plane was more accurate than the cephalometric plane. Noori et al. found the mid-plane of 15 intact skulls and 7 simple fractured skulls [23]. Their iterative approach had high convergence speed and accuracy. Silva et al. validated the reliability and obtained good accuracy of the proposed symmetry plane using 195 symmetry images [24]. However, for asymmetrical images, the method needed further improvement. Angelo et al. included 18 cases with large unilateral or bilateral defects for verification [22]. The results showed that their method failed in the rare case of craniofacial dysmorphism. To date, the published literature has usually included normal or simple asymmetry cases. For severe asymmetry cases, these approaches would obtain non-ideal outcomes. In this research, we included 20 severe asymmetry patients who had been diagnosed with craniofacial dysplasia. According to experimental results, the OSP was the most symmetric plane and demonstrated good reliability for facial skeletons with an artificial protrusion. In comparison with other published approaches, the proposed voxel-based method may have wider application, such as pre-operative planning for orthognathic surgery.
The proposed voxel-based approach is suitable for digital model reconstructed from computer tomography. The method can work equally well on magnetic resonance imaging (MRI) or cone beam computed tomography (CBCT) imaging by way of transferring greyscale to binary and then converting to voxels. However, for a closure model with tessellated facets produced by optical scanner, the multiple facets can be transferred into voxels. It may result in a slight deflection of the OSP. Since CT scan is a regular examination for locating maxillofacial tumor or for planning in orthognathic surgery before surgery, the proposed algorithm was based on bilateral corresponding voxel pairs; hence, a few voxels generated from a metallic streak artifact, such as orthodontic appliances, crowns, or bridges, cannot affect the outcomes of OSP. Therefore, the proposed method is applicable for the maxillofacial region in severe asymmetry cases.
In the future, the proposed method will be applied to pathological asymmetry cases, such as hemifacial macrosomia, cleft lip and palate, OGS after tumor removal, or facial fracture. For OGS, the OSP can be the crucial benchmark of symmetry for use in surgical planning to profoundly impact the clinical outcomes. The method can further evaluate the surgical outcomes of symmetry status and make comparisons during the surgical planning.

5. Conclusions

In this research, we presented an automatic approach using voxels to estimate a symmetry plane for the maxillofacial skeleton. We also proposed a novel symmetry assessment to evaluate the symmetry degree, called the symmetry ratio, which was calculated by the number of paired voxels. The probable plane, which had the maximum symmetry ratio, was named the optimal symmetry plane. The OSR of the corresponding OSP had a high degree of correlation (0.98) with the well-known assessment, DSC. According to the experimental results, OSP was the most symmetric plane, significantly, between three approaches. The voxel-based method proposed in this research is a robust and reliable approach to evaluate the symmetry plane for severe asymmetry cases. It has clinical importance in pre-surgical planning for orthognathic surgery.

Author Contributions

Conceptualization, J.-J.F.; methodology, J.-J.F. and Y.-C.H.; software, Y.-C.H.; writing—original draft preparation, Y.-C.H.; writing—review and editing, J.-J.F. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Ministry of Science and Technology, Taiwan, grant number MOST 106-2314-B-014-MY2, and The APC was funded by MOST 111-2314-B-281-011.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and approved by the Institutional Review Board of National Cheng Kung University Hospital, protocol code B-ER-107-416 and date of approval 13 December 2019.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study. Written informed consent has been obtained from the patients to publish this paper.

Data Availability Statement

Not applicable.

Acknowledgments

The authors would like to thank Tung-Yiu Wong and Chen-Jung Chang for providing retrospective planning data.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Grammer, K.; Thornhill, R. Human (Homo-Sapiens) Facial Attractiveness and Sexual Selection—The Role of Symmetry and Averageness. J. Comp. Psychol. 1994, 108, 233–242. [Google Scholar] [CrossRef] [PubMed]
  2. Rhodes, G.; Proffitt, F.; Grady, J.M.; Sumich, A. Facial symmetry and the perception of beauty. Psychon. Bull. Rev. 1998, 5, 659–669. [Google Scholar] [CrossRef]
  3. Komori, M.; Kawamura, S.; Ishihara, S. Averageness or symmetry: Which is more important for facial attractiveness? Acta Psychol. 2009, 131, 136–142. [Google Scholar] [CrossRef] [PubMed]
  4. Samuels, C.A.; Butterworth, G.; Roberts, T.; Graupner, L.; Hole, G. Facial aesthetics: Babies prefer attractiveness to symmetry. Perception 2013, 42, 1244–1252. [Google Scholar] [CrossRef] [PubMed]
  5. Jones, B.C.; Little, A.C.; Penton-Voak, I.S.; Tiddeman, B.P.; Burt, D.M.; Perrett, D.I. Facial symmetry and judgements of apparent health—Support for a “good genes” explanation of the attractiveness-symmetry relationship. Evol. Hum. Behav. 2001, 22, 417–429. [Google Scholar] [CrossRef]
  6. Vallar, G.; Lobel, E.; Galati, G.; Berthoz, A.; Pizzamiglio, L.; Le Bihan, D. A fronto-parietal system for computing the egocentric spatial frame of reference in humans. Exp. Brain Res. 1999, 124, 281–286. [Google Scholar] [CrossRef]
  7. Taylor, H.O.; Morrison, C.S.; Linden, O.; Phillips, B.; Chang, J.; Byrne, M.E.; Sullivan, S.R.; Forrest, C.R. Quantitative Facial Asymmetry: Using Three-Dimensional Photogrammetry to Measure Baseline Facial Surface Symmetry. J. Craniofac. Surg. 2014, 25, 124–128. [Google Scholar] [CrossRef]
  8. Kim, T.Y.; Baik, J.S.; Park, J.Y.; Chae, H.S.; Huh, K.H.; Choi, S.C. Determination of midsagittal plane for evaluation of facial asymmetry using three-dimensional computed tomography. Imaging Sci. Dent. 2011, 41, 79–84. [Google Scholar] [CrossRef]
  9. Sanders, D.A.; Chandhoke, T.K.; Uribe, F.A.; Rigali, P.H.; Nanda, R. Quantification of skeletal asymmetries in normal adolescents: Cone-beam computed tomography analysis. Prog. Orthod. 2014, 15, 26. [Google Scholar] [CrossRef]
  10. Green, M.N.; Bloom, J.M.; Kulbersh, R. A simple and accurate craniofacial midsagittal plane definition. Am. J. Orthod. Dentofac. 2017, 152, 355–363. [Google Scholar] [CrossRef]
  11. Dobai, A.; Markella, Z.; Vizkelety, T.; Fouquet, C.; Rosta, A.; Barabas, J. Landmark-based midsagittal plane analysis in patients with facial symmetry and asymmetry based on CBCT analysis tomography. J. Orofac. Orthop. 2018, 79, 371–379. [Google Scholar] [CrossRef]
  12. El-Feghi, I.; Sid-Ahmed, M.A.; Ahmadi, M. Automatic localization of craniofacial landmarks for assisted cephalometry. Pattern Recognit. 2004, 37, 609–621. [Google Scholar] [CrossRef]
  13. Atmosukarto, I.; Wilamowska, K.; Heike, C.; Shapiro, L.G. 3D object classification using salient point patterns with application to craniofacial research. Pattern Recognit. 2010, 43, 1502–1517. [Google Scholar] [CrossRef]
  14. Gupta, A.; Kharbanda, O.P.; Sardana, V.; Balachandran, R.; Sardana, H.K. A knowledge-based algorithm for automatic detection of cephalometric landmarks on CBCT images. Int. J. Comput. Assist. Radiol. Surg. 2015, 10, 1737–1752. [Google Scholar] [CrossRef]
  15. Damstra, J.; Fourie, Z.; De Wit, M.; Ren, Y.J. A three-dimensional comparison of a morphometric and conventional cephalometric midsagittal planes for craniofacial asymmetry. Clin. Oral Investig. 2012, 16, 285–294. [Google Scholar] [CrossRef]
  16. Besl, P.J.; Mckay, N.D. A Method for Registration of 3-D Shapes. IEEE Trans. Pattern Anal. Mach. Intell. 1992, 14, 239–256. [Google Scholar] [CrossRef]
  17. De Momi, E.; Chapuis, J.; Pappas, I.; Ferrigno, G.; Hallermann, W.; Schramm, A.; Caversaccio, M. Automatic extraction of the mid-facial plane for cranio-maxillofacial surgery planning. Int. J. Oral Maxillofac. Surg. 2006, 35, 636–642. [Google Scholar] [CrossRef]
  18. Meyer-Marcotty, P.; Alpers, G.W.; Gerdes, A.B.M.; Stellzig-Eisenhauer, A. Impact of facial asymmetry in visual perception: A 3-dimensional data analysis. Am. J. Orthod. Dentofac. Orthop. 2010, 137, 168.e1–168.e8. [Google Scholar] [CrossRef]
  19. Willing, R.T.; Roumeliotis, G.; Jenkyn, T.R.; Yazdani, A. Development and evaluation of a semi-automatic technique for determining the bilateral symmetry plane of the facial skeleton. Med. Eng. Phys. 2013, 35, 1843–1849. [Google Scholar] [CrossRef]
  20. Roumeliotis, G.; Willing, R.; Neuert, M.; Ahluwalia, R.; Jenkyn, T.; Yazdani, A. Application of a Novel Semi-Automatic Technique for Determining the Bilateral Symmetry Plane of the Facial Skeleton of Normal Adult Males. J. Craniofac. Surg. 2015, 26, 1997–2001. [Google Scholar] [CrossRef]
  21. Pinheiro, M.; Ma, X.H.; Fagan, M.J.; McIntyre, G.T.; Lin, P.; Sivamurthy, G.; Mossey, P.A. A 3D cephalometric protocol for the accurate quantification of the craniofacial symmetry and facial growth. J. Biol. Eng. 2019, 13, 42. [Google Scholar] [CrossRef]
  22. Di Angelo, L.; Di Stefano, P.; Governi, L.; Marzola, A.; Volpe, Y. A Robust and Automatic Method for the Best Symmetry Plane Detection of Craniofacial Skeletons. Symmetry 2019, 11, 245. [Google Scholar] [CrossRef]
  23. Noori, S.M.R.; Farnia, P.; Bayat, M.; Bahrami, N.; Shakourirad, A.; Ahmadian, A. Automatic detection of symmetry plane for computer-aided surgical simulation in craniomaxillofacial surgery. Phys. Eng. Sci. Med. 2020, 43, 1087–1099. [Google Scholar] [CrossRef]
  24. Dalvit Carvalho da Silva, R.; Jenkyn, T.R.; Carranza, V.A. Convolutional Neural Networks and Geometric Moments to Identify the Bilateral Symmetric Midplane in Facial Skeletons from CT Scans. Biology 2021, 10, 182. [Google Scholar] [CrossRef]
  25. Hsiao, Y.C.; Chang, C.J.; Fang, J.J. Quantitative Asymmetry Assessment between Virtual and Mixed Reality Planning for Orthognathic Surgery-A Retrospective Study. Symmetry 2021, 13, 1614. [Google Scholar] [CrossRef]
  26. Jaccard, P. The distribution of the flora in the alpine zone.1. New Phytol. 1912, 11, 37–50. [Google Scholar] [CrossRef]
  27. Dice, L.R. Measures of the amount of ecologic association between species. Ecology 1945, 26, 297–302. [Google Scholar] [CrossRef]
Figure 1. Landmark-based symmetry plane and corresponding landmarks.
Figure 1. Landmark-based symmetry plane and corresponding landmarks.
Jcm 11 05689 g001
Figure 2. The 3D voxel space was degraded to a 2D image for expressing the paired pixel.
Figure 2. The 3D voxel space was degraded to a 2D image for expressing the paired pixel.
Jcm 11 05689 g002
Figure 3. Artificial model with 30 mm radius sphere and symmetry planes corresponding with different artificial models: (a) surface-based method; (b) proposed voxel-based method.
Figure 3. Artificial model with 30 mm radius sphere and symmetry planes corresponding with different artificial models: (a) surface-based method; (b) proposed voxel-based method.
Jcm 11 05689 g003
Figure 4. Symmetry plane comparison of different approaches in the three cases: (a) case #17, LSP deflected to one side; (b) case #1, incorrect SSP; and (c) case #14, three symmetry planes had similar symmetry assessments.
Figure 4. Symmetry plane comparison of different approaches in the three cases: (a) case #17, LSP deflected to one side; (b) case #1, incorrect SSP; and (c) case #14, three symmetry planes had similar symmetry assessments.
Jcm 11 05689 g004
Table 1. Landmark definition.
Table 1. Landmark definition.
LandmarkAbbreviationDefinition
Crista galliCGMost superior point of the crista galli
Anterior nasal spineANSMost anterior point midpoint of the anterior nasal spine of the maxilla
Right orbitaleOrRMost inferior point of the right orbital rim
Left orbitaleOrLMost inferior point of the left orbital rim
Table 2. Comparisons of surface-based and voxel-based symmetry planes in three assessments and angle difference of six variations of radius of artificial protrusion.
Table 2. Comparisons of surface-based and voxel-based symmetry planes in three assessments and angle difference of six variations of radius of artificial protrusion.
Radius of ProtrusionAngle Difference 1HDJSCDSC
SSPOSPSSPOSPSSPOSPSSPOSP
No--20.7224.440.360.380.530.55
5 mm0.840.0023.2524.100.330.380.500.55
10 mm1.560.0025.9424.140.300.380.460.55
20 mm3.490.2930.0324.590.230.370.370.54
30 mm5.760.5836.5928.050.150.330.260.50
40 mm9.050.7549.9038.420.090.310.170.47
50 mm12.091.2171.9749.220.090.290.170.46
HD, Hausdorff distance; JSC, Jaccard similarity coefficient; DSC, Dice similarity coefficient; SSP, surface-based symmetry plane; OSP, optimal symmetry plane. 1 Angle difference was the 3D angle (in degree) between symmetry plane of artificial model and original symmetry plane with no artificial protrusion.
Table 3. Comparisons of three symmetry planes in three assessments and OSR of 20 cases.
Table 3. Comparisons of three symmetry planes in three assessments and OSR of 20 cases.
CasesHD (mm)JSCDSCOSR
LSPSSPOSPLSPSSPOSPLSPSSPOSP
133.5359.8810.260.110.050.480.200.100.650.67
230.6715.1914.960.160.260.370.270.420.540.54
315.3058.068.670.250.090.510.390.170.670.69
419.2211.2311.640.220.460.500.350.630.670.75
514.2268.5619.770.290.100.380.450.180.550.56
612.0512.249.210.490.340.560.660.510.710.73
715.8321.0717.580.290.200.350.450.330.520.53
817.838.269.090.180.270.600.300.420.750.77
912.579.018.390.310.350.520.470.520.680.70
1017.1348.3114.190.330.080.360.500.150.530.55
1129.0515.2915.110.140.260.400.240.420.570.59
1215.3915.5010.940.220.190.520.360.330.680.70
1317.4114.0511.510.160.330.480.270.490.650.67
1420.4620.7224.440.330.360.380.490.530.550.56
1516.5911.9811.200.270.310.440.430.470.610.63
1632.7815.659.960.110.150.500.200.260.670.68
1757.7912.8110.900.070.260.600.120.410.750.76
1812.3335.0314.670.380.150.500.550.260.670.69
1924.0110.129.960.180.370.470.300.540.640.66
2020.7659.5521.750.140.060.380.240.120.550.57
AVG21.7426.1313.210.230.230.460.360.360.630.65
SD10.8320.484.570.110.120.080.140.160.070.08
HD, Hausdorff distance; JSC, Jaccard similarity coefficient; DSC, Dice similarity coefficient; LSP, landmark-based symmetry plane; SSP, surface-based symmetry plane; OSP, optimal symmetry plane; OSR, optimal symmetry ratio; AVG, average of twenty cases; SD, standard deviation.
Table 4. Statistical analysis results (p-value) of pairwise comparison between the assessments of three symmetry planes.
Table 4. Statistical analysis results (p-value) of pairwise comparison between the assessments of three symmetry planes.
Symmetry PlaneAssessment
HDJSCDSC
LSP vs. SSP0.7650.9110.896
LSP vs. OSP0.002 *<0.001 *<0.001 *
SSP vs. OSP0.002 *<0.001 *<0.001 *
HD, Hausdorff distance; JSC, Jaccard similarity coefficient; DSC, Dice similarity coefficient; LSP, landmark-based symmetry plane; SSP, surface-based symmetry plane; OSP, optimal symmetry plane. * p < 0.05.
Table 5. Comparison of three methods.
Table 5. Comparison of three methods.
Landmark-BasedSurface-BasedVoxel-Based
Time effortFastMediumLong
A priori knowledgeNeedNot necessaryNot necessary
Susceptibility to severe asymmetryLowMediumLow
ReproducibilityLowHighHigh
RobustnessLowHighHigh
UniquenessNotYesYes
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Hsiao, Y.-C.; Fang, J.-J. An Automatic Voxel-Based Method for Optimal Symmetry Plane Generation for the Maxillofacial Region in Severe Asymmetry Cases. J. Clin. Med. 2022, 11, 5689. https://doi.org/10.3390/jcm11195689

AMA Style

Hsiao Y-C, Fang J-J. An Automatic Voxel-Based Method for Optimal Symmetry Plane Generation for the Maxillofacial Region in Severe Asymmetry Cases. Journal of Clinical Medicine. 2022; 11(19):5689. https://doi.org/10.3390/jcm11195689

Chicago/Turabian Style

Hsiao, Yu-Ching, and Jing-Jing Fang. 2022. "An Automatic Voxel-Based Method for Optimal Symmetry Plane Generation for the Maxillofacial Region in Severe Asymmetry Cases" Journal of Clinical Medicine 11, no. 19: 5689. https://doi.org/10.3390/jcm11195689

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop