Distributed Asynchronous Optimization with Unbounded Delays: How Slow Can You Go?

Abstract

One of the most widely used optimization methods for large-scale machine learning problems is distributed asynchronous stochastic gradient descent (DASGD). However, a key issue that arises here is that of delayed gradients: when a “worker” node asynchronously contributes a gradient update to the “master”, the global model parameter may have changed, rendering this information stale. In massively parallel computing grids, these delays can quickly add up if the computational throughput of a node is saturated, so the convergence of DASGD is uncertain under these conditions. Nevertheless, by using a judiciously chosen quasilinear step-size sequence, we show that it is possible to amortize these delays and achieve global convergence with probability 1, even when the delays grow at a polynomial rate. In this way, our results help reaffirm the successful application of DASGD to large-scale optimization problems.

Cite

Text

Zhou et al. "Distributed Asynchronous Optimization with Unbounded Delays: How Slow Can You Go?." International Conference on Machine Learning, 2018.

Markdown

[Zhou et al. "Distributed Asynchronous Optimization with Unbounded Delays: How Slow Can You Go?." International Conference on Machine Learning, 2018.](https://mlanthology.org/icml/2018/zhou2018icml-distributed/)

BibTeX

@inproceedings{zhou2018icml-distributed,
  title     = {{Distributed Asynchronous Optimization with Unbounded Delays: How Slow Can You Go?}},
  author    = {Zhou, Zhengyuan and Mertikopoulos, Panayotis and Bambos, Nicholas and Glynn, Peter and Ye, Yinyu and Li, Li-Jia and Fei-Fei, Li},
  booktitle = {International Conference on Machine Learning},
  year      = {2018},
  pages     = {5970-5979},
  volume    = {80},
  url       = {https://mlanthology.org/icml/2018/zhou2018icml-distributed/}
}