Nothing Special   »   [go: up one dir, main page]

Next Article in Journal
An Innovative Hybrid Model for Automatic Detection of White Blood Cells in Clinical Laboratories
Previous Article in Journal
Comparative Performance of Autoencoders and Traditional Machine Learning Algorithms in Clinical Data Analysis for Predicting Post-Staged GKRS Tumor Dynamics
Previous Article in Special Issue
Osteochondritis Dissecans of the Elbow in Overhead Athletes: A Comprehensive Narrative Review
You seem to have javascript disabled. Please note that many of the page functionalities won't work as expected without javascript enabled.
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Development of a Yolov8-Based Model for the Measurement of Critical Shoulder Angle (CSA), Lateral Acromion Angle (LAA), and Acromion Index (AI) from Shoulder X-ray Images

Department of Electrical and Electronics Engineering, Kahramanmaras Sutcu Imam University, 46050 Onikişubat, Turkey
Diagnostics 2024, 14(18), 2092; https://doi.org/10.3390/diagnostics14182092
Submission received: 19 August 2024 / Revised: 9 September 2024 / Accepted: 20 September 2024 / Published: 22 September 2024
(This article belongs to the Special Issue Recent Advances in Bone and Joint Imaging—2nd Edition)

Abstract

:
Background: The accurate and effective evaluation of parameters such as critical shoulder angle, lateral acromion angle, and acromion index from shoulder X-ray images is crucial for identifying pathological changes and assessing disease risk in the shoulder joint. Methods: In this study, a YOLOv8-based model was developed to automatically measure these three parameters together, contributing to the existing literature. Initially, YOLOv8 was used to segment the acromion, glenoid, and humerus regions, after which the CSA, LAA angles, and AI between these regions were calculated. The MURA dataset was employed in this study. Results: Segmentation performance was evaluated with the Dice and Jaccard similarity indices, both exceeding 0.9. Statistical analyses of the measurement performance, including Pearson correlation coefficient, RMSE, and ICC values demonstrated that the proposed model exhibits high consistency and similarity with manual measurements. Conclusions: The results indicate that automatic measurement methods align with manual measurements with high accuracy and offer an effective alternative for clinical applications. This study provides valuable insights for the early diagnosis and management of shoulder diseases and makes a significant contribution to existing measurement methods.

1. Introduction

The shoulder joint is very mobile, exhibiting a wide range of motion. The extensive degree of mobility places considerable strain on the adjacent structures and increases susceptibility to numerous diseases. Shoulder diseases, specifically rotator cuff tears (RCT) and glenohumeral osteoarthritis, are commonly seen issues. The anatomical structure of the shoulder is a key factor in the development of these disorders [1,2].
In the anatomical assessment of the shoulder joint, radiographic measurements play a crucial role. Among these measurements, critical shoulder angle (CSA), lateral acromion angle (LAA), and acromion index (AI) emerge as critical parameters associated with shoulder pathologies [3,4]. CSA is an angle that affects the biomechanics of the shoulder joint and is directly related to the risk of RCT and osteoarthritis [5,6]. The LAA influences shoulder stability and load distribution by determining the inclination of the acromion. Similarly, AI is a parameter that can be evaluated to determine the likelihood of RCT [7]. The calculation of these parameters requires careful and time-consuming examination. This increases the need for artificial intelligence based diagnostic systems, which have the potential to optimize diagnostic processes by providing faster and more accurate results to orthopedists. Consequently, deep learning-based research has gained momentum in recent times, and these technologies have been extensively used for the automatic analysis of medical images, such as shoulder radiographs. For instance, deep neural networks have been utilized on magnetic resonance images (MRI) to classify RCT [8] and to segment both rotator cuff muscles [9,10] and the glenohumeral joint [11]. Additionally, deep learning has been used to quantify and characterize rotator cuff muscle degeneration from CT scans [12]. In the context of radiographs, deep learning techniques have been employed to detect humerus fractures [13] and to classify shoulder implants [14]. Moreover, artificial intelligence has been applied for anatomic region detection in radiographic images to measure the CSA, providing accurate, reproducible, and rapid measurements [15].
In this study, a YOLOv8-based model was developed to enable orthopedic specialists to rapidly and comprehensively evaluate angles and indices in shoulder X-rays, which are typically time-consuming and demanding. The YOLOv8 model outperforms other models, particularly in terms of speed and high accuracy. Additionally, it successfully segments complex anatomical structures in medical images, such as shoulder X-rays. The uniqueness of this study lies in the simultaneous calculation of the CSA, AI, LAA for a comprehensive analysis of shoulder X-ray images. To achieve this, YOLOv8-based segmentation models and mathematical morphology techniques were employed to accurately segment the acromion, humerus, and glenoid from shoulder X-ray images. The developed model aims to provide an effective tool for the early diagnosis and treatment planning of shoulder pathologies. The combined evaluation of CSA, AI, and LAA offers a more comprehensive understanding of shoulder joint biomechanics and pathologies, contributing to accurate diagnosis and the development of personalized treatment strategies. The study addressed the challenges of manual measurements in clinical practice by offering an automated solution and emphasized the importance of considering these critical parameters together.

