Scale-Robust Timely Asynchronous Decentralized Learning
Purbesh Mitra, Sennur Ulukus
TL;DR
The paper studies convergence of asynchronous decentralized learning with local SGD and gossip-based model mixing in a fully connected network. It derives a bound on average staleness $\lim_{t\to\infty} E[S^i_j(t)]$ and shows that if per-node gossip rates satisfy $λ_i ∈ Ω(\log n)$, the system attains $O(1)$ staleness (scale-robustness). It also proves that this scaling cannot be achieved by opportunistic gossip schemes, which require $Ω(n)$ gossip capacity. Numerical experiments on linear and nonlinear regression validate the theory, demonstrating robust convergence and the necessity of $Ω(\log n)$ scaling for larger networks, with implications for 6G-era decentralized learning.
Abstract
We consider an asynchronous decentralized learning system, which consists of a network of connected devices trying to learn a machine learning model without any centralized parameter server. The users in the network have their own local training data, which is used for learning across all the nodes in the network. The learning method consists of two processes, evolving simultaneously without any necessary synchronization. The first process is the model update, where the users update their local model via a fixed number of stochastic gradient descent steps. The second process is model mixing, where the users communicate with each other via randomized gossiping to exchange their models and average them to reach consensus. In this work, we investigate the staleness criteria for such a system, which is a sufficient condition for convergence of individual user models. We show that for network scaling, i.e., when the number of user devices $n$ is very large, if the gossip capacity of individual users scales as $Ω(\log n)$, we can guarantee the convergence of user models in finite time. Furthermore, we show that the bounded staleness can only be guaranteed by any distributed opportunistic scheme by $Ω(n)$ scaling.
