paper-with-me

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 stale model updates for non-participating clients. These methods are effective under homogeneous client participation. Yet, this paper shows that, when some clients participate much less than others, aggregating updates with different levels of staleness can detrimentally affect the training process. Motivated by this observation, we introduce FedStale, a novel algorithm that updates the global model in each round through a convex combination of "fresh" updates from participating clients and "stale" updates from non-participating ones. By adjusting the weight in the convex combination, FedStale interpolates between FedAvg, which only uses fresh updates, and FedVARP, which treats fresh and stale updates equally. Our analysis of FedStale convergence yields the following novel findings: i) it integrates and extends previous FedAvg and FedVARP analyses to heterogeneous client participation; ii) it underscores how the least participating client influences convergence error; iii) it provides practical guidelines to best exploit stale updates, showing that their usefulness diminishes as data heterogeneity decreases and participation heterogeneity increases. Extensive experiments featuring diverse levels of client data and participation heterogeneity not only confirm these findings but also show that FedStale outperforms both FedAvg and FedVARP in many settings.

📄 PDF Abstract BibTeX arXiv:2405.04171

Code (1)

arodio/FedStale 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedStaleWeight: Buffered Asynchronous Federated Learning with Fair Aggregation via Staleness Reweighting

2024-06-05 · Jeffrey Ma, Alan Tu, YiLing Chen, Vijay Janapa Reddi

Federated Learning (FL) endeavors to harness decentralized data while preserving privacy, facing challenges of performance, scalability, and collaboration. Asynchronous Federated Learning (AFL) methods have emerged as pr…

FairnessFederated Learning

Reviving Stale Updates: Data-Free Knowledge Distillation for Asynchronous Federated Learning

2025-11-01 · Baris Askin, Holger R. Roth, Zhenyu Sun, Carlee Joe-Wong 외 arxiv

Federated learning (FL) enables collaborative model training across distributed clients without sharing raw data, yet its scalability is limited by synchronization overhead. Asynchronous federated learning (AFL) alleviat…

Data-free Knowledge DistillationFederated Learning

Tackling Intertwined Data and Device Heterogeneities in Federated Learning with Unlimited Staleness

2023-09-24 · Haoming Wang, Wei Gao

Federated Learning (FL) can be affected by data and device heterogeneities, caused by clients' different local data distributions and latencies in uploading model updates (i.e., staleness). Traditional schemes consider t…

Computational EfficiencyFederated Learning

Mitigating Participation Imbalance Bias in Asynchronous Federated Learning

2025-11-24 · Xiangyu Chang, Manyi Yao, Srikanth V. Krishnamurthy, Christian R. Shelton 외 arxiv

In Asynchronous Federated Learning (AFL), the central server immediately updates the global model with each arriving client's contribution. As a result, clients perform their local training on different model versions, c…

Federated Learning

Asynchronous Federated Learning with non-convex client objective functions and heterogeneous dataset

2025-08-03 · Ali Forootani, Raffaele Iervolino arxiv

Federated Learning (FL) enables collaborative model training across decentralized devices while preserving data privacy. However, traditional FL suffers from communication overhead, system heterogeneity, and straggler ef…

Federated Learning