SlideShare a Scribd company logo
2
Most read
9
Most read
10
Most read
Cervical Spine Range of Motion
Measurement Utilizing Image Analysis
17th International Joint Conference on Computer Vision, Imaging
and Computer Graphics Theory and Applications.
Kana Matsuo1)
, Koji Fujita 2)
, Takahumi Koyama 2)
,
Shingo Morishita2)
, Yuta Sugiura1)
1) Keio University
2) Tokyo Medical and Dental University
CRoM: each cervical spine range of motion angle
between C1 and C7.
Measurement purpose: analyzing the mobility
between vertebrae from cervical X-ray images.
2
1. Background: CRoM Definition
C1
C2
C3
C4
C5
C6
C7
• One of the areas on which many
imaging studies have been
focused.
• The CRoM measurement is
burdensome for physicians.
• Physicians in areas in which
they do not specialize
sometimes perform diagnostic.
3
1. Background: CRoM Measurement
Example of CRoM
measurement annotation
• A Study on Lung Region Detection Using Deep
Learning
• Mask R-CNN is more robust to the diversity.
4
[1] Uozumi, H., Matsubara, N., Teramoto, A., Niki, A., Honmoto, T., Kono, T., Saito, K., and Fujita, H. (2020). Lung region segmentation on pediatric chest x-rays using
mask r-cnn in japanese. Med Imag Tech, 38(3), 126–131.
2. Related Work: Image Segmentation
Output results from Mask R-CNN and U-net[1]
• This study used deep learning and image processing to
measure the thickness of the prevertebral soft tissue.
• This system proposed a method to diagnose swelling by
referring to the flow of swelling diagnosis by physicians.
5
[2] Y. H. Lee et al.: Learning Radiologist's Step-by-Step Skill for Cervical Spinal Injury Examination, IEEE, Vol.6, pp. 55492 – 55500(2018)
2. Related Work: Computer Aided Diagnosis
Distance measurement flow[2] Example of data set[2]
• Purpose
• To implement a system that automates the measurement of
CRoM angles from cervical spine X-ray images.
• Our method
• Our method used deep learning to estimate the cervical spine
region from x-ray images.
• Our system was implemented based on the manual
measurement method.
6
3. Overview of System
Our system’s display
RoM (deg)
7
4. System Design
Flow of our system process
8
• One of the methods for object detection and
segmentation
• Instance segmentation is possible.
9
[3] K He, G Gkioxari, P Dollar et al., "Mask r-cnn", Proceedings of the IEEE international conference on computer vision, pp. 2961-2969,(2017).
5. Machine learning model: Mask R-CNN[3]
Mask R-CNN architecture
Learning Environment
Learning data: 922 images
Test data: 46 images
Platform: Google colabratory
Libraries: Keras, TensorFlow
Hyperparameters
Number of epochs: 100epoch
Classification: Three-class
Image size: 512x512px
Batch size: 1
Learning coefficient: 0.001
Optimization method: Stochastic Gradient Descent (SGD)
10
5. Machine learning model: Parameters
Labeling
• 97% of the total test data was
able to be detected.
• the IoU values of C1 and C2
were lower.
11
5. Machine learning model : Estimation Results
IoU of each cervical spine
Vertebra IoU
C1 0.74
C2 0.83
C3 0.88
C4 0.88
C5 0.87
C6 0.86
C7 0.86
Average 0.85
※IoU (Intersection over Union)= |
𝐴𝐴∩𝐵𝐵
𝐴𝐴∪𝐵𝐵
|
𝐴𝐴 ∩ 𝐵𝐵
𝐴𝐴 ∪ 𝐵𝐵
12
6. CRoM Measurement: Edge Detection
Extract the coordinates for
creating a convex hull from the
contour coordinates.
1
Approximate a convex hull.
2
The edge where the calculated
midpoints are close to each
other is extracted.
3
Extract of contour coordinates
near the selected edge.
4
A line is drawn on these
coordinates using the least-
squares method to find the angles.
5
2
3
4
5
• Calculated from Tangent’s additive theorem by
using Equation (1), where a and b are the slopes
of the two lines.
• tan 𝜃𝜃 =
tan 𝛼𝛼−tan 𝛽𝛽
1+tan 𝛼𝛼 tan 𝛽𝛽
=
𝑎𝑎−𝑏𝑏
1+𝑎𝑎𝑎𝑎
(1)
13
6. CRoM Measurement: Angle Between
𝑦𝑦 = 𝑎𝑎𝑎𝑎
𝑦𝑦 = 𝑏𝑏𝑏𝑏
𝜃𝜃
tan 𝛼𝛼 = 𝑎𝑎
tan 𝛽𝛽 = 𝑏𝑏
angle between two straight lines
True value
• 2 specialists: 23 patients (test data)×3 times
(number of measurements)
• The frequency of measurements: once a day
Comparison data
• 2 residents: 23 patients (test data)×3 times
(number of measurements)
• The frequency of measurements: once a day
• Our system: 133/138 places (23 patients×6 places)
• The remaining 5 places were not measured because the
cervical regions were not segmented at all.
14
7. Overview of Experiments
• The accuracy of the proposed system was
particularly poor for C1/2.
• There was no difference in the overall mean error
between the automatic and residents measurement.
15
Resident (deg) Automatic (deg)
Vertebra Average
error
Standard
deviation
Average
error
Standard
deviation
C1/2 5.9 8.9 5.7 4.4
C2/3 2.9 2.3 4.0 3.6
C3/4 3.1 2.7 2.5 2.4
C4/5 3.3 2.7 2.6 2.1
C5/6 2.8 2.2 3.6 2.3
C6/7 2.6 1.9 2.5 2.2
Average 3.5 3.4 3.5 2.8
8. Experiment Results: Comparison Result
Average error compared to the specialist measurement
Cervical spine image
16
8. Experiment Results: t-test Result
• p >0.05 (t-test result): there is no a significant
difference.
Comparison of average error between resident
measurements and automatic measurements
• In the automatic measurement, the standard
deviation was 0.
• Standard deviation scale: automatic<specialist<resident
17
8. Experiment Results: Standard Deviation
Vertebra Standard
deviation
(deg)
C12 5.4
C23 2.6
C34 2.9
C45 3.0
C56 2.7
C67 2.7
Average 3.2
Standard deviation of
resident measurements
Vertebra Standard
deviation
(deg)
C12 4.4
C23 2.4
C34 2.9
C45 2.5
C56 2.7
C67 2.4
Average 2.9
Standard deviation of
specialist measurements
• The accuracy of the proposed system was
particularly poor for C1/2 between C1/2 and C6/7.
• The IoU values of C1 and C2 were smaller than those of
other cervical regions.
• There was no significant difference in the overall
mean.
• In the automatic measurement, the standard
deviation was 0.
• That’s a common advantage of most computer vision
methods: repeatability.
18
9. Discussion
Issue in the future
• The accuracy of measurements
was particularly poor for C1/2.
Future work
• Comparison other segmentation
methods
• U-net and K-means method
• Develop a computer aided
diagnosis system
• Determine the cervical misalignment
to estimate the defective cervical
spine region
19
10. Issue and Future Work
Image of the estimation of
cervical vertebral alignment
(Left: normal Right: abnormal)
20
11. Summary
Background A prompt and accurate diagnosis is required.
Related work Medical Image Segmentation, Computer Aided Diagnosis
Suggestion
Use a image segmentation and reference to the
diagnostic flow of a physician.
Method
Implement a system that automates the measurement of
CRoM angles from cervical spine X-ray images.
Evaluation
Performed a two-sided t-test at the 5% level of
significance.
Results Average error: 3.5 deg Standard deviation: 2.8 deg
Issues
The accuracy of the proposed system was particularly
poor for C1/2.