2. Materials and Methods

The detection of CSA, AI, and LAA from X-ray images was achieved through four stages. The first stage involved the creation of the dataset, during which shoulder X-ray images were collected, and three anatomical regions—the acromion, humerus, and glenoid—were labeled within these images. The second stage involved the development of a YOLOv8-based segmentation model to automatically detect these anatomical regions. The third stage included performing pixel-based mathematical operations to calculate CSA, AI, and LAA. In the final stage, the performance of YOLOv8 was tested in comparison with U-Net using the Dice and Jaccard similarity indices, along with statistical analysis. The flowchart summarizing the methods used is shown in Figure 1.

2.1. Materials

In this study, the MURA public dataset was used. The MURA dataset is a comprehensive collection of musculoskeletal images, consisting of 14,863 studies from 12,173 patients and including a total of 40,561 multiview radiographs [16,17]. The dataset provides images from seven standard upper extremity radiography types: elbow, finger, forearm, hand, humerus, shoulder, and wrist. For the calculation of CSA, AI, and LAA together, 217 high-quality images were selected, in which the anatomical structures of the acromion, glenoid, and humerus were clearly visible. The selection process was guided by the criterion that these structures must be accurately measurable, ensuring that the images were high-resolution and of good quality. Additionally, data augmentation techniques were applied to increase the diversity of the dataset and improve the model’s performance and generalization ability. A portion of the dataset was labeled in DICOM format by six Stanford-approved radiologists, and these labels were used to evaluate the model’s performance. The average experience of the radiologists was 8.83 years, with a range between 2 and 25 years [18].

2.2. Anatomical Structure Segmentation (YOLOv8)

