An Accelerated Distributed Stochastic Gradient Method with Momentum
Kun Huang, Shi Pu, Angelia Nedić
TL;DR
This work tackles distributed stochastic optimization over networks by introducing DSMT, a single-loop algorithm that fuses momentum tracking with Loopless Chebyshev Acceleration to accelerate consensus without inner communication loops. DSMT operates under the broad ABC variance condition for stochastic gradients and achieves ANI-like convergence, improving transient times to $\mathcal{O}\left(\frac{n^{5/3}}{1-\lambda}\right)$ for general smooth objectives and $\mathcal{O}\left(\sqrt{\frac{n}{1-\lambda}}\right)$ under the PL condition. Theoretical results are complemented by simulations on CIFAR-10 with ring networks, demonstrating DSMT’s superior performance over traditional decentralized methods, especially as network connectivity degrades. Overall, the combination of momentum tracking and LCA yields faster convergence in distributed stochastic settings with practical communication efficiency.
Abstract
In this paper, we introduce an accelerated distributed stochastic gradient method with momentum for solving the distributed optimization problem, where a group of $n$ agents collaboratively minimize the average of the local objective functions over a connected network. The method, termed ``Distributed Stochastic Momentum Tracking (DSMT)'', is a single-loop algorithm that utilizes the momentum tracking technique as well as the Loopless Chebyshev Acceleration (LCA) method. We show that DSMT can asymptotically achieve comparable convergence rates as centralized stochastic gradient descent (SGD) method under a general variance condition regarding the stochastic gradients. Moreover, the number of iterations (transient times) required for DSMT to achieve such rates behaves as $\mathcal{O}(n^{5/3}/(1-λ))$ for minimizing general smooth objective functions, and $\mathcal{O}(\sqrt{n/(1-λ)})$ under the Polyak-Łojasiewicz (PL) condition. Here, the term $1-λ$ denotes the spectral gap of the mixing matrix related to the underlying network topology. Notably, the obtained results do not rely on multiple inter-node communications or stochastic gradient accumulation per iteration, and the transient times are the shortest under the setting to the best of our knowledge.
