Abstract
Background: Low back pain (LBP) is a leading cause of disability worldwide, affecting people of all ages while showing increasing prevalence among younger demographics. Patients may present with different symptoms and treatment responses despite identical magnetic resonance imaging results, making it difficult to determine whether surgical and medical interventions are appropriate.
Objective: This study aimed to develop SPOILS (Software to Predict Outcome in Lumbar Spondylosis), an artificial intelligence–based decision support tool that merges clinical intelligence and radiomics to generate customized therapy plans for patients with LBP.
Methods: The SPOILS system used deep learning models to perform automated segmentation, enabling the extraction of geometrical parameters, including disk height, disk width, vertebrae height, vertebrae width, canal diameter, disk height index, signal intensity, and disk volume. A labeled dataset was created using expert-verified Pfirrmann and spondylosis severity gradings to address the clinical issues stemming from manual grading variability and subjectivity. Machine learning algorithms were used with this combined dataset to predict outcomes and recommend personalized treatment plans.
Results: The DeepLabV3+ segmentation model with a ResNet50 encoder achieved 95.5% accuracy, which increased to 98.7% after 8-fold cross-validation and simultaneously improved precision (96.95%), recall (97.1%), Dice coefficient (96.9%), and intersection over union (IoU; 94.8%). The convolutional neural network with MobileNetV2 achieved 97.84% accuracy and 96.76% IoU for spondylosis severity prediction after cross-validation. The Gradient Boost classifier demonstrated the best results with geometrical data by achieving 91.65% accuracy and 84.59% IoU.
Conclusions: SPOILS introduced an innovative method to customize LBP treatment through the combination of artificial intelligence technology with radiological data and clinical expertise.
doi:10.2196/83322
Keywords
Introduction
Low back pain (LBP) is a growing global health concern [], and there are no clear recommendations regarding whether to pursue surgical or medical management. It is one of the most common chronic diseases worldwide, with an increasing propensity to affect younger age groups [,]. Similar-looking magnetic resonance imaging (MRI) findings combined with different subjective pain perceptions may lead to differences in clinical opinion []. Moreover, surgical options range from simple epidural injection to interbody fixation. LBP is the leading cause of years lived with disability, accounting for 7.41% of the total years lived with disability []. In 2020, there were more than half a billion prevalent cases of LBP globally, and projections indicate that this number will exceed 800 million by 2050. In this era of evidence-based medicine, we blended artificial intelligence (AI) with clinical intelligence to develop a model that uses radiological, clinical, and subjective data to predict the best possible treatment as “individualized therapy,” SPOILS (Software to Predict Outcome in Lumbar Spondylosis). As a standard clinical practice, “low back pain” is initially differentiated into mechanical or neuropathic []. Mechanical pain usually responds to rest, ice, and physiotherapy [], but neuropathic pain requires further radiological investigations. Depending upon radiological features, such as canal diameter, disk extrusion, nerve compression, and foramen stenosis, neurological status, and pain severity, clinicians usually decide on the further management course. In our study, we used all these data and developed predictive analysis software to provide patients with an indication of the treatment they may be prescribed. Additionally, our objective in developing the prediction software (SPOILS) was to provide an objective adjunct that supports evidence-based practice and clinical decision-making of clinicians. Radiomics, when used as an AI tool, is a technique that leverages AI algorithms to extract large amounts of quantitative features from medical images, allowing for detailed analysis of tissue characteristics beyond what can be seen visually. These features can be used to improve diagnosis, prognosis, and treatment planning for various diseases, particularly cancers, by providing more precise information about tumor biology and behavior. These features are used to develop radiomic models or signatures that aid in interpreting various clinical phenotypes, such as patient genotyping, treatment efficacy, and clinical outcomes. Our study focused on the development of a predictive model for lumbar spine spondylosis treatment using a fully automated quantitative analysis system. The automated system accurately identified and quantified spinal structures, demonstrating successful segmentation and disk volume extraction. These models aim to support clinical decisions regarding surgical interventions for patients with spondylosis.
Methods
Ethical Considerations
Ethics approval (2023‐6-EMP-4) was obtained from the institutional ethical committee of All India Institute of Medical Sciences (AIIMS), Raebareli, India, on May 23, 2023. The retrospective nature of the data and the use of deidentified magnetic resonance (MR) images ensured patient confidentiality and adherence to ethical standards. Written informed consent was obtained from participants as well.
Study Design
This was a prospective observational study. This paper presented an integrated methodology that leveraged AI, clinical intelligence, and radiomics to develop a predictive model, “SPOILS,” for individualized treatment planning in patients with LBP. The core objective was to assess lumbar spondylosis severity using Pfirrmann grading [] derived from lumbar spine MRI and to guide clinical decisions toward either surgical or conservative intervention based on the predicted severity. The study analyzed 402 patients’ midsagittal T2-weighted MRIs for the segmentation model and 4260 disk slices with corresponding radiological geometric parameters for spondylosis grading. The data were collected from patients of the Neurosurgery Department at AIIMS Raebareli, covering the period from March 2023 to February 2024, as the study was approved as a time-bound project. Patients with LBP without prior surgery for back pain were included in our study. The MRIs were acquired with a resolution of 512×512 pixels. This resolution was optimal for capturing the detailed anatomical structures of the lumbar spine necessary for accurate segmentation. Image normalization, resizing, cropping, and data augmentation steps were performed during data preprocessing to increase the dataset size and ensure equal distribution of the dataset across classes, thereby avoiding overfitting. The proposed workflow consisted of several sequential steps, each designed to build upon the previous one, ensuring a systematic and efficient process from initial segmentation to the final prediction model. The workflow is depicted in .

