CVAIMar 4, 2025

Federated nnU-Net for Privacy-Preserving Medical Image Segmentation

arXiv:2503.02549v25 citationsh-index: 18Has CodeSci Rep
AI Analysis

This work addresses privacy concerns in medical AI by enabling decentralized training for clinical centers, though it is incremental as it extends an existing framework.

The paper tackles the problem of training medical image segmentation models without centralizing sensitive patient data by proposing FednnU-Net, a federated learning extension of nnU-Net, which achieves high and consistent performance across breast, cardiac, and fetal segmentation tasks using data from 18 institutions.

The nnU-Net framework has played a crucial role in medical image segmentation and has become the gold standard in multitudes of applications targeting different diseases, organs, and modalities. However, so far it has been used primarily in a centralized approach where the collected data is stored in the same location where nnU-Net is trained. This centralized approach has various limitations, such as potential leakage of sensitive patient information and violation of patient privacy. Federated learning has emerged as a key approach for training segmentation models in a decentralized manner, enabling collaborative development while prioritising patient privacy. In this paper, we propose FednnU-Net, a plug-and-play, federated learning extension of the nnU-Net framework. To this end, we contribute two federated methodologies to unlock decentralized training of nnU-Net, namely, Federated Fingerprint Extraction (FFE) and Asymmetric Federated Averaging (AsymFedAvg). We conduct a comprehensive set of experiments demonstrating high and consistent performance of our methods for breast, cardiac and fetal segmentation based on a multi-modal collection of 6 datasets representing samples from 18 different institutions. To democratize research as well as real-world deployments of decentralized training in clinical centres, we publicly share our framework at https://github.com/faildeny/FednnUNet .

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