Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2024 Mar 26.
Published in final edited form as: Med Image Comput Comput Assist Interv MICCAI 2023 Workshops (2023). 2023 Oct;14394:193–204. doi: 10.1007/978-3-031-47425-5_18

Osteoarthritis Diagnosis Integrating Whole Joint Radiomics and Clinical Features for Robust Learning Models Using Biological Privileged Information

Najla Al Turkestani 1,2, Lingrui Cai 3, Lucia Cevidanes 1, Jonas Bianchi 4, Winston Zhang 3, Marcela Gurgel 1, Maxime Gillot 1, Baptiste Baquero 1, Reza Soroushmehr 3
PMCID: PMC10964798  NIHMSID: NIHMS1978657  PMID: 38533395

Abstract

This paper proposes a machine learning model using privileged information (LUPI) and normalized mutual information feature selection method (NMIFS) to build a robust and accurate framework to diagnose patients with Temporomandibular Joint Osteoarthritis (TMJ OA). To build such a model, we employ clinical, quantitative imaging and additional biological markers as privileged information. We show that clinical features play a leading role in the TMJ OA diagnosis and quantitative imaging features, extracted from cone-beam computerized tomography (CBCT) scans, improve the model performance. As the proposed LUPI model employs biological data in the training phase (which boosted the model performance), this data is unnecessary for the testing stage, indicating the model can be widely used even when only clinical and imaging data are collected. The model was validated using 5-fold stratified cross-validation with hyperparameter tuning to avoid the bias of data splitting. Our method achieved an AUC, specificity and precision of 0.81, 0.79 and 0.77, respectively.

Keywords: Temporomandibular joint, Osteoarthritis, Machine learning, Feature selection, Learning using privileged information

1. Introduction

Osteoarthritis (OA) of the temporomandibular joint (TMJ) is a chronic, degenerative disease that affects articular cartilage, synovial tissue and osseous structures of the condyle, articular eminence and articular fossa [1]. It causes chronic pain, jaw dysfunction, deterioration of the quality of life and, in advanced stages, necessitates joint replacement [2]. Current diagnosis of TMJ OA occurs primarily at moderate-severe stage of the disease, following the protocols of the diagnostic criteria for temporomandibular disorders (DC/TMD). Although various therapeutic measures can relieve disease symptoms at these stages, to date, no treatment modality can cure or reverse degenerative changes within the joint tissues [3]. Hence, identification of diagnostic biomarkers that reflect early pathological changes of the joint is crucial for prevention of the irreversible sequelae of the disease.

Animal studies indicated that microstructural change of the subchondral bone was essential for the initiation and progression of OA [4]. However, no robust tools were available to assess these changes, in humans, at early stages of the disease. More recently, advancement of image processing/analysis and high-performance computing techniques allowed extracting quantitative imaging features, i.e., radiomics, which reflect subtle changes within the examined tissues [5]. Along with radiomics, the level of biochemical markers in saliva or blood samples could reflect incipient pathological changes and improve diagnosis, severity assessment and risk of progression of osteoarthritis [6]. The potential of radiomics and biochemical markers has been elucidated in early detection of various diseases, including knee OA; nevertheless, their value in TMJ OA diagnosis has been scarcely investigated [4]. Our preliminary studies [7], showed a significant difference in radiomics at the condyles’ subchondral bone in TMJ OA and control subjects. We also found a correlation between the resorptive/anabolic changes of the condyles and the level of several biological markers in TMJ OA subjects [8]. As it is unlikely that a single biomarker would drive or identify a complex disease such as osteoarthritis [9], we hypothesize that clinical symptoms, subchondral bone radiomics and biological markers are optimal integrative indicators of TMJ health status.

Analysis of large and complex datasets derived from different sources yields better understanding of the disease. However, detection of unknown patterns in big data requires the use of high-end computing solutions and advanced analytical approaches such as machine-learning algorithms. Although prediction models can analyze a large amount of data, incorporating less variables into the model reduces computing resources’ consumption and prevents model overfitting [10]. Therefore, using a dimensionality reduction technique to identify the optimal subset of the original features is crucial for accurate construction of prediction models. Another challenge for developing a predictive model for TMJ OA diagnosis is inclusion of the biochemical markers. This is due to the restricted specimens’ collection, cost and limitations of protein expression measurement systems [11].

