paper-with-me

Papers

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

2019-11-12 · Xinyan Dai, Xiao Yan, Kaiwen Zhou, Han Yang, Kelvin K. W. Ng, James Cheng, Yu Fan

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 centers with high-speed network and achieve $O(\sqrt{d} \log d)$ per-iteration communication cost at best, where $d$ is the size of the model. We propose hyper-sphere quantization (HSQ), a general framework that can be configured to achieve a continuum of trade-offs between communication efficiency and gradient accuracy. In particular, at the high compression ratio end, HSQ provides a low per-iteration communication cost of $O(\log d)$, which is favorable for federated learning. We prove the convergence of HSQ theoretically and show by experiments that HSQ significantly reduces the communication cost of model training without hurting convergence accuracy.

📄 PDF Abstract BibTeX arXiv:1911.04655

Code (1)

xinyandai/gradient-quantization pytorch

Tasks

Federated LearningQuantization

Similar Papers 제목 키워드 기반

SphereFed: Hyperspherical Federated Learning

2022-07-19 · Xin Dong, Sai Qian Zhang, Ang Li, H. T. Kung

Federated Learning aims at training a global model from multiple decentralized devices (i.e. clients) without exchanging their private local data. A key challenge is the handling of non-i.i.d. (independent identically di…

Federated Learning

AQUILA: Communication Efficient Federated Learning with Adaptive Quantization in Device Selection Strategy

2023-08-01 · Zihao Zhao, Yuzhu Mao, Zhenpeng Shi, Yang Liu 외

The widespread adoption of Federated Learning (FL), a privacy-preserving distributed learning methodology, has been impeded by the challenge of high communication overheads, typically arising from the transmission of lar…

Federated LearningPrivacy PreservingQuantization

Communication-Efficient Federated Learning via Clipped Uniform Quantization

2024-05-22 · Zavareh Bozorgasl, Hao Chen

This paper presents a novel approach to enhance communication efficiency in federated learning through clipped uniform quantization. By leveraging optimal clipping thresholds and client-specific adaptive quantization sch…

Federated LearningQuantization

DEED: A General Quantization Scheme for Communication Efficiency in Bits

2020-06-19 · Tian Ye, Peijun Xiao, Ruoyu Sun

In distributed optimization, a popular technique to reduce communication is quantization. In this paper, we provide a general analysis framework for inexact gradient descent that is applicable to quantization schemes. We…

Distributed OptimizationFederated LearningQuantization

FedDQ: Communication-Efficient Federated Learning with Descending Quantization

2021-10-05 · Linping Qu, Shenghui Song, Chi-Ying Tsui

Federated learning (FL) is an emerging learning paradigm without violating users' privacy. However, large model size and frequent model aggregation cause serious communication bottleneck for FL. To reduce the communicati…

Federated LearningModel CompressionPrivacy PreservingQuantization