LGApr 7, 2022

FedADMM: A Robust Federated Deep Learning Framework with Adaptivity to System Heterogeneity

arXiv:2204.03529v260 citationsh-index: 21
AI Analysis

This addresses efficiency and robustness challenges in federated learning for edge devices, though it is incremental as it builds on existing FL methods like FedAvg/Prox.

The paper tackled the problem of federated learning under system and data heterogeneity by introducing FedADMM, a primal-dual optimization protocol that adapts to variable client workloads and reduces communication rounds by up to 87% compared to baselines.

Federated Learning (FL) is an emerging framework for distributed processing of large data volumes by edge devices subject to limited communication bandwidths, heterogeneity in data distributions and computational resources, as well as privacy considerations. In this paper, we introduce a new FL protocol termed FedADMM based on primal-dual optimization. The proposed method leverages dual variables to tackle statistical heterogeneity, and accommodates system heterogeneity by tolerating variable amount of work performed by clients. FedADMM maintains identical communication costs per round as FedAvg/Prox, and generalizes them via the augmented Lagrangian. A convergence proof is established for nonconvex objectives, under no restrictions in terms of data dissimilarity or number of participants per round of the algorithm. We demonstrate the merits through extensive experiments on real datasets, under both IID and non-IID data distributions across clients. FedADMM consistently outperforms all baseline methods in terms of communication efficiency, with the number of rounds needed to reach a prescribed accuracy reduced by up to 87%. The algorithm effectively adapts to heterogeneous data distributions through the use of dual variables, without the need for hyperparameter tuning, and its advantages are more pronounced in large-scale systems.

Foundations

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

Your Notes