Queuing dynamics of asynchronous Federated Learning
Louis Leconte, Matthieu Jonckheere, Sergey Samsonov, Eric Moulines
TL;DR
This work addresses the inefficiencies of asynchronous federated learning under heterogeneous client speeds by modeling the system's queuing dynamics with a closed Jackson network. It introduces Generalized AsyncSGD, a non-uniform sampling strategy that leverages queuing insights to reduce server delays while preserving unbiased gradients, and provides convergence bounds in the non-convex setting. Theoretical analysis connects queueing statistics to optimization progress and offers asymptotic insights under heavy load, while extensive image-classification experiments (CIFAR-10, TinyImageNet) demonstrate substantial empirical gains over state-of-the-art asynchronous baselines. The approach enables more scalable, efficient FL in real-world networks where server and client speeds vary widely, with a transparent link between network dynamics and learning performance.
Abstract
We study asynchronous federated learning mechanisms with nodes having potentially different computational speeds. In such an environment, each node is allowed to work on models with potential delays and contribute to updates to the central server at its own pace. Existing analyses of such algorithms typically depend on intractable quantities such as the maximum node delay and do not consider the underlying queuing dynamics of the system. In this paper, we propose a non-uniform sampling scheme for the central server that allows for lower delays with better complexity, taking into account the closed Jackson network structure of the associated computational graph. Our experiments clearly show a significant improvement of our method over current state-of-the-art asynchronous algorithms on an image classification problem.
