Balancing Client Participation in Federated Learning Using AoI
Alireza Javani, Zhiying Wang
TL;DR
This work tackles the challenge of balanced client participation and convergence efficiency in federated learning under limited communication resources. It introduces an AoI-based decentralized Markov scheduling policy that governs age-dependent client selection probabilities, aiming to minimize the variance of inter-selection times and thus balance updates across clients. A rigorous convergence analysis links the algorithm’s performance to the aggregation-weight variance $\Sigma$ and selection skew bounds $\underline{\rho}, \overline{\rho}$, showing that AoI-informed scheduling accelerates convergence. Extensive simulations on MNIST, CIFAR-10, and CIFAR-100 demonstrate that the optimal Markov variant consistently outperforms FedAvg and other baselines in both IID and non-IID settings, with improvements ranging from about 7.5% to 20%, underscoring the practical impact of AoI-based scheduling for scalable, fair, and efficient FL systems.
Abstract
Federated Learning (FL) offers a decentralized framework that preserves data privacy while enabling collaborative model training across distributed clients. However, FL faces significant challenges due to limited communication resources, statistical heterogeneity, and the need for balanced client participation. This paper proposes an Age of Information (AoI)-based client selection policy that addresses these challenges by minimizing load imbalance through controlled selection intervals. Our method employs a decentralized Markov scheduling policy, allowing clients to independently manage participation based on age-dependent selection probabilities, which balances client updates across training rounds with minimal central oversight. We provide a convergence proof for our method, demonstrating that it ensures stable and efficient model convergence. Specifically, we derive optimal parameters for the Markov selection model to achieve balanced and consistent client participation, highlighting the benefits of AoI in enhancing convergence stability. Through extensive simulations, we demonstrate that our AoI-based method, particularly the optimal Markov variant, improves convergence over the FedAvg selection approach across both IID and non-IID data settings by $7.5\%$ and up to $20\%$. Our findings underscore the effectiveness of AoI-based scheduling for scalable, fair, and efficient FL systems across diverse learning environments.