To calculate CSA, AI, and LAA from shoulder X-ray images, it is essential to accurately delineate the boundaries of the acromion, glenoid, and humerus. In this study, a YOLOv8-based [19] segmentation model was developed. The YOLOv8-seg model adopts the YOLACT [20] approach, dividing object segmentation into two parallel processes: object detection and instance segmentation. While object detection identifies individual objects within the image, instance segmentation analyzes the meaning of each pixel to distinguish object classes and provide context. The results of these two processes were combined to create precise masks that accurately defined the boundaries of the objects.
The YOLOv8-seg architecture also includes an output module specifically designed to generate mask coefficients and FCN layers with a Proto module that plays a crucial role in mask production. The Proto module creates and refines masks through convolutional operations. Additionally, a specialized loss term for segmentation is included. This integrated structure allows the model to segment objects in medical images accurately and efficiently, providing valuable insights.
The YOLOv8 model uses a loss function composed of three main components. These components are: the bounding box Loss ( L b o x ), which measures the difference between the predicted and the true bounding boxes; objectness loss, which predicts whether an object exists within a cell; and segmentation loss ( L s e g ), which evaluates whether the boundaries of the detected object are correctly delineated, along with classification loss ( L c l s ) which assesses whether the detected object is classified correctly. This loss function can be generally formulated as shown in Equation (1):
L o s s = L b o x + L s e g + L c l s
L c l s utilizes a variant of cross-entropy loss, specifically binary cross-entropy (BCE) loss, as shown in Equation (2). In this, W represents the weight, x n indicates the predicted class value, and y n refers to the true labeled value. This loss measures the error associated with object classification, capturing the difference between the predicted and actual class labels.
L c l s = W [ y n log x n + 1 y n log ( 1 x n ) ]
L s e g is specifically designed for segmentation tasks. It assesses the difference between the instance segmentation produced by the model and the corresponding ground truth segmentation. L b o x   computes the loss using the complete intersection over union (CIoU) loss [21]. This metric measures the difference between the predicted bounding box tuple (x, y, width, height) and the actual ground truth tuple that encapsulates the object. CIoU loss takes into account the overlap between the two boxes as well as the differences in their aspect ratios. Equation (3) defines the CIoU loss.
L C I o U = 1 I o U + ρ 2 b , b g t c 2 + α v
α = v ( 1 I o U ) + v
v = 4 π 2 ( a r c t a n w g t h g t a r c t a n w h ) 2
In this context, b and b g t represent the central points of the predicted bounding box and the ground truth box, respectively. The parameter is a hyperparameter, while v measures the consistency of the aspect ratio, as defined by Equations (4) and (5), respectively. The Euclidean distance is represented by ρ , and c denotes the diagonal length of the smallest enclosing box that contains both bounding boxes.

2.3. Radiographic Measurements

As shown in Figure 2, three different radiographic measurements were derived using these boundary pixels: CSA, AI, and LAA.
At this stage, the edge pixels of the segmented glenoid, acromion, and humerus were obtained. Using these edge pixels, the measurements for CSA, AI, and LAA were calculated. For the CSA measurement, we first defined the upper part of the glenoid (G) as the point where the upper edge of the glenoid fossa intersects with a vertical line. Similarly, the lower part of the glenoid (I) is defined as the point where the lower edge intersects with the same vertical line. The lateral edge of the acromion (A) is the outermost point of the acromion. Following these definitions, a vertical line is drawn from the upper part to the lower part of the glenoid (G-I line). Let the slope of this line be m 1 . Then, another line is drawn from the lower part of the glenoid (I) to the lateral edge of the acromion. Let the slope of this line be m 2 . The CSA is the angle between these two lines, mathematically expressed as in Equation (6).
C S A = tan 1 m 1 m 2 1 + m 1 m 2
AI is defined as the ratio of the distance between the glenoid fossa and the lateral edge of the acromion (GA) to the distance between the glenoid edge and the lateral surface of the humeral head (GH). Its mathematical expression is given in Equation (7)
  A I = G A G H
Let the slope of the line GA, drawn between a point on the glenoid cavity and a point on the lateral edge of the acromion, be n 1 , and the slope of the line GH, drawn from the glenoid cavity to the head of the humerus, be n 2 . The lateral acromial angle is the angle formed by the intersection of these two lines. Its mathematical expression is given in Equation (8).
  L A A = tan 1 n 1 n 2 1 + n 1 n 2

2.4. Performance Metrics

Performance metrics are crucial for measuring the accuracy and effectiveness of machine learning and image processing algorithms. To evaluate the segmentation performance of anatomical regions, the Dice similarity coefficient (DSC) [22] and Jaccard [23] index were used and can be calculated as shown in Equations (9) and (10).
D S C = 2 × A B A + | B |
J a c c a r d = A B A B
Here, A represents the automatically detected area, while B represents the manually detected area. The manual detection was performed by an orthopedic specialist with five years of experience.

2.5. Statistical Analysis

