Communication-Efficient Federated Learning With Data and Client Heterogeneity
Hossein Zakerinia, Shayan Talaei, Giorgi Nadiradze, Dan Alistarh
TL;DR
This work tackles scalable Federated Learning under three practical challenges: data heterogeneity across clients, partial client asynchrony, and communication bottlenecks. It introduces QuAFL, a Quantized Asynchronous Federated Learning algorithm that extends FedAvg with non-blocking, quantized updates and a calibrated weighting scheme to accommodate heterogeneous client speeds. The authors provide a rigorous convergence analysis using a potential function and a position-aware lattice quantizer, showing convergence rates close to FedAvg in certain regimes and robustness to slow clients and non-i.i.d. data. Empirical results on LEAF benchmarks with up to 300 clients demonstrate substantial communication compression (over 3x) and improved wall-clock time convergence relative to baselines like FedBuff, highlighting QuAFL’s practical impact for real-world, large-scale federated systems.
Abstract
Federated Learning (FL) enables large-scale distributed training of machine learning models, while still allowing individual nodes to maintain data locally. However, executing FL at scale comes with inherent practical challenges: 1) heterogeneity of the local node data distributions, 2) heterogeneity of node computational speeds (asynchrony), but also 3) constraints in the amount of communication between the clients and the server. In this work, we present the first variant of the classic federated averaging (FedAvg) algorithm which, at the same time, supports data heterogeneity, partial client asynchrony, and communication compression. Our algorithm comes with a novel, rigorous analysis showing that, in spite of these system relaxations, it can provide similar convergence to FedAvg in interesting parameter regimes. Experimental results in the rigorous LEAF benchmark on setups of up to 300 nodes show that our algorithm ensures fast convergence for standard federated tasks, improving upon prior quantized and asynchronous approaches.
