ORIGINAL RESEARCH article

Front. Bioeng. Biotechnol., 22 January 2025

Sec. Biomechanics

Volume 13 - 2025 | https://doi.org/10.3389/fbioe.2025.1526478

Automated diagnosis and grading of lumbar intervertebral disc degeneration based on a modified YOLO framework

  • 1. Department of Orthopedics, Beijing Chaoyang Hospital, Capital Medical University, Beijing, China

  • 2. School of Life Sciences, Tsinghua University, Beijing, China

  • 3. Department of Biomedical Engineering, School of Medicine, Tsinghua University, Beijing, China

  • 4. Institute of Biomedical and Health Engineering (iBHE), Tsinghua Shenzhen International Graduate School, Shenzhen, China

  • 5. Longwood Valley Medical Technology Co. Ltd, Beijing, China

  • 6. Department of Orthopedics, Beijing Shijitan Hospital, Capital Medical University, Beijing, China

  • 7. Department of Orthopedics, Beijing Friendship Hospital, Capital Medical University, Beijing, China

Article metrics

View details

2

Citations

4k

Views

1,2k

Downloads

Abstract

Background:

The high prevalence of low back pain has led to an increasing demand for the analysis of lumbar magnetic resonance (MR) images. This study aimed to develop and evaluate a deep-learning-assisted automated system for diagnosing and grading lumbar intervertebral disc degeneration based on lumbar T2-weighted sagittal and axial MR images.

Methods:

This study included a total of 472 patients who underwent lumbar MR scans between January 2021 and November 2023, with 420 in the internal dataset and 52 in the external dataset. The MR images were evaluated and labeled by experts according to current guidelines, and the results were considered the ground truth. The annotations included the Pfirrmann grading of disc degeneration, disc herniation, and high-intensity zones (HIZ). The automated diagnostic model was based on the YOLOv5 network, modified by adding an attention module in the Cross Stage Partial part and a residual module in the Spatial Pyramid Pooling-Fast part. The model’s diagnostic performance was evaluated by calculating the precision, recall, F1 score, and area under the receiver operating characteristic curve.

Results:

In the internal test set, the model achieved precisions of 0.78–0.91, 0.90–0.92, and 0.82 and recalls of 0.86–0.91, 0.90–0.93, and 0.81–0.88 for disc degeneration grading, disc herniation diagnosis, and HIZ detection, respectively. In the external test set, the precision values for disc degeneration grading, herniation diagnosis, and HIZ detection were 0.73–0.87, 0.86–0.92, and 0.74–0.84 and recalls were 0.79–0.87, 0.88–0.91, and 0.77–0.78, respectively.

Conclusion:

The proposed model demonstrated a relatively high diagnostic and classification performance and exhibited considerable consistency with expert evaluation.

1 Introduction

Approximately 70%–85% of people worldwide experience symptoms of lower back pain (LBP) and leg pain at least once in their lives (de Souza et al., 2019). Such discomfort can significantly affect individuals’ quality of life and increase the healthcare burden. The etiologies of LBP and leg pain are highly complex, with degenerative changes in the lumbar spine being the most common factors (Knezevic et al., 2021). From a pathophysiological perspective, intervertebral disc pathology is closely linked to overall degenerative changes in the spine, leading to related symptoms (Dowdell et al., 2017). First, deformities such as disc herniation can directly compress the dural sac or nerve roots. Second, annulus fibrosus rupture of the intervertebral disc can result in the release of pain factors and inflammatory mediators, stimulating nearby nerve roots. Third, the intervertebral disc has been considered the initiator of overall lumbar degeneration (Leone et al., 2007). Briefly, disc collapse and weakened stress can reduce lumbar stability, influence stress distribution, and further accelerate degenerative changes in other structures such as the facet joint and ligament flavum.

For symptomatic patients, magnetic resonance imaging (MRI) of the lumbar spine is a commonly used diagnostic tool in outpatient settings. Given the crucial role of the intervertebral disc, it is a primary focus in the radiological assessment of the lumbar spine (Kamei et al., 2022). MRI can clearly depict the degree of disc degeneration and disc herniation. This information aids doctors in making accurate diagnoses and developing treatment plans, such as guiding decompression operations. However, the interpretation of lumbar MRI remains a complex and subjective process, heavily dependent on the clinical experience of the clinician (Liawrungrueang et al., 2024). Moreover, current clinical resources are under increasing strain due to the rising demand from patients (Chen et al., 2022).