The strength of the relationships between the automatic and manual measurements was evaluated in the study using both the Pearson correlation coefficient and the intraclass correlation coefficient via the one-way random effects model (ICC (1,1)). To assess the reliability and consistency of the measurements, both manual and automatic procedures were repeated three times. The ICC and root mean square error (RMSE) values derived from these repetitions are as follows. The gold standard for comparison was the manual measurements performed by an orthopedist with five years of experience. The ICC values were interpreted according to the following classification: ≥0.9 as excellent, 0.75 to 0.89 as good, 0.5 to 0.74 as moderate, and <0.49 as indicating poor reliability. The RMSE between the different measurements was also calculated, which quantifies the deviation of the predicted values from the actual measured values based on Euclidean distance. RMSE was calculated by first determining the residual value, or the difference between the predicted and actual measurements, for each data point. This was followed by averaging these residuals and taking the square root of the mean.

3. Results and Discussion

In the study, 217 shoulder X-ray images from the MURA dataset were used. Out of these images, 140 were allocated for training and 77 for testing. Data augmentation, including rotations and symmetries along the x and y axes, increased the number of training images to 560. The YOLOv8 model was trained with this dataset over 100 epochs, using a learning rate of 0.01 and the Adam optimizer. Figure 3 shows the regions detected automatically and manually. The green drawing represents manual detection by the orthopedic specialist, while the red drawing represents detection by YOLOv8. As shown in Figure 3 a difference was observed between manual and automatic methods in delineating the boundaries of the lower sections of the humerus. This difference arises from the data labeling process, where careful labeling was not performed, rather than affecting the angle calculations of this lower section. The model demonstrates high performance in delineating the boundaries of the glenoid and acromion.
The segmentation performance of YOLOv8 and U-Net was evaluated using the Dice similarity coefficient (DSC) and Jaccard indices for the acromion, glenoid, and humerus regions, with the results shown in Table 1. For the acromion region, YOLOv8 achieved a DSC value of 0.91 and a Jaccard index of 0.90, indicating high accuracy in acromion segmentation, though slightly lower performance compared to other regions. For the glenoid region, the DSC was 0.93 and the Jaccard index was 0.92, demonstrating successful glenoid segmentation as well. The highest performance was observed in the humerus region, with a DSC value of 0.97 and a Jaccard index of 0.96, indicating that YOLOv8 provided excellent accuracy in humerus segmentation. Overall, YOLOv8’s segmentation performance was high, with the best results seen in the humerus region, likely due to its more distinct structure compared to the other two regions.
In comparison, for the acromion region, U-Net achieved a DSC value of 0.79 and a Jaccard index of 0.77, which shows lower accuracy in acromion segmentation compared to YOLOv8. In the glenoid region, U-Net obtained a DSC value of 0.74 and a Jaccard index of 0.71, indicating lower segmentation accuracy compared to YOLOv8. For the humerus region, U-Net achieved a DSC value of 0.94 and a Jaccard index of 0.92, demonstrating better performance in humerus segmentation, but still lower compared to YOLOv8’s superior performance. Overall, U-Net’s segmentation results showed significantly lower index values and a clear performance gap compared to YOLOv8.
Table 2 shows the distribution of CSA, LAA, and AI values among individuals, which is important for understanding the structural features potentially associated with shoulder pathologies. Individuals with CSA values below 30 generally exhibit a lower risk of disease, while those with values between 30 and 35 degrees may have a moderate risk. CSA values above 35 may indicate a high risk and are often associated with issues such as shoulder impingement syndrome and rotator cuff tendinitis [24]. Individuals with an LAA value less than 45 degrees generally have a moderate to low risk, while values between 45 and 55 degrees are considered normal. LAA values above 55 are associated with a high-risk group and are commonly linked to rotator cuff pathologies [25]. AI values reflect acromion width; individuals with AI < 0.7 typically have a moderate to high risk, which may indicate pathological effects of a narrow acromion. Those with AI values between 0.7 and 1 have a normal risk level, while individuals with AI ≥ 1 have a wider acromion, which may increase the risk of shoulder pathologies [26]. Considering these values in clinical assessments is crucial for better understanding and managing potential issues in the shoulder joint. Table 3 also shows the mean, standard deviation, minimum, and maximum values for CSA, AI, and LAA. Figure 4 shows the measured CSA, AI, and LAA values on example images. The segmented acromion, glenoid, and humerus are shown in red. AI is a distance, while CSA and LAA are angles.
To evaluate the reliability of the measurements, both manual and automatic measurements were repeated three times. The measurement results are shown in Table 4. The intraclass correlation coefficient (ICC) was calculated for these measurements using a one-way random effects model (ICC(1,1)). For CSA, the ICC value for manual assessment was found to be 0.89 (95% CI: 0.85–0.92), while for automatic assessment it was 0.91 (95% CI: 0.88–0.95). For the AI, the manual ICC was 0.91 (95% CI: 0.88–0.94), and the automatic ICC was 0.92 (95% CI: 0.89–0.96). For LAA, the manual ICC was 0.90 (95% CI: 0.87–0.93), and the automatic ICC was 0.92 (95% CI: 0.88–0.95).
The deviations in manual measurements are directly related to the accurate identification of the reference points for the glenoid and acromion, as well as the inclination of the lateral edge of the acromion. In each measurement, the reference points are marked with a variation of one or two pixels, causing minor deviations in the measurements. However, the high ICC values indicated that the manual measurements were consistent and reliable.
The ICC values obtained from automatic measurements using YOLOv8 also demonstrated that the measurements were consistent and reliable. The RMSE values in automatic measurements were lower compared to manual measurements, indicating less deviation in automatic measurements. This was an expected outcome, as visual errors may occur in manual measurements due to the expert’s workload. The deviations in automatic measurements were associated with the training parameters or the quality of the training dataset.
Table 5 presents the statistical analysis between manual and automatic measurements. Pearson correlation values, with 0.97 for CSA, 0.98 for AI, and 0.95 for LAA, indicate a very strong linear relationship between manual and automatic measurements. Additionally, the ICC (intraclass correlation coefficient) values were measured at high levels, with 0.94 for CSA, 0.98 for AI, and 0.94 for LAA, confirming that the agreement between manual and automatic measurements was excellent and that the measurement reliability was high.
The RMSE values indicated the average deviations between manual and automatic measurements, and the RMSE values for CSA, AI, and LAA were measured as 2.89, 0.38, and 1.96, respectively. The higher RMSE value for CSA reflects the challenges arising from the inclined and complex structure of the acromion and glenoid, while the lower RMSE value for AI was due to the more distinct structure of the humerus. As seen in Table 1, the performance in segmenting the humerus was higher compared to that of the acromion and glenoid. The RMSE values between automatic and manual measurements were similar to observed RMSE values in repeated manual measurements. Repeated automatic measurements have also demonstrated greater consistency. This indicates that the differences between automatic and manual measurements were actually due to clinical conditions that can also occur during repeated manual measurements. Consequently, the proposed model will enable expert clinicians to quickly and accurately compute the relevant angles from shoulder X-rays in practice.
One of the limitations of the study is that the measurements were conducted by a single evaluator. To mitigate this limitation, repeated measurements were performed by the same evaluator. Another limitation is that image preprocessing techniques were not used for images where even experts found it challenging to delineate the acromion and glenoid boundaries. Applying image preprocessing techniques to such images could enhance the model’s performance and broaden its applicability.

