English

Sparse Communication for Distributed Gradient Descent

Computation and Language 2021-11-30 v2 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

We make distributed stochastic gradient descent faster by exchanging sparse updates instead of dense updates. Gradient updates are positively skewed as most updates are near zero, so we map the 99% smallest updates (by absolute value) to zero then exchange sparse matrices. This method can be combined with quantization to further improve the compression. We explore different configurations and apply them to neural machine translation and MNIST image classification tasks. Most configurations work on MNIST, whereas different configurations reduce convergence rate on the more complex translation task. Our experiments show that we can achieve up to 49% speed up on MNIST and 22% on NMT without damaging the final accuracy or BLEU.

Keywords

Cite

@article{arxiv.1704.05021,
  title  = {Sparse Communication for Distributed Gradient Descent},
  author = {Alham Fikri Aji and Kenneth Heafield},
  journal= {arXiv preprint arXiv:1704.05021},
  year   = {2021}
}

Comments

EMNLP 2017

R2 v1 2026-06-22T19:19:14.045Z