Adaptive Gradient Quantization for Data-Parallel SGD
Fartash Faghri, Iman Tabrizian, Ilia Markov, Dan Alistarh, Daniel Roy,, Ali Ramezani-Kebrya

TL;DR
This paper introduces adaptive gradient quantization schemes, ALQ and AMQ, that dynamically adjust to changing gradient statistics during training, improving accuracy and robustness in low-cost communication scenarios.
Contribution
The paper proposes novel adaptive quantization methods that update compression schemes during training based on gradient statistics, unlike prior fixed schemes.
Findings
Improved validation accuracy by nearly 2% on CIFAR-10 and 1% on ImageNet.
Enhanced robustness to hyperparameter choices.
Effective in low-cost communication settings.
Abstract
Many communication-efficient variants of SGD use gradient quantization schemes. These schemes are often heuristic and fixed over the course of training. We empirically observe that the statistics of gradients of deep models change during the training. Motivated by this observation, we introduce two adaptive quantization schemes, ALQ and AMQ. In both schemes, processors update their compression schemes in parallel by efficiently computing sufficient statistics of a parametric distribution. We improve the validation accuracy by almost 2% on CIFAR-10 and 1% on ImageNet in challenging low-cost communication setups. Our adaptive methods are also significantly more robust to the choice of hyperparameters.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Advanced Image and Video Retrieval Techniques
MethodsGradient Quantization with Adaptive Levels/Multiplier · Stochastic Gradient Descent