4. Conclusions

This study evaluated the performance of a YOLOv8-based deep learning model developed to automatically detect the CSA angle, acromion index, and LAA angle from shoulder X-ray images. The model’s performance was validated via statistical analyses by comparing it with manual measurements. The findings revealed a high correlation between automatic and manual measurements, indicating that the YOLOv8 model can reliably detect key angles in shoulder X-ray images and holds potential for clinical applications. In a clinical setting, such automatic systems could accelerate the measurement process, reduce human error, and provide more consistent and accurate results. This study makes a significant contribution to the literature as the first to simultaneously assess CSA, acromion index, and LAA. Future studies plan to modify the model to detect different angles and anatomical regions in shoulder radiographs, thereby broadening the scope of AI-based models in shoulder X-ray evaluations. In conclusion, such AI-supported systems can deliver rapid and effective results in busy clinical environments, providing significant advantages for clinicians in terms of time management and decision-making processes.

Funding

This research study received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in the study are included in the article, further inquiries can be directed to the corresponding author.

Acknowledgments

I would like to thank orthopedic specialist Abdurrahman Yilmaz for his valuable contributions to the execution of this study. Additionally, I am grateful to the reviewers for their constructive comments and suggestions, which have significantly improved our work.

Conflicts of Interest

The author declares no conflicts of interest.