More Related Content

PDF
Video-Based Hand Tracking for Screening Cervical Myelopathy (ISVC2021)
PPTX
Modeling Cardiac Pacemakers With Timed Coloured Petri Nets And Related Tools
PPTX
Application of-image-segmentation-in-brain-tumor-detection
PDF
Brain tumor detection and segmentation using watershed segmentation and morph...
PDF
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
PDF
Brain tumor mri image segmentation and detection
PDF
A Survey on Segmentation Techniques Used For Brain Tumor Detection
PDF
Brain Tumor Detection using CNN
Video-Based Hand Tracking for Screening Cervical Myelopathy (ISVC2021)
Modeling Cardiac Pacemakers With Timed Coloured Petri Nets And Related Tools
Application of-image-segmentation-in-brain-tumor-detection
Brain tumor detection and segmentation using watershed segmentation and morph...
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
Brain tumor mri image segmentation and detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
Brain Tumor Detection using CNN

What's hot (20)

PDF
Mri brain tumour detection by histogram and segmentation
PDF
Brain tumor detection and segmentation using watershed segmentation and morph...
PDF
Brain tumor classification using artificial neural network on mri images
PDF
11.segmentation and feature extraction of tumors from digital mammograms
PPTX
CT computer aided diagnosis system
PPTX
Brain tumor detection using convolutional neural network
PDF
Comparitive study of brain tumor detection using morphological operators
PDF
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
PDF
Brain Tumor Detection and Classification using Adaptive Boosting
PDF
An overview of automatic brain tumor detection frommagnetic resonance images
PPT
brain tumor detection by thresholding approach
PPTX
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PDF
IRJET- Novel Approach for Detection of Brain Tumor :A Review
PPT
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
PDF
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
PDF
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
PDF
Brain tumour segmentation based on local independent projection based classif...
PPTX
Intelligent computer aided diagnosis system for liver fibrosis
PDF
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
PDF
Identifying brain tumour from mri image using modified fcm and support
Mri brain tumour detection by histogram and segmentation
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor classification using artificial neural network on mri images
11.segmentation and feature extraction of tumors from digital mammograms
CT computer aided diagnosis system
Brain tumor detection using convolutional neural network
Comparitive study of brain tumor detection using morphological operators
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection and Classification using Adaptive Boosting
An overview of automatic brain tumor detection frommagnetic resonance images
brain tumor detection by thresholding approach
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
IRJET- Novel Approach for Detection of Brain Tumor :A Review
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
Brain tumour segmentation based on local independent projection based classif...
Intelligent computer aided diagnosis system for liver fibrosis
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
Identifying brain tumour from mri image using modified fcm and support
Ad

