paper-with-me

홈 › Papers

Robust and Communication-Efficient Federated Learning from Non-IID Data

2019-03-07 · Felix Sattler, Simon Wiedemann, Klaus-Robert Müller, Wojciech Samek

Federated Learning allows multiple parties to jointly train a deep learning model on their combined data, without any of the participants having to reveal their local data to a centralized server. This form of privacy-preserving collaborative learning however comes at the cost of a significant communication overhead during training. To address this problem, several compression methods have been proposed in the distributed training literature that can reduce the amount of required communication by up to three orders of magnitude. These existing methods however are only of limited utility in the Federated Learning setting, as they either only compress the upstream communication from the clients to the server (leaving the downstream communication uncompressed) or only perform well under idealized conditions such as iid distribution of the client data, which typically can not be found in Federated Learning. In this work, we propose Sparse Ternary Compression (STC), a new compression framework that is specifically designed to meet the requirements of the Federated Learning environment. Our experiments on four different learning tasks demonstrate that STC distinctively outperforms Federated Averaging in common Federated Learning scenarios where clients either a) hold non-iid data, b) use small batch sizes during training, or where c) the number of clients is large and the participation rate in every communication round is low. We furthermore show that even if the clients hold iid data and use medium sized batches for training, STC still behaves pareto-superior to Federated Averaging in the sense that it achieves fixed target accuracies on our benchmarks within both fewer training iterations and a smaller communication budget.

📄 PDF Abstract BibTeX arXiv:1903.02891

Code (1)

felisat/federated-learning pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Improving Communication Efficiency of Federated Distillation via Accumulating Local Updates

2023-12-07 · Zhiyuan Wu, Sheng Sun, Yuwei Wang, Min Liu 외

As an emerging federated learning paradigm, federated distillation enables communication-efficient model training by transmitting only small-scale knowledge during the learning process. To further improve the communicati…

Federated Learning

Communication-Efficient Federated Distillation

2020-12-01 · Felix Sattler, Arturo Marban, Roman Rischke, Wojciech Samek

Communication constraints are one of the major challenges preventing the wide-spread adoption of Federated Learning systems. Recently, Federated Distillation (FD), a new algorithmic paradigm for Federated Learning with f…

Federated Learningimage-classificationImage ClassificationLanguage Modeling+2

Federated LoRA with Sparse Communication

2024-06-07 · Kevin Kuo, Arian Raje, Kousik Rajesh, Virginia Smith

Low-rank adaptation (LoRA) is a natural method for finetuning in communication-constrained machine learning settings such as cross-device federated learning. Prior work that has studied LoRA in the context of federated l…

Federated Learning

FedBoost: A Communication-Efficient Algorithm for Federated Learning

2020-01-01 · ICML 2020 1 · Jenny Hamer, Mehryar Mohri, Ananda Theertha Suresh

Communication cost is often a bottleneck in federated learning and other client-based distributed learning scenarios. To overcome this, several gradient compression and model compression algorithms have been proposed. In…

Density EstimationFederated LearningLanguage ModelingLanguage Modelling+1

A Communication Efficient Federated Kernel $k$-Means

2021-01-01 · Xiaochen Zhou, Xudong Wang

A federated kernel $k$-means algorithm is developed in this paper. This algorithm resolves two challenging issues: 1) how to distributedly solve the kernel $k$-means problem under federated settings; 2) how to maintain c…

Clustering