paper-with-me

Papers

Optimizing the Communication-Accuracy Trade-off in Federated Learning with Rate-Distortion Theory

2022-01-07 · Nicole Mitchell, Johannes Ballé, Zachary Charles, Jakub Konečný

A significant bottleneck in federated learning (FL) is the network communication cost of sending model updates from client devices to the central server. We present a comprehensive empirical study of the statistics of model updates in FL, as well as the role and benefits of various compression techniques. Motivated by these observations, we propose a novel method to reduce the average communication cost, which is near-optimal in many use cases, and outperforms Top-K, DRIVE, 3LC and QSGD on Stack Overflow next-word prediction, a realistic and challenging FL benchmark. This is achieved by examining the problem using rate-distortion theory, and proposing distortion as a reliable proxy for model accuracy. Distortion can be more effectively used for optimizing the trade-off between model performance and communication cost across clients. We demonstrate empirically that in spite of the non-i.i.d. nature of federated learning, the rate-distortion frontier is consistent across datasets, optimizers, clients and training rounds.

📄 PDF Abstract BibTeX arXiv:2201.02664

Code (1)

google-research/federated/tree/1b31b84/compressed_communication 공식 구현 tf

Tasks

Federated LearningQuantization

Similar Papers 제목 키워드 기반

FedAT: A High-Performance and Communication-Efficient Federated Learning System with Asynchronous Tiers

2020-10-12 · Zheng Chai, Yujing Chen, Ali Anwar, Liang Zhao 외

Federated learning (FL) involves training a model over massive distributed devices, while keeping the training data localized. This form of collaborative learning exposes new tradeoffs among model convergence speed, mode…

Federated Learning

Understanding the Statistical Accuracy-Communication Trade-off in Personalized Federated Learning with Minimax Guarantees

2024-10-11 · Xin Yu, Zelin He, Ying Sun, Lingzhou Xue 외

Personalized federated learning (PFL) offers a flexible framework for aggregating information across distributed clients with heterogeneous data. This work considers a personalized federated learning setting that simulta…

Federated LearningPersonalized Federated Learning

The Sample-Communication Complexity Trade-off in Federated Q-Learning

2024-08-30 · Sudeep Salgia, Yuejie Chi

We consider the problem of federated Q-learning, where $M$ agents aim to collaboratively learn the optimal Q-function of an unknown infinite-horizon Markov decision process with finite state and action spaces. We investi…

Q-Learning

Optimizing Asynchronous Federated Learning: A~Delicate Trade-Off Between Model-Parameter Staleness and Update Frequency

2025-02-12 · Abdelkrim Alahyane, Céline Comte, Matthieu Jonckheere, Éric Moulines

Synchronous federated learning (FL) scales poorly with the number of clients due to the straggler effect. Algorithms like FedAsync and GeneralizedFedAsync address this limitation by enabling asynchronous communication be…

Federated Learning

Hyper-Sphere Quantization: Communication-Efficient SGD for Federated Learning

2019-11-12 · Xinyan Dai, Xiao Yan, Kaiwen Zhou, Han Yang 외

The high cost of communicating gradients is a major bottleneck for federated learning, as the bandwidth of the participating user devices is limited. Existing gradient compression algorithms are mainly designed for data …

Federated LearningQuantization