In this study, we address the need for comprehensive quantitative phenotyping of OA in the whole jaw joint. We employ a machine learning paradigm called learning using privileged information (LUPI) and train it with clinical, quantitative imaging and additional biological features as privileged information to classify TMJ OA patients. We also adopt feature selection method to remove redundant and irrelevant features from the feature space. Furthermore, we utilize features occurrence and Shapely additive explanations method to interpret the model predictions.

2. Methods

2.1. Dataset

Our dataset consisted of 46 early-stage TMJOA patients and 46 age and gender-matched healthy controls recruited at the University of Michigan School of Dentistry. All the diagnoses were confirmed by a TMD and orofacial pain specialist based on the DC/TMD. The clinical, biological and radiographic data described below were collected from TMJOA and control subjects with informed consent and following the guidelines of the Institutional Review Board HUM00113199.

2.1.1. Clinical Data

Clinical dataset entailed three features obtained from diagnostic tests assessed by the same investigator: 1) headaches in the last month, 2) muscle soreness in the last month, 3) vertical range of unassisted jaw opening without pain (mouth opening).

2.1.2. Biological Data

Association of proteins expression with arthritis initiation and progression was investigated in a previous study [12]. In this project, using customized protein microarrays (RayBiotech, Inc. Norcross, GA), the expression level of 13 proteins was measured in the participants’ saliva and serum samples. The analyzed proteins included: Angiogenin, BDNF, CXCL16, ENA-78, MMP-3, MMP-7, OPG, PAI-1, TGFb1, TIMP-1, TRANCE, VE-Cadherin and VEGF. As the protein expression of MMP3 was not detected in the saliva, it was excluded from subsequent analysis.

2.1.3. Radiological Data

Using the 3D Accuitomo machine (J. Morita MFG. CORP Tokyo, Japan), cone-beam computed tomography (CBCT) scans were performed for each subject. Radiomics analysis was centered on the lateral region of the articular fossa, articular eminence and condyle, a site where greater OA bone degeneration occurs. Radiomic features were extracted using BoneTexture module in 3D-slicer software v.4.11 (www.3Dslicer.org). We measured 23 texture features: 5 bone morphometry features, 8 Gy Level Co-occurrence Matrix (GLCM) and 10 Grey-Level Run Length Matrix (GLRLM) features. ClusterShade and HaralickCorrelation measurements were highly variable among all participants, therefore, they were not included in the following analysis.

Joint space measurement was evaluated using 3D condylar-to-fossa distances at the anterior, anterolateral, medial, superior and posterior regions.

2.2. Statistical and Machine Learning Approaches

In this section, we describe methods utilized for building a robust TMJOA diagnosis model (Fig. 1). These methods include: 1) cross-validation and grid search, 2) feature selection and 3) learning using privileged information.

Fig. 1.

Fig. 1.

Diagram of training and testing process

2.2.1. Cross-Validation and Grid Search

Cross-validation is an effective approach to model hyperparameter optimization and model selection that attempts to overcome the overfitting issue. The dataset was split into 80% for training and 20% holdout for testing. The 5fold cross-validation with the same portion of data split was nested inside the 80% train dataset, and grid search was performed in each fold of data for hyperparameters tuning. The best combination of hyperparameters was picked based on the mean and standard deviation of F1 scores over the 5-fold cross-validation. The overall procedure was repeated 10 times with 10 random seeds to avoid sampling bias from data partitioning. The final evaluation scores reported in this study are the mean ± standard deviation of the holdout test set performance across all 10 repetitions.

2.2.2. Feature Selection

Feature selection is a common dimensional reduction technique for building a machine learning model. Increasing the number of features often results in decreasing the prediction error. However, it increases the risk of model overfitting particularly with small datasets. Here, we customized a feature selection method that takes the advantages of privileged variables and mutual information to improve the performance of the classifier.

Normalized mutual information feature selection (NMIFS) method and its modified version called called NMIFS+ was used to measure the relevance and redundancy of features with the primary objective of high accuracy with the least possible time complexity. NMIFS+ extends the NMIFS algorithm with the LUPI framework, which could take full account of the privilege features along with standard features and make feature selection from those two sets separately [13]. The NMIFS+ was applied to all the LUPI models in this study and, correspondingly, the NMIFS on non-LUPI models.

2.2.3. LUPI Framework

The idea of learning using privileged information (LUPI) was first proposed as capturing the essence of teacher-student-based learning by Vapnik and Vashist. In contrast to the existing machine learning paradigm, where the model learns and makes predictions with fixed information, the LUPI paradigm considers several specific forms of privileged information, just like a teacher who provides additional information, which can include comments, explanations, and logic to students and thus increases the learning efficiency.

In the classical binary classification model, we were given training pairs (x1,y1),…,(xl,yl), where xiX, yi ∈ {−1,1}, i = 1,…,l, and each pair is independently generated by some underlying distribution PXY , which is unknown. The model is trained to find among a given set of functions f (x,α), α∈∧, the function y=f (x,α) that minimizes the probability of incorrect classifications over the unknown distribution PXY.

In the LUPI framework, we were giventrainingtriplets (x1,x * 1,y1),…,(xl,x * l,yl), xiX, x * iX *, yi ∈ {−1,1}, i =1,…,l, which is slightly different from the classical one. Each triplet is independently generated by some underlying distribution PXX*Y , which is still unknown. The additional privileged information is available only for the training examples, not for the test phase. In this scenario, we can utilize X * to improve learning performance.

There are a few implementations of LUPI models. One of them is based on random vector functional link network (RVFL) that is a randomized version of the functional link neural network. A kernel-based RVFL, called KRVFL+, has been proposed based on the LUPI paradigm [14]. It incorporates efficient ways to use kernel tricks for highly complicated nonlinear feature training and train RVFL networks with privileged information (Fig. 2). The parameters, including weights and biases, from the input layer to the hidden layers are generated randomly from a fixed domain, and only the output weights need to be computed.

Fig. 2.

Fig. 2.

The architecture of KRVFL+ network. Solid lines are output weights and dash lines stand for random weights and biases.

3. Results

3.1. LUPI and Non-LUPI Models

Figure 3 shows the comparison of the classification performance between LUPI and non-LUPI models. We evaluated the diagnostic potential of imaging features extracted from the articular eminence, articular fossa, condyle, and joint space measurement, as well as clinical features. Only the clinical feature sets provided discriminative models (AUC = 0.723) for TMJ OA diagnosis. By introducing LUPI-based models with additional biological features, LUPI paradigm significantly enhanced the model performance on clinical (AUC = 0.794), joint space measurement (AUC = 0.625), and condyle (AUC = 0.641) datasets.

Fig. 3.

Fig. 3.

Comparison of LUPI and non-LUPI models. The non-LUPI models only trained with normal features and RVFL model. The LUPI model trained with KRVFL+ and biological data as privilege information.

3.2. Feature Integration Comparison

Table 1 shows the classification performances with different feature integration strategies. Given that clinical features had strong discriminative power for TMJ OA diagnosis, two groups of experiments were conducted to investigate the effect of an enlarged candidate pool for feature selection. Adding more features into the clinical dataset and selecting from combined set improved the model performance markedly, i.e., the models had higher AUC scores. With an AUC = 0.794, the clinical feature model achieved fairly well performance. Selecting features from a pool of condyle radiomic features together with the clinical features increased the AUC score to 0.804. The performance was even higher when feature selection was conducted on all condyle, 3D measurements and clinical datasets, AUC = 0.807. Keeping all clinical criteria and applying feature selection on the remaining dataset resulted in slightly higher AUC values. The AUC scores became 0.808 and 0.809 for the condyle and condyle with additional 3D measurement features models, respectively.

Table 1.

Comparison of different feature integration methods (in percentage %)

Feature Set AUC F1 score Accuracy Sensitivity Specificity Precision
Cl 79.4 ± 3.4 65.7 ± 12.7 69.9 ± 7.2 62.2.0 ± 19.8 77.6 ± 12.0 76.8 ± 7.8
(Cl + Cd)* 80.4 ± 3.8 67.5 ± 9.4 70.4 ± 5.6 64.4 ± 18.6 76.4 ± 16.0 76.1 ± 9.2
Cl + Cd* 80.8 ± 4.1 64.8 ± 11.6 69.4 ± 6.4 60.2 ± 19.4 78.7 ± 13.5 76.0 ± 9.3
(Cl + Cd JS)* 80.7 ± 3.8 64.2 ± 15.0 69.8 ± 6.9 61.3 ± 22.9 78.2 ± 15.3 75.1 ± 12.2
Cl + Cd JS* 80.9 ± 3.6 66.1 ± 12.2 70.9 ± 6.0 62.7 ± 19.7 79.1 ± 13.6 77.4 ± 9.8

