paper-with-me

Papers

Lightweight G-YOLOv11: Advancing Efficient Fracture Detection in Pediatric Wrist X-rays

2024-12-31 · Abdesselam Ferdi

Computer-aided diagnosis (CAD) systems have greatly improved the interpretation of medical images by radiologists and surgeons. However, current CAD systems for fracture detection in X-ray images primarily rely on large, resource-intensive detectors, which limits their practicality in clinical settings. To address this limitation, we propose a novel lightweight CAD system based on the YOLO detector for fracture detection. This system, named ghost convolution-based YOLOv11 (G-YOLOv11), builds on the latest version of the YOLO detector family and incorporates the ghost convolution operation for feature extraction. The ghost convolution operation generates the same number of feature maps as traditional convolution but requires fewer linear operations, thereby reducing the detector's computational resource requirements. We evaluated the performance of the proposed G-YOLOv11 detector on the GRAZPEDWRI-DX dataset, achieving an mAP@0.5 of 0.535 with an inference time of 2.4 ms on an NVIDIA A10 GPU. Compared to the standard YOLOv11l, G-YOLOv11l achieved reductions of 13.6% in mAP@0.5 and 68.7% in size. These results establish a new state-of-the-art benchmark in terms of efficiency, outperforming existing detectors. Code and models are available at https://github.com/AbdesselamFerdi/G-YOLOv11.

📄 PDF Abstract BibTeX arXiv:2501.00647

Code (1)

abdesselamferdi/g-yolov11 공식 구현 pytorch

Tasks

Fracture detectionGPU

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Fracture Detection in Pediatric Wrist Trauma X-ray Images Using YOLOv8 Algorithm

2023-04-11 · Rui-Yang Ju, Weiming Cai

Hospital emergency departments frequently receive lots of bone fracture cases, with pediatric wrist trauma fracture accounting for the majority of them. Before pediatric surgeons perform surgery, they need to ask patient…

Data AugmentationFracture detectionmedical image detectionMedical Object Detection+1

Global Context Modeling in YOLOv8 for Pediatric Wrist Fracture Detection

2024-07-03 · Rui-Yang Ju, Chun-Tse Chien, Chia-Min Lin, Jen-Shiun Chiang

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 enab…

Fracture detectionmedical image detectionMedical Object Detectionobject-detection+1

Pediatric Wrist Fracture Detection in X-rays via YOLOv10 Algorithm and Dual Label Assignment System

2024-07-22 · Ammar Ahmed, Abdul Manaf

Wrist fractures are highly prevalent among children and can significantly impact their daily activities, such as attending school, participating in sports, and performing basic self-care tasks. If not treated properly, t…

Fracture detectionobject-detectionObject Detection

Enhancing Wrist Fracture Detection with YOLO

2024-07-17 · Ammar Ahmed, Ali Shariq Imran, Abdul Manaf, Zenun Kastrati 외

Diagnosing and treating abnormalities in the wrist, specifically distal radius, and ulna fractures, is a crucial concern among children, adolescents, and young adults, with a higher incidence rate during puberty. However…

Anomaly DetectionFracture detectionmedical image detectionMedical Object Detection+3

YOLOv9 for Fracture Detection in Pediatric Wrist Trauma X-ray Images

2024-03-17 · Chun-Tse Chien, Rui-Yang Ju, Kuang-Yi Chou, Jen-Shiun Chiang

The introduction of YOLOv9, the latest version of the You Only Look Once (YOLO) series, has led to its widespread adoption across various scenarios. This paper is the first to apply the YOLOv9 algorithm model to the frac…

Data AugmentationFracture detectionmedical image detectionMedical Object Detection+1