The first step in the workflow involved the segmentation of lumbar spine MR images. This was achieved using a transfer learning approach in a U-Net convolutional neural network (CNN) [], which was specifically trained for multiclass segmentation. The model segmented the MR images into 14 distinct areas, including the 5 lumbar vertebrae, 1 sacrum vertebra, 6 intervertebral disks (IVDs) from T12-L1 to L5-S1, the spinal canal, and the background.
Following segmentation, the next step was to measure various geometrical parameters of the segmented structures []. These parameters include dimensions such as disk height, disk width, vertebrae height, vertebrae width, disk height index, canal width, and signal intensity of the IVDs, as well as other relevant metrics such as the spinal canal dimensions. The segmentation results are then used to extract the disk volume (disk slices) of the IVDs. This involved integrating the segmented disk areas across the slices of the MR images. Subsequently, the geometrical parameters and disk volumes were compiled into a structured dataset. Each entry in the dataset represented a specific slice of the IVD image and included all the extracted measurements. Additionally, the dataset was labeled with relevant Pfirrmann grading and spondylosis severity. The next step involved training a predictive model using these labeled datasets. This model was designed to predict lumbar spondylosis with Pfirrmann grading based on the extracted geometrical parameters and disk volumes. The final step toward the prediction comprised a combination of an 8-fold cross-validated CNN with MobileNetV2 [] and a Gradient Boosting Classifier for the prediction. Unlike conventional studies that end at prediction, the novelty of our approach lay in translating these AI-derived severity assessments into tangible clinical decision mapping. By incorporating predefined thresholds and consultation with spine specialists, the model outcomes were used to recommend individualized treatment pathways—either conservative (medical or physiotherapy based) or surgical intervention. This AI–clinical intelligence and radiomics fusion facilitated a more objective, reproducible, and scalable framework for spine care, potentially reducing interobserver variability and optimizing therapeutic strategies.
Dataset
The dataset used in this study comprised midsagittal T2-weighted lumbar spine MR images. The study was funded by the Department of Health Research–Multi-Disciplinary Research Units and started after institutional ethical clearance in collaboration with AIIMS Raebareli and National Institute of Technology Meghalaya.
Data Segmentation and Annotation
The MR images were randomly divided into training and testing sets after they were exported. Random allocation ensured that the training and testing sets were representative of the entire dataset, thereby strengthening the model’s robustness. Developing efficient semantic segmentation models for medical imaging required precise data segmentation and labeling. LabelMe (version 3.3.6; MIT Computer Science and Artificial Intelligence Laboratory) [], a popular image annotation program that enabled accurate and effective labeling, was used to tag all the MRIs to aid semantic segmentation. This procedure included precisely marking 14 different regions necessary for a thorough study of the lumbar spine. The 14 regions comprised 1 sacral vertebra (S1), 5 lumbar vertebrae (L1 to L5), 6 IVDs (T12-L1 to L5-S1), spinal canal, and background as shown in ().

