paper-with-me

Papers

FedAdaVR: Adaptive Variance Reduction for Robust Federated Learning under Limited Client Participation

2026-01-29 · S M Ruhul Kabir Howlader, Xiao Chen, Yifei Xie, Lu Liu arxiv

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 highly competitive 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.

📄 PDF Abstract BibTeX arXiv:2601.22204

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Beyond ADMM: A Unified Client-variance-reduced Adaptive Federated Learning Framework

2022-12-03 · Shuai Wang, Yanqing Xu, Zhiguo Wang, Tsung-Hui Chang 외

As a novel distributed learning paradigm, federated learning (FL) faces serious challenges in dealing with massive clients with heterogeneous data distribution and computation and communication resources. Various client-…

Federated Learningimage-classificationImage ClassificationSemi-Supervised Image Classification

Non-Convex Optimization in Federated Learning via Variance Reduction and Adaptive Learning

2024-12-16 · Dipanwita Thakur, Antonella Guzzo, Giancarlo Fortino, Sajal K. Das

This paper proposes a novel federated algorithm that leverages momentum-based variance reduction with adaptive learning to address non-convex settings across heterogeneous data. We intend to minimize communication and co…

Federated Learningimage-classificationImage Classification

Q-LocalAdam: Memory-Efficient Client-Side Adaptive Optimization for Edge Federated Learning

2026-05-17 · Vedant Waykole, Haroon R. Lone arxiv

Federated learning on edge devices must cope with non-IID client data and tight memory budgets. Adaptive optimizers like Adam stabilize training under data heterogeneity but require storing full-precision momentum and va…

Federated Learning

Federated Learning for Non-IID Data via Client Variance Reduction and Adaptive Server Update

2022-07-18 · Hiep Nguyen, Lam Phan, Harikrishna Warrier, Yogesh Gupta

Federated learning (FL) is an emerging technique used to collaboratively train a global machine learning model while keeping the data localized on the user devices. The main obstacle to FL's practical implementation is t…

Federated Learning

Sociodynamics-inspired Adaptive Coalition and Client Selection in Federated Learning

2025-06-03 · Alessandro Licciardi, Roberta Raineri, Anton Proskurnikov, Lamberto Rondoni 외

Federated Learning (FL) enables privacy-preserving collaborative model training, yet its practical strength is often undermined by client data heterogeneity, which severely degrades model performance. This paper proposes…

Federated LearningPrivacy Preserving