Abstract
Study Design
Retrospective study.
Objectives
To develop machine learning (ML) models to predict recurrent lumbar disc herniation (rLDH) following percutaneous endoscopic lumbar discectomy (PELD).
Methods
We retrospectively analyzed 1159 patients who had undergone single-level PELD for lumbar disc herniation (LDH) between July 2014 to December 2019 at our institution. Various preoperative imaging variables and demographic metrics were brought in analysis. Student’s t test and Chi-squared test were applied for univariate analysis, which were feature selection for ML models. We established ML models to predict rLDH: Artificial neural networks (ANN), Extreme Gradient Boost classifier (XGBoost), KNeighborsClassifier (KNN), Decision tree classifier (Decision Tree), Random forest classifier (Random Forest), and support vector classifier (SVC).
Results
A total 130 patients (11.22%) were diagnosed as rLDH in 1159 patients. Recurrence occurred within 10.25 ± 11.05 months. Body mass index (BMI) (P = .027), facet orientation (FO) (P < .001), herniation type (P = .012), Modic changes (P = .004), and disc calcification (P = .013) are significant factors in univariate analysis (P < .05). Extreme Gradient Boost classifier, Random Forest, ANN showed fine area under the curve, .9315, .9220, and .8814 respectively.
Conclusion
We developed a deep learning and 2 ensemble models with fine performance in prediction of rLDH following PELD. Predicting re-herniation before surgery has the potential to optimize decision-making and meaningfully decrease the rates of rLDH following PELD. Our ML model identified higher BMI, lower FO, Modic changes, disc calcification in a non-protrusive region, and herniation type (noncontained herniation) as significant features for predicting rLDH.
Keywords: machine learning, deep learning, recurrent lumbar disc herniation, percutaneous endoscopic lumbar discectomy
Introduction
Percutaneous endoscopic lumbar discectomy (PELD) is a widespread used treatment of lumbar disc herniation (LDH), due to advantages of less soft tissues damage, few postoperative complications1,2 and favorable long-term results. 3 Despite positive short-term outcomes, however, there are still some patients who require reoperation after PELD. Re-herniation of LDH is among the most common reason for reoperation after PELD, 4 with rates ranging from 0-12.5%. 2 A number of studies had reported risk factors of recurrent lumbar disc herniation (rLDH), like increased age, body mass index (BMI), more severe disc degeneration, increased sagittal range of motion, higher lumbar lordosis (LL), and sacral slope (SS), the course of disease, and Modic change.2,5,6 Nevertheless, factors holden by some studies, present none significant impact on rLDH in others,5,7 and contrary results were also existed.8,9 As such, the first purpose of this research is to further investigate the related risk factors of rLDH.
The multivariate logistic regression analysis relies on predefined relationships, which is not robust for complex relationships between characteristics and outcomes. 10 Machine learning (ML) is particularly more suited for finding meaningful patterns than conventional statistical methods in multidimensional data. 11 In recent years, studies that using ML to predict postoperative outcomes of spine diseases, remarkably increased. To our knowledge, few research made use of ML in predicting possible rLDH after PLED. None deep learning algorithm was yet applied in this work. The second goal of this study was to develop ML models identifying potential rLDH patients, and then compare performance between deep learning, ensemble models, and weak classifiers.
Methods
Patient Population
We retrospectively analyzed 1159 patients who had undergone single-level PELD for LDH between July 2014 to December 2019 at Department of Spine Surgery, Zhongda Hospital affiliated to Southeast University. The inclusion criteria were: (1) patients who were diagnosed with LDH as soft protrusion (not causing by disc calcification) according to clinical manifestations and radiological characteristics; (2) deterioration or none remission of symptom after 6 weeks of conservative treatment. Patients were excluded based on: (1) patients who had undergone a previous spinal surgery; (2) patients who fail to complete follow-up; (3) patients who lacked clinical and imaging data. The operation was performed by 2 senior surgeons following standard procedures. We defined rLDH as the recurrence of leg pain with or without lower back pain after at least 1 month of pain-free interval, which is due to recurrent disc herniation at the same segment confirmed by MRI imaging.
Examined Variables
Baseline characteristics included: gender, age, BMI, diabetes, cardiovascular complications, and smoking status. Clinical and operation features were as following: exercise inducing, disease courses, accompanying symptoms of numbness or weakness, and operation time. Imaging phenotypes were herniation type, disc degeneration, adjacent disc degeneration, Modic changes 12 , radiographic instability, disc calcification in a non-protrusive region, pelvic tilt (PT), SS, LL, disc height index (DHI)13,14, facet orientation (FO), and facet tropism (FT). 15 We classified herniation type as contained herniation and noncontained herniation, according to relation of protrusion to posterior longitudinal ligament. 16 Disc degeneration is graded by Pfirrmann criteria 17 , and adjacent disc degeneration was based on the more severe degeneration between 2 adjacent levels if necessary. Radiographic instability is defined as translational motion more than 3 mm at 1 lumbar segment or 5 mm at L5–S1, or as angulation of 1 motion segment more than 10° on lateral flexion-extension radiographs. 18 Examined variables were shown in Table 1.
Table 1.
Imaging Variables and Demographic Metrics.
Categorical variables | Continuous Variables | Target Variable |
---|---|---|
Sex | Age | rLDH |
Smoking status | BMI | |
Exercise inducing | Operation time | |
Diabetes | PT | |
Cardiovascular complications | SS | |
Disease courses | LL | |
Symptoms of numbness or weakness | DHI | |
Herniation type | FO | |
Disc degeneration | FT | |
Adjactent disc degeneration | ||
Modic changes | ||
Instability disc calcification |
Recurrent lumbar disc herniation (rLDH), body mass index (BMI), pelvic tilt (PT), sacral slope (SS), lumbar lordosis (LL), disc height index (DHI), facet orientation (FO), facet tropism (FT).
Statistical Analysis and ML Development
Univariate analysis was performed using SPSS Statistics software (version 23.0). Student’s t test and Chi-squared test were utilized for univariate analysis, setting significance at P < .05. As feature selection, factors with P < .1 were added to ML models for identifying rLDH.
Normalization of data was performed through MinMaxScaler approach of Sklearn package. Using the SMOTE approach 19 to overcome class imbalance impact on result, which was confirmed in previous research. The total dataset was randomly divided into training set and test set at 7:3.
Machine learning models were developed with the Sci-Kit Learn package in Python (version 3.7.6): Extreme Gradient Boost classifier (XGBoost), KNeighborsClassifier (KNN), Decision tree classifier (Decision Tree), Random forest classifier (Random Forest), and support vector classifier (SVC). For tuning parameters, Grid searching approach was performed in training set, which was evaluated by 10-fold cross-validation. Models were built based on best parameter from Grid searching, including KNN, Decision Tree, Random Forest, and SVC. We manual tuned each parameter of XGBoost. Artificial neural networks (ANN) were conducted in Tensorflow (version 2.3) keras package. In ANN framework, dense layers using activation of relu function. Dropout layers was added following dense layers to inhibit overfitting. Gradient descent method was used to reduce loss of the ANN. Figure 1 Measures were calculated to evaluate models’ performance in test set: receiver operating characteristic (ROC) curve, area under the curve (AUC) score, accuracy score, recall score, F1 score, and precision score.
Figure 1.
Inner structure of ANN model. Dropout layers were conducted to inhibit overfitting. Artificial neural networks (ANN).
Results
Between 2014 and 2019, 130 patients (of 1159; 11.22%) were diagnosed as rLDH at 38.18 ± 11.78 months of follow-up. Table 2 Recurrence occurred within 10.25 ± 11.05 months. BMI (P = .027), FO (P < .001), herniation type (P = .012), Modic changes (P = .004), and disc calcification (P = .013) are significant factors in univariate analysis (P < .05). Table 2 There were no significant differences between rLDH group and non-rLDH group in gender, age, cardiovascular complications, diabetes, operation time, smoking status, exercise inducing, disease courses, symptoms of numbness or weakness, disc degeneration, adjacent disc degeneration, instability, PT, SS, LL, DHI, and FT. BMI, FO, herniation type, Modic changes, disc calcification, age, and cardiovascular complications were added to ML models (P < .1). Table 2
Table 2.
Variables between Cases with rLDH and with Non-rLDH in Univariate Analysis.
Variable | rLDH (n = 130) | Non-rLDH (n = 1029) | P |
---|---|---|---|
Gender: Female/Male (%) | 38.5/61.5 | 39.5/60.5 | .827 |
Smoking status: yes/no(%) | 9.2/90.8 | 10.6/89.4 | .632 |
Exercise inducing: yes/no(%) | Exercise inducing: 10.0/90.0 | 8.9/91.1 | .692 |
Diabetes: yes/no(%) | 8.5/91.5 | 6.0/94.0 | .281 |
Cardiovascular complications: yes/no(%) | 23.1/76.9 | 17.2/82.8 | .099 |
Disease courses: > 6 months /no(%) | 55.4/44.6 | 53.5/46.5 | .692 |
Symptoms of numbness or weakness: yes/no(%) | 65.4/34.6 | 61.6/38.4 | .404 |
Herniation type: contained herniation/noncontained herniation(%) | 10.8/89.2 | 19.9/80.1 | .012 |
Disc degeneration: grade Ⅳ,Ⅴ/grade Ⅰ,Ⅱ,Ⅲ(%) | 66.2/33.8 | 61.4/38.6 | .295 |
Adjacent disc degeneration:grade Ⅳ,Ⅴ/grade Ⅰ,Ⅱ,Ⅲ(%) | 51.5/48.5 | 46.6/53.4 | .293 |
Modic changes: yes/no(%) | 63.1/36.9 | 49.6/50.4 | .004 |
Instability: yes/no(%) | 23.8/76.2 | 20.2/79.8 | .335 |
Disc calcification: yes/no(%) | 12.3/87.7 | 21.7/78.3 | .013 |
Age | 46.62 ± 14.99 | 44.20 ± 14.99 | .083 |
BMI | 25.06 ± 3.14 | 24.36 ± 3.39 | .027 |
Operation time | 65.38 ± 22.12 | 64.70 ± 23.98 | .759 |
PT | 18.62 ± 9.55 | 17.95 ± 8.47 | .403 |
SS | 27.18 ± 9.70 | 26.55 ± 8.95 | .449 |
LL | 32.30 ± 15.56 | 32.46 ± 14.43 | .909 |
DHI | .35 ± .09 | .36 ± .09 | .806 |
FO | 41.42 ± 6.58 | 44.87 ± 7.31 | <.001 |
FT | 4.83 ± 4.43 | 5.44 ± 5.07 | .193 |
Recurrent lumbar disc herniation (rLDH), body mass index (BMI), pelvic tilt (PT), sacral slope (SS), lumbar lordosis (LL), disc height index (DHI), facet orientation (FO), facet tropism (FT).
Extreme Gradient Boost classifier, Random Forest, and ANN showed AUC score at .9315, .9220, and .8814 respectively. While, KNN, Decision Tree, and SVC had lower AUC scores: .8081, .7571, and .6842 respectively. Figure 2 XGBoost, Random Forest, ANN, and KNN had higher accuracy score: .8641, .8236, .843, .8091 respectively. Decision Tree, and SVC had accuracy score: .7654 and .6845. XGBoost, Random Forest, ANN, KNN, Decision Tree, and SVC had recall score: .8269, .8462, .891, .9103, .8109, and .7083. XGBoost, Random Forest, and ANN had fine precision score: .8958, .8123, and .8152. KNeighborsClassifier, Decision Tree, and SVC had lower precision score: .7594, .7463, and .68. Extreme Gradient Boost classifier, Random Forest, ANN, and KNN had higher F1 score: .86, .8289, .8515, and .828 respectively. Decision Tree, and SVC had F1 score: .7773, and .6939. Table 3
Figure 2.
ROC curve of models. Note: Receiver operating characteristic (ROC) curve, Artificial neural networks (ANN), Extreme Gradient Boost classifier (XGBoost), KNeighborsClassifier (KNN), Decision tree classifier (Decision Tree), Random forest classifier (Random Forest), support vector classifier (SVC).
Table 3.
Performance of Models.
XGBoost | Random Forest | ANN | KNN | Decision Tree | SVC | |
---|---|---|---|---|---|---|
Accuracy | .8641 | .8236 | .843 | .8091 | .7654 | .6845 |
Recall | .8269 | .8462 | .891 | .9103 | .8109 | .7083 |
F1-score | .86 | .8289 | .8515 | .828 | .7773 | .6939 |
Precision | .8958 | .8123 | .8152 | .7594 | .7463 | .68 |
Artificial neural networks (ANN), Extreme Gradient Boost classifier (XGBoost), KNeighborsClassifier (KNN), Decision tree classifier (Decision Tree), Random forest classifier (Random Forest), support vector classifier (SVC).
Discussion
The prediction of rLDH may assist surgeons to identify potential risk patients, select manner of surgery, and decrease the rates of rLDH, which is the most common reason for reoperation after PELD. The result based on samples in test set shown that XGBoost, Random Forest, and ANN had fine predictable capacity. However, it is still a very long way before ML models of rLDH play a role in practical work. We hold the current study is a necessary step before a mature medical assistant tool built in future research. We identified higher BMI, lower FO, the presence of Modic changes, and herniation type (noncontained herniation) as significant risk factors of rLDH. Moreover, disc calcification in a non-protrusive region may be a protective factor after PELD.
In recent years, a few models had applied to extract information from complicated data for predicting rLDH. Jia et al. developed a nomogram with LASSO regression model selecting factors to predict rLDH within 6 months after PELD. 6 A retrospective nonlinear multiple logistic regression prediction model was built for rLDH after PELD. 20 Harada et al. identified significant risk factors of rLDH after microdiscectomy via an ML approach. 11 This study presents a set of predictive models for rLDH following PELD. As we know, this is the first study to use a deep learning algorithm in the task. Ensemble models like XGBoost and Random Forest were designed to combine weak classifiers for elevating predictive ability. Compared with previous studies, we utilized more measure score to comprehensively evaluate models, like F1 score, recall score, and precision score. Artificial neural network, XGBoost, and Random Forest had fine AUC score, which indicates deep learning and ensemble models have similar fitting capacity in the low order of magnitude data. Extreme Gradient Boost classifier, Random Forest, and ANN also had high F1 score, which is the synthesis of recall score and precision score.
Previous studies had identified a few potential risk factors associated with rLDH, including age, BMI, the course of disease, disc degeneration, adjacent-level disc degeneration, sagittal range of motion, DHI, LL, SS, Modic changes, migration grade, and smaller-sized herniated discs.5-7,21 Compared with a recent study based on ML 11 , our research encompasses more radiological characteristics, which may better reflect the population undergoing PELD and enlarge the scope of predictors, such as FO, FT, and Disc calcification in a non-protrusive region.
BMI was also noted as a significant factor in this study. Researches had frequently suggested a positive relationship between high BMI and rLDH after PELD,22,23 which were consistent with our pervious study. 24 In a biomechanical analysis, obesity would noticeably increase the load on spine, which lead to damages of discs such as perturbation in nutrient supply, cell apoptosis, inflammation, additional innervation, and subsequent degeneration. 25 An increase in pressure within the disc results in greater burden and thus shear strain on the posterolateral part of the annulus fibrosus, 22 that may significantly influence the biomechanical characteristic and morphology of postoperative discs. 26 Our analysis also identified Modic changes as a risk factor for rLDH, which is in accordance with the literature where it has been reported that rLDH after PELD preferentially occurs when Modic changes or herniated cartilage are present.6,27,28
Li et al. reported that FO and FT play important roles in the development of rLDH after discectomy. 15 Moreover, a similar result was presented by another retrospective study with following up more than 5 years. 29 When placed in a flexed or imbalanced position, facet joints and vertebral discs may face accelerated degeneration compared to a symmetric counterpart. 15 Finite element analysis and contour maps visualization confirmed that FT and high sagittal orientation may increase the risk of rLDH due to increasing ipsilateral disc pressure. 30 Our research highlights, that low FO is the significant risk factor of rLDH, while there is no significant correlation between rLDH and FT. The dissimilar result may be related to differences between PELD and open discectomy, which pervious study was investigated. It is necessary to perform further verifications on FO and FT in the prospective study with larger sample.
Our result showed that rLDH individuals had more percent of the noncontained herniation which includes transligamentous extrusion and sequestered disc herniation. 16 Li et al. suggested herniation type (transligamentous extrusion) increase recurrence after discectomy. 15 However, another study held opposite viewpoint that subligamentous disc herniation is the risk factor for requiring surgical treatment of a first rLDH. 31 Disc calcification at non-protrusion part may be a protective factor after PELD. Calcification is an adaptive response to stimulus of environment, and thus the inflammatory response of discs may be weaker during calcification period. 24
First limitation of the work is that the data retrieved from a single institution, and further external validation is needed to verify models’ expansibility. Next, the design of retrospective study may limit the present evidence. The Black box is a common issue in application of ML, that most AI technologies are operating based on opaque logic and hard to be understanded.
Conclusions
It is meaningful to predict the rLDH occurrence after PELD for suitably surgery choosing. The study identified high BMI, low FO, Modic changes, and herniation type (noncontained herniation) are significant risk factors of rLDH. Disc calcification at non-protrusion part may be a protective factor after PELD. Two ensemble models and a deep learning achieved fine predictive performance.
Footnotes
Authors’ Contributions: GuanRui Ren and Lei Liu contributed to the study conception and design. Data collection were performed by PeiYang Wang, Wei Zhang, Hui Wang, MeiJi Shen LiTing Deng, YuAo Tao, Xi Li and JiaoDong Wang. Analysis was performed by GuanRui Ren. The first draft of the manuscript was written by GuanRui Ren and Lei Liu. ZhiYang Xie, YunTao Wang, and XiaoTao Wu commented on previous versions of the manuscript. All authors read and approved the final manuscript.
The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding: The author(s) received no financial support for the research, authorship, and/or publication of this article.
Ethics Approval: The study had been approved by Zhongda Hospital Affiliated to Southeast University ethics committee and the reference number was 2021ZDSYLL223-P01.
Consent to Participate: This study had met the requirements for exemption from informed consent, and approved to exemption from informed consent by Zhongda Hospital Affiliated to Southeast University ethics committee.
Availability of Data and Material: The datasets analysed during the current study are available from the corresponding author on reasonable request.
ORCID iD
GuanRui Ren https://orcid.org/0000-0003-2438-8081
References
- 1.Nie H, Zeng J, Song Y, et al. Percutaneous endoscopic lumbar discectomy for L5-S1 disc herniation via an interlaminar approach versus a transforaminal approach. Spine. 2016;41(Suppl 19):B30-b37. doi: 10.1097/brs.0000000000001810. [DOI] [PubMed] [Google Scholar]
- 2.Yin S, Du H, Yang W, Duan C, Feng C, Tao H. Prevalence of recurrent herniation following percutaneous endoscopic lumbar discectomy: A meta-analysis. Pain Phys. 2018;21(4):337-350. [PubMed] [Google Scholar]
- 3.Eun SS, Lee SH, Sabal LA. Long-term follow-up results of percutaneous endoscopic lumbar discectomy. Pain Phys. 2016;19(8):E1161-e1166. [PubMed] [Google Scholar]
- 4.Cheng J, Wang H, Zheng W, et al. Reoperation after lumbar disc surgery in two hundred and seven patients. Int Orthop. 2013;37(8):1511-1517. doi: 10.1007/s00264-013-1925-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Yu C, Zhan X, Liu C, et al. In-depth analysis of risk factors for recurrence of lumbar 5-sacral 1 disc herniation after percutaneous endoscopic transforaminal discectomy. Med Sci Mon Int Med J Exp Clin Res. 2020;2526:e919888. doi: 10.12659/msm.919888. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Jia M, Sheng Y, Chen G, et al. Development and validation of a nomogram predicting the risk of recurrent lumbar disk herniation within 6 months after percutaneous endoscopic lumbar discectomy. J Orthop Surg Res. 2021;16(1):274. doi: 10.1186/s13018-021-02425-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Park CH, Park ES, Lee SH, et al. Risk factors for early recurrence after transforaminal endoscopic lumbar disc decompression. Pain Phys. 2019;22(2):E133-e138. [PubMed] [Google Scholar]
- 8.Wang H, Zhou Y, Li C, Liu J, Xiang L. Risk factors for failure of single-level percutaneous endoscopic lumbar discectomy. J Neurosurg Spine. 2015;23(3):320-325. doi: 10.3171/2014.10.Spine1442. [DOI] [PubMed] [Google Scholar]
- 9.Abdu RW, Abdu WA, Pearson AM, Zhao W, Lurie JD, Weinstein JN. Reoperation for recurrent intervertebral disc herniation in the spine patient outcomes research trial: Analysis of rate, risk factors, and outcome. Spine. 2017;42(14):1106-1114. doi: 10.1097/brs.0000000000002088. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Karnuta JM, Churchill JL, Haeberle HS, et al. The value of artificial neural networks for predicting length of stay, discharge disposition, and inpatient costs after anatomic and reverse shoulder arthroplasty. J Shoulder Elbow Surg. 2020;29(11):2385-2394. doi: 10.1016/j.jse.2020.04.009. [DOI] [PubMed] [Google Scholar]
- 11.Harada GK, Siyaji ZK, Mallow GM, et al. Artificial intelligence predicts disk re-herniation following lumbar microdiscectomy: Development of the “RAD” risk profile. Eur Spine J. 2021;30:2167-2175. doi: 10.1007/s00586-021-06866-5. [DOI] [PubMed] [Google Scholar]
- 12.Yu LP, Qian WW, Yin GY, Ren YX, Hu ZY. MRI assessment of lumbar intervertebral disc degeneration with lumbar degenerative disease using the Pfirrmann grading systems. PLoS One. 2012;7(12):e48074. doi: 10.1371/journal.pone.0048074. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Kim KT, Park SW, Kim YB. Disc height and segmental motion as risk factors for recurrent lumbar disc herniation. Spine. 2009;34(24):2674-2678. doi: 10.1097/BRS.0b013e3181b4aaac. [DOI] [PubMed] [Google Scholar]
- 14.Kim KT, Lee DH, Cho DC, Sung JK, Kim YB. Preoperative risk factors for recurrent lumbar disk herniation in L5-S1. J Spinal Disord Tech. 2015;28(10):E571-E577. doi: 10.1097/bsd.0000000000000041. [DOI] [PubMed] [Google Scholar]
- 15.Li Z, Yang H, Liu M, et al. Clinical characteristics and risk factors of recurrent lumbar disk herniation. Spine. 2018;43(21):1463-1469. doi: 10.1097/brs.0000000000002655. [DOI] [PubMed] [Google Scholar]
- 16.Wang H, Huang B, Zheng W, et al. Comparison of early and late percutaneous endoscopic lumbar discectomy for lumbar disc herniation. Acta Neurochir. 2013;155(10):1931-1936. doi: 10.1007/s00701-013-1828-4. [DOI] [PubMed] [Google Scholar]
- 17.Pfirrmann CWA, Metzdorf A, Zanetti M, Hodler J, Boos N. Magnetic resonance classification of lumbar intervertebral disc degeneration. Spine. 2001;26(17):1873-1878. doi: 10.1097/00007632-200109010-00011. [DOI] [PubMed] [Google Scholar]
- 18.Bambakidis NC, Feiz-Erfan I, Klopfenstein JD, Sonntag VKH. Indications for surgical fusion of the cervical and lumbar motion segment. Spine. 2005;30(16 Suppl):S2-S6. doi: 10.1097/01.brs.0000174509.31291.26. [DOI] [PubMed] [Google Scholar]
- 19.Chawla NV, Bowyer KW, Hall LO, Kegelmeyer WP. SMOTE: Synthetic Minority Over-sampling Technique; 2011. [Google Scholar]
- 20.Li Y, Wang B, Li H, et al. Adjuvant surgical decision-making system for lumbar intervertebral disc herniation after percutaneous endoscopic lumber discectomy: A retrospective nonlinear multiple logistic regression prediction model based on a large sample. Spine J. 2021;21:2035-2048. doi: 10.1016/j.spinee.2021.07.012. [DOI] [PubMed] [Google Scholar]
- 21.Shi H, Zhu L, Jiang Z-L, Wu X-T. Radiological risk factors for recurrent lumbar disc herniation after percutaneous transforaminal endoscopic discectomy: A retrospective matched case-control study. Eur Spine J. 2021;30(4):886-892. doi: 10.1007/s00586-020-06674-3. [DOI] [PubMed] [Google Scholar]
- 22.Kim JM, Lee SH, Ahn Y, Yoon DH, Lee CD, Lim ST. Recurrence after successful percutaneous endoscopic lumbar discectomy. Minim Invasive Neurosurg. 2007;50(2):82-85. doi: 10.1055/s-2007-982504. [DOI] [PubMed] [Google Scholar]
- 23.Yao Y, Liu H, Zhang H, et al. Risk factors for recurrent herniation after percutaneous endoscopic lumbar discectomy. World Neurosurg. 2017;100:1-6. doi: 10.1016/j.wneu.2016.12.089. [DOI] [PubMed] [Google Scholar]
- 24.Zhang P, Wang Y, Hong X, Medicine SO, University SJ. Risk factors of reoperations after percutaneous endoscopic lumbar discectomy for lumbar disc herniation. Chin J Spine Spinal Cord. 2019. [Google Scholar]
- 25.Ghezelbash F, Shirazi-Adl A, Plamondon A, Arjmand N, Parnianpour M. Obesity and obesity shape markedly influence spine biomechanics: A subject-specific risk assessment model. Ann Biomed Eng. 2017;45(10):2373-2382. doi: 10.1007/s10439-017-1868-7. [DOI] [PubMed] [Google Scholar]
- 26.Kong M, Xu D, Gao C, et al. Risk factors for recurrent L4-5 disc herniation after percutaneous endoscopic transforaminal discectomy: A retrospective analysis of 654 cases. Risk Manag Healthc Pol. 2020;13:3051-3065. doi: 10.2147/rmhp.S287976. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Hao L, Li S, Liu J, Shan Z, Fan S, Zhao F. Recurrent disc herniation following percutaneous endoscopic lumbar discectomy preferentially occurs when Modic changes are present. J Orthop Surg Res. 2020;15(1):176. doi: 10.1186/s13018-020-01695-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Yaman ME, Kazancı A, Yaman ND, Baş F, Ayberk G. Factors that influence recurrent lumbar disc herniation. Hong Kong Med J. 2017;23(3):258-263. doi: 10.12809/hkmj164852. [DOI] [PubMed] [Google Scholar]
- 29.Li Z, Gui G, Zhang Y, et al. Are facet joint parameters risk factors for recurrent lumbar disc herniation? A pilot study in a Chinese population. J Clin Neurosci . 2020;77:36-40. doi: 10.1016/j.jocn.2020.05.048. [DOI] [PubMed] [Google Scholar]
- 30.Ke S, He X, Yang M, Wang S, Song X, Li Z. The biomechanical influence of facet joint parameters on corresponding segment in the lumbar spine: A new visualization method. Spine J. 2021;21:2112-2121. doi: 10.1016/j.spinee.2021.05.024. [DOI] [PubMed] [Google Scholar]
- 31.Yurac R, Zamorano JJ, Lira F, Valiente D, Ballesteros V, Urzúa A. Risk factors for the need of surgical treatment of a first recurrent lumbar disc herniation. Eur Spine J. 2016;25(5):1403-1408. doi: 10.1007/s00586-015-4272-8. [DOI] [PubMed] [Google Scholar]