Brain Tumor Detection in MRI Based on Federated Learning with YOLOv11
Sheikh Moonwara Anjum Monisha, Ratun Rahman
TL;DR
The paper addresses the challenge of brain tumor detection in MRI under data privacy and latency constraints. It introduces a federated learning framework that deploys YOLOv11 across multiple medical facilities, using FedAvg to aggregate locally trained detectors without sharing patient data. The approach demonstrates improved generalization and accuracy over centralized baselines, with comprehensive experiments on a synthetic MRI dataset and a detailed complexity analysis. The work highlights the practical potential of privacy-preserving, multi-institution collaboration for rapid, accurate brain tumor detection in clinical settings, while also acknowledging heterogeneity and communication challenges. Overall, the combination of YOLOv11 with federated learning provides a scalable, privacy-conscious pathway for deploying real-time brain tumor detectors in diverse healthcare environments.
Abstract
One of the primary challenges in medical diagnostics is the accurate and efficient use of magnetic resonance imaging (MRI) for the detection of brain tumors. But the current machine learning (ML) approaches have two major limitations, data privacy and high latency. To solve the problem, in this work we propose a federated learning architecture for a better accurate brain tumor detection incorporating the YOLOv11 algorithm. In contrast to earlier methods of centralized learning, our federated learning approach protects the underlying medical data while supporting cooperative deep learning model training across multiple institutions. To allow the YOLOv11 model to locate and identify tumor areas, we adjust it to handle MRI data. To ensure robustness and generalizability, the model is trained and tested on a wide range of MRI data collected from several anonymous medical facilities. The results indicate that our method significantly maintains higher accuracy than conventional approaches.
