FedAdaVR: Adaptive Variance Reduction for Robust Federated Learning under Limited Client Participation
S M Ruhul Kabir Howlader, Xiao Chen, Yifei Xie, Lu Liu
TL;DR
This work tackles partial client participation in federated learning by introducing FedAdaVR, a server-side adaptive optimiser combined with a SAGA-like variance reduction that uses stored updates from inactive clients to emulate full participation, thereby reducing variance due to client unavailability. It further proposes FedAdaVR-Quant, a memory-efficient variant that stores updates in quantised form (FP16/Int8/Int4) with substantial memory reductions up to 87.5% while preserving performance. The authors provide a nonconvex convergence guarantee showing elimination of partial participation error and demonstrate through extensive experiments on IID and non-IID partitions across vision and NLP tasks that FedAdaVR and FedAdaVR-Quant consistently outperform state-of-the-art baselines. The methods achieve faster convergence and robust performance with minimal extra burden on clients, offering practical improvements for robust, scalable federated learning under limited participation.
Abstract
Federated learning (FL) encounters substantial challenges due to heterogeneity, leading to gradient noise, client drift, and partial client participation errors, the last of which is the most pervasive but remains insufficiently addressed in current literature. In this paper, we propose FedAdaVR, a novel FL algorithm aimed at solving heterogeneity issues caused by sporadic client participation by incorporating an adaptive optimiser with a variance reduction technique. This method takes advantage of the most recent stored updates from clients, even when they are absent from the current training round, thereby emulating their presence. Furthermore, we propose FedAdaVR-Quant, which stores client updates in quantised form, significantly reducing the memory requirements (by 50%, 75%, and 87.5%) of FedAdaVR while maintaining equivalent model performance. We analyse the convergence behaviour of FedAdaVR under general nonconvex conditions and prove that our proposed algorithm can eliminate partial client participation error. Extensive experiments conducted on multiple datasets, under both independent and identically distributed (IID) and non-IID settings, demonstrate that FedAdaVR consistently outperforms state-of-the-art baseline methods.