Segmentation Models
For accurate and precise multiclass segmentation of lumbar MR images, we used the DeepLabV3+ [] model with ResNet50 [] as the encoder. DeepLabV3+ enhances the original DeepLabV3 by incorporating a more advanced decoder module, making it a state-of-the-art semantic segmentation model. It leveraged a robust CNN backbone to extract high-level features from input images, with ResNet50 being the chosen architecture for the encoder. ResNet50, known for its depth and ability to capture intricate features and semantics in images, was pretrained on the ImageNet dataset, which further enhanced its performance in medical image segmentation tasks ().

The architecture of the DeepLabV3+ model begins with an input layer of shape (512, 512, 3), suitable for processing the 512×512 MR images. The core component of this architecture was the Atrous Spatial Pyramid Pooling (ASPP) module, which was crucial for efficient multiscale data aggregation. The ASPP module consisted of parallel atrous convolutional layers with varying dilation rates, allowing it to capture context information at multiple scales. The use of dilated convolutions in the ASPP module expanded the receptive field of each convolutional layer, enabling the model to gather both local and global context information effectively. Additionally, the ASPP module included a 1×1 convolutional layer to reduce the dimensionality of the feature maps and an average pooling layer to gather global context information. Following the ASPP module, the decoder module integrated features from the encoder with upsampled feature maps to produce dense pixel-wise predictions. This module used skip connections from the encoder and comprised multiple convolutional and upsampling layers. By concatenating features from different spatial scales, the decoder refines the predictions, thereby improving segmentation accuracy. In practice, the decoder module first increased the spatial resolution of the feature maps through bilinear upsampling and then combined these upsampled maps with features extracted by the encoder. The output layer of this architecture included a final convolutional layer and a softmax activation function, which generated the segmentation masks.
This sophisticated approach enabled the DeepLabV3+ model to deliver precise and detailed segmentations, making it highly effective for the segmentation of lumbar spine MR images. The combination of ResNet50’s powerful feature extraction capabilities and the ASPP module’s multiscale context aggregation ensured high accuracy in delineating anatomical structures in medical images.
Study Parameters: Geometrical and Disk Volume Data
In this section, we describe the process of extracting geometrical data [] from the segmented image dataset to predict lumbar spondylosis. The disk volume extraction process involved several stages, including bounding volume estimation, volume resizing, and normalization. Bounding volume estimation was achieved by detecting and sorting the corner points of the segmented IVDs. Once the bounding volumes were estimated, the next step was to resize the extracted volumes to a standardized dimension. Resizing ensures that all IVDs were represented consistently, regardless of variations in patient anatomy or image acquisition parameters. During this step, the extracted disk volumes were adjusted to fit a uniform scale while maintaining the aspect ratio to preserve the anatomical integrity of the IVDs. After resizing, disk volume normalization was performed by adjusting the intensity values of the extracted volumes. By normalizing the intensity values, we ensured that the signal intensities of the disks were comparable across the entire dataset.
The extracted geometrical parameters included average disk height, central disk height (height at the midpoint of the IVDs), vertebrae height, average disk width, midpoint disk width, disk height index, signal intensity, and signal intensity difference. To calculate these geometrical parameters, we used the method described by Kumar et al []. The extracted geometrical parameters and signal intensity measurements were then compiled into a structured dataset. Each entry in this dataset represented a specific slice of an IVD image and included all the extracted measurements. Additionally, the dataset was labeled with relevant Pfirrmann grading, and spondylosis severity was categorized as low, medium, or high pain, providing a comprehensive dataset for further analysis and predictive modeling. This structured dataset, containing detailed geometric and signal intensity information along with spondylosis grades, formed the foundation for developing predictive models. These models aimed to improve the diagnosis and treatment planning for lumbar spine spondylosis, ultimately contributing to better patient care and outcomes.
Labeling
Each extracted disk volume and geometrical dataset was then labeled according to an 11-class scheme. This scheme incorporated the Pfirrmann grading system, which classified disk degeneration into 5 grades based on structural and compositional changes observed in MR images. The Pfirrmann grades ranged from grade 1 (healthy disk) to grade 5 (severely degenerated disk). Additionally, the dataset included a spondylosis severity index, which assessed the presence and extent of osteophytes, disk space narrowing, and other degenerative changes. The spondylosis severity was categorized into mild, moderate, and severe. Both the Pfirrmann grades and spondylosis severity were combined to form classes for labeling. The dataset contained a total of 11 classes, including 1L, 2L, 3L, 3M, 3H, 4L, 4M, 4H, 5L, 5M, and 5H. L, M, and H represented low, moderate, and high severity, respectively.
Prediction Model for Spondylosis
To predict Pfirrmann grading and spondylosis severity using the extracted disk volume dataset, we used and compared the performance of 3 different models: a CNN, a CNN with MobileNetV2, and a CNN with VGG16. The models were evaluated based on accuracy and intersection over union (IoU) metrics over 150 epochs. Similarly, for the geometrical dataset, we evaluated 4 different models: logistic regression, XGBClassifier, Gradient Boosting Classifier, and support vector machine classifier.
Clinical Decision Support Integration
The novelty of the SPOILS model lies in its integration of AI-derived severity classification with patient-reported outcomes—Oswestry Disability Index (ODI) and Numerical Rating Scale (NRS) for pain—to inform treatment pathways. On the basis of the predicted class and clinical scores, patients were triaged into the following decision strata:
- Surgical intervention candidates—patients classified as 3H, 4M, 4H, 5M, or 5H with high ODI or NRS scores were directed toward surgical consultation.
- Interventional pain management candidates—patients with 3M, 4L, or 5L were recommended for transforaminal epidural steroid injections, with surgery considered if pain persists despite intervention.
- Conservative management candidates—patients with lower severity classes (1L, 2L, or 3L) and mild to moderate ODI or NRS scores were advised to undergo pharmacological therapy and physiotherapy. Transforaminal steroid injections were considered if symptoms remained refractory to conservative treatment.
Results
Demographic Profile
A total of 402 patients underwent lumbar spine MRI using a 1.5-T MRI unit. Out of these 402 patients, 55 (13.7%) were treated with transforaminal nerve block, 40 (10%) were surgically managed, and the remaining patients (n=307, 76.4%) were managed with medicines. The dataset contained MR images from both male and female patients. The description of the dataset is provided in .
| Sex | Patients (n=402), n (%) | Magnetic resonance images (n=1460), n (%) |
| Male | 235 (58.5) | 855 (58.6) |
| Female | 167 (41.5) | 605 (41.4) |
aAll data were obtained from the Department of Neurosurgery, All India Institute of Medical Sciences, Raebareli, Uttar Pradesh, India.
This helped us in understanding the role of sex in changes in geometrical parameters. In , data are presented according to age group. This helped us understand the effect of age on geometric parameters. This helped in understanding the aging factors involved in the changes of geometrical aspects.
| Age group (years) | Patients (n=402), n (%) | Magnetic resonance images (n=1460), n (%) |
| 0‐15 | 10 (2.5) | 40 (2.7) |
| 16‐30 | 92 (22.9) | 370 (25.3) |
| 31‐45 | 105 (26.1) | 410 (28.1) |
| 46‐60 | 102 (25.4) | 385 (26.4) |
| >60 | 93 (23.1) | 255 (17.5) |
aAll data were obtained from the Department of Neurosurgery, All India Institute of Medical Sciences, Raebareli, Uttar Pradesh, India.
Study Parameters
The results of the segmentation model using DeepLabV3+ with ResNet50 as the encoder demonstrated a high level of performance in the segmentation of lumbar spine MR images. Initially, the model achieved an accuracy of 95.5%, a precision of 92.8%, a recall of 93.2%, a Dice coefficient of 93%, and an IoU of 87.1%. These metrics indicated the model’s strong capability in accurately identifying and delineating the various anatomical structures within the lumbar spine MR images.
To further validate and potentially enhance the performance of the segmentation model, we implemented an 8-fold cross-validation technique. Cross-validation is a robust method for assessing the generalizability and reliability of a model by partitioning the dataset into multiple folds and ensuring that each fold serves as a validation set at least once. Through this rigorous validation approach, the model’s performance metrics significantly improved. After applying 8-fold cross-validation, the segmentation model exhibited an impressive increase in performance, achieving an accuracy of 98.7%, a precision of 96.95%, a recall of 97.1%, a Dice coefficient of 96.9%, and an IoU of 94.8%. These enhanced results underscored the model’s robustness and its ability to consistently produce accurate and precise segmentations across different subsets of the data. and illustrate representative segmentation outputs obtained using the proposed models.


The results of the prediction model for spondylosis over the extracted disk volume dataset are depicted in .

Among these models, the CNN with MobileNetV2 demonstrated superior performance (accuracy=86.40% and IoU=74.27%) compared with the other 2 models. To further enhance this model’s robustness and generalizability, we used an 8-fold cross-validation technique. This method involved partitioning the dataset into 8 subsets, training the model on 7 subsets, and validating it on the remaining subset. This process was repeated 8 times, with each subset serving as the validation set once. The implementation of 8-fold cross-validation significantly improved the performance of the CNN with MobileNetV2. After cross-validation, the model’s accuracy increased to 97.84%, and the IoU improved to 96.76%. These results indicated that the CNN with MobileNetV2, enhanced by cross-validation, provided a highly accurate and reliable method for predicting Pfirrmann grading and spondylosis severity.
shows the results of the prediction model for spondylosis using the geometrical dataset. Among these models, the Gradient Boosting Classifier demonstrated superior performance (accuracy=91.65% and IoU=84.59%) compared with the other models.

Our final model for predicting Pfirrmann grading and spondylosis severity leveraged an ensemble approach that combined the strengths of 2 distinct models: an 8-fold cross-validated CNN with MobileNetV2 and a Gradient Boosting Classifier. The predictions from both models are then combined by taking the mean of their outputs, leading to a final, more robust prediction of spondylosis severity and Pfirrmann grading.
Discussion
Principal Findings
In this study, we developed and evaluated a comprehensive framework for predicting Pfirrmann grading and spondylosis severity using both MRI-based deep learning models and radiological geometrical parameters []. The results demonstrated that combining image-based representations with quantitative anatomical features could provide robust and reliable predictions, supporting the feasibility of a fully automated decision support system for lumbar spine degeneration assessment.
Our experiments with image-based models showed that deep convolutional neural networks were well suited for learning discriminative features related to IVD degeneration. Among the evaluated architectures, CNN integrated with MobileNetV2 consistently outperformed the baseline CNN and CNN-VGG16 models, achieving an accuracy of 86.4% and an IoU of 74.27%. The superior performance of MobileNetV2 could be attributed to its depthwise separable convolutions and efficient feature reuse, which allowed the network to capture fine-grained textural and structural variations in disk morphology while maintaining computational efficiency. Further performance gains were achieved through 8-fold cross-validation, resulting in an accuracy of 97.84% and an IoU of 96.76%. This substantial improvement highlighted the critical role of cross-validation in reducing overfitting, improving generalization, and producing more reliable performance estimates on unseen data—an especially important consideration in medical imaging studies with limited datasets.
These findings align with a growing body of literature demonstrating the effectiveness of CNN-based approaches for automated Pfirrmann grading. Several recent studies have reported CNN performance approaching or even matching expert-level assessments, reinforcing the clinical potential of deep learning for disk degeneration analysis. Previous work by Nikpasand et al [] also demonstrated strong agreement between CNN-predicted Pfirrmann grades and expert annotations, surpassing interobserver agreement among human graders (78% agreement; Fleiss κ=0.68). Their findings supported the notion that automated systems could reduce subjective variability and provide more consistent grading than manual assessment alone. Our results further extended this observation by demonstrating that careful model selection, validation strategies, and dataset construction could lead to substantial gains in predictive reliability.
In contrast, some studies have reported exceptionally high classification accuracies exceeding 95% across all Pfirrmann grades [,]. Griffith et al [] evaluated a comprehensive framework for modified Pfirrmann grading. Our attempts to replicate similar performance using comparable architectures and dataset sizes resulted in comparable accuracies ranging from 81% to 86% for Pfirrmann grading, with spondylosis severity depending on the lumbar level.
Beyond image-based learning, this study also explored predictive modeling using radiological geometrical parameters derived from segmented disk volumes. Among the evaluated classical machine learning models, the Gradient Boosting Classifier achieved the best performance, with an accuracy of 91.65% and an IoU of 84.59%. Although slightly lower than the best-performing CNN, this result demonstrated the strong predictive value of quantitative anatomical features. Gradient Boosting’s ability to iteratively correct errors made by weak learners made it particularly effective for capturing nonlinear relationships within structured numerical data. These findings suggest that geometric measurements provide complementary information to image-based features and should not be overlooked in automated spinal analysis.
Finally, combining the predictions from the CNN with MobileNetV2 and the Gradient Boosting Classifier resulted in consistent and reliable estimates of Pfirrmann grading and spondylosis severity. This hybrid strategy leveraged the strengths of deep learning in capturing complex visual patterns and the interpretability and robustness of feature-based machine learning models. Such an ensemble approach is particularly attractive in clinical contexts, where both accuracy and reliability are critical.
Overall, the findings of this study reinforced the potential of automated, multimodal frameworks for lumbar spine assessment. By emphasizing robust validation, transparent methodology, and the integration of complementary data representations, this work contributed toward the development of clinically deployable tools that could support radiologists and spine surgeons in objective grading and treatment planning for patients with spondylosis.
Decision-Making
We developed an end-to-end application “SPOILS” that leveraged predicted classes alongside clinical scores, such as the ODI and the NRS for pain, to support personalized treatment planning for patients with LBP. This AI-driven stratification system enabled a tailored, data-informed approach that minimized subjectivity in clinical decision-making. By integrating predictive analytics with validated clinical measures, the platform enhanced treatment precision and consistency, ultimately improving patient outcomes and offering a scalable solution for effective LBP management.
Previous studies have highlighted the potential of machine learning in medical imaging for various applications, including the detection of spinal abnormalities and the prediction of disease progression [-]. However, there remains a need for robust, clinically validated systems specifically designed for lumbar spine spondylosis, as well as complete integration of model outputs into clinical workflows. This research sought to fill this gap by developing an end-to-end pipeline and validating predictive models that could accurately predict Pfirrmann and spondylosis grades, thereby supporting clinical decision-making regarding medical or surgical interventions. By combining deep learning models with structured clinical logic, this system aligned with real-world needs in spine care, particularly in settings where access to subspecialist expertise may be limited.
Limitations and Future Work
Despite the promising results, there were limitations to our study. The dataset, while comprehensive, was still limited in size, and further validation on larger, more diverse datasets is necessary to confirm the generalizability of our model. Additionally, while the ensemble approach improved accuracy, it also increased the complexity of the model.
Future work will focus on expanding the dataset, incorporating additional features such as patient demographics and clinical history, and exploring other ensemble techniques to further enhance model performance. Additionally, the integration of explainable AI techniques will be considered to provide greater transparency in model predictions, which is crucial for clinical adoption.
Conclusions
Our study demonstrated the effectiveness of combining CNN with MobileNetV2 and Gradient Boosting Classifier for predicting Pfirrmann grading and spondylosis severity. The model not only achieved state-of-the-art predictive performance but also served as the backbone of an interpretable and clinically validated decision support system. This positions the model as a scalable solution for personalized LBP management, with potential applicability in tertiary hospitals and spine specialty clinics.
Acknowledgments
All authors declared that they had insufficient funding to support open access publication of this manuscript, including from affiliated organizations or institutions, funding agencies, or other organizations. JMIR Publications provided article processing fee (APF) support for the publication of this paper.
Funding
This work is funded by the Department of Health Research–Multi-Disciplinary Research Units (DHR-MRU) and began after institutional ethical clearance in collaboration with All India Institute of Medical Sciences (AIIMS), Raebareli, and National Institute of Technology (NIT), Meghalaya. Computing devices have been provided by Computer Vision Machine Learning laboratory at NIT Meghalaya and Neurosurgery MRU laboratory at AIIMS Raebareli.
Conflicts of Interest
None declared.
References
- GBD 2017 Disease and Injury Incidence and Prevalence Collaborators. Global, regional, and national incidence, prevalence, and years lived with disability for 354 diseases and injuries for 195 countries and territories, 1990–2017: a systematic analysis for the Global Burden of Disease Study 2017. Lancet. Nov 2018;392(10159):1789-1858. [CrossRef]
- Leboeuf-Yde C, Kyvik KO. At what age does low back pain become a common problem? A study of 29,424 individuals aged 12-41 years. Spine (Phila Pa 1976). Jan 15, 1998;23(2):228-234. [CrossRef] [Medline]
- Ganesan S, Acharya AS, Chauhan R, Acharya S. Prevalence and risk factors for low back pain in 1,355 young adults: a cross-sectional study. Asian Spine J. Aug 2017;11(4):610-617. [CrossRef] [Medline]
- Coppieters I, Meeus M, Kregel J, et al. Relations between brain alterations and clinical pain measures in chronic musculoskeletal pain: a systematic review. J Pain. Sep 2016;17(9):949-962. [CrossRef] [Medline]
- Wu A, March L, Zheng X, et al. Global low back pain prevalence and years lived with disability from 1990 to 2017: estimates from the Global Burden of Disease Study 2017. Ann Transl Med. Mar 2020;8(6):299. [CrossRef] [Medline]
- Nijs J, Apeldoorn A, Hallegraeff H, et al. Low back pain: guidelines for the clinical classification of predominant neuropathic, nociceptive, or central sensitization pain. Pain Physician. 2015;18(3):E333-E346. [Medline]
- Chien JJ, Bajwa ZH. What is mechanical back pain and how best to treat it? Curr Pain Headache Rep. Dec 2008;12(6):406-411. [CrossRef] [Medline]
- Pfirrmann CW, Metzdorf A, Zanetti M, Hodler J, Boos N. Magnetic resonance classification of lumbar intervertebral disc degeneration. Spine (Phila Pa 1976). Sep 1, 2001;26(17):1873-1878. [CrossRef] [Medline]
- Ronneberger O, Fischer P, Brox T. U-net: convolutional networks for biomedical image segmentation. Presented at: International Conference on Medical Image Computing and Computer-Assisted Intervention; Oct 5-9, 2015. URL: https://link.springer.com/chapter/10.1007/978-3-319-24574-4_28 [Accessed 2026-02-20]
- Kumar P, Singh S, Balabantaray BK, Nayak R. Automated quantitative analysis of the lumbar spine: a comprehensive approach. J Imaging Inform Med. Feb 2026;39(1):229-241. [CrossRef] [Medline]
- Sandler M, Howard A, Zhu M, Zhmoginov A, Chen LC. MobileNetV2: inverted residuals and linear bottlenecks. Presented at: 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition; Jun 18-23, 2018. [CrossRef]
- Russell BC, Torralba A, Murphy KP, Freeman WT. LabelMe: a database and web-based tool for image annotation. Int J Comput Vis. Oct 2007;77:157-173. [CrossRef]
- Chen LC, Zhu Y, Papandreou G, Schroff F, Adam H. Encoder-decoder with atrous separable convolution for semantic image segmentation. Presented at: Proceedings of the 15th European Conference on Computer Vision (ECCV); Sep 8-14, 2018. [CrossRef]
- He K, Zhang X, Ren S, Sun J. Deep residual learning for image recognition. Presented at: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR); Jun 27-30, 2016. [CrossRef]
- Nikpasand M, Middendorf JM, Ella VA, et al. Automated magnetic resonance imaging-based grading of the lumbar intervertebral disc and facet joints. JOR Spine. Jul 15, 2024;7(3):e1353. [CrossRef] [Medline]
- Liawrungrueang W, Cholamjiak W, Sarasombath P, Jitpakdee K, Kotheeranurak V. Artificial intelligence classification for detecting and grading lumbar intervertebral disc degeneration. Spine Surg Relat Res. Aug 6, 2024;8(6):552-559. [CrossRef] [Medline]
- Baur D, Bieck R, Berger J, et al. Automated three-dimensional imaging and Pfirrmann classification of intervertebral disc using a graphical neural network in sagittal magnetic resonance imaging of the lumbar spine. J Imaging Inform Med. Apr 2025;38(2):979-987. [CrossRef] [Medline]
- Griffith JF, Wang YX, Antonio GE, et al. Modified Pfirrmann grading system for lumbar intervertebral disc degeneration. Spine (Phila Pa 1976). Nov 15, 2007;32(24):E708-E712. [CrossRef] [Medline]
- Bishop JB, Szpalski M, Ananthraman SK, McIntyre DR, Pope MH. Classification of low back pain from dynamic motion characteristics using an artificial neural network. Spine (Phila Pa 1986). Dec 1997;22(24):2991-2998. [CrossRef] [Medline]
- Jaremko JL, Poncet P, Ronsky J, et al. Estimation of spinal deformity in scoliosis from torso surface cross sections. Spine (Phila Pa 1986). Jul 15, 2001;26(14):1583-1591. [CrossRef] [Medline]
- Liszka-Hackzell JJ, Martin DP. Categorization and analysis of pain and activity in patients with low back pain using a neural network technique. J Med Syst. Aug 2002;26(4):337-347. [CrossRef] [Medline]
- Veronezi CC, de Azevedo Simões PW, Dos Santos RL, et al. Computational analysis based on artificial neural networks for aiding in diagnosing osteoarthritis of the lumbar spine. Rev Bras Ortop. 2011;46(2):195-199. [CrossRef] [Medline]
- Wang J, Fang Z, Lang N, Yuan H, Su MY, Baldi P. A multi-resolution approach for spinal metastasis detection using deep Siamese neural networks. Comput Biol Med. May 1, 2017;84:137-146. [CrossRef] [Medline]
- Kim JS, Merrill RK, Arvind V, et al. Examining the ability of artificial neural networks machine learning models to accurately predict complications following posterior lumbar spine fusion. Spine (Phila Pa 1986). Jun 15, 2018;43(12):853-860. [CrossRef] [Medline]
- Muhaimil A, Pendem S, Sampathilla N, et al. Role of artificial intelligence model in prediction of low back pain using T2 weighted MRI of lumbar spine. F1000Res. Oct 10, 2024;13:1035. [CrossRef] [Medline]
- Zhang J, Li H, Lv L, Zhang Y. Computer-aided Cobb measurement based on automatic detection of vertebral slopes using deep neural network. Int J Biomed Imaging. 2017;2017:9083916. [CrossRef] [Medline]
- Berg B, Gorosito MA, Fjeld O, et al. Machine learning models for predicting disability and pain following lumbar disc herniation surgery. JAMA Netw Open. Feb 5, 2024;7(2):e2355024. [CrossRef] [Medline]
- Stanley RJ, Long R. A radius of curvature-based approach to cervical spine vertebra image analysis. Biomed Sci Instrum. 2001;37:385-390. [Medline]
- Bhak Y, Ahn TK, Peterson TA, Han HW, Nam SM. Machine learning models for low back pain detection and factor identification: insights from a 6-year nationwide survey. J Pain. Aug 2024;25(8):104497. [CrossRef] [Medline]
Abbreviations
| AI: artificial intelligence |
| AIIMS: All India Institute of Medical Sciences |
| ASPP: Atrous Spatial Pyramid Pooling |
| CNN: convolutional neural network |
| IoU: intersection over union |
| IVD: intervertebral disk |
| LBP: low back pain |
| MR: magnetic resonance |
| MRI: magnetic resonance imaging |
| NRS: Numerical Rating Scale |
| ODI: Oswestry Disability Index |
| SPOILS: Software to Predict Outcome in Lumbar Spondylosis |
Edited by Hongfang Liu; submitted 31.Aug.2025; peer-reviewed by Jun Zhang, Rajashree Nayak; final revised version received 22.Dec.2025; accepted 07.Jan.2026; published 11.Mar.2026.
Copyright©Purushottam Kumar, Suyash Singh, Bunil Kumar Balabantaray. Originally published in JMIR AI (https://ai.jmir.org), 11.Mar.2026.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in JMIR AI, is properly cited. The complete bibliographic information, a link to the original publication on https://www.ai.jmir.org/, as well as this copyright and license information must be included.

