Abstract
Due to symptomatic gait imbalance and a high incidence of falls, patients with cervical diseaseâincluding degenerative cervical myelopathyâhave a significantly increased risk of fragility fractures. To prevent such fractures in patients with cervical disease, treating osteoporosis is an important strategy. This study aimed to validate the diagnostic yield of a deep learning algorithm for detecting osteopenia/osteoporosis using cervical radiography and compare its diagnostic accuracy with that of spine surgeons. Samples were divided into training (nâ=â200) and test (nâ=â30) datasets. The deep learning algorithm, designed to detect T-scores of the femoral neck or lumbar spine <-1.0 using cervical radiography, was constructed using a convolutional neural network model. The number of correct diagnoses was compared between the algorithm and nine spine surgeons using the independent test dataset. The results indicated that the algorithmâs diagnostic accuracy, sensitivity, and specificity in the independent test dataset were 0.800, 0.818, and 0.750, respectively. The rate of corrected answers by the deep learning algorithm was significantly higher than that of nine spine surgeons in the test dataset (80.0% vs. 60.6%; pâ=â0.032). In conclusion, the diagnostic yield of the algorithm was higher than that of spine surgeons.
Similar content being viewed by others
Introduction
Fragility fractures, particularly hip fractures, are serious injuries that can significantly increase mortality rates1. Due to symptomatic gait imbalance and a high incidence of falls, older adult patients with cervical diseaseâincluding degenerative cervical myelopathy (DCM)âhave a significantly increased risk of fragility fractures2,3,4,5. For example, one study reported that the 12-month adjusted odds of experiencing at least one fragility fracture were 1.59 times higher in patients with DCM compared to general population controls2. Preventing falls through early detection and treatment of cervical disease should be a primary solution for such older adult patients6,7,8. In addition, treating osteoporosis can be an important strategy for such patients to prevent fragility fractures.
Current guidelines for patients who have undergone spine surgery emphasize the importance of managing osteoporosis9,10. One guideline recommends that dual-energy X-ray absorptiometry (DXA) scansâthe standard examination for diagnosing osteoporosisâshould be considered in all patients agedâ>â50 years9. Randomized controlled studies have shown that screening with DXA in women agedâ>â70 years represents a cost-effective intervention; however, it may be unrealistic to perform DXA on all patients with spinal disease agedâ>â50 years11,12. Therefore, establishing a simple, low-cost, and reliable screening tool for osteoporosis in patients with degenerative spinal diseaseâespecially those with cervical diseaseâis needed13.
In this context, we developed a deep learning algorithm that can detect osteopenia/osteoporosis of the femur or lumbar spine using plain cervical radiography. This study aimed to validate the diagnostic yield of the deep learning algorithm and compare its diagnostic accuracy to that of spine physicians.
Methods
Study design and ethics
This cross-sectional study utilized data from patients who underwent cervical radiography and DXA. All study participants provided informed consent in accordance with the principles of the Helsinki declaration, and the study protocol was approved by the Institutional Review Board of Osaka Metropolitan University (No. 3170). All data were treated according to the Act on the Protection of Personal Information in Japan14.
Data collection
Data from patients who underwent cervical radiography and lumbar and femoral neck DXA scans were extracted from the medical records of three Japanese institutions. The selection criteria included the following: patients agedâ>â50 years, patients whose radiography and DXA scans were performed within 1 month, patients who had not undergone cervical surgery, and those without fresh cervical fractures or obvious metastases. Finally, 230 patients were selected for this study. Among the patients, 140 underwent both examinations as routine assessments for cervical surgery (nâ=â115 for DCM, nâ=â20 for cervical radiculopathy, and nâ=â5 for other conditions). A total of 90 patients who were followed for cervical disease (nâ=â55 for DCM, nâ=â35 for radiculopathy) underwent DXA scans either at their request or as part of health screening.
Definition of osteopenia/osteoporosis
Osteopenia and osteoporosis were confirmed based on T-scores from DXA scans of the femoral neck and lumbar spine. The lower T-score between the femoral neck and lumbar spine was considered the patientâs T-score. T-scores between ââ1 and ââ2.5 and less than ââ2.5 were defined as osteopenia and osteoporosis, respectively15. To broaden patient identification as a screening tool, the algorithm defined âosteopenia/osteoporosisâ as a combined category encompassing both osteopenia and osteoporosis. All data were then binarized based on the presence (T-score ⤠â1.0) or absence (T-score > â1.0) of osteopenia/osteoporosis.
Development of the deep learning algorithm
Overview of the algorithm design and development process (Fig. 1)
Overview of the algorithm development. Reference labels (osteopenia/osteoporosis: T-score ⤠ââ1.0) were assigned using DXA results. Expert-annotated vertebral regions (C3âC6) were extracted from original radiographs. The algorithm was designed to automatically (1) identify C3âC6 vertebral bodies, (2) exclude vertebrae with severe degenerative changes, (3) expand the region of interest to include posterior spinous processes, and (4) calculate the final score based on the average of the selected vertebrae. A CNN (EfficientNetB2) was used to classify images as positive or negative for osteopenia/osteoporosis. Comparisons of the accuracy between the algorithm and nine spine surgeons in predicting osteopenia/osteoporosis on cervical plain radiographs were performed.
All data were randomly divided into training and test datasets (nâ=â200 and nâ=â30, respectively). The algorithm was developed to predict the binary âpresenceâ or âabsenceâ of osteopenia/osteoporosis using cervical radiography, via (1) a preparation process, (2) a development process, and (3) an validation process.
Preparation process
Lateral cervical plain radiographs in the training dataset were extracted as 400âÃâ400-pixel JPEG files from the DICOM database after personal information was removed. Three board-certified spine surgeons with 12, 15, and 26 years of experience reviewed all training data and independently evaluated the degenerative changes in each vertebral body from C3 to C6. An independent board-certified spine surgeon with 15 years of experience manually annotated the C3, C4, C5, and C6 vertebral bodies on JPEG images of training data using computer software (e-Growth Co., Ltd.; Kyoto, Japan). Raw images, annotated images, information on degenerative changes in each vertebra, and the existence of osteopenia/osteoporosis (yes or no for the indicated case) were provided to the professional engineers.
Development process
The quantity of available training data was increased by applying data augmentation techniquesâsuch as inversion, equalization, brightness adjustment, gamma correction, histogram adjustment, noise addition, and mix-upâto the images in the training dataset. A convolutional neural network (CNN) model was constructed and trained using the following process: (1) Vertebral bodies with no or moderate vertebral degenerative changes, including the spinous process, were selected. (2) Each vertebral body was horizontally aligned, and standardized 224âÃâ224 pixel sub-images were extracted. (3) To prevent overfitting due to insufficient training data, the upper and lower regions, including adjacent intervertebral spaces, were masked. Using amplified images, the engineers constructed a model with a CNN architecture called EfficientNetV2-S (https://arxiv.org/abs/2104.00298) implemented with TensorFlow/Keras (PyTorch 2.7.0â+âCUDA 11.8). The CNN was trained and cross-validated using a computer with a GeForce RTX 4080 graphics processing unit (NVIDIA, Santa Clara, CA, USA). The model was trained for 100 epochs with a batch size of 16, using the Adam optimizer (learning rate 0.0001) and the binary cross-entropy loss function. As internal validation, six-fold cross-validation was performed to establish the algorithm. All JPEG images were equally divided into six groups; five groups were used for training, whereas the remaining group was used for model validation. This process was repeated six times to ensure that each group was adequately assessed16. Cases of true positive (TP), false positive (FP), false negative (FN), and true negative (TN) were counted. The following parameters were then calculated: accuracy, defined as (TPâ+âTN)/(TPâ+âFPâ+âFNâ+âTN); sensitivity, defined as TP/(TPâ+âFN); specificity, defined as TN/(TNâ+âFP); and F1-score, defined as 2 x TP/(2 x TPâ+âFPâ+âFN). Finally, the algorithm which predict the presence or absence of osteopenia/osteoporosis using plain cervical radiography was established. The algorithm was designed to have the outcome by automatically performing the following four steps within the program: 1âst Identify the C3âC6 vertebral bodies, 2nd Exclude vertebrae with severe degenerative changes from analysis, 3rd Expand the region of interest to include the posterior spinous processes, and 4th Calculate the final score based on the average of the analyzed vertebral levels.
Validation process
The developed algorithm and nine spine surgeons independently predicted the binary presence or absence of osteopenia/osteoporosis in the femur or lumbar spine using cervical radiographic test data. Test data without any annotation or sampling were uploaded to the algorithm. Surgeons were not provided with any clinical information such as age or sex, but were allowed to use software functions to expand the radiographic image and control the image tone. The accuracy of the algorithm and each physician was calculated. Finally, the number of correct responses was compared between the deep learning algorithm and the spine surgeons.
Statistical analysis
The chi-square or Fisherâs exact test was used to compare categorical variables, and the Mann-Whitney U test was used to compare continuous variables. We calculated the area under the curve (AUC) in receiver operating characteristic (ROC) curve analysis to evaluate the diagnostic accuracy of the algorithm. All analyses were performed using SPSS version 23 (IBM Corp., Armonk, NY, USA). P-valuesâ<â0.05 were considered statistically significant.
Representative case presentation
A case presentation was provided to demonstrate the clinical utility of the developed algorithm. We applied the algorithm to a real-world patient case who was independent of the data used for algorithm development and validation.
Results
Demographics
The average T-score was ââ1.92â±â1.44 in the training data and ââ1.63â±â1.45 in the test data. The numbers of patients with and without osteopenia/osteoporosis were 155 (osteopenia: 83, osteoporosis: 72) and 45 respectively in the training dataset, and 22 (osteopenia: 12, osteoporosis: 10) and 8, respectively, in the test dataset (Table 1). Approximately half of the patients in each dataset were receiving current osteoporosis treatment (Table 1).
Diagnostic results of the algorithm in the training dataset
The deep learning algorithmâs diagnostic accuracy, sensitivity, specificity, and F1 score under cross-validation were 0.860, 0.890, 0.756, and 0.908, respectively (Table 2). In the ROC analysis, the AUC for predicting osteopenia/osteoporosis was 0.869 (95% confidence interval: 0.822â0.916; Fig. 2).
ROC curve of the diagnostic accuracy (training dataset, nâ=â200). ROC curve demonstrating the diagnostic performance of the deep learning algorithm on the training dataset (nâ=â200). The area under the curve (AUC) was 0.869, indicating good discriminatory ability between positive and negative cases. ROC: Receiver operating characteristic; AUC: Area under the curve.
Diagnostic results of the algorithm in the independent test dataset
The algorithmâs diagnostic accuracy, sensitivity, specificity, and F1 score in the independent test dataset were 0.800, 0.818, 0.750, and 0.857, respectively (Table 2). In the ROC analysis, the AUC for predicting osteopenia/osteoporosis was 0.858 (95% confidence interval: 0.733â0.983; Fig. 3).
ROC curve of the diagnostic accuracy (test dataset, nâ=â30). ROC curve illustrating the diagnostic performance of the deep learning algorithm on the test dataset (nâ=â30). The AUC was 0.858, indicating that the model maintained a high discriminative ability on unseen data. ROC: Receiver operating characteristic; AUC: area under the curve.
Comparison of accuracy between the deep learning algorithm and physicians
The accuracy of predictions by nine spine surgeons ranged from 0.533 to 0.700 (average: 0.606; Table 3). A comparison of correct answers between the deep learning algorithm and nine spine surgeons demonstrated that the number of correct answers by the algorithm was significantly higher than that of the spine surgeons (Table 4, pâ=â0.032).
Representative case
A representative case involved a 61-year-old female who underwent cervical laminoplasty for severe DCM without a prior diagnosis of osteoporosis and any fragility fracture. Her preoperative cervical radiograph was uploaded to the algorithm (Fig. 4). The algorithm indicated a potential diagnosis of osteopenia/osteoporosis. The results were explained to the patient, who then opted for a detailed examination. DXA scans revealed T-scores of â2.51 in the lumbar spine and ââ1.91 in the femoral neck. She was diagnosed with osteoporosis and treated with medication for osteoporosis before surgery.
Plain cervical radiograph uploaded in the algorithm. A preoperative lateral cervical spine radiograph of a 61-year-old woman with severe degenerative cervical myelopathy. The algorithm identified a potential diagnosis of osteopenia/osteoporosis from this image, which was later confirmed by DXA. DXA: Dual-energy X-ray absorptiometry.
Discussion
The diagnostic accuracy and AUC of our deep learning algorithm for detecting osteopenia/osteoporosis using cervical radiography were 0.80 and 0.86, respectively, in the independent test dataset. The deep learning algorithm also performed significantly better than experienced spine surgeons in identifying osteopenia/osteoporosis using cervical radiography.
The current deep learning algorithm was designed to detect not only patients with osteoporosis (T-score ⤠â2.5) but also those with osteopenia (â1.0â>âT-score > â2.5)17. Although fracture risk is often lower in patients with osteopenia than in those with osteoporosis, reports indicate that most fractures occur in individuals with osteopenia18. As the current deep learning algorithm was built to serve as a screening tool for patients with cervical disease, such as DCM, it was designed to detect both osteopenia and osteoporosis. From this perspective, one strength of the algorithm is its high sensitivity (0.82) in an independent dataset. However, the final diagnosis should be determined by DXA as the specificity of our algorithm (0.75) is somewhat low. Another strength of the algorithm is the quality of the training and test data, which are crucial factors for its reliability. Data were extracted from multiple institutions, the ground truth (T-scores from femur or lumbar spine DXA scans) was clear and objective, and the selection criteria were consistent19. All these characteristics might support the consideration of our algorithm as a screening tool for patients with cervical disease.
The current algorithm to detect osteopenia/osteoporosis on cervical radiography involves four steps. Initially, we attempted to create the algorithm using raw radiography data without processing. However, the outcomes did not reach a clinically useful level. Therefore, several modifications were incorporated into the development of the current algorithm: (1) to recognize the C3-C6 vertebral bodies; (2) to classify the degenerative changes of the vertebral bodies and omit those with severe degenerative changes from analysis20; (3) to expand the region of interest to include the posterior spinous processes at the indicated levels21; and (4) to base results on the average scores of the analyzed vertebral levels. Finally, the current algorithm was designed to perform this processing automatically, without requiring annotation using training data.
In alignment with current algorithms, several artificial intelligence (AI) assisted osteoporosis screening tools have been developed using various sources22,23,24,25,26,27,28,29,30. Wani et al. developed CNN models that can detect osteoporosis in knee radiographs25. Sukegawa et al. reported a deep learning model that can identify osteoporosis from dental panoramic radiographs26. Ho et al. created a deep learning model designed to infer bone mineral density data from plain pelvic radiographs28. Furthermore, Lin et al. conducted a randomized controlled trial and concluded that providing DXA screening to a high-risk group identified through AI-enabled chest radiographs can effectively diagnose more patients with osteoporosis29. When focusing on algorithms for detecting osteoporosis using AI in the field of spinal imaging, Hong N. et al. reported that their algorithm more accurately detects vertebral fractures and osteoporosis than clinicians using lateral thoracolumbar or thoracolumbosacral radiographs23,24. A similar attempt was made by Zhang B. et al. using lumbar spine radiography22. Additionally, Mao L. et al. developed an algorithm for screening primary osteopenia and osteoporosis using lumbar radiographs and patient clinical covariates30. Although there is no report of an AI model capable of identifying osteoporosis in cervical radiography, deep learning algorithms that can detect cervical canal stenosis and ossification of the posterior longitudinal ligament have already been reported31,32. Integrating these AI technologies into clinical workflows may enhance the diagnostic value of standard examinations such as plain radiography, while incurring little to no additional cost.
In terms of the implementation of AI, SPINE20, an advocacy group focused on global spine disorder awareness, released a 2024 recommendation: âSPINE20 recommends that G20 countries support ongoing research initiatives on digital technologies, including AI, regulate digital technologies, and promote evidence-based, ethical digital solutions in all aspects of spine care, to enrich patient care with high value and quality.â33 Although several barriers remainâsuch as ethical and legal issues, reliability, and patient privacyâimplementing AI in clinical settings could improve patient care while offering cost-effective options for insurance systems.
The current study and our algorithm have several limitations. All cervical radiographic images were collected from patients in the Japanese population34. Although no major differences between Japanese and other races have been observed, minor differences (e.g. the spinal canal diameter) may be crucial parameters for the deep learning algorithm35,36. Future validation of current algorithm should involve datasets representing diverse racial backgrounds. Although we used a six-fold cross-validation technique and an independent test dataset for validation, the sample size in each dataset was relatively small, which may have resulted in low robustness of the algorithm. To overcome this limitation, a larger sample size along with robustness tests such as perturbation-based evaluation and adversarial robustness, could be ideal for creating a more precise algorithm16. In addition, the current cross-sectional study did not include clinical information such as the types and severity of cervical disease or the treatment of osteoporosis. The algorithmâs outcome might have been influenced by a history of osteoporosis treatment. When focusing on the comparison between the physician and algorithm, the potential variability in physiciansâ assessment should be considered. Finally, the specificity of the current algorithm was relatively low (0.75). An international, longitudinal, large-scale study with precise clinical data is required to overcome these limitations.
In conclusion, we developed a deep learning algorithm capable of detecting patients with osteopenia/osteoporosis (T-score < â1.0) in the femur or lumbar spine using cervical radiography. The diagnostic yield of the algorithm was higher than that of experienced spine surgeons. As older adult patients with cervical diseases such as DCM have a higher risk of fragility fractures compared to those without, we believe that, after additional validation, our algorithm might serve as a low-cost screening tool for achieving early detection and timely treatment of osteoporosis in these patients.
Data availability
The data that support the findings of this study are available from the corresponding author upon reasonable request.
References
Haentjens, P. et al. Meta-analysis: excess mortality after hip fracture among older women and men. Ann. Intern. Med. 152, 380â390. https://doi.org/10.7326/0003-4819-152-6-201003160-00008 (2010).
Horowitz, J. A. et al. Fragility fracture risk in elderly patients with cervical myelopathy. Spine (Phila Pa. 1976). 44, 96â102. https://doi.org/10.1097/BRS.0000000000002762 (2019).
Radcliff, K. E. et al. High incidence of undiagnosed cervical myelopathy in patients with hip fracture compared with controls. J. Orthop. Trauma. 30, 189â193. https://doi.org/10.1097/BOT.0000000000000485 (2016).
Omi, H., Yokoyama, T., Naraoka, T., Omi, S. & Takeuchi, K. Prevalence of cervical Canal stenosis in patients with femoral fracture: A retrospective Single-Center study. Spine Surg. Relat. Res. 6, 631â637. https://doi.org/10.22603/ssrr.2022-0014 (2022).
Kimura, A. et al. Fall-related deterioration of subjective symptoms in patients with cervical myelopathy. Spine (Phila Pa. 1976). 42, E398âE403. https://doi.org/10.1097/BRS.0000000000001798 (2017).
Kimura, A. et al. Spine Phila Pa (1976) 45, E631âE638. https://doi.org/10.1097/BRS.0000000000003355 (2020).
Badhiwala, J. H. et al. Degenerative cervical myelopathy - update and future directions. Nat. Rev. Neurol. 16, 108â124. https://doi.org/10.1038/s41582-019-0303-0 (2020).
Ver, M. L. P., Gum, J. L., Glassman, S. D. & Carreon, L. Y. Assessment of standing balance in normal versus cervical spondylotic myelopathy patients. N Am. Spine Soc. J. 3, 100023. https://doi.org/10.1016/j.xnsj.2020.100023 (2020).
Anderson, P. A., Binkley, N. C. & Bernatz, J. T. Bone health optimization (BHO) in spine surgery. Spine (Phila Pa. 1976). 48, 782â790. https://doi.org/10.1097/BRS.0000000000004618 (2023).
Sardar, Z. M. et al. Best practice guidelines for assessment and management of osteoporosis in adult patients undergoing elective spinal reconstruction. Spine (Phila Pa. 1976). 47, 128â135. https://doi.org/10.1097/BRS.0000000000004268 (2022).
Force, U. S. P. S. T. et al. Screening for osteoporosis to prevent fractures: US preventive services task force recommendation statement. JAMA 319, 2521â2531. https://doi.org/10.1001/jama.2018.7498 (2018).
Turner, D. A. et al. The Cost-Effectiveness of screening in the community to reduce osteoporotic fractures in older women in the UK: economic evaluation of the SCOOP study. J. Bone Min. Res. 33, 845â851. https://doi.org/10.1002/jbmr.3381 (2018).
AlEissa, S. I. et al. SPINE20 A global advocacy group promoting evidence-based spine care of value. Eur. Spine J. 30, 2091â2101. https://doi.org/10.1007/s00586-021-06890-5 (2021).
Fuson, R. L., Sherman, M., Van Vleet, J. & Wendt, T. The conduct of orthopaedic clinical trials. J. Bone Joint Surg. Am. 79, 1089â1098. https://doi.org/10.2106/00004623-199707000-00019 (1997).
Disease, N. I. o. A. a. M. a. S. Bone Mineral Density Tests: What the Numbers Mean, https://www.niams.nih.gov/health-topics/bone-mineral-density-tests-what-numbers-mean?utm_source=chatgpt.com (.
Kohavi, R. A study of cross-validation and bootstrap for accuracy Estimation and model selection. IJCAIâ95: Proc. 14th Int. Joint Conf. Artif. Intell. 2, 1137â1143 (1995).
WHO Scientific Group on the Prevention and Management of Osteoporosis. 2000: Geneva, S. Prevention and management of osteoporosis : report of a WHO scientific group. World Health Organization. https://iris.who.int/handle/10665/42841 (2003).
Reid, I. R. & McClung, M. R. Osteopenia: a key target for fracture prevention. Lancet Diabetes Endocrinol. https://doi.org/10.1016/S2213-8587(24)00225-0 (2024).
Schwabe, D., Becker, K., Seyferth, M., Klass, A. & Schaeffter, T. The METRIC-framework for assessing data quality for trustworthy AI in medicine: a systematic review. NPJ Digit. Med. 7, 203. https://doi.org/10.1038/s41746-024-01196-4 (2024).
Marchiori, D. M. & Henderson, C. N. A cross-sectional study correlating cervical radiographic degenerative findings to pain and disability. Spine (Phila Pa 1976) 21, 2747â2751. https://doi.org/10.1097/00007632-199612010-00007 (1996).
Wang, Y. et al. The Canal bone ratio: A novel Indicator for opportunistic osteoporosis screening in adult spinal deformity patients through radiographs. Spine (Phila Pa. 1976). https://doi.org/10.1097/BRS.0000000000004987 (2024).
Zhang, B. et al. Deep learning of lumbar spine X-ray for osteopenia and osteoporosis screening: A multicenter retrospective cohort study. Bone 140, 115561. https://doi.org/10.1016/j.bone.2020.115561 (2020).
Hong, N. et al. Deep learning-based identification of vertebral fracture and osteoporosis in lateral spine radiographs and DXA vertebral fracture assessment to predict incident fracture. J. Bone Min. Res. 40, 628â638. https://doi.org/10.1093/jbmr/zjaf050 (2025).
Hong, N. et al. Deep-Learning-Based detection of vertebral fracture and osteoporosis using lateral spine X-Ray radiography. J. Bone Min. Res. 38, 887â895. https://doi.org/10.1002/jbmr.4814 (2023).
Wani, I. M. & Arora, S. Osteoporosis diagnosis in knee X-rays by transfer learning based on Convolution neural network. Multimed Tools Appl. 82, 14193â14217. https://doi.org/10.1007/s11042-022-13911-y (2023).
Sukegawa, S. et al. Identification of osteoporosis using ensemble deep learning model with panoramic radiographs and clinical covariates. Sci. Rep. 12, 6088. https://doi.org/10.1038/s41598-022-10150-x (2022).
Paderno, A. et al. Artificial intelligence-enhanced opportunistic screening of osteoporosis in CT scan: a scoping review. Osteoporos. Int. 35, 1681â1692. https://doi.org/10.1007/s00198-024-07179-1 (2024).
Ho, C. S. et al. Application of deep learning neural network in predicting bone mineral density from plain X-ray radiography. Arch. Osteoporos. 16, 153. https://doi.org/10.1007/s11657-021-00985-8 (2021).
Lin, C. et al. Osteoporotic precise screening using chest radiography and artificial neural network: the OPSCAN randomized controlled trial. Radiology 311, e231937. https://doi.org/10.1148/radiol.231937 (2024).
Mao, L. et al. Deep learning for screening primary osteopenia and osteoporosis using spine radiographs and patient clinical covariates in a Chinese population. Front. Endocrinol. (Lausanne). 13, 971877. https://doi.org/10.3389/fendo.2022.971877 (2022).
Tamai, K. et al. Deep learning algorithm for identifying cervical cord compression due to degenerative Canal stenosis on radiography. Spine (Phila Pa. 1976). 48, 519â525. https://doi.org/10.1097/BRS.0000000000004595 (2023).
Tamai, K. et al. A deep learning algorithm to identify cervical ossification of posterior longitudinal ligaments on radiography. Sci. Rep. 12, 2113. https://doi.org/10.1038/s41598-022-06140-8 (2022).
Menezes, C. M. et al. SPINE20 Recommendations 2024 -Spinal Disability: Social Inclusion as a Key to Prevention and Management. Global Spine J. https://doi.org/10.1177/21925682241290226 (2024).
Wu, E. et al. How medical AI devices are evaluated: limitations and recommendations from an analysis of FDA approvals. Nat. Med. 27, 582â584. https://doi.org/10.1038/s41591-021-01312-x (2021).
Murone, I. The importance of the sagittal diameters of the cervical spinal Canal in relation to spondylosis and myelopathy. J. Bone Joint Surg. Br. 56, 30â36 (1974).
Burrows, E. H. The sagittal diameter of the spinal Canal in cervical spondylosis. Clin. Radiol. 14, 77â86. https://doi.org/10.1016/s0009-9260(63)80015-x (1963).
Acknowledgements
We express our profound gratitude to e-Growth Co. for their technical support in developing the algorithm, which was rendered without remuneration.
Funding
No funds were received in support of this work. No benefits in any form have been or will be received from any commercial party related directly or indirectly to the subject of this manuscript.
Author information
Authors and Affiliations
Contributions
KT, MT, and MU contributed to the collection of clinical data. KT led the drafting of this manuscript in collaboration with other authors. KI developed deep learning algorithm with KT and HT. MK, HT, AS, ST, AY, YS, MI, YK and YO contributed the evaluating the independent data as well-experienced closely revised many sections. All authors contributed to all sections of the manuscript and edited it for key intellectual content. All other authors have read and provided substantive intellectual comments to the draft and have approved the final version of the paper.
Corresponding author
Ethics declarations
Competing interests
The authors declare no competing interests.
Ethical approval
The study protocol was approved by the Institutional Review Board of Osaka City University (No. 3170). All procedures performed in studies involving human participants were in accordance with the ethical standards of the institutional and/or national research committee and with the 1964 Declaration of Helsinki and its later amendments or comparable ethical standards.
Informed consent
Informed consent was obtained from all participants included in the study.
Additional information
Publisherâs note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, 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 you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. 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-nc-nd/4.0/.
About this article
Cite this article
Tamai, K., Imanishi, K., Terakawa, M. et al. Deep learning algorithm for identifying osteopenia/osteoporosis using cervical radiography. Sci Rep 15, 25274 (2025). https://doi.org/10.1038/s41598-025-11285-3
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-025-11285-3