paper-with-me

Papers

Ternary Compression for Communication-Efficient Federated Learning

2020-03-07 · Jinjin Xu, Wenli Du, Ran Cheng, Wangli He, Yaochu Jin

Learning over massive data stored in different locations is essential in many real-world applications. However, sharing data is full of challenges due to the increasing demands of privacy and security with the growing use of smart mobile devices and IoT devices. Federated learning provides a potential solution to privacy-preserving and secure machine learning, by means of jointly training a global model without uploading data distributed on multiple devices to a central server. However, most existing work on federated learning adopts machine learning models with full-precision weights, and almost all these models contain a large number of redundant parameters that do not need to be transmitted to the server, consuming an excessive amount of communication costs. To address this issue, we propose a federated trained ternary quantization (FTTQ) algorithm, which optimizes the quantized networks on the clients through a self-learning quantization factor. Theoretical proofs of the convergence of quantization factors, unbiasedness of FTTQ, as well as a reduced weight divergence are given. On the basis of FTTQ, we propose a ternary federated averaging protocol (T-FedAvg) to reduce the upstream and downstream communication of federated learning systems. Empirical experiments are conducted to train widely used deep learning models on publicly available datasets, and our results demonstrate that the proposed T-FedAvg is effective in reducing communication costs and can even achieve slightly better performance on non-IID data in contrast to the canonical federated learning algorithms.

📄 PDF Abstract BibTeX arXiv:2003.03564

Code (1)

VeritasXu/Ternary-Federated 공식 구현 pytorch

Tasks

BIG-bench Machine LearningFederated LearningPrivacy PreservingQuantizationSelf-Learning

Similar 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-pr…

Federated LearningPrivacy Preserving

Breaking the Communication-Privacy-Accuracy Tradeoff with $f$-Differential Privacy

2023-02-19 · NeurIPS 2023 11 · Richeng Jin, Zhonggen Su, Caijun Zhong, Zhaoyang Zhang 외

We consider a federated data analytics problem in which a server coordinates the collaborative data analysis of multiple users with privacy concerns and limited communication capability. The commonly adopted compression …

Data CompressionFederated Learning

Federated Learning via Plurality Vote

2021-10-06 · Kai Yue, Richeng Jin, Chau-Wai Wong, Huaiyu Dai

Federated learning allows collaborative workers to solve a machine learning problem while preserving data privacy. Recent studies have tackled various challenges in federated learning, but the joint optimization of commu…

Federated LearningQuantization

SoteriaFL: A Unified Framework for Private Federated Learning with Communication Compression

2022-06-20 · Zhize Li, Haoyu Zhao, Boyue Li, Yuejie Chi

To enable large-scale machine learning in bandwidth-hungry environments such as wireless networks, significant progress has been made recently in designing communication-efficient federated learning algorithms with the a…

Federated LearningPrivacy Preserving

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