Asynchronous SGD Beats Minibatch SGD Under Arbitrary Delays
Konstantin Mishchenko, Francis Bach, Mathieu Even, Blake Woodworth

TL;DR
This paper demonstrates that asynchronous SGD can outperform minibatch SGD regardless of delays, with theoretical guarantees depending only on the number of devices, not delay magnitude.
Contribution
The paper introduces a new analysis framework for asynchronous SGD that provides delay-independent guarantees and shows its superiority over synchronous minibatch SGD.
Findings
Asynchronous SGD outperforms minibatch SGD under arbitrary delays.
Delay-independent convergence guarantees are established for asynchronous SGD.
The analysis applies to both convex and non-convex objectives.
Abstract
The existing analysis of asynchronous stochastic gradient descent (SGD) degrades dramatically when any delay is large, giving the impression that performance depends primarily on the delay. On the contrary, we prove much better guarantees for the same asynchronous SGD algorithm regardless of the delays in the gradients, depending instead just on the number of parallel devices used to implement the algorithm. Our guarantees are strictly better than the existing analyses, and we also argue that asynchronous SGD outperforms synchronous minibatch SGD in the settings we consider. For our analysis, we introduce a novel recursion based on "virtual iterates" and delay-adaptive stepsizes, which allow us to derive state-of-the-art guarantees for both convex and non-convex objectives.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Advanced MIMO Systems Optimization · Age of Information Optimization
MethodsStochastic Gradient Descent
