A Comparative Study of Multiple Deep Learning Algorithms for Efficient Localization of Bone Joints in the Upper Limbs of Human Body

Soumalya Bose,Soham Basu,Indranil Bera,Sambit Mallick,Snigdha Paul,Saumodip Das,Swarnendu Sil,Swarnava Ghosh,Anindya Sen
DOI: https://doi.org/10.1007/978-981-19-9819-5_46
2024-10-28
Abstract:This paper addresses the medical imaging problem of joint detection in the upper limbs, viz. elbow, shoulder, wrist and finger joints. Localization of joints from X-Ray and Computerized Tomography (CT) scans is an essential step for the assessment of various bone-related medical conditions like Osteoarthritis, Rheumatoid Arthritis, and can even be used for automated bone fracture detection. Automated joint localization also detects the corresponding bones and can serve as input to deep learning-based models used for the computerized diagnosis of the aforementioned medical disorders. This in-creases the accuracy of prediction and aids the radiologists with analyzing the scans, which is quite a complex and exhausting task. This paper provides a detailed comparative study between diverse Deep Learning (DL) models - YOLOv3, YOLOv7, EfficientDet and CenterNet in multiple bone joint detections in the upper limbs of the human body. The research analyses the performance of different DL models, mathematically, graphically and visually. These models are trained and tested on a portion of the openly available MURA (musculoskeletal radiographs) dataset. The study found that the best Mean Average Precision (mAP at 0.5:0.95) values of YOLOv3, YOLOv7, EfficientDet and CenterNet are 35.3, 48.3, 46.5 and 45.9 respectively. Besides, it has been found YOLOv7 performed the best for accurately predicting the bounding boxes while YOLOv3 performed the worst in the Visual Analysis test. Code available at <a class="link-external link-https" href="https://github.com/Sohambasu07/BoneJointsLocalization" rel="external noopener nofollow">this https URL</a>
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: **How to efficiently locate bone joints in X - ray and CT scan images of the human upper limbs**, especially the elbow, shoulder, wrist and finger joints. This problem is of great significance for evaluating a variety of bone - related diseases (such as osteoarthritis, rheumatoid arthritis) and automatically detecting fractures. Automated joint location can not only improve the accuracy of prediction, but also help radiologists analyze scan images and reduce their workload. ### Problem Background 1. **Challenges of Manual Evaluation**: - It is a time - consuming and complex task for radiologists to manually evaluate medical images. - Automated techniques can significantly improve efficiency and accuracy. 2. **Deficiencies in Existing Research**: - Although there are many object detection models based on deep learning, there are relatively few studies on "which algorithm is most suitable for bone joint detection". - There is a lack of systematic research on performance comparison between different models. ### Research Objectives - **Compare Different Deep - Learning Models**: By comparing the performance of models such as YOLOv3, YOLOv7, EfficientDet and CenterNet in the bone joint detection task, provide a basis for researchers and clinicians to select models. - **Optimize Model Performance**: Through training and testing these models, find the best model and parameter settings most suitable for bone joint detection. - **Verify the Effectiveness of the Model**: Evaluate the practical application effects of these models in medical imaging, especially their performance in the joint location task. ### Main Contributions - **Provide a Comprehensive Comparative Study**: Covering performance analysis in three aspects: mathematics, graphics and vision. - **Explore the Applicability of Different Models**: Demonstrate the potential and limitations of different deep - learning models in medical image processing. - **Propose Directions for Future Research**: Point out the improvement space under resource limitations, for example, using higher - performance models (such as EfficientDet - D7 and YOLOv7 - E6E) for further research. Through this study, the author hopes to provide a valuable reference for the field of medical image processing and promote the development of automated joint detection technology.