English

IntSGD: Adaptive Floatless Compression of Stochastic Gradients

Machine Learning 2022-03-22 v2 Optimization and Control Machine Learning

Abstract

We propose a family of adaptive integer compression operators for distributed Stochastic Gradient Descent (SGD) that do not communicate a single float. This is achieved by multiplying floating-point vectors with a number known to every device and then rounding to integers. In contrast to the prior work on integer compression for SwitchML by Sapio et al. (2021), our IntSGD method is provably convergent and computationally cheaper as it estimates the scaling of vectors adaptively. Our theory shows that the iteration complexity of IntSGD matches that of SGD up to constant factors for both convex and non-convex, smooth and non-smooth functions, with and without overparameterization. Moreover, our algorithm can also be tailored for the popular all-reduce primitive and shows promising empirical performance.

Keywords

Cite

@article{arxiv.2102.08374,
  title  = {IntSGD: Adaptive Floatless Compression of Stochastic Gradients},
  author = {Konstantin Mishchenko and Bokun Wang and Dmitry Kovalev and Peter Richtárik},
  journal= {arXiv preprint arXiv:2102.08374},
  year   = {2022}
}

Comments

Spotlight at ICLR 2022. 27 pages, 6 figures, 3 algorithms

R2 v1 2026-06-23T23:13:27.866Z