References

  1. Neer, C.S. Impingement lesions. Clin. Orthop. Relat. Res. 1983, 173, 70–77. [Google Scholar] [CrossRef]
  2. Milgrom, C.; Schaffler, M.; Gilbert, S.; van Holsbeeck, M. Rotator-cuff changes in asymptomatic adults. The effect of age, hand dominance and gender. J. Bone Jt. Surg. Br. Vol. 1995, 77, 296–298. [Google Scholar] [CrossRef]
  3. Mantell, M.T.; Nelson, R.; Lowe, J.T.; Endrizzi, D.P.; Jawa, A. Critical shoulder angle is associated with full-thickness rotator cuff tears in patients with glenohumeral osteoarthritis. J. Shoulder Elb. Surg. 2017, 26, e376–e381. [Google Scholar] [CrossRef]
  4. Zaid, M.B.; Young, N.M.; Pedoia, V.; Feeley, B.T.; Ma, C.B.; Lansdown, D.A. Anatomic shoulder parameters and their relationship to the presence of degenerative rotator cuff tears and glenohumeral osteoarthritis: A systematic review and meta-analysis. J. Shoulder Elb. Surg. 2019, 28, 2457–2466. [Google Scholar] [CrossRef]
  5. Kim, J.-H.; Gwak, H.-C.; Kim, C.-W.; Lee, C.-R.; Kwon, Y.-U.; Seo, H.-W. Difference of critical shoulder angle (CSA) according to minimal rotation: Can minimal rotation of the scapula be allowed in the evaluation of CSA? Clin. Orthop. Surg. 2019, 11, 309–315. [Google Scholar] [CrossRef]
  6. Loriaud, A.; Bise, S.; Meyer, P.; Billaud, A.; Dallaudiere, B.; Silvestre, A.; Pesquer, L. Critical shoulder angle: What do radiologists need to know? Skelet. Radiol. 2020, 49, 515–520. [Google Scholar] [CrossRef]
  7. Yang, J.; Xiang, M.; Li, Y.; Zhang, Q.; Dai, F. The correlation between various shoulder anatomical indices on X-ray and Subacromial impingement and morphology of rotator cuff tears. Orthop. Surg. 2023, 15, 1997–2006. [Google Scholar] [CrossRef]
  8. Shim, E.; Kim, J.Y.; Yoon, J.P.; Ki, S.-Y.; Lho, T.; Kim, Y.; Chung, S.W. Automated rotator cuff tear classification using 3D convolutional neural network. Sci. Rep. 2020, 10, 15632. [Google Scholar] [CrossRef]
  9. Medina, G.; Buckless, C.G.; Thomasson, E.; Oh, L.S.; Torriani, M. Deep learning method for segmentation of rotator cuff muscles on MR images. Skelet. Radiol. 2021, 50, 683–692. [Google Scholar] [CrossRef]
  10. Hess, H.; Ruckli, A.C.; Bürki, F.; Gerber, N.; Menzemer, J.; Burger, J.; Schär, M.; Zumstein, M.A.; Gerber, K. Deep-learning-based segmentation of the shoulder from MRI with inference accuracy prediction. Diagnostics 2023, 13, 1668. [Google Scholar] [CrossRef]
  11. Cantarelli Rodrigues, T.; Deniz, C.M.; Alaia, E.F.; Gorelik, N.; Babb, J.S.; Dublin, J.; Gyftopoulos, S. Three-dimensional MRI bone models of the glenohumeral joint using deep learning: Evaluation of normal anatomy and glenoid bone loss. Radiol. Artif. Intell. 2020, 2, e190116. [Google Scholar] [CrossRef]
  12. Taghizadeh, E.; Truffer, O.; Becce, F.; Eminian, S.; Gidoin, S.; Terrier, A.; Farron, A.; Büchler, P. Deep learning for the rapid automatic quantification and characterization of rotator cuff muscle degeneration from shoulder CT datasets. Eur. Radiol. 2021, 31, 181–190. [Google Scholar] [CrossRef]
  13. Chung, S.W.; Han, S.S.; Lee, J.W.; Oh, K.-S.; Kim, N.R.; Yoon, J.P.; Kim, J.Y.; Moon, S.H.; Kwon, J.; Lee, H.-J. Automated detection and classification of the proximal humerus fracture by using deep learning algorithm. Acta Orthop. 2018, 89, 468–473. [Google Scholar] [CrossRef]
  14. Urban, G.; Porhemmat, S.; Stark, M.; Feeley, B.; Okada, K.; Baldi, P. Classifying shoulder implants in X-ray images using deep learning. Comput. Struct. Biotechnol. J. 2020, 18, 967–972. [Google Scholar] [CrossRef]
  15. Minelli, M.; Cina, A.; Galbusera, F.; Castagna, A.; Savevski, V.; Sconfienza, L.M. Measuring the critical shoulder angle on radiographs: An accurate and repeatable deep learning model. Skelet. Radiol. 2022, 51, 1873–1878. [Google Scholar] [CrossRef]
  16. Rajpurkar, P.; Irvin, J.; Bagul, A.; Ding, D.; Duan, T.; Mehta, H.; Yang, B.; Zhu, K.; Laird, D.; Ball, R.L. Mura dataset: Towards radiologist-level abnormality detection in musculoskeletal radiographs. In Proceedings of the Medical Imaging with Deep Learning. Available online: https://openreview.net/forum?id=r1Q98pjiG (accessed on 22 July 2024).
  17. Oakden-Rayner, L. Exploring large-scale public medical image datasets. Acad. Radiol. 2020, 27, 106–112. [Google Scholar] [CrossRef]
  18. Solovyova, A.; Solovyov, I. X-ray bone abnormalities detection using mura dataset. arXiv 2020, arXiv:2008.03356. [Google Scholar]
  19. Francesco, S.J. What Is YOLOv8? The Ultimate Guide. 2023. Available online: https://blog.roboflow.com/what-is-yolov8/#:~:text=YOLOv8%20is%20the%20newest%20state,and%20industry%2Ddefining%20YOLOv5%20model (accessed on 22 July 2024).
  20. Bolya, D.; Zhou, C.; Xiao, F.; Lee, Y.J. Yolact: Real-time instance segmentation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 9157–9166. [Google Scholar]
  21. Zheng, Z.; Wang, P.; Liu, W.; Li, J.; Ye, R.; Ren, D. Distance-IoU loss: Faster and better learning for bounding box regression. In Proceedings of the AAAI Conference on Artificial Intelligence, Honolulu, HI, USA, 27 January–1 February 2019; pp. 12993–13000. [Google Scholar]
  22. Dice, L.R. Measures of the amount of ecologic association between species. Ecology 1945, 26, 297–302. [Google Scholar] [CrossRef]
  23. Murphy, A.H. The Finley affair: A signal event in the history of forecast verification. Weather Forecast. 1996, 11, 3–20. [Google Scholar] [CrossRef]
  24. Lin, C.-L.; Lin, L.-F.; Hsu, T.-H.; Lin, L.-C.; Lin, C.-H.; Huang, S.-W. Acromioplasty reduces critical shoulder angle in patients with rotator cuff tear. PLoS ONE 2021, 16, e0253282. [Google Scholar] [CrossRef] [PubMed]
  25. Banas, M.P.; Miller, R.J.; Totterman, S. Relationship between the lateral acromion angle and rotator cuff disease. J. Shoulder Elb. Surg. 1995, 4, 454–461. [Google Scholar] [CrossRef]
  26. Kim, J.R.; Ryu, K.J.; Hong, I.T.; Kim, B.K.; Kim, J.H. Can a high acromion index predict rotator cuff tears? Int. Orthop. 2012, 36, 1019–1024. [Google Scholar] [CrossRef]
