paper-with-me

Papers

Nested Dithered Quantization for Communication Reduction in Distributed Training

2019-05-01 · ICLR 2019 5 · Afshin Abdi, Faramarz Fekri

In distributed training, the communication cost due to the transmission of gradients or the parameters of the deep model is a major bottleneck in scaling up the number of processing nodes. To address this issue, we propose dithered quantization for the transmission of the stochastic gradients and show that training with Dithered Quantized Stochastic Gradients (DQSG) is similar to the training with unquantized SGs perturbed by an independent bounded uniform noise, in contrast to the other quantization methods where the perturbation depends on the gradients and hence, complicating the convergence analysis. We study the convergence of training algorithms using DQSG and the trade off between the number of quantization levels and the training time. Next, we observe that there is a correlation among the SGs computed by workers that can be utilized to further reduce the communication overhead without any performance loss. Hence, we develop a simple yet effective quantization scheme, nested dithered quantized SG (NDQSG), that can reduce the communication significantly without requiring the workers communicating extra information to each other. We prove that although NDQSG requires significantly less bits, it can achieve the same quantization variance bound as DQSG. Our simulation results confirm the effectiveness of training using DQSG and NDQSG in reducing the communication bits or the convergence time compared to the existing methods without sacrificing the accuracy of the trained model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

1-bit Localization Scheme for Radar using Dithered Quantized Compressed Sensing

2018-06-15

We present a novel scheme allowing for 2D target localization using highly quantized 1-bit measurements from a Frequency Modulated Continuous Wave (FMCW) radar with two receiving antennas. Quantization of radar signals i…

compressed sensingQuantization

Dithered backprop: A sparse and quantized backpropagation algorithm for more efficient deep neural network training

2020-04-09 · Simon Wiedemann, Temesgen Mehari, Kevin Kepp, Wojciech Samek

Deep Neural Networks are successful but highly computationally expensive learning systems. One of the main sources of time and energy drains is the well known backpropagation (backprop) algorithm, which roughly accounts …

image-classificationImage ClassificationQuantization

Signal-Comparison-Based Distributed Estimation Under Decaying Average Data Rate Communications

2024-05-29 · Jieming Ke, Xiaodong Lu, Yanlong Zhao, Ji-Feng Zhang

The paper investigates the distributed estimation problem under low bit rate communications. Based on the signal-comparison (SC) consensus protocol under binary-valued communications, a new consensus+innovations type dis…

Quantity over Quality: Dithered Quantization for Compressive Radar Systems

2018-11-28

In this paper, we investigate a trade-off between the number of radar observations (or measurements) and their resolution in the context of radar range estimation. To this end, we introduce a novel estimation scheme that…

Compressive SensingQuantization

Quantized Epoch-SGD for Communication-Efficient Distributed Learning

2019-01-10 · Shen-Yi Zhao, Hao Gao, Wu-Jun Li

Due to its efficiency and ease to implement, stochastic gradient descent (SGD) has been widely used in machine learning. In particular, SGD is one of the most popular optimization methods for distributed learning. Recent…

Quantization