Asynchronous Distributed Optimization with Stochastic Delays
Margalit Glasgow, Mary Wootters

TL;DR
This paper introduces ADSAGA, an asynchronous distributed optimization algorithm that efficiently minimizes finite sums with stochastic delays, bridging the gap between existing methods and demonstrating practical advantages in wallclock time.
Contribution
We develop ADSAGA, a novel asynchronous distributed SAGA-based algorithm that handles stochastic delays, with convergence guarantees and empirical performance improvements over existing methods.
Findings
ADSAGA converges in rac{rac{(n + \u221a{m}ppa) ext{log}(1/\u03b5)}}{ ext{iterations}}
Empirical results show wallclock time advantages of ADSAGA over SGD and synchronous algorithms
ADSAGA's complexity is between non-delayed SAGA and fully asynchronous algorithms with arbitrary delays.
Abstract
We study asynchronous finite sum minimization in a distributed-data setting with a central parameter server. While asynchrony is well understood in parallel settings where the data is accessible by all machines -- e.g., modifications of variance-reduced gradient algorithms like SAGA work well -- little is known for the distributed-data setting. We develop an algorithm ADSAGA based on SAGA for the distributed-data setting, in which the data is partitioned between many machines. We show that with machines, under a natural stochastic delay model with an mean delay of , ADSAGA converges in iterations, where is the number of component functions, and is a condition number. This complexity sits squarely between the complexity of SAGA…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Privacy-Preserving Technologies in Data · Sparse and Compressive Sensing Techniques
MethodsStochastic Gradient Descent · SAGA
