Accelerated Gradient Tracking over Time-varying Graphs for Decentralized Optimization
Abstract
Decentralized optimization over time-varying graphs has been increasingly common in modern machine learning with massive data stored on millions of mobile devices, such as in federated learning. This paper revisits the widely used accelerated gradient tracking and extends it to time-varying graphs. We prove that the practical single loop accelerated gradient tracking needs and iterations to reach an -optimal solution over time-varying graphs when the problems are nonstrongly convex and strongly convex, respectively, where and are two common constants charactering the network connectivity, and are the smoothness and strong convexity constants, respectively, and one iteration corresponds to one gradient oracle call and one communication round. Our convergence rates improve significantly over the ones of and , respectively, which were proved in the original literature of accelerated gradient tracking only for static graphs, where equals when the network is time-invariant. When combining with a multiple consensus subroutine, the dependence on the network connectivity constants can be further improved to and for the gradient oracle and communication round complexities, respectively. When the network is static, by employing the Chebyshev acceleration, our complexities exactly match the lower bounds without hiding any poly-logarithmic factor for both nonstrongly convex and strongly convex problems.
Cite
@article{arxiv.2104.02596,
title = {Accelerated Gradient Tracking over Time-varying Graphs for Decentralized Optimization},
author = {Huan Li and Zhouchen Lin},
journal= {arXiv preprint arXiv:2104.02596},
year = {2024}
}
Comments
Correct one typo in Algorithm 1: $\mathcal{N}_{(i)}$ -> $\mathcal{N}_{(i)}^k$