Our study is the only study to predict osteoporosis using radiomics features obtained from lumbar MRI ADC maps and ML algorithms. Additionally, it is the only study that examines whether each of these radiomics features shows a statistically significant difference in osteoporosis, aiming to find a threshold value for those that show significant differences.
The neural network model demonstrated low performance metrics, including an AUC of 0.616, an F1 score of 0.108, and a recall of 0.095, despite being identified as the best model when utilizing all features. Several factors may explain this outcome. Firstly, the significant class imbalance in the dataset likely biased the model toward the majority class, impairing its ability to accurately predict the minority class. Secondly, the small dataset size limited the model's capacity to generalize and effectively learn from the data. Neural networks typically require large volumes of data to achieve optimal performance, and the lack of sufficient data may have hindered the model's efficacy. Additionally, the complexity of neural networks means they are highly sensitive to hyperparameter settings, and inadequate tuning could result in suboptimal model configurations.
Moreover, the model might have been prone to overfitting due to the high dimensionality of the feature set and the relatively small sample size. Overfitting occurs when the model learns noise and details from the training data to an extent that negatively impacts its performance on new, unseen data. This can be particularly problematic in complex models like neural networks, which have a high capacity to fit the training data too closely. These findings highlight the importance of addressing class imbalance, ensuring sufficient data volume, performing rigorous hyperparameter optimization, and implementing techniques to prevent overfitting in future studies to enhance the predictive performance of neural networks in similar applications.
The Naive Bayes model showed significant improvement after feature selection, achieving an AUC of 0.913. This improvement can be attributed to several factors. Feature selection likely removed irrelevant or redundant features, reducing the dimensionality of the data and allowing the model to focus on the most informative variables. This process enhances the model's ability to generalize from the training data to new, unseen data by minimizing the risk of overfitting.
In the clinical context, this improvement is particularly relevant. A higher AUC indicates a better ability of the model to distinguish between osteoporotic and non-osteoporotic cases, which is crucial for early diagnosis and intervention. By identifying the most significant features, clinicians can better understand the underlying factors contributing to osteoporosis, leading to more targeted and effective treatment strategies. Additionally, the use of a more accurate model in clinical practice can improve patient outcomes by enabling more precise and reliable diagnostic processes. Thus, the feature selection process not only enhances the performance of the Naive Bayes model but also has meaningful implications for improving the clinical management of osteoporosis. Future studies should continue to explore and validate these selected features to ensure their robustness and relevance in diverse patient populations.
To our knowledge, there are few studies on osteoporosis prediction using ML and radiomics data obtained from DEXA, MRI, and CT. In the study by Rastegar et al., which included 147 cases and aimed to differentiate osteoporotic, osteopenic, and normal BMD using ML models based on radiomics data from DEXA, the most successful combinations showed AUC values of 0.78 and 0.76 for the trochanteric and femoral neck regions, respectively, in differentiating osteoporosis from normal cases (
22). In the study by Lim et al., a success rate exceeding 93% (CA, specificity, and negative predictive values) was achieved in predicting femoral osteoporosis using radiomics data from abdominopelvic CTs and ML algorithms (
24).
In the study by He et al., which included 109 cases, radiomics data from lumbar MRI T1 and T2-weighted images and ML algorithms were utilized. AUC values for models created with data from T1-weighted images, T2-weighted images, and both were 0.772, 0.772, and 0.810, respectively, for differentiating normal from osteopenia; 0.724, 0.682, and 0.797 for differentiating normal from osteoporosis; and 0.730, 0.734, and 0.769 for differentiating osteopenia from osteoporosis (
14). While BMD values were categorized as osteoporosis, osteopenia, and normal in some of these studies, the diagnostic performance of the Naive Bayes model in our study was higher for differentiating osteoporosis (
Table 3).
Recent studies have also explored automated techniques. An automated method was described for detecting early-stage osteoporosis using cortical radiogram metric measures and trabecular texture analysis from hand and wrist radiographs (
25). Zhao et al. developed a fully automated radiomics pipeline with deep learning-based segmentation using the DIXON sequence at six echo times with a short TE time in the lumbar region to demonstrate osteoporosis and abnormal bone density. They reported a model with success comparable to manual segmentation for BMD classification (
26).
In the literature, some studies have used data obtained from CT, dental panoramic radiography, and radiographs to predict osteoporosis using deep learning algorithms, beyond classical ML approaches (
27-
31). Dai et al. demonstrated that BMD values from DEXA could be estimated by a model created with radiomics data from abdominal CT (
32).
In the study by Burian et al., texture analysis was performed using classical statistical methods on chemical shift images to examine differences in bone marrow between pre- and postmenopausal women, with a focus on the proton density fat fraction (
17). Additionally, various studies using deep learning and ML have investigated bone properties (
29,
33).
There are also studies focused on detecting or predicting vertebral fractures. In a study by Ramos et al. involving 47 patients, the new ML model BEAUT (BonE Analysis Using Texture), developed using radiomics features from lumbar MRI T2-weighted images, was more effective at predicting fragility fractures than other ML models (CA 0.92, AUC 0.97) (
34). In another study by Valentinitsch et al., a model combining three-dimensional texture features with regional volumetric BMD of the entire thoracolumbar spine showed high discrimination performance in detecting vertebral fractures, outperforming the diagnostic success of volumetric BMD alone (
35).
Similar to our findings, numerous publications have described the relationship between low BMD, BMI, and body weight (
36-
40). In our study, the height and age variables did not show a significant difference in the osteoporotic group (P > 0.05). In the study by Ozeraitiene and Butenaite, it was noted that anthropometric measurements such as body weight, BMI, and skinfold thickness were lower in cases of osteoporosis (
41). In the study by Mikula et al., prospective stature shortening was found to be an effective method for identifying patients with vertebral fractures, vitamin D deficiency, and low BMD. While the absence of stature shortening does not exclude these diagnoses, its presence supports a high positive likelihood ratio (
42).
In the review by Yedavally-Yellayi et al., it is stated that significant stature shortening in men and women aged 50 and over is a risk factor warranting vertebral imaging (
43). Advanced age is a well-known risk factor for low BMD (
1,
2,
43). The high mean age of the patients in our study may explain the lack of a statistically significant age difference between the osteoporotic and non-osteoporotic groups (mean 65.32, standard deviation 8.50).
The statistically significant differences in body weight and BMI between the osteoporotic and non-osteoporotic groups are noteworthy. These factors could potentially influence the radiomics features extracted from MRI images, as body composition might affect tissue properties and, consequently, the radiomics signatures. Differences in body weight and BMI might also impact the performance of machine learning models by introducing bias related to these physical attributes. To mitigate these potential influences, future studies could consider using Z-scores for body weight and BMI, standardizing these variables relative to the population mean and standard deviation. This approach could help minimize the impact of body composition differences on radiomics feature extraction and model performance. Additionally, including body weight and BMI as covariates in the analysis could provide more robust results, ensuring that the observed differences are not solely attributable to these factors.
Selecting five features using the FCBF method effectively reduced the dimensionality of the dataset while retaining the most relevant predictive information. This decision was based on preliminary analyses, which suggested that this number provided a good balance between model complexity and performance. While this approach reduces the risk of overfitting, it is essential to validate these findings with larger datasets. Future studies should explore the impact of selecting different numbers of features on model performance and generalizability to ensure optimal outcomes.
Apart from the retrospective nature of our study, there were some limitations. One significant limitation is the low number of male cases, with only 8 male participants out of a total of 140 cases. This gender imbalance reflects the higher prevalence of osteoporosis in women but poses a challenge for the generalizability of our findings. The predominance of female cases may limit the applicability of our results to the male population, which could exhibit different patterns and responses to osteoporosis. Future studies should aim to include a larger and more balanced sample size with more male participants to ensure that the findings are generalizable to both genders. This approach would enhance the robustness and applicability of the results across different demographics.
Instead of the hold-out cross-validation, the stratified 10-fold cross-validation technique was preferred, as the number of cases was limited, and the use of hold-out cross-validation would further reduce the dataset size. The lack of external validation with an independent dataset is another important limitation. Although the maximum one-year interval between the two examinations was set as an inclusion criterion and might seem relatively long, statistical analysis of the interval showed that DEXA and MRI examinations were frequently taken at close intervals (median difference of 1 month, with an interquartile range of 3.44 months).
In conclusion, we defined an ML model with good performance in the diagnosis of osteoporosis by using radiomics features obtained from lumbar MRI ADC maps. We also determined the threshold values at which each radiomics feature performed optimally. In the future, larger-scale prospective studies with a balanced male-to-female ratio and the use of ML and radiomics data from multiparametric MRI sequences could be transformative in diagnosing osteoporosis.