English

RadYOLO: Computationally Efficient 3D Object Detection and Segmentation in CT and MRI

Computer Vision and Pattern Recognition 2026-08-01 v1 Artificial Intelligence Machine Learning

Abstract

Object detection and segmentation in three-dimensional medical images is a very active area of research. However, most proposed deep learning models carry a high computational cost, and only few aim to be broadly applicable, achieve high detection performance, and remain fast to execute on resource-constrained hardware. To address this gap, we present RadYOLO, a 3D extension of YOLO11 tailored to medical images. We compare it with nnU-Net and nnDetection on five datasets comprising CT and MRI data with varying object sizes and prevalence. RadYOLO's detection performance surpasses that of nnDetection on four of five datasets and is comparable on one. Compared to nnU-Net, RadYOLO performs better on lesion detection tasks, while nnU-Net excels at detecting large organs when precise localization is required. When rough object localization is sufficient, RadYOLO matches or outperforms nnU-Net on all five datasets. Regarding inference time, RadYOLO is 8-46x faster than nnU-Net on a GPU. Compared to nnDetection the speedup is even higher. When executed on a CPU, RadYOLO's inference runs within seconds (still faster than nnU-Net on a GPU) offering a significant advantage for clinical and edge-device deployment. RadYOLO repository: https://github.com/FraunhoferMEVIS/RadYOLO

Cite

@article{arxiv.2608.00508,
  title  = {RadYOLO: Computationally Efficient 3D Object Detection and Segmentation in CT and MRI},
  author = {Kai Geissler and Laurens Müller-Groh and Hans Meine},
  journal= {arXiv preprint arXiv:2608.00508},
  year   = {2026}
}