Similar to Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022 (20)

PPTX
Automatic detection of tb
PDF
Machine Learning for Computer Vision.pdf
PPTX
Computer aided detection of pulmonary nodules using genetic programming
PPTX
Lung nodule diagnosis from CT images based on ensemble learning
PDF
Medical image analysis
PPTX
Optimal fuzzy rule based pulmonary nodule detection
PDF
automatic detection of pulmonary nodules in lung ct images
PDF
Wearable Accelerometer Optimal Positions for Human Motion Recognition(LifeTec...
PDF
Automatic detection of lung cancer in ct images
PDF
A Study of Wearable Accelerometers Layout for Human Activity Recognition(Asia...
PPTX
An automated 3D cup planning in total hip arthroplasty from a standard X‑ray ...
PPTX
SPIE 10059-36(Reheman Baikejiang)
PPTX
Lung Conditions Prognosis Using CNN Model.pptx
PDF
Classification of Lungs Images for Detecting Nodules using Machine Learning
PDF
CLASSIFICATION OF LUNGS IMAGES FOR DETECTING NODULES USING MACHINE LEARNING
PDF
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
PDF
Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...
PPTX
P.Surendar - VIVA PPT.pptx
PPTX
Segmentation techniques for extraction and description of tumour region from ...
PDF
Multiple Analysis of Brain Tumor Detection based on FCM
Automatic detection of tb
Machine Learning for Computer Vision.pdf
Computer aided detection of pulmonary nodules using genetic programming
Lung nodule diagnosis from CT images based on ensemble learning
Medical image analysis
Optimal fuzzy rule based pulmonary nodule detection
automatic detection of pulmonary nodules in lung ct images
Wearable Accelerometer Optimal Positions for Human Motion Recognition(LifeTec...
Automatic detection of lung cancer in ct images
A Study of Wearable Accelerometers Layout for Human Activity Recognition(Asia...
An automated 3D cup planning in total hip arthroplasty from a standard X‑ray ...
SPIE 10059-36(Reheman Baikejiang)
Lung Conditions Prognosis Using CNN Model.pptx
Classification of Lungs Images for Detecting Nodules using Machine Learning
CLASSIFICATION OF LUNGS IMAGES FOR DETECTING NODULES USING MACHINE LEARNING
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...
P.Surendar - VIVA PPT.pptx
Segmentation techniques for extraction and description of tumour region from ...
Multiple Analysis of Brain Tumor Detection based on FCM
Ad

More from sugiuralab (20)

PDF
AirHook: An Ear-based Display for Simulating the Surrounding Airflow in Virtu...
PDF
自由に移動する複数の⼈々に異なる映像を提⽰するディスプレイシステムについての基礎検討
PPTX
ユーザの自然なインタラクションに基づく操作ミス推測
PPTX
Interaction2025_handfatigability_tajima.pptx
PDF
Ambient Display Utilizing Anisotropy of Tatami
PDF
CradlePosture: Camera-Based Approach for Estimating Neonate’s Posture Based o...
PDF
空間オーディオを用いたヘッドパスワードの提案と音源提示手法の最適化
PDF
測距センサとIMUセンサを用いた指輪型デバイスにおける顔認証システムの提案
PDF
SoilSense : 土壌微生物燃料電池を用いた自発電型タンジブルインタフェースの構築
PPTX
PuzMaty: Supporting Puzzle Mats Design Creation
PDF
DetachableRobotThatMovesTheBabyBouncer.pdf
PPTX
GestEarrings: Developing Gesture-Based Input Techniques for Earrings
PPTX
SkinRing: Ring-shaped Device Enabling Wear Direction-Independent Gesture Inp...
PDF
SoilSense: 土壌微生物燃料電池を活用したリアルタイム力覚フォードバックインタフェースの実現
PPTX
Wrist-worn Haptic Design for 3D Perception of the Surrounding Airflow in Virt...
PPTX
模擬患者データを用いた整形疾患スクリーニング手法の提案(Proposal for an Orthopedic Disease Screening Meth...
PPTX
ヒアラブルデバイスを活用した瞑想アプリの提案
PDF
Enchanted Clothes: Visual and Tactile Feedback with an Abdomen-Attached Robot...
PDF
Exploring User-Defined Gestures as Input for Hearables and Recognizing Ear-Le...
PDF
Lifestyle Computing Lab 2024年度研究室配属全体説明会ポスター
AirHook: An Ear-based Display for Simulating the Surrounding Airflow in Virtu...
自由に移動する複数の⼈々に異なる映像を提⽰するディスプレイシステムについての基礎検討
ユーザの自然なインタラクションに基づく操作ミス推測
Interaction2025_handfatigability_tajima.pptx
Ambient Display Utilizing Anisotropy of Tatami
CradlePosture: Camera-Based Approach for Estimating Neonate’s Posture Based o...
空間オーディオを用いたヘッドパスワードの提案と音源提示手法の最適化
測距センサとIMUセンサを用いた指輪型デバイスにおける顔認証システムの提案
SoilSense : 土壌微生物燃料電池を用いた自発電型タンジブルインタフェースの構築
PuzMaty: Supporting Puzzle Mats Design Creation
DetachableRobotThatMovesTheBabyBouncer.pdf
GestEarrings: Developing Gesture-Based Input Techniques for Earrings
SkinRing: Ring-shaped Device Enabling Wear Direction-Independent Gesture Inp...
SoilSense: 土壌微生物燃料電池を活用したリアルタイム力覚フォードバックインタフェースの実現
Wrist-worn Haptic Design for 3D Perception of the Surrounding Airflow in Virt...
模擬患者データを用いた整形疾患スクリーニング手法の提案(Proposal for an Orthopedic Disease Screening Meth...
ヒアラブルデバイスを活用した瞑想アプリの提案
Enchanted Clothes: Visual and Tactile Feedback with an Abdomen-Attached Robot...
Exploring User-Defined Gestures as Input for Hearables and Recognizing Ear-Le...
Lifestyle Computing Lab 2024年度研究室配属全体説明会ポスター

Recently uploaded (20)

PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Safety Seminar civil to be ensured for safe working.
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
additive manufacturing of ss316l using mig welding
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Artificial Intelligence
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPT
Project quality management in manufacturing
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Safety Seminar civil to be ensured for safe working.
bas. eng. economics group 4 presentation 1.pptx
Geodesy 1.pptx...............................................
Internet of Things (IOT) - A guide to understanding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Foundation to blockchain - A guide to Blockchain Tech
additive manufacturing of ss316l using mig welding
Embodied AI: Ushering in the Next Era of Intelligent Systems
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Mechanical Engineering MATERIALS Selection
Artificial Intelligence
Fundamentals of safety and accident prevention -final (1).pptx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
CH1 Production IntroductoryConcepts.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Project quality management in manufacturing

Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022

  • 1. Cervical Spine Range of Motion Measurement Utilizing Image Analysis 17th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications. Kana Matsuo1) , Koji Fujita 2) , Takahumi Koyama 2) , Shingo Morishita2) , Yuta Sugiura1) 1) Keio University 2) Tokyo Medical and Dental University
  • 2. CRoM: each cervical spine range of motion angle between C1 and C7. Measurement purpose: analyzing the mobility between vertebrae from cervical X-ray images. 2 1. Background: CRoM Definition C1 C2 C3 C4 C5 C6 C7
  • 3. • One of the areas on which many imaging studies have been focused. • The CRoM measurement is burdensome for physicians. • Physicians in areas in which they do not specialize sometimes perform diagnostic. 3 1. Background: CRoM Measurement Example of CRoM measurement annotation
  • 4. • A Study on Lung Region Detection Using Deep Learning • Mask R-CNN is more robust to the diversity. 4 [1] Uozumi, H., Matsubara, N., Teramoto, A., Niki, A., Honmoto, T., Kono, T., Saito, K., and Fujita, H. (2020). Lung region segmentation on pediatric chest x-rays using mask r-cnn in japanese. Med Imag Tech, 38(3), 126–131. 2. Related Work: Image Segmentation Output results from Mask R-CNN and U-net[1]
  • 5. • This study used deep learning and image processing to measure the thickness of the prevertebral soft tissue. • This system proposed a method to diagnose swelling by referring to the flow of swelling diagnosis by physicians. 5 [2] Y. H. Lee et al.: Learning Radiologist's Step-by-Step Skill for Cervical Spinal Injury Examination, IEEE, Vol.6, pp. 55492 – 55500(2018) 2. Related Work: Computer Aided Diagnosis Distance measurement flow[2] Example of data set[2]
  • 6. • Purpose • To implement a system that automates the measurement of CRoM angles from cervical spine X-ray images. • Our method • Our method used deep learning to estimate the cervical spine region from x-ray images. • Our system was implemented based on the manual measurement method. 6 3. Overview of System Our system’s display RoM (deg)
  • 7. 7 4. System Design Flow of our system process
  • 8. 8
  • 9. • One of the methods for object detection and segmentation • Instance segmentation is possible. 9 [3] K He, G Gkioxari, P Dollar et al., "Mask r-cnn", Proceedings of the IEEE international conference on computer vision, pp. 2961-2969,(2017). 5. Machine learning model: Mask R-CNN[3] Mask R-CNN architecture
  • 10. Learning Environment Learning data: 922 images Test data: 46 images Platform: Google colabratory Libraries: Keras, TensorFlow Hyperparameters Number of epochs: 100epoch Classification: Three-class Image size: 512x512px Batch size: 1 Learning coefficient: 0.001 Optimization method: Stochastic Gradient Descent (SGD) 10 5. Machine learning model: Parameters Labeling
  • 11. • 97% of the total test data was able to be detected. • the IoU values of C1 and C2 were lower. 11 5. Machine learning model : Estimation Results IoU of each cervical spine Vertebra IoU C1 0.74 C2 0.83 C3 0.88 C4 0.88 C5 0.87 C6 0.86 C7 0.86 Average 0.85 ※IoU (Intersection over Union)= | 𝐴𝐴∩𝐵𝐵 𝐴𝐴∪𝐵𝐵 | 𝐴𝐴 ∩ 𝐵𝐵 𝐴𝐴 ∪ 𝐵𝐵
  • 12. 12 6. CRoM Measurement: Edge Detection Extract the coordinates for creating a convex hull from the contour coordinates. 1 Approximate a convex hull. 2 The edge where the calculated midpoints are close to each other is extracted. 3 Extract of contour coordinates near the selected edge. 4 A line is drawn on these coordinates using the least- squares method to find the angles. 5 2 3 4 5
  • 13. • Calculated from Tangent’s additive theorem by using Equation (1), where a and b are the slopes of the two lines. • tan 𝜃𝜃 = tan 𝛼𝛼−tan 𝛽𝛽 1+tan 𝛼𝛼 tan 𝛽𝛽 = 𝑎𝑎−𝑏𝑏 1+𝑎𝑎𝑎𝑎 (1) 13 6. CRoM Measurement: Angle Between 𝑦𝑦 = 𝑎𝑎𝑎𝑎 𝑦𝑦 = 𝑏𝑏𝑏𝑏 𝜃𝜃 tan 𝛼𝛼 = 𝑎𝑎 tan 𝛽𝛽 = 𝑏𝑏 angle between two straight lines
  • 14. True value • 2 specialists: 23 patients (test data)×3 times (number of measurements) • The frequency of measurements: once a day Comparison data • 2 residents: 23 patients (test data)×3 times (number of measurements) • The frequency of measurements: once a day • Our system: 133/138 places (23 patients×6 places) • The remaining 5 places were not measured because the cervical regions were not segmented at all. 14 7. Overview of Experiments
  • 15. • The accuracy of the proposed system was particularly poor for C1/2. • There was no difference in the overall mean error between the automatic and residents measurement. 15 Resident (deg) Automatic (deg) Vertebra Average error Standard deviation Average error Standard deviation C1/2 5.9 8.9 5.7 4.4 C2/3 2.9 2.3 4.0 3.6 C3/4 3.1 2.7 2.5 2.4 C4/5 3.3 2.7 2.6 2.1 C5/6 2.8 2.2 3.6 2.3 C6/7 2.6 1.9 2.5 2.2 Average 3.5 3.4 3.5 2.8 8. Experiment Results: Comparison Result Average error compared to the specialist measurement Cervical spine image
  • 16. 16 8. Experiment Results: t-test Result • p >0.05 (t-test result): there is no a significant difference. Comparison of average error between resident measurements and automatic measurements
  • 17. • In the automatic measurement, the standard deviation was 0. • Standard deviation scale: automatic<specialist<resident 17 8. Experiment Results: Standard Deviation Vertebra Standard deviation (deg) C12 5.4 C23 2.6 C34 2.9 C45 3.0 C56 2.7 C67 2.7 Average 3.2 Standard deviation of resident measurements Vertebra Standard deviation (deg) C12 4.4 C23 2.4 C34 2.9 C45 2.5 C56 2.7 C67 2.4 Average 2.9 Standard deviation of specialist measurements
  • 18. • The accuracy of the proposed system was particularly poor for C1/2 between C1/2 and C6/7. • The IoU values of C1 and C2 were smaller than those of other cervical regions. • There was no significant difference in the overall mean. • In the automatic measurement, the standard deviation was 0. • That’s a common advantage of most computer vision methods: repeatability. 18 9. Discussion
  • 19. Issue in the future • The accuracy of measurements was particularly poor for C1/2. Future work • Comparison other segmentation methods • U-net and K-means method • Develop a computer aided diagnosis system • Determine the cervical misalignment to estimate the defective cervical spine region 19 10. Issue and Future Work Image of the estimation of cervical vertebral alignment (Left: normal Right: abnormal)
  • 20. 20 11. Summary Background A prompt and accurate diagnosis is required. Related work Medical Image Segmentation, Computer Aided Diagnosis Suggestion Use a image segmentation and reference to the diagnostic flow of a physician. Method Implement a system that automates the measurement of CRoM angles from cervical spine X-ray images. Evaluation Performed a two-sided t-test at the 5% level of significance. Results Average error: 3.5 deg Standard deviation: 2.8 deg Issues The accuracy of the proposed system was particularly poor for C1/2.