Sporadic Gradient Tracking over Directed Graphs: A Theoretical Perspective on Decentralized Federated Learning
Shahryar Zehtabi, Dong-Jun Han, Seyyedali Hosseinalipour, Christopher Brinton
TL;DR
This work addresses decentralized federated learning on directed graphs under heterogeneous computation and communication constraints. It introduces Sporadic Gradient Tracking (Spod-GT), a gradient-tracking based algorithm that allows client-specific gradient computation frequencies and edge activation, enabling sporadic participation while preserving convergence guarantees for non-convex losses. The authors establish a convergence theory with relaxed gradient variance and diversity assumptions, proving consensus and optimality despite intermittent updates, and they provide explicit learning-rate and participation constraints. Empirical results on Fashion-MNIST and CIFAR-10 show that Spod-GT consistently outperforms strong GT baselines in terms of accuracy versus total delay, validating the practical benefits of sporadic computation and communication in directed-network DFL.
Abstract
Decentralized Federated Learning (DFL) enables clients with local data to collaborate in a peer-to-peer manner to train a generalized model. In this paper, we unify two branches of work that have separately solved important challenges in DFL: (i) gradient tracking techniques for mitigating data heterogeneity and (ii) accounting for diverse availability of resources across clients. We propose $\textit{Sporadic Gradient Tracking}$ ($\texttt{Spod-GT}$), the first DFL algorithm that incorporates these factors over general directed graphs by allowing (i) client-specific gradient computation frequencies and (ii) heterogeneous and asymmetric communication frequencies. We conduct a rigorous convergence analysis of our methodology with relaxed assumptions on gradient estimation variance and gradient diversity of clients, providing consensus and optimality guarantees for GT over directed graphs despite intermittent client participation. Through numerical experiments on image classification datasets, we demonstrate the efficacy of $\texttt{Spod-GT}$ compared to well-known GT baselines.