Figure 1. The flowchart of the methods.
Figure 1. The flowchart of the methods.
Diagnostics 14 02092 g001
Figure 2. Representation of CSA (A), LAA (B), and AI (C).
Figure 2. Representation of CSA (A), LAA (B), and AI (C).
Diagnostics 14 02092 g002
Figure 3. The anatomic regions detected automatically (red) and manually(green).
Figure 3. The anatomic regions detected automatically (red) and manually(green).
Diagnostics 14 02092 g003
Figure 4. Example images showing the measured values of CSA (A), AI (B), and LAA (C).
Figure 4. Example images showing the measured values of CSA (A), AI (B), and LAA (C).
Diagnostics 14 02092 g004
Table 1. Comparison of YOLOv8’s segmentation performance of anatomical regions with U-Net.
Table 1. Comparison of YOLOv8’s segmentation performance of anatomical regions with U-Net.
YoloV8U-Net
DSCJACCARDDSCJACCARD
Acromion0.910.900.790.77
Glenoid0.930.920.740.71
Humerus0.970.960.940.92
Table 2. Distribution of automatically detected CSA, LAA, and AI values among individuals.
Table 2. Distribution of automatically detected CSA, LAA, and AI values among individuals.
MeasurementRangeNumber of Individuals
CSA<3024
30 ≤ CSA < 3521
≥3532
LAA<4513
45 ≤ LAA ≤ 5537
>5527
AI<0.722
0.7 ≤ AI < 129
≥126
Table 3. Statistics of manual and automatic measurements.
Table 3. Statistics of manual and automatic measurements.
CSAAILAA
MANUALmean(std)36.9 (4.63)0.75 (0.11)52.5 (6.87)
min-max24.3–50.10.44–0.9832.7–72.9
AUTOMATICmean(std)34.2 (4.12)0.70 (0.21)54 (5.95)
min-max21.3–48.30.43–0.9531.8–74.9
Table 4. The ICC and RMSE values for manual and automatic measurements were repeated three times.
Table 4. The ICC and RMSE values for manual and automatic measurements were repeated three times.
MeasurementEvaluatorICC (95% CI)RMSE
CSAManual0.89 (0.85–0.92)2.16
CSAAI0.91 (0.88–0.95)1.98
AIManual0.91 (0.88–0.94)0.26
AIAI0.92 (0.89–0.96)0.19
LAAManual0.90 (0.87–0.93)1.33
LAAAI0.92 (0.88–0.95)1.14
Table 5. Statistical analysis of manual and YOLOv8 measurements.
Table 5. Statistical analysis of manual and YOLOv8 measurements.
PEARSON r(P)ICC (95% CI)RMSE
CSA0.97 (<0.05)0.94 (0.90–0.97)2.89
AI0.98 (<0.05)0.98 (0.96–0.99)0.38
LAA0.95 (<0.05)0.94 (0.89–0.96)1.96
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Selçuk, T. The Development of a Yolov8-Based Model for the Measurement of Critical Shoulder Angle (CSA), Lateral Acromion Angle (LAA), and Acromion Index (AI) from Shoulder X-ray Images. Diagnostics 2024, 14, 2092. https://doi.org/10.3390/diagnostics14182092

AMA Style

Selçuk T. The Development of a Yolov8-Based Model for the Measurement of Critical Shoulder Angle (CSA), Lateral Acromion Angle (LAA), and Acromion Index (AI) from Shoulder X-ray Images. Diagnostics. 2024; 14(18):2092. https://doi.org/10.3390/diagnostics14182092

Chicago/Turabian Style

Selçuk, Turab. 2024. "The Development of a Yolov8-Based Model for the Measurement of Critical Shoulder Angle (CSA), Lateral Acromion Angle (LAA), and Acromion Index (AI) from Shoulder X-ray Images" Diagnostics 14, no. 18: 2092. https://doi.org/10.3390/diagnostics14182092

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop