paper-with-me

Papers

DQ-SGD: Dynamic Quantization in SGD for Communication-Efficient Distributed Learning

2021-07-30 · Guangfeng Yan, Shao-Lun Huang, Tian Lan, Linqi Song

Gradient quantization is an emerging technique in reducing communication costs in distributed learning. Existing gradient quantization algorithms often rely on engineering heuristics or empirical observations, lacking a systematic approach to dynamically quantize gradients. This paper addresses this issue by proposing a novel dynamically quantized SGD (DQ-SGD) framework, enabling us to dynamically adjust the quantization scheme for each gradient descent step by exploring the trade-off between communication cost and convergence error. We derive an upper bound, tight in some cases, of the convergence error for a restricted family of quantization schemes and loss functions. We design our DQ-SGD algorithm via minimizing the communication cost under the convergence error constraints. Finally, through extensive experiments on large-scale natural language processing and computer vision tasks on AG-News, CIFAR-10, and CIFAR-100 datasets, we demonstrate that our quantization scheme achieves better tradeoffs between the communication cost and learning performance than other state-of-the-art gradient quantization methods.

📄 PDF Abstract BibTeX arXiv:2107.14575

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

DQSGD: DYNAMIC QUANTIZED STOCHASTIC GRADIENT DESCENT FOR COMMUNICATION-EFFICIENT DISTRIBUTED LEARNING

2021-01-01 · Guangfeng Yan, Shao-Lun Huang, Tian Lan, Linqi Song

Gradient quantization is widely adopted to mitigate communication costs in distributed learning systems. Existing gradient quantization algorithms often rely on design heuristics and/or empirical evidence to tune the qua…

Quantization

Real-Time Distributed Model Predictive Control with Limited Communication Data Rates

2022-08-26 · Yujia Yang, Ye Wang, Chris Manzie, Ye Pu

The application of distributed model predictive controllers (DMPC) for multi-agent systems (MASs) necessitates communication between agents, yet the consequence of communication data rates is typically overlooked. This w…

Distributed OptimizationModel Predictive ControlQuantization

Truncated Non-Uniform Quantization for Distributed SGD

2024-02-02 · Guangfeng Yan, Tan Li, Yuanzhang Xiao, Congduan Li 외

To address the communication bottleneck challenge in distributed learning, our work introduces a novel two-stage quantization strategy designed to enhance the communication efficiency of distributed Stochastic Gradient D…

Quantization

Optimal Gradient Quantization Condition for Communication-Efficient Distributed Training

2020-02-25 · An Xu, Zhouyuan Huo, Heng Huang

The communication of gradients is costly for training deep neural networks with multiple devices in computer vision applications. In particular, the growing size of deep learning models leads to higher communication over…

Quantization

Lion Cub: Minimizing Communication Overhead in Distributed Lion

2024-11-25 · Satoki Ishikawa, Tal Ben-Nun, Brian Van Essen, Rio Yokota 외

Communication overhead is a key challenge in distributed deep learning, especially on slower Ethernet interconnects, and given current hardware trends, communication is likely to become a major bottleneck. While gradient…

Quantization