CVJul 3, 2024

Global Context Modeling in YOLOv8 for Pediatric Wrist Fracture Detection

arXiv:2407.03163v111 citationsh-index: 8Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses fracture diagnosis for children and radiologists, but it is incremental as it builds on existing YOLOv8 and GC methods.

The paper tackles pediatric wrist fracture detection from X-ray images by proposing YOLOv8+GC, an improved version of YOLOv8 with a Global Context block, which increases mAP 50 from 63.58% to 66.32% on the GRAZPEDWRI-DX dataset.

Children often suffer wrist injuries in daily life, while fracture injuring radiologists usually need to analyze and interpret X-ray images before surgical treatment by surgeons. The development of deep learning has enabled neural network models to work as computer-assisted diagnosis (CAD) tools to help doctors and experts in diagnosis. Since the YOLOv8 models have obtained the satisfactory success in object detection tasks, it has been applied to fracture detection. The Global Context (GC) block effectively models the global context in a lightweight way, and incorporating it into YOLOv8 can greatly improve the model performance. This paper proposes the YOLOv8+GC model for fracture detection, which is an improved version of the YOLOv8 model with the GC block. Experimental results demonstrate that compared to the original YOLOv8 model, the proposed YOLOv8-GC model increases the mean average precision calculated at intersection over union threshold of 0.5 (mAP 50) from 63.58% to 66.32% on the GRAZPEDWRI-DX dataset, achieving the state-of-the-art (SOTA) level. The implementation code for this work is available on GitHub at https://github.com/RuiyangJu/YOLOv8_Global_Context_Fracture_Detection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes