NeurIPS 2018poster1007 citations

Sparsified SGD with Memory

Sebastian U Stich, Jean-Baptiste Cordonnier, Martin Jaggi

Abstract

Huge scale machine learning problems are nowadays tackled by distributed optimization algorithms, i.e. algorithms that leverage the compute power of many devices for training. The communication overhead is a key bottleneck that hinders perfect scalability. Various recent works proposed to use quantization or sparsification techniques to reduce the amount of data that needs to be communicated, for instance by only sending the most significant entries of the stochastic gradient (top-k sparsification). Whilst such schemes showed very promising performance in practice, they have eluded theoretical analysis so far.

BibTeX
@inproceedings{NEURIPS2018_b440509a,
 author = {Stich, Sebastian U and Cordonnier, Jean-Baptiste and Jaggi, Martin},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {S. Bengio and H. Wallach and H. Larochelle and K. Grauman and N. Cesa-Bianchi and R. Garnett},
 pages = {},
 publisher = {Curran Associates, Inc.},
 title = {Sparsified SGD with Memory},
 url = {https://proceedings.neurips.cc/paper_files/paper/2018/file/b440509a0106086a67bc2ea9df0a1dab-Paper.pdf},
 volume = {31},
 year = {2018}
}