Client-Centric Federated Adaptive Optimization
Jianhui Sun, Xidong Wu, Heng Huang, Aidong Zhang
TL;DR
The paper addresses the gap between idealized server-centric federated learning and real-world deployments that feature massive, heterogeneous clients, unpredictable availability, and asynchronous computation. It introduces Client-Centric Federated Adaptive Optimization (CC-FL), a framework that allows arbitrary client participation, asynchronous server aggregation, and device-dependent local updates, with server-side adaptive optimization to counter client drift. The authors provide a convergence analysis for nonconvex objectives that achieves a best-known rate under asynchronous, heterogeneous conditions and demonstrate substantial empirical gains over FedAvg baselines across vision and language benchmarks. The work highlights the practical impact of combining client-centric control with adaptive global optimization for scalable, robust federated learning.
Abstract
Federated Learning (FL) is a distributed learning paradigm where clients collaboratively train a model while keeping their own data private. With an increasing scale of clients and models, FL encounters two key challenges, client drift due to a high degree of statistical/system heterogeneity, and lack of adaptivity. However, most existing FL research is based on unrealistic assumptions that virtually ignore system heterogeneity. In this paper, we propose Client-Centric Federated Adaptive Optimization, which is a class of novel federated adaptive optimization approaches. We enable several features in this framework such as arbitrary client participation, asynchronous server aggregation, and heterogeneous local computing, which are ubiquitous in real-world FL systems but are missed in most existing works. We provide a rigorous convergence analysis of our proposed framework for general nonconvex objectives, which is shown to converge with the best-known rate. Extensive experiments show that our approaches consistently outperform the baseline by a large margin across benchmarks.
