Skip to main content

Sagittal intervertebral rotational motion: a deep learning-based measurement on flexion–neutral–extension cervical lateral radiographs

Abstract

Background

The analysis of sagittal intervertebral rotational motion (SIRM) can provide important information for the evaluation of cervical diseases. Deep learning has been widely used in spinal parameter measurements, however, there are few investigations on spinal motion analysis. The purpose of this study is to develop a deep learning-based model for fully automated measurement of SIRM based on flexion–neutral–extension cervical lateral radiographs and to evaluate its applicability for the flexion–extension (F/E), flexion–neutral (F/N), and neutral–extension (N/E) motion analysis.

Methods

A total of 2796 flexion, neutral, and extension cervical lateral radiographs from 932 patients were analyzed. Radiographs from 100 patients were randomly selected as the test set, and those from the remaining 832 patients were used for training and validation. Landmarks were annotated for measuring SIRM at five segments from C2/3 to C6/7 on F/E, F/N, and N/E motion. High-Resolution Net (HRNet) was used as the main structure to train the landmark detection network. Landmark performance was assessed according to the percentage of correct key points (PCK) and mean of the percentage of correct key points (MPCK). Measurement performance was evaluated by intra-class correlation coefficient (ICC), Pearson correlation coefficient, mean absolute error (MAE), root mean square error (RMSE), and Bland-Altman plots.

Results

At a 2-mm distance threshold, the PCK for the model ranged from 94 to 100%. Compared with the reference standards, the model showed high accuracy for SIRM measurements for all segments on F/E and F/N motion. On N/E motion, the model provided reliable measurements from C3/4 to C6/7, but not C2/3. Compared with the radiologists’ measurements, the model showed similar performance to the radiologists.

Conclusions

The developed model can automatically measure SIRM on flexion–neutral–extension cervical lateral radiographs and showed comparable performance with radiologists. It may provide rapid, accurate, and comprehensive information for cervical motion analysis.

Peer Review reports

Background

Cervical kinematics evaluation plays an indispensable role in cervical-related diseases, including neck pain, whiplash-associated disorders, and cervical instability [1,2,3]. As the main part of cervical intervertebral motion parameters, sagittal intervertebral rotational motion (SIRM) provides precise biomechanical information and reveals early abnormal motion patterns [4, 5].

Originally, intervertebral motion parameters were measured manually with fine pencils on X-ray films [6]. Such handwork resulted in significant observer differences, which accounted for 38% or more of the value being measured [7]. Computer-assisted methods and various software have been developed for landmark location, parameter measurement, and data analysis to minimize subjective influence and accelerate processing speed [8,9,10]. However, manual annotation of the landmarks on vertebral bodies was unavoidable in these methods, which brought tedious and time-consuming work for operators.

Deep learning has been increasingly applied to the measurement of musculoskeletal radiographs [11,12,13]. In the field of spinal disorders, a variety of models have demonstrated good to excellent performance in automatically measuring Cobb angle, spinopelvic parameters, and sagittal alignment, with the mean absolute error (MAE) ranging from 1° to 5° [14,15,16,17]. Aside from static spinal parameter measurements, there were some studies focusing on the deep learning-based measurement for intervertebral motion. Jacobsen et al. [18] acquired cervical intervertebral angles on fluoroscopic images with a landmark detection algorism for cervical joint movement evaluation. Nguyen et al. [19] developed a deep learning system to measure lumbar intervertebral angles based on flexion and extension radiographs in order to determine the instability of the lumbar spondylolisthesis. The above studies have some limitations in using static parameters measured from a separate view to explore spinal motion function. Consequently, it is necessary to carry out a measurement derived from the combination of multiple views, which may provide more accurate and comprehensive information for spinal motion analysis.

The objective of the present study was to develop a fully automated deep learning model for the measurement of SIRM based on flexion–neutral–extension cervical lateral radiographs and to evaluate its applicability for the flexion–extension (F/E), flexion–neutral (F/N), and neutral–extension (N/E) motion analysis.

Methods

Dataset preparation

