CVMar 19, 2025

UltraFlwr -- An Efficient Federated Medical and Surgical Object Detection Framework

arXiv:2503.15161v11 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This work addresses data sharing and efficiency issues for medical and surgical applications, making federated object detection more practical for resource-constrained edge devices, though it appears incremental as it builds on existing federated learning and YOLO methods.

The paper tackles the challenges of deploying object detection in medical and surgical settings, such as data privacy and computational constraints, by introducing UltraFlwr, a federated learning framework that reduces communication overhead by up to 83% while maintaining performance comparable to full aggregation strategies.

Object detection shows promise for medical and surgical applications such as cell counting and tool tracking. However, its faces multiple real-world edge deployment challenges including limited high-quality annotated data, data sharing restrictions, and computational constraints. In this work, we introduce UltraFlwr, a framework for federated medical and surgical object detection. By leveraging Federated Learning (FL), UltraFlwr enables decentralized model training across multiple sites without sharing raw data. To further enhance UltraFlwr's efficiency, we propose YOLO-PA, a set of novel Partial Aggregation (PA) strategies specifically designed for YOLO models in FL. YOLO-PA significantly reduces communication overhead by up to 83% per round while maintaining performance comparable to Full Aggregation (FA) strategies. Our extensive experiments on BCCD and m2cai16-tool-locations datasets demonstrate that YOLO-PA not only provides better client models compared to client-wise centralized training and FA strategies, but also facilitates efficient training and deployment across resource-constrained edge devices. Further, we also establish one of the first benchmarks in federated medical and surgical object detection. This paper advances the feasibility of training and deploying detection models on the edge, making federated object detection more practical for time-critical and resource-constrained medical and surgical applications. UltraFlwr is publicly available at https://github.com/KCL-BMEIS/UltraFlwr.

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