paper-with-me

Papers

FedVARP: Tackling the Variance Due to Partial Client Participation in Federated Learning

2022-07-28 · Divyansh Jhunjhunwala, Pranay Sharma, Aushim Nagarkatti, Gauri Joshi

Data-heterogeneous federated learning (FL) systems suffer from two significant sources of convergence error: 1) client drift error caused by performing multiple local optimization steps at clients, and 2) partial client participation error caused by the fact that only a small subset of the edge clients participate in every training round. We find that among these, only the former has received significant attention in the literature. To remedy this, we propose FedVARP, a novel variance reduction algorithm applied at the server that eliminates error due to partial client participation. To do so, the server simply maintains in memory the most recent update for each client and uses these as surrogate updates for the non-participating clients in every round. Further, to alleviate the memory requirement at the server, we propose a novel clustering-based variance reduction algorithm ClusterFedVARP. Unlike previously proposed methods, both FedVARP and ClusterFedVARP do not require additional computation at clients or communication of additional optimization parameters. Through extensive experiments, we show that FedVARP outperforms state-of-the-art methods, and ClusterFedVARP achieves performance comparable to FedVARP with much less memory requirements.

📄 PDF Abstract BibTeX arXiv:2207.14130

Code (1)

thejungwon/gc-fed pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedStale: leveraging stale client updates in federated learning

2024-05-07 · Angelo Rodio, Giovanni Neglia

Federated learning algorithms, such as FedAvg, are negatively affected by data heterogeneity and partial client participation. To mitigate the latter problem, global variance reduction methods, like FedVARP, leverage sta…

Federated Learning

FedDPC : Handling Data Heterogeneity and Partial Client Participation in Federated Learning

2025-12-23 · Mrinmay Sen, Subhrajit Nag arxiv

Data heterogeneity is a significant challenge in modern federated learning (FL) as it creates variance in local model updates, causing the aggregated global model to shift away from the true global optimum. Partial clien…

Image ClassificationFederated Learning

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 insuff…

Federated Learning

DELTA: Diverse Client Sampling for Fasting Federated Learning

2023-09-21 · NeurIPS 2023 11

Partial client participation has been widely adopted in Federated Learning (FL) to reduce the communication burden efficiently. However, an inadequate client sampling scheme can lead to the selection of unrepresentative …

FedOAED: Federated On-Device Autoencoder Denoiser for Heterogeneous Data under Limited Client Availability

2025-12-19 · S M Ruhul Kabir Howlader, Xiao Chen, Yifei Xie, Lu Liu arxiv

Over the last few decades, machine learning (ML) and deep learning (DL) solutions have demonstrated their potential across many applications by leveraging large amounts of high-quality data. However, strict data-sharing …

Federated Learning