LGDCMLOct 30, 2019

Local SGD with Periodic Averaging: Tighter Analysis and Adaptive Synchronization

arXiv:1910.13598v2226 citations
Originality Incremental advance
AI Analysis

This work addresses the scalability problem in distributed machine learning by reducing communication overhead, though it is incremental as it builds on existing local SGD methods.

The paper tackles the communication bottleneck in distributed SGD by strengthening the convergence analysis for local SGD with periodic averaging, showing that only O((pT)^{1/3}) communication rounds are needed to achieve linear speedup for loss functions satisfying the Polyak-Łojasiewicz condition, compared to previous work requiring more rounds and limited to strongly convex functions.

Communication overhead is one of the key challenges that hinders the scalability of distributed optimization algorithms. In this paper, we study local distributed SGD, where data is partitioned among computation nodes, and the computation nodes perform local updates with periodically exchanging the model among the workers to perform averaging. While local SGD is empirically shown to provide promising results, a theoretical understanding of its performance remains open. We strengthen convergence analysis for local SGD, and show that local SGD can be far less expensive and applied far more generally than current theory suggests. Specifically, we show that for loss functions that satisfy the Polyak-Łojasiewicz condition, $O((pT)^{1/3})$ rounds of communication suffice to achieve a linear speed up, that is, an error of $O(1/pT)$, where $T$ is the total number of model updates at each worker. This is in contrast with previous work which required higher number of communication rounds, as well as was limited to strongly convex loss functions, for a similar asymptotic performance. We also develop an adaptive synchronization scheme that provides a general condition for linear speed up. Finally, we validate the theory with experimental results, running over AWS EC2 clouds and an internal GPU cluster.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes