IVCVApr 20, 2021

Auto-FedAvg: Learnable Federated Averaging for Multi-Institutional Medical Image Segmentation

arXiv:2104.10195v157 citations
Originality Incremental advance
AI Analysis

This addresses the non-i.i.d. data challenge in federated learning for multi-institutional medical image segmentation, offering a novel but incremental improvement over existing methods.

The authors tackled the problem of suboptimal fixed aggregation weights in federated learning due to non-i.i.d. data by proposing Auto-FedAvg, a method that dynamically adjusts weights based on data distributions and training progress, achieving state-of-the-art performance on CIFAR-10 and effective results on medical image segmentation tasks.

Federated learning (FL) enables collaborative model training while preserving each participant's privacy, which is particularly beneficial to the medical field. FedAvg is a standard algorithm that uses fixed weights, often originating from the dataset sizes at each client, to aggregate the distributed learned models on a server during the FL process. However, non-identical data distribution across clients, known as the non-i.i.d problem in FL, could make this assumption for setting fixed aggregation weights sub-optimal. In this work, we design a new data-driven approach, namely Auto-FedAvg, where aggregation weights are dynamically adjusted, depending on data distributions across data silos and the current training progress of the models. We disentangle the parameter set into two parts, local model parameters and global aggregation parameters, and update them iteratively with a communication-efficient algorithm. We first show the validity of our approach by outperforming state-of-the-art FL methods for image recognition on a heterogeneous data split of CIFAR-10. Furthermore, we demonstrate our algorithm's effectiveness on two multi-institutional medical image analysis tasks, i.e., COVID-19 lesion segmentation in chest CT and pancreas segmentation in abdominal CT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes