Skip to main content
  • Research article
  • Open access
  • Published:

Comparison of the effectiveness of different machine learning algorithms in predicting new fractures after PKP for osteoporotic vertebral compression fractures

Abstract

Background

The use of machine learning has the potential to estimate the probability of a second classification event more accurately than traditional statistical methods, and few previous studies on predicting new fractures after osteoporotic vertebral compression fractures (OVCFs) have focussed on this point. The aim of this study was to explore whether several different machine learning models could produce better predictions than logistic regression models and to select an optimal model.

Methods

A retrospective analysis of 529 patients who underwent percutaneous kyphoplasty (PKP) for OVCFs at our institution between June 2017 and June 2020 was performed. The patient data were used to create machine learning (including decision trees (DT), random forests (RF), support vector machines (SVM), gradient boosting machines (GBM), neural networks (NNET), and regularized discriminant analysis (RDA)) and logistic regression models (LR) to estimate the probability of new fractures occurring after surgery. The dataset was divided into a training set (75%) and a test set (25%), and machine learning models were built in the training set after ten cross-validations, after which each model was evaluated in the test set, and model performance was assessed by comparing the area under the curve (AUC) of each model.

Results

Among the six machine learning algorithms, except that the AUC of DT [0.775 (95% CI 0.728–0.822)] was lower than that of LR [0.831 (95% CI 0.783–0.878)], RA [0.953 (95% CI 0.927–0.980)], GBM [0.941 (95% CI 0.911–0.971)], SVM [0.869 (95% CI 0.827–0.910), NNET [0.869 (95% CI 0.826–0.912)], and RDA [0.890 (95% CI 0.851–0.929)] were all better than LR.

Conclusions

For prediction of the probability of new fracture after PKP, machine learning algorithms outperformed logistic regression, with random forest having the strongest predictive power.

Graphical Abstract

Highlights

  1. 1.

    Machine learning significantly outperformed logistic regression models in predicting new fractures after osteoporotic vertebral compression fractures.

  2. 2.

    The random forest model performs best among these machine learning models.

Introduction

One of the serious consequences of osteoporosis is osteoporotic vertebral compression fracture (OVCF), which affects more than 700,000 Americans every year [1]. By 2025, > 3 million osteoporotic fractures and $25 billion in related health care costs will occur in the USA [2]. OVCFs cause persistent back pain, kyphosis, and limited motion [3]. In 1999, Mark Reiley improved percutaneous vertebroplasty (PVP) and created percutaneous kyphoplasty (PKP) [4], which restores vertebral height and reduces pain by injecting cement into the fractured vertebral body in a minimally invasive way; thus, it has become the preferred treatment for OVCFs because of its ability to provide rapid relief and shorten recovery time [5].

Despite these advantages, there are many complications after PKP, among which new vertebral compression fracture (NVCF) is one of the most common complications, with an incidence of up to 50% [6, 7]. There are various statistical methods for estimating the probability of occurrence of binary events such as NVCF, the most commonly used being logistic regression (LR). With the rapid development in the field of artificial intelligence, machine learning (ML) is increasingly used in the medical field [8, 9], in particular, when using large datasets for prediction [10, 11]. However, it is unclear whether ML methods can provide better predictive power than traditional logistic regression algorithms. The purpose of this study was to investigate whether there is any difference in the probabilistic predictive ability of machine learning and logistic regression methods for predicting new fractures after OVCF surgery. We used six different machine learning methods to analyse our data: random forest (RF), gradient boosting machine (GBM), decision tree (DT), support vector machine (SVM), neural networks (NNET), and regularized discriminant analysis (RDA). The algorithm with the highest AUC was selected as the optimal algorithm.

Materials and methods

Inclusion and exclusion criteria

The data of 529 patients with OVCFs who were treated with PKP and completed at least 2 years of follow-up after attending our hospital from January 2017 to June 2020 were analysed. The inclusion criteria were as follows: (1) age ≥ 60 years; (2) high signal in T2 and low signal on T1 of the fractured vertebrae confirmed by preoperative magnetic resonance imaging; (3) bone mineral density T value ≤ − 2.5 measured by dual-energy X-ray; (4) follow-up time ≥ 2 year; (5) complete preoperative and postoperative clinical and imaging data of the patients; and (6) all patients completed the follow-up. The exclusion criteria were as follows: (1) symptomatic low back pain from other causes (disc herniation, slipped vertebrae, lumbar isthmus fracture, fall from height, etc.); (2) infectious diseases; (3) malignant tumours of the spine; (4) paralysis or loss of voluntary mobility; (5) unwillingness to complete follow-up; and (6) pathological fractures, posterior column fractures, and neurological symptoms. In addition, even if new vertebral fractures occurred multiple times during postoperative follow-up, only the first occurrence was included in the analysis.

Observation factors

Preoperatively, according to the morphology of the fractured vertebrae based on imaging data, fractures involving the anterior column causing compression of the anterior column were classified as wedge-shaped fractures. When they were fractures that involved the middle column caused compression of the middle column, while the compression of the anterior and posterior column were not obvious, they were classified as biconcave fractures. When the anterior, middle, and posterior columns were all compressed, this type of fracture was classified as compression fracture. Fractures occurring in the T11-L2 vertebral body were defined as thoracolumbar fractures. The vertebral height recovery rate was calculated as (postoperative vertebral height − preoperative vertebral height)/normal vertebral height * 100%, where normal vertebral height was defined as (upper vertebral height + lower vertebral height)/2.

Postoperative frontal and lateral spine radiographs were taken in all patients to measure the segmental kyphosis of the operated segment. The segmental kyphosis angle was defined as the angle between the lower endplate of the upper vertebral body of the fractured vertebra and the upper endplate of the lower vertebral body.

Unilateral or bilateral distribution was defined according to whether the cement crosses the midline in the postoperative orthopantomogram of the spine; if the bilateral cement masses are discontinuous, the distribution is bilaterally separated. If vice versa, the distribution is bilaterally fused.

Statistical methods

Continuous variables are expressed as the mean ± standard deviation (\(\overline{x }\)±s), and categorical variables are expressed as ratios [n (%)]. The data were randomly divided into a training set (75%) and a validation set (25%). Logistic regression was applied to analyse the independent risk factors for new postoperative fractures in PKP and to calculate the odds ratio (OR) and 95% confidence interval (95% CI). OR > 1 indicated that the variable was a positive risk factor for outcome, while OR < 1 indicated that the variable was a negative risk factor for outcome. P < 0.05 was considered statistically significant. Statistical analysis and modelling were performed using SPSS software (Version 20.0, IBM Corporation, Chicago, USA) and R Studio software (Version 25.0, R Foundation for Statistics Computing, Vienna, Austria). Various packages were used to train the models and plot the corresponding graphs, and the caret package was applied to train and validate the machine learning models.

As a complement to the logistic regression, six machine learning models are fitted: decision tree (DT), random forest (RF), gradient boosting machine (GBM), support vector machine (SVM), neural network (NNET) and regularized discriminant analysis (RDA). Random forest and gradient boosting machine are based on decision tree, and decision tree as a weak prediction model is usually implemented by optimizing the objective or voting. However, due to the limited capability of the algorithm, the prediction results are usually affected by the training set used to construct the model. Although the problem of overfitting the model to the training dataset can be solved by pruning, the prediction capability is relatively weak for a single tree model. Random forest avoids the phenomenon of data overfitting and can balance the error for unbalanced datasets. The algorithm is highly resistant to disturbances, and the model does not fail even when there are many missing samples. The principle of the gradient boosting machine is to use an additive model with a forward distribution algorithm and, based on this, a boosting method with a decision tree as the basis function, which is simply an additive model of many decision tree models. A support vector machine is built as a hyperplane with two hyperplanes parallel to each other on either side of the hyperplane that separates the data, thus dividing the patients into groups with the same outcome. The greater the distance or gap between the parallel hyperplanes, the smaller the total error of the classifier. Neural networks are derived by inputting multiple nonlinear models and a weighted interconnection between different models (the weighting process is performed in the hidden layer), resulting in an output model. Regularized discriminant analysis is an effective algorithm for datasets with many features to avoid underfitting and overfitting of the model and to equalize the sample (Fig. 1).

Fig. 1
figure 1

Classification algorithm. Logistic regression was used to calculate the probability of a binary ending event, fitting an S-shaped probability curve. Support vector machine is a binary classification model based on the principle of finding the hyperplane in a three-dimensional scatter plot that divides the dataset into two categories for smaller datasets. Neural networks are complex interconnected regression layers, such as biological neural networks in the human brain. Neural networks benefit from a large amount of data. Decision trees (e.g. random forests and gradient boosting machines, where random forests are algorithms that integrate multiple decision trees; gradient boosters are algorithms that iterate through multiple decision trees to improve predictive power) use a flowchart-like structure for decision-making that is easy to understand and visualize. The data points are split into similar categories (each "branch in the tree", so-called splitting points) at a given time. Regularized discriminant analysis can reduce the dimensionality of a binary ending dataset with many features and avoid overfitting to achieve sample balancing

The area under the curve (AUC) of the receiver operating characteristic curve (ROC) was used as the main indicator to evaluate the predictive ability of the model, ranging from 0 to 1, with higher values indicating better predictive performance. The performance of the model was tested using tenfold cross-validation.

Results

Baseline data

The mean age of the 529 patients was 71.185 ± 10.012 years, and a total of 56 (10.6%) had NVCF after surgery. The baseline data are shown in Table 1. BMI was included in this study as a better indicator of obesity, and only BMI was included without considering height or weight. Based on the collected patient data, a heatmap was made to show the relationship between the variables. The heatmap shows that cement intervertebral leakage and previous fracture history were most correlated with outcome (Fig. 2).

Table 1 Baseline characteristics [n (%), \(\overline{x }\)±s]
Fig. 2
figure 2

Heatmap. Each square indicates the correlation between the factors in that row and column, and the colour is used to indicate the amount of correlation. Factors near positive colours are high expressions and positive correlations, while factors near negative colours are low expressions and negative correlations. Abbreviation: hypert (hypertension); Heart.dis (heart diseases); resp.dis (respiratory diseases); cerebro.dis (cerebrovascular disease); ats.time (time from admission to surgery); fract.num (number of fractured vertebral); fract.loc (fracture vertebral location); para.leak (paravertebral leakage); inter.leak (intervertebral leakage); spinal.leak (spinal leakage); post.cobb (postoperation cobb); cement.dis (cement distribution); fract.typ (fracture type); anti.ost (anti-osteoporosis); VHRA (vertebral height recovery rate)

Multivariate logistic regression analysis

In the multivariate logistic regression analysis (Table 2), the results showed that sex [OR = 2.621, 95% CI (1.030–6.673), P = 0.043], cerebrovascular disease [OR = 28.522, 95% CI (8.749–92.989), P = 0.000], fracture history [OR = 12.298, 95% CI (6.250–24.199), P = 0.000], and intervertebral leakage of bone cement [OR = 2.501, 95% CI (1.029–6.082), P = 0.043] were independent predictors of NVCF.

Table 2 Univariate and multivariate analysis

Variable importance ranking

The random forest-based variables ranked in order of importance were time of injury, fracture history, BMD, vertebral height recovery rate, age, postoperative Cobb angle, BMI and female sex. Time from admission to surgery, hypertension, number of fractured vertebrae, cerebrovascular disease, cement bilateral fusion distribution, thoracolumbar segment fracture, cement bilateral fusion distribution, bilateral approach, anti-osteoporosis treatment, cement-endplate contact, diabetes, wedge fracture, paravertebral leakage, cement bilateral separation distribution, cement intervertebral leakage, compression fracture, lumbar fracture, heart disease, cement spinal leakage, and respiratory disease performed poorly and in descending order (Fig. 3).

Fig. 3
figure 3

Variable importance distribution in the random forest model. Time of injury, history of previous fracture, bone density, rate of vertebral height recovery, and age were ranked in order of importance for new fractures after surgery. Other factors in the random forest model were not important enough for the effect of new fractures after surgery

Performance of machine learning algorithms

To compare the prediction performance of different algorithms, our study used the AUC from a tenfold cross-validation and validated it on a test set as the main index to evaluate the model performance. Among the six machine learning models, only the decision tree [0.842 (0.796–0.888)] had a lower AUC value than logistic regression [0.898 (0.860–0.936)], and the random forest model predicted NVCF best with an AUC of 0.948 (95% CI 0.920–0.977). The results are shown in Table 3.

Table 3 Evaluation of prediction performance of each model

Discussion

PKP has led to symptom reduction, functional recovery and improved quality of life in OVCF patients. However, there are still postoperative complications that cannot be ignored, and NVCF is one of the most common complications. It is increasingly important to better anticipate and reduce the occurrence of complications in advance. Therefore, accurate predictive models are needed to help clinicians and patients share decisions and understand the risk of postoperative complications. With advances in the field of artificial intelligence, machine learning is often able to perform better than traditional linear models [12, 13].

Machine learning uses computer algorithms to learn complex relationships or patterns between data from large amounts of data, recognizes the data by training existing algorithms to perform many operations, and iteratively changes the algorithms to achieve optimal performance, resulting in models that relate multiple feature variables to the target variable [14]. Specifically, supervised machine learning identifies relationships between input and output data (i.e. the computer learns from patient data) to produce outcome predictions based on the input data [15]. Clinicians can use this AI-based strategy to help them choose more rational treatment options. ML has the advantage of being highly capable, objective and reproducible when dealing with large datasets with reliable results [16]. It also has the potential to improve the accuracy of early diagnosis, determine disease progression, and improve the ability to predict patient outcomes, such as the risk of complications [17]. These advantages can facilitate the sharing of information for decision-making between clinicians and patients and keep track of disease progression [18]. Machine learning improves the efficacy of predicting clinical outcome metrics by constructing different algorithms for evaluation and comparison. Machine learning algorithms include support vector machines, random forests, gradient boosting machines, neural networks, and deep learning, in addition to traditional logistic regression and decision trees, which have been extended on this basis [19]. With the availability of computers and large clinical datasets, machine learning as a form of artificial intelligence has started to be used in clinical settings to assist in medical decision-making.

PKP has become a common treatment for OVCFs, but the incidence of postoperative NVCFs can be as high as 50% [20]. In a random forest-based ranking of the importance of variables, patients with a shorter time to fracture were at greater risk of postoperative NVCF (Fig. 3), and patients with a longer time to injury had a greater increase in bone formation markers than bone resorption markers [21]. Progressive degeneration may increase the lumbar BMD over time compared with lower lumbar BMD values and a longer duration of back pain in patients hospitalized for surgery within a short period of time after symptom onset. Fresher fractures may cause oedema or haematoma around and within the fractured vertebra and may lead to prolonged back pain and poor functional recovery. A review [22] showed that for patients with OVCF within 6 weeks, PKP did not demonstrate a significant benefit compared to placebo. A meta-analysis by Buchbinder et al. [23] reported no significant differences in pain, disability, quality of life, or outcomes with PKP compared to sham surgery. Therefore, from a clinical perspective, the treatment goals for patients with fresh fractures should focus on strategies that first improve functional recovery, relieve back pain, and increase lumbar spine BMD values.

In this study, previous fracture history [OR = 12.298, 95% CI (6.250–24.199), P = 0.000] was the most effective predictor of postoperative fracture risk. Many patients with clinically asymptomatic previous fractures are found to have a history of previous vertebral fractures on imaging at the next visit to the hospital when the fracture arises, and therefore, patients do not recognize the danger of osteoporosis until symptoms develop. It has been reported [24] that individuals with a history of clinically diagnosed fractures or radiographic evidence of vertebral fracture patterns are at increased risk for hip, spine, and other fractures. It was also reported that approximately half of women with fracture patterns did not report having back pain, and approximately two-thirds had no previous clinical diagnosis of fracture. A study by Torgerson et al. [25] examined the association between multiple fractures and secondary fractures, with a 5.9-fold increased risk of secondary fractures in women with two or more fractures. This suggests that the risk of a new fracture following the presence of multiple prior fractures is greatly increased. Therefore, patients with a history of fractures should undergo further evaluation for osteoporosis and fracture risk.

The degree of osteoporosis is a major risk factor for the development of postoperative NVCF, and bone mineral density, an index to assess the mineral content of bone, is commonly used to diagnose osteoporosis [26]. Ning et al. [27] found that by including 921 cases with low T values, bone trabeculae that were denser became sparse, leading to reduced bone support and toughness, an increased risk of fracture postoperatively and a greater risk of NVCF. It has been suggested that the progression of osteoporosis is associated with the development of postoperative NVCFs [28] and that anti-osteoporosis treatment may slow the progression of osteoporosis and prevent the development of NVCFs [27–29]. A 3-year follow-up study by Bawa et al. [30] showed that effective anti-osteoporosis treatment significantly reduced the incidence of postoperative VCFs. Multifactorial analysis showed that ineffective anti-osteoporosis treatment was a significant risk factor for NVCFs after PKP surgery. Therefore, anti-osteoporosis therapy should be used as a routine treatment after PKP in patients with OVCFs to reduce the incidence of refracture.

Leakage of bone cement through the ruptured endplate into the intervertebral disc causes changes in the surrounding vertebral body stresses and changes in the stiffness of the injured vertebral body due to reinforcement of the injured vertebral body but has a limited effect on the adjacent vertebral body after cushioning by the disc. However, when bone cement leaks into the intervertebral disc, it can increase the stress on the endplate of the adjacent vertebral body, and this alteration may increase the risk of new vertebral fractures [31]. A study by Nieuwenhuijse et al. [32] found a significant association between bone cement leakage into the disc and the occurrence of postoperative NVCF. Multifactorial analysis in this study showed that leakage of bone cement into the intervertebral disc [OR = 2.501, 95% CI (1.029–6.082), P = 0.043] was a risk factor positively associated with new fractures. In addition, the heat generated by the bone cement leaking into the intervertebral disc may cause some damage to the disc, which may also be a major contributor to accelerated disc degeneration [33].

Oestrogen can directly affect bone metabolism by regulating cellular physiological functions. The decrease in oestrogen levels in postmenopausal women inevitably leads to the weakening of its inhibitory effect on osteoclasts, an increase in the number of osteoclasts, a decrease in apoptosis, and the prolongation of lifespan, which enhances bone resorption and promotes the progression of osteoporosis. Although osteoblast-mediated bone formation was also increased, it was not sufficient to compensate for excessive bone resorption. Active and unbalanced bone remodelling leads to thinning or fracture of trabecular bone, increased cortical bone porosity leads to decreased bone strength, and decreased oestrogen reduces bone sensitivity to mechanical stimulation, resulting in bone exhibiting pathological changes such as disuse bone loss. [34] A multicentre large-sample cohort study on the prevalence of osteoporosis in Chinese individuals by Zeng et al. [35] found that the number of women suffering from osteoporosis is much greater than that of men. In the USA, approximately 1 in 2 white women or 1 in 5 men will experience an osteoporosis-related fracture in their lifetime [36]. However, in a large cross-sectional study by Wang et al. 18, it was found that in China, 5.0% of men and 20.6% of women aged 40 or older had osteoporosis, and 10.5% of men and 9.7% of men aged 40 or older had vertebral fractures. The similar prevalence of vertebral fractures in men and women suggests that we should also pay attention to the prevention and treatment of osteoporosis in men.

Multivariate analysis showed that the presence of cerebrovascular disease [OR = 28.522, 95% CI (8.749–92.989), P = 0.000] was associated with a higher risk of postoperative NVCF. A study by Tanislav et al. [37] showed that the occurrence of stroke as well as transient cerebral ischaemia was positively associated with fracture. Various adverse outcomes, such as depression, pain and reduced quality of life following stroke occurrence, lead to a higher risk of falls and fractures [38]. A large cohort study by Wang et al. [39] found that patients had a risk of fracture of more than 8% 5 years after stroke occurrence and that stroke was significantly associated with fracture risk. Stroke in certain vascular regions of the brainstem can lead to impaired body balance and increased risk of falls [40]. In addition, impairment of visual, motor, sensory or cognitive function after the onset of cerebrovascular disease may also lead to fall-related injuries [41]. Within 2 years after stroke, 60.7% of fallers experienced a second or multiple falls, and 23.4% of patients had a fracture [42]. In addition to falls, the accelerated decrease in bone mineral density after stroke may lead to fractures in stroke patients [43]. Poststroke muscle weakness leads to limited weight bearing and reduced activity of the limb, which results in reduced bone mass. In addition, malnutrition, reduced sun exposure, and vitamin D deficiency can exacerbate bone loss in stroke survivors. Common stroke treatments, such as oral anticoagulants, can also increase the risk of osteoporosis and fracture [44]. Therefore, effective measures should be taken for skeletal health screening and fracture prevention in patients with cerebrovascular disease.

A comparison of multiple machine learning algorithms showed that random forests performed best in predicting the risk of postoperative NVCF. Our study has several advantages. First, few studies have examined which of the logistic regression and machine learning algorithms is better in predicting the probability of NVCF after PKP. Furthermore, our model shows superior predictive ability compared to other models. However, this study also has some limitations. First, the nature of retrospective studies can lead to subjective and selection bias. Second, the sample size included in the single-centre study is still not large enough. Third, because most clinicians have a low level of understanding of techniques such as machine learning, this may limit the dissemination and application of the study results. Finally, single-centre studies may limit the sample selection and its applicability to other regions, so we need further external validation with multicentre data. In this paper, we found that the random forest algorithm has good performance in predicting bone cement leakage after orthopaedic surgery, and at the same time, it has comparable accuracy and ease of use. In the future, we will collaborate with more countries and institutions to include patient samples from different countries, regions and medical centres to conduct multicentre, large-sample prospective studies to obtain more reliable results. We look forward to further improving the predictive power in future studies by applying more advanced and reliable computer technology.

Conclusion

We built six machine learning models, decision tree, random forest, gradient boosting machine, support vector machine, neural network, and regularized discriminant analysis, and compared them with the logistic regression model. Tenfold cross-validation was applied to each model, and the final comparison of the AUC values calculated by the confusion matrix revealed that all machine learning models, except decision trees, performed more accurately than logistic regression. Thus, in general, machine learning performed better than logistic regression in predicting new fractures after OVCF, with random forest having the highest accuracy.

Availability of data and materials

The original data in the study will be made available by the authors, and further inquiries can be directed to the corresponding author.

References

  1. McCarthy J, Davis A. Diagnosis and management of vertebral compression fractures. Am Fam Phys. 2016;94(1):44–50.

    Google Scholar 

  2. Burge R, Dawson-Hughes B, Solomon DH, Wong JB, King A, Tosteson A. Incidence and economic burden of osteoporosis-related fractures in the United States, 2005–2025. J Bone Miner Res. 2007;22(3):465–75. https://doi.org/10.1359/jbmr.061113.

    Article  Google Scholar 

  3. Ensrud KE, Crandall CJ. Osteoporosis [published correction appears in Ann Intern Med. 2017 Oct 3;167(7):528]. Ann Intern Med. 2017;167(3):17–32.

    Article  Google Scholar 

  4. Garfin SR, Yuan HA, Reiley MA. New technologies in spine: kyphoplasty and vertebroplasty for the treatment of painful osteoporotic compression fractures. Spine (Phila Pa 1976). 2001;26(14):1511–5.

    Article  CAS  Google Scholar 

  5. Long Y, Yi W, Yang D. Advances in vertebral augmentation systems for osteoporotic vertebral compression fractures. Pain Res Manag. 2020;2020:3947368.

    Article  Google Scholar 

  6. Mao W, Dong F, Huang G, He P, Chen H, Qin S, Li A. Risk factors for secondary fractures to percutaneous vertebroplasty for osteoporotic vertebral compression fractures: a systematic review. J Orthop Surg Res. 2021;16(1):644.

    Article  Google Scholar 

  7. Xiong YC, Guo W, Xu F, Zhang CC, Liang ZP, Wu L, Chen S, Zeng XW. Refracture of the cemented vertebrae after percutaneous vertebroplasty: risk factors and imaging findings. BMC Musculoskelet Disord. 2021;22(1):459. https://doi.org/10.1186/s12891-021-04355-w.

    Article  Google Scholar 

  8. Wang H, Tang ZR, Li W, Fan T, Zhao J, Kang M, Dong R, Qu Y. Prediction of the risk of C5 palsy after posterior laminectomy and fusion with cervical myelopathy using a support vector machine: an analysis of 184 consecutive patients. J Orthop Surg Res. 2021;16(1):332. https://doi.org/10.1186/s13018-021-02476-5.

    Article  Google Scholar 

  9. Finkelstein JA, Stark RB, Lee J, Schwartz CE. Patient factors that matter in predicting spine surgery outcomes: a machine learning approach [published online ahead of print, 2021 May 21]. J Neurosurg Spine. 2021. https://doi.org/10.3171/2020.10.SPINE201354.

    Article  Google Scholar 

  10. Li W, Hong T, Liu W, Dong S, Wang H, Tang ZR, Li W, Wang B, Hu Z, Liu Q, Qin Y, Yin C. Development of a machine learning-based predictive model for lung metastasis in patients with ewing sarcoma. Front Med (Lausanne). 2022;9:807382. https://doi.org/10.3389/fmed.2022.807382.

    Article  Google Scholar 

  11. Li W, Zhou Q, Liu W, Xu C, Tang ZR, Dong S, Wang H, Li W, Zhang K, Li R, Zhang W, Hu Z, Shibin S, Liu Q, Kuang S, Yin C. A machine learning-based predictive model for predicting lymph node metastasis in patients with ewing’s sarcoma. Front Med (Lausanne). 2022;9:832108. https://doi.org/10.3389/fmed.2022.832108.

    Article  Google Scholar 

  12. Miguel-Hurtado O, Guest R, Stevenage SV, Neil GJ, Black S. Comparing machine learning classifiers and linear/logistic regression to explore the relationship between hand dimensions and demographic characteristics. PLoS ONE. 2016;11(11):e0165521. https://doi.org/10.1371/journal.pone.0165521.

    Article  CAS  Google Scholar 

  13. Seligman B, Tuljapurkar S, Rehkopf D. Machine learning approaches to the social determinants of health in the health and retirement study. SSM Popul Health. 2017;4:95–9. https://doi.org/10.1016/j.ssmph.2017.11.008.

    Article  Google Scholar 

  14. Obermeyer Z, Emanuel EJ. Predicting the future—big data, machine learning, and clinical medicine. N Engl J Med. 2016;375(13):1216–9. https://doi.org/10.1056/NEJMp1606181.

    Article  Google Scholar 

  15. Bayliss L, Jones LD. The role of artificial intelligence and machine learning in predicting orthopaedic outcomes. Bone Joint J. 2019;101-B(12):1476–8. https://doi.org/10.1302/0301-620X.101B12.BJJ-2019-0850.R1.

    Article  Google Scholar 

  16. DeVries Z, Hoda M, Rivers CS, Maher A, Wai E, Moravek D, Stratton A, Kingwell S, Fallah N, Paquet J, Phan P, RHSCIR Network. Development of an unsupervised machine learning algorithm for the prognostication of walking ability in spinal cord injury patients. Spine J. 2020;20(2):213–24. https://doi.org/10.1016/j.spinee.2019.09.007.

    Article  Google Scholar 

  17. Handelman GS, Kok HK, Chandra RV, Razavi AH, Lee MJ, Asadi H. eDoctor: machine learning and the future of medicine. J Intern Med. 2018;284(6):603–19. https://doi.org/10.1111/joim.12822.

    Article  CAS  Google Scholar 

  18. Deo RC. Machine learning in medicine. Circulation. 2015;132(20):1920–30. https://doi.org/10.1161/CIRCULATIONAHA.115.001593.

    Article  Google Scholar 

  19. Lee CK, Hofer I, Gabel E, Baldi P, Cannesson M. Development and validation of a deep neural network model for prediction of postoperative in-hospital mortality. Anesthesiology. 2018;129(4):649–62. https://doi.org/10.1097/ALN.0000000000002186.

    Article  Google Scholar 

  20. Zhang ZL, Yang JS, Hao DJ, Liu TJ, Jing QM. Risk factors for new vertebral fracture after percutaneous vertebroplasty for osteoporotic vertebral compression fractures. Clin Interv Aging. 2021;16:1193–200. https://doi.org/10.2147/CIA.S312623.

    Article  CAS  Google Scholar 

  21. Takahashi M, Naitou K, Ohishi T, Nagano A. Comparison of biochemical markers of bone turnover and bone mineral density between hip fracture and vertebral fracture. J Clin Densitom. 2003;6(3):211–8. https://doi.org/10.1385/jcd:6:3:211.

    Article  Google Scholar 

  22. Buchbinder R, Johnston RV, Rischin KJ, Homik J, Jones CA, Golmohammadi K, Kallmes DF. Percutaneous vertebroplasty for osteoporotic vertebral compression fracture. Cochrane Database Syst Rev. 2018;4(4):CD006349. https://doi.org/10.1002/14651858.CD006349.pub3.

    Article  Google Scholar 

  23. Buchbinder R, Johnston RV, Rischin KJ, Homik J, Jones CA, Golmohammadi K, Kallmes DF. Percutaneous vertebroplasty for osteoporotic vertebral compression fracture. Cochrane Database Syst Rev. 2018;11(11):CD006349. https://doi.org/10.1002/14651858.CD006349.pub4.

    Article  Google Scholar 

  24. Ross PD. Clinical consequences of vertebral fractures. Am J Med. 1997;103(2A):30S-43S. https://doi.org/10.1016/s0002-9343(97)90025-5.

    Article  CAS  Google Scholar 

  25. Torgerson DJ, Campbell MK, Thomas RE, Reid DM. Prediction of perimenopausal fractures by bone mineral density and other risk factors. J Bone Miner Res. 1996;11(2):293–7. https://doi.org/10.1002/jbmr.5650110219.

    Article  CAS  Google Scholar 

  26. Watts NB, Camacho PM, Lewiecki EM, Petak SM. AACE/ACE Postmenopausal Osteoporosis Guidelines Task Force. American Association of Clinical Endocrinologists/American College of Endocrinology Clinical Practice Guidelines for the diagnosis and treatment of postmenopausal osteoporosis-2020 update. Endocr Pract. 2021;27(4):379–80. https://doi.org/10.1016/j.eprac.2021.02.001.

    Article  Google Scholar 

  27. Ning L, Zhu J, Tian S, Hu Z, Liu C, Zhao X, Li X, Fan S, Wan S. Correlation analysis between basic diseases and subsequent vertebral fractures after percutaneous kyphoplasty (PKP) for osteoporotic vertebral compression fractures. Pain Phys. 2021;24(6):E803–10.

    Article  Google Scholar 

  28. Bayram S, Akgül T, Adıyaman AE, Karalar Ş, Dölen D, Aydoseli A. Effect of sarcopenia on mortality after percutaneous vertebral augmentation treatment for osteoporotic vertebral compression fractures in elderly patients: a retrospective cohort study. World Neurosurg. 2020;138:e354–60. https://doi.org/10.1016/j.wneu.2020.02.121.

    Article  Google Scholar 

  29. Osaki M, Okuda R, Saeki Y, et al. Efficiency of coordinator-based osteoporosis intervention in fragility fracture patients: a prospective randomized trial. Osteoporos Int. 2021;32(3):495–503. https://doi.org/10.1007/s00198-021-05825-6.

    Article  CAS  Google Scholar 

  30. Bawa HS, Weick J, Dirschl DR. Anti-osteoporotic therapy after fragility fracture lowers rate of subsequent fracture: analysis of a large population sample. J Bone Joint Surg Am. 2015;97(19):1555–62. https://doi.org/10.2106/JBJS.N.01275.

    Article  Google Scholar 

  31. Chen WJ, Kao YH, Yang SC, Yu SW, Tu YK, Chung KC. Impact of cement leakage into disks on the development of adjacent vertebral compression fractures. J Spinal Disord Tech. 2010;23(1):35–9. https://doi.org/10.1097/BSD.0b013e3181981843.

    Article  Google Scholar 

  32. Nieuwenhuijse MJ, Putter H, van Erkel AR, Dijkstra PD. New vertebral fractures after percutaneous vertebroplasty for painful osteoporotic vertebral compression fractures: a clustered analysis and the relevance of intradiskal cement leakage. Radiology. 2013;266(3):862–70. https://doi.org/10.1148/radiol.12120751.

    Article  Google Scholar 

  33. Lazáry A, Speer G, Varga PP, et al. Effect of vertebroplasty filler materials on viability and gene expression of human nucleus pulposus cells. J Orthop Res. 2008;26(5):601–7. https://doi.org/10.1002/jor.20532.

    Article  CAS  Google Scholar 

  34. Starup-Linde J, Vestergaard P. Management of endocrine disease: diabetes and osteoporosis: cause for concern? Eur J Endocrinol. 2015;173(3):R93–9. https://doi.org/10.1530/EJE-15-0155.

    Article  CAS  Google Scholar 

  35. Zeng Q, Li N, Wang Q, et al. The prevalence of osteoporosis in China, a nationwide, multicenter DXA survey. J Bone Miner Res. 2019;34(10):1789–97. https://doi.org/10.1002/jbmr.3757.

    Article  Google Scholar 

  36. Arceo-Mendoza RM, Camacho PM. Postmenopausal osteoporosis: latest guidelines. Endocrinol Metab Clin N Am. 2021;50(2):167–78. https://doi.org/10.1016/j.ecl.2021.03.009.

    Article  Google Scholar 

  37. Tanislav C, Kostev K. Factors associated with fracture after stroke and TIA: a long-term follow-up. Osteoporos Int. 2020;31(12):2395–402. https://doi.org/10.1007/s00198-020-05535-5.

    Article  CAS  Google Scholar 

  38. Kristensen J, Birn I, Mechlenburg I. Fractures after stroke—a Danish register-based study of 106 001 patients. Acta Neurol Scand. 2020;141(1):47–55. https://doi.org/10.1111/ane.13172.

    Article  Google Scholar 

  39. Wang HP, Sung SF, Yang HY, Huang WT, Hsieh CY. Associations between stroke type, stroke severity, and pre-stroke osteoporosis with the risk of post-stroke fracture: a nationwide population-based study. J Neurol Sci. 2021;427:117512. https://doi.org/10.1016/j.jns.2021.117512.

    Article  Google Scholar 

  40. Abdelrasoul AA, Elsebaie NA, Gamaleldin OA, Khalifa MH, Razek AAKA. Imaging of brain infarctions: beyond the usual territories. J Comput Assist Tomogr. 2019;43(3):443–51. https://doi.org/10.1097/RCT.0000000000000865.

    Article  Google Scholar 

  41. Frantellizzi V, Conte M, De Vincentis G. Hybrid imaging of vascular cognitive impairment. Semin Nucl Med. 2021;51(3):286–95. https://doi.org/10.1053/j.semnuclmed.2020.12.006.

    Article  Google Scholar 

  42. Callaly EL, Ni Chroinin D, Hannon N, et al. Falls and fractures 2 years after acute stroke: the North Dublin Population Stroke Study. Age Ageing. 2015;44(5):882–6. https://doi.org/10.1093/ageing/afv093.

    Article  CAS  Google Scholar 

  43. Borschmann K, Pang MY, Bernhardt J, Iuliano-Burns S. Stepping towards prevention of bone loss after stroke: a systematic review of the skeletal effects of physical activity after stroke. Int J Stroke. 2012;7(4):330–5. https://doi.org/10.1111/j.1747-4949.2011.00645.x.

    Article  Google Scholar 

  44. Lutsey PL, Norby FL, Ensrud KE, et al. Association of anticoagulant therapy with risk of fracture among patients with atrial fibrillation. JAMA Intern Med. 2020;180(2):245–53. https://doi.org/10.1001/jamainternmed.2019.5679.

    Article  CAS  Google Scholar 

Download references

Funding

This study was supported by the Natural Science Foundation of Jiangsu Provincial Science and Technology Department (BK20221211) and the Medical Research Project of Jiangsu Provincial Health Commission (Z2021070).

Author information

Authors and Affiliations

Authors

Contributions

MA and LU obtained the data, conceptualized the manuscript, participated in study design, and reviewed the manuscript. MA analysed the data and wrote the first draft of the manuscript. CHEN and YUAN assisted with the initial data analyses and reviewed the draft of the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Hongliang Chen.

Ethics declarations

Ethics approval and consent to participate

The study was approved by the Ethics Committee of Xuzhou Medical University (XYFY2017-JS013-01), and this study follows the guidelines in the Helsinki Declaration. All participants provided informed consent prior to commencing study involvement.

Consent for publication

The coauthors and supporting institutions have consented to publication.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Ma, Y., Lu, Q., Yuan, F. et al. Comparison of the effectiveness of different machine learning algorithms in predicting new fractures after PKP for osteoporotic vertebral compression fractures. J Orthop Surg Res 18, 62 (2023). https://doi.org/10.1186/s13018-023-03551-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13018-023-03551-9

Keywords