Communication-Efficient Federated Learning with Compensated Overlap-FedAvg
Yuhao Zhou, Ye Qing, and Jiancheng Lv

TL;DR
This paper introduces Overlap-FedAvg, a novel federated learning framework that improves communication efficiency by overlapping training and communication phases, supported by theoretical convergence analysis and extensive experiments.
Contribution
The paper proposes Overlap-FedAvg, a framework that overlaps model training with communication, incorporating hierarchical strategies, data compensation, and NAG, enhancing federated learning efficiency.
Findings
Significantly reduces communication rounds in federated learning.
Achieves faster convergence with theoretical guarantees.
Demonstrates improved performance on various tasks and datasets.
Abstract
Petabytes of data are generated each day by emerging Internet of Things (IoT), but only few of them can be finally collected and used for Machine Learning (ML) purposes due to the apprehension of data & privacy leakage, which seriously retarding ML's growth. To alleviate this problem, Federated learning is proposed to perform model training by multiple clients' combined data without the dataset sharing within the cluster. Nevertheless, federated learning introduces massive communication overhead as the synchronized data in each epoch is of the same size as the model, and thereby leading to a low communication efficiency. Consequently, variant methods mainly focusing on the communication rounds reduction and data compression are proposed to reduce the communication overhead of federated learning. In this paper, we propose Overlap-FedAvg, a framework that parallels the model training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Cryptography and Data Security