With the rapid development of artificial intelligence (AI) technology, computer-aided diagnosis can improve clinical workflows (Kulkarni and Singh, 2023; D'Antoni et al., 2021). A decade ago, machine learning was already being explored for diagnosing intervertebral disc degeneration using small-scale MRI datasets (Alomari et al., 2010; Koh, Chaudhary, and Dhillon, 2012). In recent years, deep learning (DL), a state-of-the-art AI approach, leverages specialized neural network architectures to process raw data, automatically extracting hierarchical and abstract features through multi-layered, nonlinear networks (LeCun, Bengio, and Hinton, 2015; Huang et al., 2024). These capabilities enable accurate and efficient image detection and classification. DL has shown remarkable potential in the imaging evaluation of intervertebral discs. Achieving good performance in grading disc degeneration and detecting disc herniation (Zheng et al., 2022; Tsai et al., 2021; Nikpasand et al., 2024; Soydan et al., 2023). Such advancements may enhance clinical efficiency, aid in identifying overlooked lesions, and improve diagnostic accuracy, particularly for junior and primary care clinicians (Compte et al., 2023; Martin-Noguerol et al., 2023).

However, there are still gaps remain that limit the clinical application of deep learning technologies. First, previous studies on the assessment of intervertebral disc degeneration have been narrow. In addition to disc herniation, other radiological manifestations of degeneration, such as high-intensity zones (HIZ), are also considered common causes of LBP (Wang and Hu, 2012). To our knowledge, no prior studies have explored automatic detection methods for this feature. Second, while existing models for diagnosing and grading disc degeneration have demonstrated promising performance, they are typically designed with complex and multi-stage algorithms that separately handle image segmentation, detection, and classification. Such models, while effective in research context, face practical limitations in clinical settings where simpler and more streamlined solutions are needed (He et al., 2024). By avoiding the use of overly complex algorithms, these models can improve their clinical applicability and facilitate broader implementation in routine practice.

In this study, a multitask automatic diagnostic model for lumbar intervertebral disc degeneration was developed based on a modified YOLOv5 network. The key advantage of this model lies in its ability to simultaneously handle multiple detection and classification tasks. Utilizing clinical MR images, this model can qualitatively assess the degree of lumbar intervertebral disc degeneration, including the evaluation of Pfirrmann grades of disc degeneration, disc herniation diagnosis, and HIZ identification. Drawing on the experience from the widely adopted chest CT auxiliary diagnostic systems (Xudong et al., 2022), the proposed model primarily aims to provide simple and clear outputs—the imaging slice and the location of specific lesions. Such systems have demonstrated their effectiveness in supporting clinicians with image interpretation and report generation.

2 Materials and methods

2.1 General guidelines

This study was conducted and reported in accordance with the Standards for Reporting of Diagnostic Accuracy criteria (see Supplementary Material). This study was conducted in accordance with the Declaration of Helsinki. The study was approved by the institutional ethics committee (2024-KE-385). Since retrospective studies do not involve any additional intervention and privacy disclosure, the informed consent requirement was waived.

2.2 Data collection

Figure 1 depicts the data allocation and processing workflow. From January 2021 to November 2023, a dataset of 10,028 axial and 5,040 sagittal T2-weighted (T2W) MR images was collected from 420 patients with LBP or leg pain at Beijing Chaoyang Hospital, Capital Medical University. In addition, an external testing set included a total of 1,228 axial and 624 sagittal T2W MR images from 52 patients at Beijing Shijitan Hospital, Capital Medical University, and Beijing Friendship Hospital, Capital Medical University. All data were anonymized and numbered.

FIGURE 1

FIGURE 1

Data allocation and processing flowchart.

Patients aged >18 years undergoing lumbar spine MRI at an outpatient or inpatient clinic were included. Individuals with spinal infection, trauma, or deformity; history of malignant tumors; history of previous spinal surgery, particularly with implants; and poor image quality, such as image blurring caused by patient movement or the presence of artifacts affecting imaging evaluation, were excluded.

Considering the patient population in the hospital, the proportion of certain degeneration patterns is relatively low, such as disc degeneration grades 1 and 5, as well as HIZ (see the “Dataset Labeling and Reference Standard” section). Therefore, the 420 patients included in our study do not constitute a consecutive cohort. This group consisted of 246 consecutive patients, supplemented by additional 124 patients with HIZ, 20 patients aged <30 years, and 30 patients aged >75 years. Regarding the distribution of chief complaints, 133 patients presented with LBP, while 287 patients reported leg pain or claudication.

In the internal dataset, MRI scans were performed using a 3.0-T MRI scanner (Magnetom Verio, Siemens Healthcare, Erlangen, Germany). In the external dataset, MRI scans were performed using the Discovery MR 750 W 3.0TMR scanner (GE Medical Systems, Milwaukee, WI, United States). The core parameters set for the MRI systems are provided in Table 1.

TABLE 1

Internal datasetExternal dataset
TR/TE3,000–3,100/95–110 ms2,500/128 ms
Axial matrix512 × 512512 × 512
Axial slice thickness3 mm3 mm
Axial spacing between slices3.3 mm3.3 mm
Sagittal matrix320 × 320320 × 240
Sagittal slice thickness4 mm4 mm
Sagittal spacing between slices4.8 mm4.8 mm

MRI scanning parameters for T2-weighted axial and sagittal scans.

2.3 Dataset labeling and reference standard

Two spine surgeons with >10 years of experience independently evaluated and annotated each image. In cases where their assessments differed, a third senior surgeon adjudicated the disagreement. In addition, after the annotations were completed, the author compared the annotations with existing radiologist reports and excluded images with significant discrepancies. Thus, the ground truth was established.

The diagnostic annotation reference standards used were as follows (Figure 2): disc degeneration was graded according to the Pfirrmann classification system (Pfirrmann et al., 2001). This can be briefly described in five grades: Grade 1 represents a homogeneous bright white nucleus pulposus with a clear boundary from the annulus fibrosus and normal disc height. Grade 2 represents an inhomogeneous nucleus pulposus, with or without horizontal bands, but still relatively clear boundaries. Grade 3 indicates a nucleus pulposus with decreased signal intensity, unclear boundaries, and possibly mild disc height reduction. Grade 4 represents a heterogeneous gray or black nucleus pulposus, where the nucleus pulposus and annulus fibrosus are indistinguishable. Grade 5 indicates that the entire disc shows low-signal intensity with disc space collapse. According to the commonly used Jensen grading system (Li, Fredrickson, and Resnick, 2015), lumbar disc protrusion or extrusion, defined as a partial or extensive extension beyond the interspace, was considered disc herniation. Mild disc bulging was not considered herniation. HIZ was defined as a high-intensity signal within the low-signal annulus fibrosus on T2W MR images (Teraguchi et al., 2020). HIZ can be located anteriorly or posteriorly in the disc but is clearly dissociated from the nucleus pulposus and shows higher signal intensity than the nucleus pulposus.

FIGURE 2

FIGURE 2

Illustration of the lesions of interest and labeling process. (A) Pffirmann grading system (grades 1–5). (B) Lumbar disc herniation on sagittal and axial MRI. (C) High-intensity zone on sagittal and axial MRI.

All annotations were completed using the Labelme program. Although Pfirrmann’s description states that disc degeneration grading should be based on the mid-sagittal slice, all visible discs in the mid-sagittal slice and two para-midsagittal slices were annotated to enhance data volume and clinical applicability, as all these slices provide sufficient disc information. For disc herniation and HIZ, a positive annotation strategy was used, that is, marking diagnostic positive results in all sagittal and axial images, without separately annotating normal discs.

2.4 Data preprocessing

The internal dataset was randomly divided into training (n = 294), validation (n = 84), and testing (n = 42) sets. To improve the model’s generalization and performance on test data and further applications, data augmentation was performed on the training set. The specific methods included: adding Gaussian noise to the images to simulate real-world noise interference and increase data diversity and applying gamma transformation, which is a nonlinear operation used for image enhancement to adjust the contrast and brightness of the images. A gamma transformation with random values ranging from 0.8 to 1.2 was applied. 30% of the original data were randomly selected and transformed using the two methods.

2.5 Construction of the deep-learning network model

Figures 3, 4 illustrates the proposed deep-learning network model. The study utilized a modified YOLOv5 network as the algorithm framework. In the Neck network, YOLOv5 uses a feature pyramid network (FPN), which can perform detection at different feature map levels to enhance object detection performance by integrating information from various feature layers. The head network consists of three output layers, each of which is responsible for detecting large, medium, and small-scale objects. To ensure the accuracy of small object detection, the network was improved by adding an attention module in the Cross Stage Partial (CSP) part (Module 1) and a residual module in the Spatial Pyramid Pooling-Fast (SSPF) part (Module 2).

FIGURE 3

FIGURE 3

Overview of the deep learning pipeline. The modified YOLOv5 model is capable of simultaneously detecting and classifying three types of lesions based on sagittal and axial lumbar MRI.

FIGURE 4

FIGURE 4

Design of the proposed deep learning network. (A) Overview of the proposed network architecture; (B) Cross Stage Partial module integrated with an SE-like attention mechanism; (C) Spatial Pyramid Pooling-Fast module based on residual design; (D) Schematic representation of the prediction module.

2.5.1 Module 1

The improvement in the CSP module is shown in Module 1. This module employs a squeeze-and-excitation (SE)-like attention mechanism to extract dependencies between channels. The SE-like attention mechanism mainly consists of Conv3x3 + fully connected (FC) + rectified linear unit (ReLU) + FC + Sigmoid, as indicated by the red dashed box. This module introduces more nonlinearity, allowing for better fitting of complex inter-channel relationships through FC processing while significantly reducing the number of parameters and computational load. The features extracted by the attention mechanism are concatenated with the original feature map to complete the feature fusion.

2.5.2 Module 2

The improvement in the SSPF module is shown in Module 2. This part continuously applies maximum pooling three times and integrates the results of maximum pooling. Given that MR image clarity is not uniform owing to equipment and operator experience, the concept of residuals was introduced. By adding residual calculations on the original basis, the detailed features can be better preserved, thereby enhancing the detection capability for small objects.

2.5.3 Loss function

The classification and bounding box loss functions were employed to address the objectives of detection and classification in this study. The classification loss function was defined as:

Among them, represents the -th category, n denotes the total number of categories, is the ground truth label for the -th category, and is the predicted label for the -th category.

The bounding box loss was defined as:

Among them, represents the Euclidean distance between the two rectangular boxes; denotes the center point of the predicted bounding box; refers to the center point of the ground truth bounding box; represents the ground truth bounding box, and refers to the predicted bounding box.

The overall loss function is computed as the average of the classification loss and bounding box loss, ensuring a balanced optimization of both tasks:

2.6 Statistical analysis

The performance of the automated diagnostic model was evaluated on the internal and external test datasets. For the automated grading of disc degeneration, a confusion matrix of multigrade classification was constructed. Then, quantitative evaluation metrics, including precision, recall, and F1 score, were computed based on the confusion matrices. The evaluation metrics were defined as

Among them, TP, TN, FP, and FN refer to the number of true positives, true negatives, false positives, and false negatives, respectively. The area under the receiver operating characteristic curve (AUC) was also calculated. For the automated detection of lumbar disc herniation and HIZ, the precision, recall, and F1 score were calculated. The linearly weighted Cohen’s kappa coefficient was calculated to evaluate the classification performance of the deep-learning model and human doctors; p < 0.05 was considered statistically significant.

Considering that the above diagnostic and grading criteria are qualitative rather than quantitative, the diagnosis of the degree of disc degeneration may be ambiguous in clinical practice. Therefore, the slice-wise accuracy of the automated diagnosis was further assessed to evaluate its performance. An independent senior surgeon directly reviewed the output results of the internal test set. The automatic diagnosis result of a scan slice was considered clinically acceptable if the grading error for all intervertebral discs was ≤1 and there were no significant missed diagnoses or misdiagnoses. Furthermore, considering that patients’ diagnostic needs for disc herniation and HIZ are typically disc-wise rather than slice-wise in clinical practice, the disc-wise diagnostic performance of the model was evaluated. Specifically, all slices of a given disc segment were aggregated, and the disc was classified as pathological if one or more lesions were detected.

To further compare the diagnostic and grading capabilities of the proposed deep learning model with those of human doctors, a medical postgraduate student (reader 1) and an attending clinician (reader 2) were invited to independently annotate all images in the internal test set. The performances of (1) the deep learning model, (2) reader 1, and (3) reader 2 were then evaluated by comparing their results with the ground truth.

3 Results

3.1 Patient information

Table 2 present the general information and intervertebral disc lesion details of the included patients, respectively. The internal dataset consists of 420 patients aged 59.5 ± 13.3 years (range 18–88). The external dataset contained 52 patients aged 55.1 ± 12.1 years (range 23–78). The specific numbers of lesion annotations are provided in Table 3.

TABLE 2

CharactersTraining set (n = 294)Validation set (n = 84)Test set (n = 42)External test set (n = 52)
Age (years)60.3 ± 13.257.6 ± 13.558.2 ± 14.155.1 ± 12.1
Gender (M/F)142/15241/4322/2024/28
BMI (kg/m2)24.6 ± 3.524.9 ± 3.325.0 ± 3.724.5 ± 3.0

Demographic information of included patients.

TABLE 3

Internal datasetExternal dataset
Pfirrmann grading of disc degeneration
 175082
 21,634120
 32,178195
 42,441175
 559052
Disc herniation (axial)a1844175
Disc herniation (sagittal)3,632363
High-intensity zone (axial)a48744
High-intensity zone (sagittal)76265

Number of lesion annotations in the internal and external dataset.

a

The number of slices where the same lesion can be observed may differ between sagittal and axial scans.

3.2 Model performance in the internal test set

Table 4 provides the precision, recall, and F1 score in the internal test set. Generally, the precision values for automated disc degeneration grading, diagnosis of lumbar disc herniation, and HIZ were 0.78–0.91, 0.90–0.92, and 0.82, and recall values of 0.86–0.91, 0.90–0.93, and 0.81–0.88, respectively. Figure 5 shows the confusion matrix and the receiver operating characteristics curve of the disc degeneration automated grading. The disc-wise precision values for the diagnosis of lumbar disc herniation and HIZ was 0.84 and 0.79, respectively, based on sagittal scans, and 0.85 and 0.84, respectively, based on axial scans. The disc-wise recall values for the diagnosis of lumbar disc herniation and HIZ was 0.94 and 0.86, respectively, based on sagittal scans, and 0.94 and 0.89, respectively, based on axial scans.

TABLE 4

PrecisionRecallF1 score
Disc degeneration grade 10.920.860.89
Disc degeneration grade 20.840.880.86
Disc degeneration grade 30.900.880.89
Disc degeneration grade 40.910.880.89
Disc degeneration grade 50.780.910.84
Lumbar disc herniation (sagittal)0.920.900.91
Lumbar disc herniation (axial)0.900.930.91
High-intensity zone (sagittal)0.820.880.85
High-intensity zone (axial)0.820.810.81

Diagnostic and classification performance in the internal test set.

FIGURE 5

FIGURE 5

Confusion matrix (A) and receiver operating characteristic curves (B) of the lumbar disc degeneration automated classification in the internal test set.

Results of the internal testing were independently evaluated by a senior surgeon according to the abovementioned criteria. In this study, 96.8% of the sagittal images and 93.0% of the axial images were considered clinically acceptable. For further comparison of the diagnostic and grading capability of the model and human doctors, Cohen’s kappa coefficients were compared between their results and the ground truth. The coefficients of the model, reader 1, and reader 2 were 0.84, 0.79, and 0.85, respectively.

3.3 Model performance in the external test set

Table 5 and Figure 6 show the diagnostic and classification performance in the external test set. The precision values of the five disc degeneration grades were 0.87, 0.84, 0.82, 0.85, and 0.73 in sequence. The recall values were 0.84, 0.79, 0.85, 0.82, and 0.87 in sequence. In addition, the precision of disc herniation and HIZ detection were 0.86 and 0.84 in the sagittal images and 0.92 and 0.74 in the axial images. The recalls of disc herniation and HIZ detection were 0.88 and 0.78 in the sagittal images and 0.91 and 0.77 in the axial images. The disc-wise precision values for the diagnosis of lumbar disc herniation and HIZ was 0.79 and 0.78, respectively, based on sagittal scans, and 0.87 and 0.70, respectively, based on axial scans. The disc-wise recall values for the diagnosis of lumbar disc herniation and HIZ was 0.92 and 0.78, respectively, based on sagittal scans, and 0.91 and 0.83, respectively, based on axial scans.

TABLE 5

PrecisionRecallF1 score
Disc degeneration grade 10.870.840.86
Disc degeneration grade 20.840.790.82
Disc degeneration grade 30.820.850.83
Disc degeneration grade 40.850.820.83
Disc degeneration grade 50.730.870.79
Lumbar disc herniation (sagittal)0.860.880.87
Lumbar disc herniation (axial)0.920.910.91
High intensity zone (sagittal)0.840.780.81
High intensity zone (axial)0.740.770.75

Diagnostic and classification performance in the external test set.

FIGURE 6

FIGURE 6

Confusion matrix (A) and receiver operating characteristic curves (B) of the lumbar disc degeneration automated classification in the external test set.

4 Discussion

Pfirrmann grading, disc herniation, and HIZ are important MRI indicators to evaluate the intervertebral discs. Pfirrmann grading assesses the degree of disc degeneration based on its composition and morphology, providing valuable insights for predicting disease progression and guiding treatment strategies (Pfirrmann et al., 2001). Disc herniation is a common cause of LBP and radicular symptoms. While disc bulgings and herniations are frequently observed in imaging reports, not all cases are clinically symptomatic. Focus should primarily be on herniations causing significant nerve compression, which is the main concern of this study. HIZ is closely associated with annular tears and inflammatory responses, and is considered another important indicator of LBP (Wang and Hu, 2012). Furthermore, incomplete annular integrity may contribute to the progression of disc herniation.

Despite their clinical significance, interpreting MRI is intensive and time-consuming. Therefore, an auxiliary diagnostic model that can automatically identify the signs was developed in this study. Validation on both internal and external test sets demonstrated the model’s satisfactory capability in diagnosing and grading lumbar disc degeneration. Compared to prior models (Table 6), the proposed model offers several advantages. First, most existing models adopt a multi-stage approach, requiring manual or automated cropping of regions of interest. By integrating detection and classification tasks into a single-stage framework, the proposed model achieves efficient processing with reduced computational complexity. Second, this multi-task model achieved results comparable to those of single-task models. This design enhances its clinical applicability as a promising tool for assisting clinicians in routine practice.

TABLE 6

PrecisionRecall
Disc herniation on axial imagesa
Su et al. (2022)0.800.71
Sustersic et al. (2022)1.000.95
Zhang et al. (2023)0.780.83
 Ours0.900.93
Grading of disc degeneration
Natalia et al. (2024)0.880.88
Gao et al. (2021)0.860.86
Ours0.880.88

Performance comparison of the proposed model with previous studies.

a

According to the evaluation criteria for disc herniation used in this study, disc bulging or grade 1 herniation were classified as normal when calculating the diagnostic performance of previous models.

Several studies have attempted to automate the grading of disc degeneration. Since the development of SpineNet in 2017 (Jamaludin, Kadir, and Zisserman, 2017), researchers have proposed using various algorithmic models, including VGG-16 and Inception v3 (Soydan et al., 2023; Niemeyer et al., 2024). In this study, a modified YOLOv5 algorithm framework was employed, and the results demonstrated a relatively satisfactory classification performance. Notably, the primary issue with the automatic grading of disc degeneration may stem from the grading standard itself. Disc degeneration is a continuous process; however, the Pfirrmann grading system is a subjective, qualitative standard. Therefore, even clinical experts may struggle to definitively classify a disc, and the intraobserver coefficient can be low (Gao et al., 2021). To solve this problem, Gao et al. (2021) proposed adjusting the loss function to maximize the distance between the samples and the classification hyperplane. Although this theoretically improves classification performance, it also carries the risk of exaggerating the differences between the degrees of degeneration. We believe that minor deviations in grading typically do not directly affect clinical decision-making. In our test results, over 95% of image detections were evaluated as acceptable by a clinical expert. This result preliminarily meets the clinical requirements. An alternative strategy could be to introduce transitional grades (Niemeyer et al., 2021), which may more accurately reflect the natural progression of disc degeneration.

Given the high incidence of lumbar disc herniation, research on its automatic diagnosis has become a current hotspot. Over the past 2 years, researchers have achieved automatic grading and classification of disc herniation (Sustersic et al., 2022; Xu et al., 2024), resulting in the generation of more accurate and comprehensive imaging reports. However, these functions rely on extensive data annotation and training. Moreover, for multitask algorithms such as lumbar spine MRI interpretation, the inclusion of too many label types may increase the operating costs of the system, making its clinical deployment more challenging. For disc herniation, the imaging characteristics are often similar. However, no clear diagnostic imaging standards have been established (Li et al., 2015), leading to significant annotation noise. Therefore, in this study, a positive annotation strategy was adopted for training the automatic diagnostic model, which significantly reduced the number of labels and helped mitigate noise and overfitting. A previous study showed that this method can achieve performance comparable to that of fully labeled classifiers and offers certain advantages in multitask learning (Yuan et al., 2023). The proposed algorithm incorporates an SE-like attention mechanism and a residual calculation module, which enhance the detection of small targets such as disc herniation and HIZ. This approach further improves the performance of positive-label learning and assists clinicians in identifying potentially symptomatic disc herniations.

It is worth noting that the disc-wise diagnostic metrics for lumbar disc herniation demonstrated higher recall but lower precision compared to slice-wise metrics in both internal and external tests. This is because even if the model missed some lesions, a disc can still be diagnosed as positive due to the presence of typical lesions in other slices. For the same reason, false positives may also increase. This comparison highlights the importance of conducting a detailed analysis of individual slices from the original images. In clinical practice, accurate slice-wise diagnosis is essential, as it not only confirms whether a disc is pathological but also provides detailed information about the lesion’s location and boundaries. Such information can help clinicians correlate imaging abnormalities with clinical symptoms, assess disease severity, and develop treatment plans accordingly.

To the best of our knowledge, no previous studies have explored automatic detection methods for HIZ. The imaging manifestations of HIZ vary; it can appear in either the anterior or posterior portions of the disc and present in multiple forms, including rim, round, and fissure types. Our annotation strategy encompassed all HIZ types, which increased the detection complexity of the model. In addition, studies have indicated that HIZ is only likely to have clinical significance if it appears on at least two consecutive MRI slices, and in some patients, typical changes are observed on both T1W and T2W images (Wang and Hu, 2012; Shan et al., 2017). This indicates that a more clinically applicable diagnostic model needs to be of multi-input and multi-class. Therefore, a dedicated study on the automatic diagnosis of HIZ is currently being planned.

Furthermore, the errors in the diagnostic and classification results of the deep-learning model were analyzed. For disc degeneration grading, the model demonstrated unstable performance in distinguishing grades 2–4. As previously discussed, this is mainly due to the inherently vague boundaries between these grades. Although the model exhibited classification capabilities similar to those of human clinicians in the test set, human clinicians nearly never make errors >1 grade. In future improvements, the loss function could be adjusted to solve this problem, for instance, by introducing grade smoothing or grade-weighted loss functions to tie the penalty more closely to the grading discrepancy and avoid significant misclassification. Regarding disc herniation and HIZ, Figure 7 highlights two typical detection errors. The model misdiagnosed a mild disc bulge as herniation and revealed insufficient detection capacity for smaller and marginally located HIZ. Balancing the sensitivity and specificity of detecting these two types of lesions may be a key future challenge. The model should be adapted according to the clinical application, prioritizing higher sensitivity for screening purposes or higher specificity for identifying symptomatic lesions. Moreover, for disc herniation detection, the model demonstrated similar performance on the external test set as it did on the internal test set. However, for the HIZ and disc degeneration grading, the results on the external test set showed a decline. This may be because the detection of the latter can be influenced by factors such as image contrast and resolution. This proposes that further training with multicenter data may be necessary in future studies.

FIGURE 7

FIGURE 7

Illustrations of the incorrect diagnostic results of the model. (A) A mild disc bulge was misdiagnosed as disc herniation. (B) A small HIZ lesion was missed by the model.

The current algorithm still has some areas for improvement. We plan to conduct further studies on the following aspects: First, the current auxiliary diagnostic model does not incorporate automatic segmentation technology. In future work, automatic segmentation algorithms can be applied to predefined regions of interest, which would enhance the diagnostic performance and interpretability of the model. Second, the current model cannot medically localize the detected lesions. We plan to develop localization algorithms based on image segmentation technology (e.g., L4/5 disc herniation). Third, the integration of the existing image detection models with natural language processing (NLP) is feasible in the future (Bacco et al., 2022; Santomartino et al., 2024). For example, not all abnormal changes in MR images result in clinical symptoms. NLP can assist in localizing the responsible segment by analyzing the symptoms reported by the patients. Additionally, NLP can be used to integrate the output of image detection and generate radiological diagnostic reports. These techniques will help promote the clinical application of the automated diagnostic model.

This study has some limitations. The dataset used to train the model is still relatively limited; thus, supplementing data from different populations, pathologies, and scanners is necessary to minimize bias. Cross-validation was not performed during the training process, which may have potentially affected the model’s generalizability and robustness. Although the model’s diagnostic performance has undergone preliminary external validation, larger-scale independent validation is needed for further assessment. The proposed model is developed using supervised learning based on clinician-labeled data, which may limit its ability to accurately diagnose images where there is disagreement among human doctors. It is necessary to explore additional training methodologies to enhance its diagnostic performance in the context of complex diseases in the future. Moreover, in future research, new MRI techniques or precise and quantitative diagnostic criteria may be implemented.

5 Conclusion

The proposed deep learning model is based on a relatively lightweight multi-task framework and achieves satisfactory diagnostic and classification capabilities for lumbar disc degenerative diseases. Internal and external validations indicated that the model demonstrates diagnostic performance comparable to that of human clinicians. However, future research should focus on clinically driven model optimization. Key directions include training and testing the model on larger datasets to improve its generalizability and incorporating diverse input data to develop a multimodal diagnostic model suitable for clinical applications.

Statements

Data availability statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics statement

The studies involving humans were approved by the ethics committee of the Beijing Chaoyang Hospital. The studies were conducted in accordance with the local legislation and institutional requirements. Written informed consent for participation was not required from the participants or the participants’ legal guardians/next of kin in accordance with the national legislation and institutional requirements.

Author contributions

AW: Methodology, Formal Analysis, Writing–original draft. TW: Methodology, Writing–review and editing. XL: Software, Writing–review and editing. NF: Investigation, Writing–review and editing. SY: Investigation, Writing–review and editing. PD: Investigation, Writing–review and editing. CZ: Investigation, Writing–review and editing. RC: Investigation, Writing–review and editing. YX: Investigation, Writing–review and editing. ZG: Software, Formal Analysis, Writing–review and editing. HS: Resources, Writing–review and editing. QF: Resources, Writing–review and editing. YZ: Conceptualization, Project administration, Supervision, Writing–review and editing. LZ: Conceptualization, Project administration, Supervision, Writing–review and editing.

Funding

The author(s) declare that no financial support was received for the research, authorship, and/or publication of this article.

Acknowledgments

The authors would like to thank the reviewers for their helpful remarks.

Conflict of interest

Authors ZG and YZ were employed by Longwood Valley Medical Technology Co. Ltd.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The author(s) declare that no Generative AI was used in the creation of this manuscript.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fbioe.2025.1526478/full#supplementary-material

References

  • 1

    AlomariR. S.CorsoJ. J.ChaudharyV.DhillonG. (2010). Computer-aided diagnosis of lumbar disc pathology from clinical lower spine MRI. Int. J. Comput. Assist. Radiol. Surg.5 (3), 287293. 10.1007/s11548-009-0396-9

  • 2

    BaccoL.RussoF.AmbrosioL.D'AntoniF.VolleroL.VadalaG.et al (2022). Natural language processing in low back pain and spine diseases: a systematic review. Front. Surg.9, 957085. 10.3389/fsurg.2022.957085

  • 3

    ChenX.WangX.ZhangK.FungK. M.ThaiT. C.MooreK.et al (2022). Recent advances and clinical applications of deep learning in medical image analysis. Med. Image Anal.79, 102444. 10.1016/j.media.2022.102444

  • 4

    CompteR.Granville SmithI.IsaacA.DanckertN.McSweeneyT.LiantisP.et al (2023). Are current machine learning applications comparable to radiologist classification of degenerate and herniated discs and Modic change? A systematic review and meta-analysis. Eur. Spine J.32 (11), 37643787. 10.1007/s00586-023-07718-0

  • 5

    D'AntoniF.RussoF.AmbrosioL.VolleroL.VadalaG.MeroneM.et al (2021). Artificial intelligence and computer vision in low back pain: a systematic review. Int. J. Environ. Res. Public Health18 (20), 10909. 10.3390/ijerph182010909

  • 6

    de SouzaI. M. B.SakaguchiT. F.YuanS. L. K.MatsutaniL. A.do Espirito-SantoA. S.PereiraC. A. B.et al (2019). Prevalence of low back pain in the elderly population: a systematic review. Clin. (Sao Paulo)74, e789. 10.6061/clinics/2019/e789

  • 7

    DowdellJ.ErwinM.ChomaT.VaccaroA.IatridisJ.ChoS. K. (2017). Intervertebral disk degeneration and repair. Neurosurgery80 (3S), S46S54. 10.1093/neuros/nyw078

  • 8

    GaoF.LiuS.ZhangX.WangX.ZhangJ. (2021). Automated grading of lumbar disc degeneration using a push-pull regularization network based on MRI. J. Magn. Reson Imaging53 (3), 799806. 10.1002/jmri.27400

  • 9

    HeS.LiQ.LiX.ZhangM. (2024). A lightweight convolutional neural network based on dynamic level-set loss function for spine MR image segmentation. J. Magn. Reson Imaging59 (4), 14381453. 10.1002/jmri.28877

  • 10

    HuangS.DaiH.YuX.WuX.WangK.HuJ.et al (2024). A contactless monitoring system for accurately predicting energy expenditure during treadmill walking based on an ensemble neural network. iScience27 (3), 109093. 10.1016/j.isci.2024.109093

  • 11

    JamaludinA.KadirT.ZissermanA. (2017). SpineNet: automated classification and evidence visualization in spinal MRIs. Med. Image Anal.41, 6373. 10.1016/j.media.2017.07.002

  • 12

    KameiN.NakamaeT.NakanishiK.TamuraT.TsuchikawaY.MorisakoT.et al (2022). Evaluation of intervertebral disc degeneration using T2 signal ratio on magnetic resonance imaging. Eur. J. Radiol.152, 110358. 10.1016/j.ejrad.2022.110358

  • 13

    KnezevicN. N.CandidoK. D.VlaeyenJ. W. S.Van ZundertJ.CohenS. P. (2021). Low back pain. Lancet398 (10294), 7892. 10.1016/S0140-6736(21)00733-9

  • 14

    KohJ.ChaudharyV.DhillonG. (2012). Disc herniation diagnosis in MRI using a CAD framework and a two-level classifier. Int. J. Comput. Assist. Radiol. Surg.7 (6), 861869. 10.1007/s11548-012-0674-9

  • 15

    KulkarniP. A.SinghH. (2023). Artificial intelligence in clinical diagnosis: opportunities, challenges, and hype. JAMA330 (4), 317318. 10.1001/jama.2023.11440

  • 16

    LeCunY.BengioY.HintonG. (2015). Deep learning. Nature521 (7553), 436444. 10.1038/nature14539

  • 17

    LeoneA.GuglielmiG.Cassar-PullicinoV. N.BonomoL. (2007). Lumbar intervertebral instability: a review. Radiology245 (1), 6277. 10.1148/radiol.2451051359

  • 18

    LiY.FredricksonV.ResnickD. K. (2015). How should we grade lumbar disc herniation and nerve root compression? A systematic review. Clin. Orthop. Relat. Res.473 (6), 18961902. 10.1007/s11999-014-3674-y

  • 19

    LiawrungrueangW.ParkJ. B.CholamjiakW.SarasombathP.RiewK. D. (2024). Artificial intelligence-assisted MRI diagnosis in lumbar degenerative disc disease: a systematic review. Glob. Spine J., 21925682241274372. 10.1177/21925682241274372

  • 20

    Martin-NoguerolT.Onate MirandaM.AmrheinT. J.Paulano-GodinoF.XibertaP.VilanovaJ. C.et al (2023). The role of Artificial intelligence in the assessment of the spine and spinal cord. Eur. J. Radiol.161, 110726. 10.1016/j.ejrad.2023.110726

  • 21

    NataliaF.SudirmanS.RuslimD.Al-KafriA. (2024). Lumbar spine MRI annotation with intervertebral disc height and Pfirrmann grade predictions. PLoS One19 (5), e0302067. 10.1371/journal.pone.0302067

  • 22

    NiemeyerF.GalbuseraF.BeukersM.JonasR.TaoY.FusellierM.et al (2024). Automatic grading of intervertebral disc degeneration in lumbar dog spines. JOR Spine7 (2), e1326. 10.1002/jsp2.1326

  • 23

    NiemeyerF.GalbuseraF.TaoY.KienleA.BeerM.WilkeH. J. (2021). A deep learning model for the accurate and reliable classification of disc degeneration based on MRI data. Invest. Radiol.56 (2), 7885. 10.1097/RLI.0000000000000709

  • 24

    NikpasandM.MiddendorfJ. M.EllaV. A.JonesK. E.LaddB.TakahashiT.et al (2024). Automated magnetic resonance imaging-based grading of the lumbar intervertebral disc and facet joints. JOR Spine7 (3), e1353. 10.1002/jsp2.1353

  • 25

    PfirrmannC. W.MetzdorfA.ZanettiM.HodlerJ.BoosN. (2001). Magnetic resonance classification of lumbar intervertebral disc degeneration. Spine (Phila Pa 1976)26 (17), 18731878. 10.1097/00007632-200109010-00011

  • 26

    SantomartinoS. M.ZechJ. R.HallK.JeudyJ.ParekhV.YiP. H.et al (2024). Evaluating the performance and bias of natural language processing tools in labeling chest radiograph reports. Radiology313 (1), e232746. 10.1148/radiol.232746

  • 27

    ShanZ.ChenH.LiuJ.RenH.ZhangX.ZhaoF. (2017). Does the high-intensity zone (HIZ) of lumbar Intervertebral discs always represent an annular fissure?Eur. Radiol.27 (3), 12671276. 10.1007/s00330-016-4408-1

  • 28

    SoydanZ.BayramogluE.KarasuR.SayinI.SalturkS.UvetH. (2023). An automatized deep segmentation and classification model for lumbar disk degeneration and clarification of its impact on clinical decisions. Glob. Spine J., 21925682231200783. 10.1177/21925682231200783

  • 29

    SuZ. H.LiuJ.YangM. S.ChenZ. Y.YouK.ShenJ.et al (2022). Automatic grading of disc herniation, central canal stenosis and nerve roots compression in lumbar magnetic resonance image diagnosis. Front. Endocrinol. (Lausanne)13, 890371. 10.3389/fendo.2022.890371

  • 30

    SustersicT.RankovicV.MilovanovicV.KovacevicV.RasulicL.FilipovicN. (2022). A deep learning model for automatic detection and classification of disc herniation in magnetic resonance images. IEEE J. Biomed. Health Inf.26 (12), 60366046. 10.1109/JBHI.2022.3209585

  • 31

    TeraguchiM.CheungJ. P. Y.KarppinenJ.BowC.HashizumeH.LukK. D. K.et al (2020). Lumbar high-intensity zones on MRI: imaging biomarkers for severe, prolonged low back pain and sciatica in a population-based cohort. Spine J.20 (7), 10251034. 10.1016/j.spinee.2020.02.015

  • 32

    TsaiJ. Y.HungI. Y.GuoY. L.JanY. K.LinC. Y.ShihT. T.et al (2021). Lumbar disc herniation automatic detection in magnetic resonance imaging based on deep learning. Front. Bioeng. Biotechnol.9, 708137. 10.3389/fbioe.2021.708137

  • 33

    WangZ. X.HuY. G. (2012). High-intensity zone (HIZ) of lumbar intervertebral disc on T2-weighted magnetic resonance images: spatial distribution, and correlation of distribution with low back pain (LBP). Eur. Spine J.21 (7), 13111315. 10.1007/s00586-012-2240-0

  • 34

    XuY.ZhengS.TianQ.KouZ.LiW.XieX.et al (2024). Deep learning model for grading and localization of lumbar disc herniation on magnetic resonance imaging. J. Magn. Reson Imaging61, 364375. 10.1002/jmri.29403

  • 35

    XudongY.WeihongL.FengX.YanliL.WeishunL.FengjunZ.et al (2022). Artificial intelligence-based CT metrics used in predicting clinical outcome of COVID-19 in young and middle-aged adults. Med. Phys.49 (8), 56045615. 10.1002/mp.15803

  • 36

    YuanZ.ZhangK.Tao %J arXiv e-prints Huang (2023). Positive label is all you need for multi-label classification. arXiv:2306, 16016. 10.48550/arXiv.2306.16016

  • 37

    ZhangW.ChenZ.SuZ.WangZ.HaiJ.HuangC.et al (2023). Deep learning-based detection and classification of lumbar disc herniation on magnetic resonance images. JOR Spine6 (3), e1276. 10.1002/jsp2.1276

  • 38

    ZhengH. D.SunY. L.KongD. W.YinM. C.ChenJ.LinY. P.et al (2022). Deep learning-based high-accuracy quantitation for lumbar intervertebral disc degeneration from MRI. Nat. Commun.13 (1), 841. 10.1038/s41467-022-28387-5

Summary

Keywords

deep learning, diagnosis, magnetic resonance imaging, artificial intelligence, intervertebral disc degeneration

Citation

Wang A, Wang T, Liu X, Fan N, Yuan S, Du P, Zou C, Chen R, Xi Y, Gu Z, Song H, Fei Q, Zhang Y and Zang L (2025) Automated diagnosis and grading of lumbar intervertebral disc degeneration based on a modified YOLO framework. Front. Bioeng. Biotechnol. 13:1526478. doi: 10.3389/fbioe.2025.1526478

Received

11 November 2024

Accepted

02 January 2025

Published

22 January 2025

Volume

13 - 2025

Edited by

Bin Wang, Chongqing Medical University, China

Reviewed by

Wenxin Niu, Tongji University, China

Federico D'Antoni, Campus Bio-Medico University Hospital, Italy

Updates

Copyright

*Correspondence: Lei Zang, ; Yiling Zhang,

†These authors contributed equally to this work

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics