SOTAVerified

Communication trade-offs for Local-SGD with large step size

2019-12-01NeurIPS 2019Code Available0· sign in to hype

Aymeric Dieuleveut, Kumar Kshitij Patel

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Synchronous mini-batch SGD is state-of-the-art for large-scale distributed machine learning. However, in practice, its convergence is bottlenecked by slow communication rounds between worker nodes. A natural solution to reduce communication is to use the ``local-SGD'' model in which the workers train their model independently and synchronize every once in a while. This algorithm improves the computation-communication trade-off but its convergence is not understood very well. We propose a non-asymptotic error analysis, which enables comparison to one-shot averaging i.e., a single communication round among independent workers, and mini-batch averaging i.e., communicating at every step. We also provide adaptive lower bounds on the communication frequency for large step-sizes ( t^- , (1/2 , 1 ) ) and show that Local-SGD reduces communication by a factor of O(TP^3/2), with T the total number of gradients and P machines.

Reproductions