Cl: Clinical; Cd: Condyle; Cd JS: Condyle and 3D Joint Space measurements.

*

indicates feature selection by NMIFS+ method.

The feature sets in parentheses have been pooled together for feature selection, otherwise it proceeded on feature set with * separately.

All the models have been trained with KRVFL+ with Biological data as privilege information.

3.3. Feature Occurrence and Importance

To interpret the prediction of our proposed model, we utilized feature occurrence and Shapley values. The NMIFS+ method is a measure of redundancy among features. The calculation of mutual information and redundancy highly depends on the training samples which varied from split to split. Feature occurrence means how many times a feature was selected by NMIFS+ method among the total 50 models. The more times a feature occurs, the more reliable its importance is (Fig. 4A). Shapley values were used to interpret the contribution of individual features into the prediction of the trained model. Contributing features are shown in Fig. 4B according to the order of the mean absolute of Shapley values across all the data, which indicate the average impact of feature on model output magnitude. Figure 4C provides further indication of Shapley values and shows the complexity of feature contribution in models. Each circle represents a feature value of one patient/control, either increases or decreases the prediction (positive value and negative value). Figure 4D combines feature importance with feature effects. Here we picked one model for visualization instead of pulling all 50 models together. Each point in the summary plot is a Shapley value for a feature and a patient/control. The order of the features on the y-axis is based on their importance. The color represents the Shapley value of the features from low to high. We divided the instances into TMJOA diseased group and Control group, displayed in different markers. Higher values of headache, LongRunHighGreyLevelRunEmphasis and muscle soreness increased the probability of assigning TMJ OA diagnosis.

Fig. 4.

Fig. 4.

A. Feature occurrence in 50 trained models using NMIFS method. B. Feature importance measured as the mean absolute Shapley values in 50 models. C. Distribution of Shapley values in each query point in the 50 models. The order of the features shown in the x-axis is based on the feature occurrence. D. Shapley summary plot for one model. The boxplots represent the distribution of TMJOA and control groups (each TMJOA patient is shown as a circle and control as a diamond). The Heatmap color bar shows the value of the feature itself from high to low (yellow to blue). Low number of Shapley value of features reduce the predicted TMJOA diseased probability, a large number of Shapley value increase the probability.

4. Discussion

This study developed an enhanced model for TMJ OA diagnosis, utilizing state-of the art machine learning technology and considering clinical, quantitative imaging markers, and additional biological features used only for training. This is the first study to utilize quantitative imaging markers of the whole joint: condyle, articular space, articular fossa and articular eminence. We employed feature selection to minimize feature sets and improve the model robustness. Furthermore, feature occurrence and Shapley value were assessed to reduce the black-box nature of the machine learning model, as well as improve the domain experts’ confidence in the model’s prediction. This study findings demonstrate excellent performance of the feature integration methods and LUPI paradigm in predicting TMJ OA status.

The Diagnostic Criteria for Temporomandibular Disorders (DC/TMD) have been the most utilized protocol for TMJ OA diagnosis. However, these criteria are dependent on subjective clinical signs/symptoms and subjective radiological interpretation of imaging features associated with irreversible bone changes [4, 5]. Early treatment and modification of the disease course requires precise diagnosis of TMJ OA at initial stages. In this study, we utilized multi-source data collected from subjects at early stages of TMJ OA. We employed the LUPI paradigm and used biological features of inflammation, neuroception, bone resorption and angiogenesis as privileged information. The LUPI algorithm allowed benefiting from diagnostic information within the existing biological data and eliminated future need for biological samples’ collection and analysis. Inclusion of biological data with the LUPI framework boosted our model performance, confirming the need for biological data only for model training. We developed a robust model for TMJ OA diagnosis and validated its performance using extensive evaluation metrics (Fig. 1). Our model demonstrated sensitivity and specificity of 63% and 79%, respectively. These values exceeded the sensitivity and specificity, 58% and 72%, of TMJ OA diagnosis following DC/TMD protocol without imaging. Honda and colleagues [15] reported that the CBCT scan’s use improved the sensitivity and specificity for detecting condylar osseous defects to 80% and 90%, sequentially. Nevertheless, CBCT sensitivity is dependent on the defects’ size, it is challenging to detect early alterations that are < 2mm. Hence, we extracted objective, quantitative imaging features from the subchondral bones of the condyle, articular fossa and articular eminence. Using the LUPI-based model, we found that only condyle’s radiomics could differentiate between healthy and diseased subjects (Table 1). In line with this observation, Massilla and Sivasubramanian [16] reported that patients with early TMJ OA had osteoarthritic bone alterations in their condyles (69.93%) more than articular fossa (10%) and articular eminence (6.6%). Interestingly, we noted that the superior 3D joint space distinguished TMJ OA subjects using LUPI-based models (AUC = .63), denoting the importance of this feature in detecting osteoarthritic changes. Along with radiomics and joint space measurements, we supplemented the model with clinical signs that were measurable in both groups.