This study was approved by the Institutional Research Ethics Committee of Hospital (2022QT041). A total of 2247 cases for which flexion, neutral, and extension cervical lateral radiographs were taken in inpatient and outpatient settings between January 2019 and December 2020 were reviewed. The data of these patients were sequentially collected from the Picture Archiving and Communication System (PACS) of hospital. Adult patients (≥18 years) were included to ensure skeletal maturity in all cases in this study. The need for informed consent was waived due to the use of retrospective data. The exclusion criteria were as follows: (1) a history of cervical surgery; (2) partial or complete obscuration of the C7 vertebral body; (3) obscured landmarks due to severe osteophytes or fusion of adjacent vertebral bodies; and (4) poor radiograph quality and a wide range of aberrant motion out of the sagittal plane. From this review, a total of 2796 cervical lateral radiographs from 932 patients were collected. Radiographs from 100 cases were randomly assigned to the test set, and those from the remaining 832 cases were randomly divided in a 4:1 ratio to form the training and validation sets, respectively (Fig. 1).

Fig. 1
figure 1

Flowchart of the inclusion criteria and dataset distribution for the training, validation, and test sets

Landmark annotations

The training and validation sets were manually annotated by one musculoskeletal radiologist (R1, 5 years of experience), and 100 cases of them were reannotated by R1 after a 6-week interval for the assessment of intra-observer reliability. The test set was independently annotated by R1, together with R2 (a radiologist with 3 years of experience) and R3 (a radiologist with 5 years of experience). All radiologists discussed and agreed on the annotation method before starting the work. A dedicated website was developed for manual annotation (http://warehouse.healthviewcn.com/).

Definitions of landmarks and parameter

A total of 22 landmarks were annotated on each radiograph on the flexion, neutral, and extension views. For the typical vertebrae from C3 to C7, the anterior–superior, posterior–superior, anterior–inferior, and posterior–inferior vertebral body corners were denoted by C-G1 to C-G4, respectively. For C2 vertebrae with a unique biological shape, only the anterior–inferior and posterior–inferior corners were denoted by B3 and B4, respectively. To reduce measurement error, all annotations of landmarks were made as close to the corticomedullary margin of the vertebral body as possible [7]. The method for measuring SIRM was based on the geometric midplanes method, for which excellent agreement and smaller errors have been demonstrated [20, 21]. The vertebral midplane was defined by a line through the two midpoints between the anterior and posterior corners. The specific name of each landmark and the method for measurement are illustrated in Fig. 2.

Fig. 2
figure 2

Landmark annotations and the method for sagittal intervertebral rotational motion (SIRM) measurement. a Annotations of landmarks (taking the neutral view as an example). Each landmark has a specific name. b Sagittal intervertebral motion ranges included flexion–extension (F/E), flexion–neutral (F/N), and neutral–extension (N/E) motion based on flexion, neutral, and extension views (taking C4/5 as an example). c Measurement method for SIRM. For C2/3 (left), the SIRM was the difference in the angles between the plane of C2 and the midplane of C3 on F/E, F/N, and N/E motion. For C3/4-C6/7 (right), the SIRM was the difference in the angles between the midplane of Cn and Cn + 1 (3 ≤ n ≤ 6) on F/E, F/N, and N/E motion

Measurement model development

The deep learning model for SIRM measurement included two parts: a landmark detection network used to identify landmarks on flexion, neutral, and extension cervical lateral radiographs and mathematical formulae to calculate SIRM values.

The main structure of the landmark detection network was High-Resolution Net (HRNet), a novel deep convolutional neural network with excellent performance in localizing anatomical landmarks on medical images [22]. HRNet maintains high-resolution representations through parallel branches from beginning to end and repeatedly fuses features from different scales to achieve solid semantics and accurate location. Due to the proximity of the landmarks on cervical radiographs, HRNet’s ability to preserve image details is crucial for model training. The landmark detection network consisted of four stages, beginning with a high-resolution branch as the first stage and then summing the high-to-low resolution branches in parallel to form the subsequent stages. At the end of each stage, information was repeatedly exchanged between parallel branches [23]. The final output was a 22-channel heatmap regressed from the high-resolution representation of the last stage. The coordinates with the maximum values in the heatmap were selected as the positions of predicted landmarks, which were mapped to the corresponding positions on the original image by applying affine transformation. To compare the ground truth and prediction heatmaps, the loss function was defined as the mean square error.

To build the landmark detection network, we trained our model on flexion, neutral, and extension cervical lateral radiographs. All images were preprocessed by resizing to a resolution of 512 × 512 pixels and augmented by random rotation, horizon flip, and random scale. The pixel spacing of each image was 0.143 mm. We used the stochastic gradient descent (SGD) optimizer with a base learning rate of 1e− 6, a momentum of 0.9, and a weight decay of 0.0005. The model was trained on PyTorch (Version 1.3) for 120 iterations with a batch size of 12 on NVIDIA TITAN Xp GPUs. The model with the least loss on the validation set was verified using the test set.

The coordinates of the predicted landmarks and the mathematical formulae for measurement were used for automatic calculations of SIRM by Python (version 3.7). An overview of model implementation is presented in Fig. 3.

Fig. 3
figure 3

Overview of model implementation. SIRM: sagittal intervertebral rotational motion

Evaluation and statistical analysis

All analyses were performed using MedCalc software (version 20.023) and Microsoft Excel 2020 with statistical significance defined by values of P < 0.05.

Reliability of landmark annotation

For assessment of the intra- and inter- observer reliability of landmark annotation, the landmark-to-landmark distance was represented as percentages within 1–3-mm thresholds.

Landmark performance

The metrics of percentage of correct key points (PCK) and mean of the percentage of correct key points (MPCK) were used for evaluating the performance of landmark prediction. PCK was defined as the percentage of predicted landmarks that fell within the r-radius neighborhood of the reference standard landmark [24]. MPCK was defined as the mean PCK values of each vertebra from C2 to C7 (MC2–MC7) [22]. The reference standards were the averages of landmark coordinates annotated by the three radiologists [25].

Measurement performance

For further evaluation of measurement performance, our model was compared with the reference standards on the test set by calculating the intra-class correlation coefficient (ICC), the Pearson correlation coefficient (r), MAE, and the root mean square error (RMSE). The ICC was calculated for the evaluation of consistency, and an ICC ≥0.7 was considered adequate for reliability. An |r| ≥0.7 indicated a high correlation. MAE was defined as \(\frac{1}{m}{\sum}_{i=1}^m\left|{observed}_i-{predicted}_i\right|\), and RMSE was defined as \(\sqrt{\frac{1}{m}{\sum}_{i=1}^m{\left({observed}_i-{predicted}_i\right)}^2}\), where i was the number of images. Additionally, the mean difference and 95% limit of agreement (LoA) were determined on Bland–Altman plots. The reference standards were the averages of measurements from the three radiologists [25]. To compare the performance of the model with that of each radiologist, the paired differences between the value from each individual radiologist and the average from the other two radiologists were compared with the difference between the same average value and the model value using paired t-test for comparing MAE [12].

Results

General data distributions

A total of 932 cases with flexion, neutral, and extension cervical lateral radiographs were evaluated. There were 665, 167, and 100 patients in the training, validation, and test sets, respectively. There was no significant difference between the three datasets in gender composition and age (Table 1).

Table 1 Characteristics of patients in the training, validation, and test sets

Reliability of landmark annotation

The percentages of intra-observer landmark distances within the 2-mm threshold were 98–99% on the three views. The percentages of inter-observer landmark distances within the 2-mm threshold were 97–98% (R1 vs R2), 98% (R1 vs R3), and 97–98% (R2 vs R3) on the three views (Table 2).

Table 2 Inter-observer reliability of landmark annotation (%) on flexion, neutral, and extension views

Landmark performance

The PCKs at the 2-mm distance threshold on the flexion, neutral, and extension views were 95–100%, 94–100%, and 94–100%, respectively (Additional file 1). The MPCKs for each vertebra from C2 to C7 at the 2-mm distance threshold on the flexion, neutral, and extension views were 98–99%, 98–99%, and 97–100%, respectively (Fig. 4). The average annotating time for one cervical lateral radiograph was 0.066 s, which was much faster than the annotating time of 2.1 min for a radiologist. Representative examples of landmark detection by the model are shown in Fig. 5.

Fig. 4
figure 4

The ability of landmark prediction. The prediction ability of our model is shown for each vertebra from C2 to C7. The first to third rows show the performance on flexion, neutral, and extension views, respectively

Fig. 5
figure 5

Representative images illustrating landmark detection by our model. a, b, and c are examples of flexion, neutral, and extension views, respectively

Measurement performance

Measurement values from three radiologists and model estimates for SIRM were shown in Table 3. No significant differences were observed in the SIRM produced by the model estimates and the reference standards, except for the values for C2/3 (F/E motion), C3/4 (F/N motion), and C3/4 (N/E motion) (P < 0.05).

Table 3 Measurement values from three radiologists and model estimates for sagittal intervertebral rotational motion (SIRM) (°)

With regard to consistency and accuracy, the model yielded accurate measurements of all segments on F/E motion (ICC = 0.86–0.95, r = 0.88–0.95, RMSE = 1.64–2.11, MAE = 1.22–1.59) and F/N motion (ICC = 0.73–0.93, r = 0.74–0.93, RMSE = 1.50–2.27, MAE = 1.19–1.69). On N/E motion, the model provided reliable measurements from C3/4 to C6/7 (ICC = 0.73–0.88, r = 0.75–0.88, RMSE = 1.59–2.05, MAE = 1.28–1.49), but not C2/3 (ICC = 0.60, r = 0.61, RMSE = 1.61, MAE = 1.21; Table 4). The Bland–Altman plots with 95% LoAs and scatter diagrams of correlation analysis are shown in Fig. 6 (F/E motion) and Additional files 2 and 3 (F/N and N/E motion).

Table 4 Comparison of model estimates and reference standards for sagittal intervertebral rotational motion (°)
Fig. 6
figure 6

Bland–Altman plots (left) and correlation scatter diagrams (right) showing the differences and correlations between the model and reference standards on flexion–extension (F/E) motion

On F/E motion, the MAEs of the model were significantly lower than those of R1 and R2 at C2/3 (P < 0.05) and those of R2 at C3/4 and C6/7 (P < 0.05). On F/N motion, the MAEs of the model were significantly lower than that of R3 at C2/3 (P < 0.05) and those of R1, R2, and R3 at C6/7 (P < 0.05). On N/E motion, the MAE of the model was significantly lower than that of R1 at C2/3 (P < 0.05; Table 5).

Table 5 Comparisons of each radiologist and the model for sagittal intervertebral rotational motion

Discussion

In the present study, we developed a deep learning-based model to detect landmarks necessary for measuring cervical SIRM. On the test set, we found that our landmark detection network achieved the PCKs ranging from 94 to 100% at the 2-mm distance threshold. Based on this network, the developed model for automatic SIRM measurements was comparable in performance to radiologists’ calculations.

Manual annotation is the main source of observer differences in spinal measurement. The reliability depends on the experience and judgment of radiologists. A landmark-to-landmark distance of 2.98 mm for inter-observer observations was reported to be acceptable for clinical analysis [26]. In the present study, the PCKs of our developed model at a 2-mm distance threshold ranged from 97 to 98% on the three views, which was similar to the percentage of inter-observer landmark distance from three radiologists. As a result, both the model and the radiologists were able to provide reliable landmark annotations. On all three views, the PCKs of C2 within a 2-mm distance threshold were relatively higher than other segments, which might be contributed to fewer degenerations occurring at C2 [27].

Measurement performance is mostly evaluated by calculating various measurement errors. In the applications of the spine, the MAEs could be less than 2° or close to 10° [19, 28]. This indicates the performance of models varying greatly in different spinal landmarks and parameters. For SIRM, the interobserver variability of manual measurement could be up to 5.2°, which might not provide accurate evaluations for instability, abnormality, and preoperative motion function [29]. A study conducted by Frobin et al. reported that the error (standard deviation, SD) of approximately 2° was satisfactory for clinical cervical motion analysis [21]. In our test set, the model demonstrated excellent measurement performance and reliable clinical application with MAEs and SDs ranging from 1.19° to 1.69° and 1.50° to 2.27°, respectively. In the comparison of the model and radiologists, the MAEs of our model were equal to or significantly lower than those of the radiologists, indicating that our model showed similar or smaller errors compared to the radiologists. The model also achieved satisfactory agreement from C3/4 to C6/7, but the ICCs and rs at C2/3 were not sufficient to guarantee reliable consistency, especially on N/E motion (ICC = 0.60, r = 0.61). This might be due to the extremely small range of motion at C2/3, resulting in even slight differences (MAE = 1.21–1.40) having significant impacts [20].

Flexion, neutral, and extension cervical lateral radiographs are essential tools in the assessment of cervical SIRM and there will be great translational potentials in future clinical practice. The model will automatically generate parameter measurement reports for doctors and patients to facilitate clinical diagnosis and treatment guidance. With the expansion of the database, the obtained measurement results will be used to build population-based models to provide personalized reference intervals for cervical SIRM of different genders and ages in asymptomatic and symptomatic individuals.

The present study does have several limitations. First, for the correctness and integrity of landmark annotation, we excluded a large number of patients based on postoperative status and obscuration of the C7 vertebral bodies. Second, because of inherent variations in manual annotation and the lack of a gold standard, some difficulties remain in accurately comparing performance between radiologists and the model. Third, the category and size of the training dataset are insufficient to represent the complex clinical environment. In future research, we will include more kinds of cases, with particular inclusion of patients with implanted surgical devices. For unsatisfactory landmark prediction due to anatomical variation or overlap, radiologists could slightly adjust the landmarks, and the feedback could be used to enhance model performance in efforts to further improve our model.

Conclusions

A deep learning-based model was developed for automated SIRM measurement on flexion–neutral–extension cervical lateral radiographs and showed comparable performance with radiologists. It may provide rapid, accurate, and comprehensive information for cervical motion analysis.

Availability of data and materials

The datasets generated and analyzed during the current study are not publicly available due to patient privacy concerns but are available from the corresponding author on reasonable request.

Abbreviations

CNN:

Convolutional neural network

CI:

Confidence interval

F/E:

Flexion–extension

F/N:

Flexion–neutral

HRNet:

High-Resolution Net

ICC:

Intra-class correlation coefficient

r:

Pearson correlation coefficient

RMSE:

Root mean square error

SIRM:

Sagittal intervertebral rotational motion

MAE:

Mean absolute error

MPCK:

Mean of the percentage of correct key points

N/E:

Neutral–extension

PACS:

Picture archiving and communication system

PCK:

Percentage of correct key points

References

  1. Qu N, Lindstrøm R, Hirata RP, Graven-Nielsen T. Origin of neck pain and direction of movement influence dynamic cervical joint motion and pressure pain sensitivity. Clin Biomech (Bristol, Avon). 2019;61:120–8.

    Article  Google Scholar 

  2. Stenneberg MS, Rood M, de Bie R, Schmitt MA, Cattrysse E, Scholten-Peeters GG. To what degree does active cervical range of motion differ between patients with neck pain, patients with whiplash, and those without neck pain? A systematic review and Meta-analysis. Arch Phys Med Rehabil. 2017;98(7):1407–34.

    Article  PubMed  Google Scholar 

  3. Alvarez AP, Anderson A, Farhan SD, Lu Y, Lee YP, Oh M, et al. The utility of flexion-extension radiographs in degenerative cervical spondylolisthesis. Clin Spine Surg. 2022;35(7):319–22.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Wang X, Lindstroem R, Plocharski M, Østergaaard LR, Graven-Nielsen T. Cervical flexion and extension includes anti-directional cervical joint motion in healthy adults. Spine J. 2018;18(1):147–54.

    Article  PubMed  Google Scholar 

  5. Zhou C, Li G, Wang C, Wang H, Yu Y, Tsai TY, et al. In vivo intervertebral kinematics and disc deformations of the human cervical spine during walking. Med Eng Phys. 2021;87:63–72.

    Article  PubMed  Google Scholar 

  6. Amevo B, Worth D, Bogduk N. Instantaneous axes of rotation of the typical cervical motion segments: II. optimization of technical errors. Clin Biomech (Bristol, Avon). 1991;6(1):38–46.

    Article  CAS  Google Scholar 

  7. Amevo B, Macintosh JE, Worth D, Bogduk N. Instantaneous axes of rotation of the typical cervical motion segments: I. an empirical study of technical errors. Clin Biomech (Bristol, Avon). 1991;6(1):31–7.

    Article  CAS  Google Scholar 

  8. Meisel HJ, Jurák L, Antinheimo J, Arregui R, Bruchmann B, Čabraja M, et al. Four-year results of a prospective single-arm study on 200 semi-constrained total cervical disc prostheses: clinical and radiographic outcome. J Neurosurg Spine. 2016;25(5):556–65.

    Article  PubMed  Google Scholar 

  9. Mehren C, Heider F, Siepe CJ, Zillner B, Kothe R, Korge A, et al. Clinical and radiological outcome at 10 years of follow-up after total cervical disc replacement. Eur Spine J. 2017;26(9):2441–9.

    Article  PubMed  Google Scholar 

  10. Plocharski M, Lindstroem R, Lindstroem CF, Østergaard LR. Motion analysis of the cervical spine during extension and flexion: reliability of the vertebral marking procedure. Med Eng Phys. 2018;61:81–6.

    Article  PubMed  Google Scholar 

  11. Ye Q, Shen Q, Yang W, Huang S, Jiang Z, He L, et al. Development of automatic measurement for patellar height based on deep learning and knee radiographs. Eur Radiol. 2020;30(9):4974–84.

    Article  PubMed  Google Scholar 

  12. Yang W, Ye Q, Ming S, Hu X, Jiang Z, Shen Q, et al. Feasibility of automatic measurements of hip joints based on pelvic radiography and a deep learning algorithm. Eur J Radiol. 2020;132:109303.

    Article  PubMed  Google Scholar 

  13. Zheng Q, Shellikeri S, Huang H, Hwang M, Sze RW. Deep learning measurement of leg length discrepancy in children based on radiographs. Radiology. 2020;296(1):152–8.

    Article  PubMed  Google Scholar 

  14. Bernstein P, Metzler J, Weinzierl M, Seifert C, Kisel W, Wacker M. Radiographic scoliosis angle estimation: spline-based measurement reveals superior reliability compared to traditional COBB method. Eur Spine J. 2021;30(3):676–85.

    Article  PubMed  Google Scholar 

  15. Schwartz JT, Cho BH, Tang P, Schefflein J, Arvind V, Kim JS, et al. Deep learning automates measurement of spinopelvic parameters on lateral lumbar radiographs. Spine (Phila Pa 1976). 2021;46(12):E671–e678.

    Google Scholar 

  16. Yeh YC, Weng CH, Huang YJ, Fu CJ, Tsai TT, Yeh CY. Deep learning approach for automatic landmark detection and alignment analysis in whole-spine lateral radiographs. Sci Rep. 2021;11(1):7618.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Vrtovec T, Ibragimov B. Spinopelvic measurements of sagittal balance with deep learning: systematic review and critical evaluation. Eur Spine J. 2022;31(8):2031–45.

    Article  PubMed  Google Scholar 

  18. Jakobsen IMG, Plocharski M. Automatic detection of cervical vertebral landmarks for fluoroscopic joint motion analysis. In: Scandinavian conference on image analysis: 2019. Cham: Springer International Publishing; 2019. p. 209–20.

  19. Nguyen TP, Chae D-S, Park S-J, Kang K-Y, Yoon J. Deep learning system for Meyerding classification and segmental motion measurement in diagnosis of lumbar spondylolisthesis. Biomed Signal Process Control. 2021;65:102371.

    Article  Google Scholar 

  20. Wu SK, Jou JY, Lee HM, Chen HY, Su FC, Kuo LC. The reproducibility comparison of two intervertebral translation measurements in cervical flexion-extension. Spine J. 2015;15(5):1083–91.

    Article  PubMed  Google Scholar 

  21. Frobin W, Leivseth G, Biggemann M, Brinckmann P. Sagittal plane segmental motion of the cervical spine. a new precision measurement protocol and normal motion data of healthy adults. Clin Biomech (Bristol, Avon). 2002;17(1):21–31.

    Article  CAS  Google Scholar 

  22. Zhang M, Zhang K, Yu D, Xie Q, Liu B, Chen D, et al. Computerized assisted evaluation system for canine cardiomegaly via key points detection with deep learning. Prev Vet Med. 2021;193:105399.

    Article  PubMed  Google Scholar 

  23. Sun K, Xiao B, Liu D, Wang J. Deep high-resolution representation learning for human pose estimation. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, vol. 2019; 2019. p. 5693–703.

    Google Scholar 

  24. Payer C, Štern D, Bischof H, Urschler M. Integrating spatial configuration into heatmap regression based CNNs for landmark localization. Med Image Anal. 2019;54:207–19.

    Article  PubMed  Google Scholar 

  25. Larson DB, Chen MC, Lungren MP, Halabi SS, Stence NV, Langlotz CP. Performance of a deep-learning neural network model in assessing skeletal maturity on pediatric hand radiographs. Radiology. 2018;287(1):313–22.

    Article  PubMed  Google Scholar 

  26. Chen HC, Lin CJ, Wu CH, Wang CK, Sun YN. Automatic Insall-Salvati ratio measurement on lateral knee x-ray images using model-guided landmark localization. Phys Med Biol. 2010;55(22):6785–800.

    Article  PubMed  Google Scholar 

  27. Tao Y, Galbusera F, Niemeyer F, Samartzis D, Vogele D, Wilke H-J. Radiographic cervical spine degenerative findings: a study on a large population from age 18 to 97 years. Eur Spine J. 2021;30(2):431–43.

    Article  PubMed  Google Scholar 

  28. Vrtovec T, Ibragimov B. Spinopelvic measurements of sagittal balance with deep learning: systematic review and critical evaluation. Eur Spine J. 2022;31(8):2031–45.

    Article  PubMed  Google Scholar 

  29. Pearson AM, Spratt KF, Genuario J, McGough W, Kosman K, Lurie J, et al. Precision of lumbar intervertebral measurements: does a computer-assisted technique improve reliability? Spine (Phila Pa 1976). 2011;36(7):572–80.

    Article  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This work was supported by the Key Research and Development Projects of Zhejiang Province (2020C01058). The funding agreements ensured the authors’ independence in the design of the study and collection, analysis, and interpretation of data and in writing the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

Study design: YTY. Study conduct: YTY, XSZ, and YM. Data collection: YTY, XSZ, YM, and QS. Software: LYH and GHC. Data analysis and interpretation: YTY, XSZ, and QS. Drafting and revising the manuscript: YTY and XYG. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Xiangyang Gong.

Ethics declarations

Ethics approval and consent to participate

This study was approved by the Ethics Committee of Zhejiang Provincial People’s Hospital, China (No. 2022QT041). A certificate of approval has been provided. All procedures were performed in accordance with the Declaration of Helsinki and relevant guidelines. The requirement of informed consent was exempted due to the retrospective nature of the study by the Ethics Committee of Zhejiang Provincial People’s Hospital.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no conflicts of interest.

Additional information

Publisher’s Note

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

Supplementary Information

Additional file 1.

Percentage of correct key points (PCK) for landmarks at the 1–5-mm thresholds on flexion, neutral, and extension views.

Additional file 2.

Bland–Altman plots (left) and correlation scatter diagrams (right) showing the differences and correlations between the model and reference standards on F/N motion.

Additional file 3.

Bland–Altman plots (left) and correlation scatter diagrams (right) showing the differences and correlations between the model and reference standards on N/E motion.

Rights and permissions

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

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Yan, Y., Zhang, X., Meng, Y. et al. Sagittal intervertebral rotational motion: a deep learning-based measurement on flexion–neutral–extension cervical lateral radiographs. BMC Musculoskelet Disord 23, 967 (2022). https://doi.org/10.1186/s12891-022-05927-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12891-022-05927-0

Keywords