Machine learning models are leveraged for clinical predictive modeling, where clinical values are used to predict clinical diagnosis. However, these models do not explain the basis for their prediction. This raise concerns in medical domains and challenge researchers to identify reasons behind the model outcomes [17]. Here, we facilitated the interpretability of our model by reducing the number of candidate features. In general, for a fixed sample size, the error of designed classifier decreases and then increases as the number of features grows. Finding an optimal number of features is crucial in terms of reducing the time to build the learning model and increasing the accuracy in the learning process. For uncorrelated features, the optimal feature size is N-1, where the N is the sample size. As the feature correlation increases, the optimal feature√size becomes proportional to N for highly correlated features. Furthermore, texture features turned out to be highly correlated in Cho’s work [18]. Those further proof of the necessity of feature selection.

Using the NMIFS method, we calculated feature occurrence to identify the discriminative features of TMJ OA. Moreover, we calculated Shapley values to demonstrate how each clinical and imaging feature is contributing to the outcome/disease diagnosis in individual patients. Headache, muscle soreness and limited range of vertical mouth opening without pain were among the top features that contributed to the model prediction for TMJ OA. TrabecularNumber, superior 3D joint space and LongRunHighGreyLevelRunEmphasis were the top imaging features selected in the majority of the trained models. Importantly, the amalgamation of different data-sources in this study is essential for comprehensive assessment of individuals’ health. In line with our results, Liang and colleagues found significant differences of the TrabecularNumber in subjects with TMJ OA compared to healthy individuals [19]. Our findings corroborate those that indicate radiomics provide an objective assessment of the pathological changes and may overcome the subjectivity of patients-reported symptoms [20]. Zhang et al. [21] validated the importance of detecting TMJ morphological changes using 3D measurements, showing that 2D and 3D TMJ space measurements varied significantly in CBCT scans of healthy individuals. The present study is the first to test whole joint (condylar, articular eminence and articular fossa) radiomics and incorporate 3D joint space measurements into a comprehensive diagnostic tool for TMJ OA.

5. Conclusion

Normalized mutual information feature selection method and LUPI paradigm established a robust model for TMJ OA diagnosis. The identified clinical and quantitative imaging markers can be considered a foundation for reliable detection of TMJ OA pathological alterations and are potential markers for prediction of disease progression in future longitudinal studies.

References

  • 1.Abrahamsson AK, Kristensen M, Arvidsson LZ, Kvien TK, Larheim TA, Haugen IK: Frequency of temporomandibular joint osteoarthritis and related symptoms in a hand osteoarthritis cohort. Osteoarth. Cartilage 25, 654 (2017). 10.1016/j.joca.2016.12.028 [DOI] [PubMed] [Google Scholar]
  • 2.Tanaka E, Detamore MS, Mercuri LG: Degenerative disorders of the temporomandibular joint: etiology, diagnosis, and treatment. J. Dental Res 87(4), 296–307 (2008). 10.1177/154405910808700406 [DOI] [PubMed] [Google Scholar]
  • 3.Shi J, et al. : Association of condylar bone quality with TMJ osteoarthritis. J. Dental Res 96(8), 888–894 (2017). 10.1177/0022034517707515 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Hu Y, Chen X, Wang S, Jing Y, Su J: Subchondral bone microenvironment in osteoarthritis and pain. Bone Res. 9(1), 1–13 (2021). 10.1038/s41413-021-00147-z [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Marias K: The constantly evolving role of medical image processing in oncology: from traditional medical image processing to imaging biomarkers and radiomics. J. Imaging 7(8), 124 (2021). 10.3390/jimaging7080124 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Munjal A, Bapat S, Hubbard D, Hunter M, Kolhe R, Fulzele S: Advances in molecular biomarker for early diagnosis of osteoarthritis. Biomolecul. Concepts 10(1), 111–119 (2019). 10.1515/bmc-2019-0014 [DOI] [PubMed] [Google Scholar]
  • 7.Cevidanes L, et al. : Quantification of condylar resorption in TMJ osteoarthritis. Oral Surg. Oral Med. Oral Pathol. Oral Radiol. Endodont 110(1), 110–117 (2010). 10.1016/j.tripleo.2010.01.008 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Cevidanes LHS, et al. : 3D osteoarthritic changes in TMJ condylar morphology correlates with specific systemic and local biomarkers of disease. Osteoarth. Cartilage 22(10), 1657–1667 (2014). 10.1016/j.joca.2014.06.014 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Al Turkestani N, et al. : Clinical decision support systems in orthodontics: a narrative review of data science approaches. Orthodont. Craniof. Res 24(S2), 26–36 (2021). 10.1111/ocr.12492 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Aas K, Jullum M, Løland A: Explaining individual predictions when features are dependent: more accurate approximations to Shapley values. Technical Report arXiv:1903.10464 (February 2020). 10.48550/arXiv.1903.10464 [DOI] [Google Scholar]
  • 11.Shoukri B, et al. : Minimally invasive approach for diagnosing TMJ osteoarthritis. J. Dental Res 98(10), 1103–1111 (2019). 10.1177/0022034519865187 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Zhang W, et al. : Feature selection for privileged modalities in disease classification. In: Multimodal Learning for Clinical Decision Support: 11th International Workshop, ML-CDS 2021, Held in Conjunction with MICCAI 2021, Strasbourg, 1 October 2021, Proceedings, pp. 69–80. Springer, Heidelberg: (2021). 10.1007/978-3-030-89847-27 [DOI] [Google Scholar]
  • 13.Fedorov A, et al. : 3D slicer as an image computing platform for the quantitative imaging network. Magnet. Resonance Imaging 30(9), 1323–1341 (2012). 10.1016/j.mri.2012.05.001 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Estevez PA, Tesmer M, Perez CA, Zurada JM: Normalized mutual information feature selection. IEEE Trans. Neural Netw 20(2), 189–201 (2009). 10.1109/TNN.2008.2005601 [DOI] [PubMed] [Google Scholar]
  • 15.Zhang P-B, Yang Z-X: A new learning paradigm for random vector functional-link network: RVFL. Neural Netw. Off. J. Int. Neural Netw. Soc 122, 94–105 (2020). 10.1016/j.neunet.2019.09.039 [DOI] [PubMed] [Google Scholar]
  • 16.Honda K, Larheim T, Maruhashi K, Matsumoto K, Iwai K: Osseous abnormalities of the mandibular condyle: diagnostic reliability of cone beam computed tomography compared with helical computed tomography based on an autopsy material. Dentomaxillofac. Radiol 35(3), 152–157 (2006) [DOI] [PubMed] [Google Scholar]
  • 17.Petch J, Di S, Nelson W: Opening the black box: the promise and limitations of explainable machine learning in cardiology. Canadian J. Cardiol (2021) [DOI] [PubMed] [Google Scholar]
  • 18.Cho YJ, et al. : Computerized texture analysis of pulmonary nodules in pediatric patients with osteosarcoma: differentiation of pulmonary metastases from non-metastatic nodules. PLoS One 14(2), 1–14 (2019). 10.1371/journal.pone.0211969 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Liang X, et al. : Evaluation of trabecular structure changes in osteoarthritis of the temporomandibular joint with cone beam computed tomography imaging. Oral Surg Oral Med. Oral Pathol. Oral Radiol 124(3), 315–322 (2017) [DOI] [PubMed] [Google Scholar]
  • 20.Patel VK, et al. : A practical algorithmic approach to the diagnosis and management of solitary pulmonary nodules: part 1: radiologic characteristics and imaging modalities. Chest 143(3), 825–839 (2013) [DOI] [PubMed] [Google Scholar]
  • 21.Zhang Y, Xu X, Liu Z: Comparison of morphologic parameters of temporomandibular joint for asymptomatic subjects using the two-dimensional and three-dimensional measuring methods. J. Healthc. Eng (2017) [DOI] [PMC free article] [PubMed] [Google Scholar]

RESOURCES