paper-with-me

홈 › Papers

Taming Gradient Variance in Federated Learning with Networked Control Variates

2023-10-26 · Xingyan Chen, Yaling Liu, Huaming Du, Mu Wang, Yu Zhao

Federated learning, a decentralized approach to machine learning, faces significant challenges such as extensive communication overheads, slow convergence, and unstable improvements. These challenges primarily stem from the gradient variance due to heterogeneous client data distributions. To address this, we introduce a novel Networked Control Variates (FedNCV) framework for Federated Learning. We adopt the REINFORCE Leave-One-Out (RLOO) as a fundamental control variate unit in the FedNCV framework, implemented at both client and server levels. At the client level, the RLOO control variate is employed to optimize local gradient updates, mitigating the variance introduced by data samples. Once relayed to the server, the RLOO-based estimator further provides an unbiased and low-variance aggregated gradient, leading to robust global updates. This dual-side application is formalized as a linear combination of composite control variates. We provide a mathematical expression capturing this integration of double control variates within FedNCV and present three theoretical results with corresponding proofs. This unique dual structure equips FedNCV to address data heterogeneity and scalability issues, thus potentially paving the way for large-scale applications. Moreover, we tested FedNCV on six diverse datasets under a Dirichlet distribution with {\alpha} = 0.1, and benchmarked its performance against six SOTA methods, demonstrating its superiority.

📄 PDF Abstract BibTeX arXiv:2310.17200

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Federated Random Reshuffling with Compression and Variance Reduction

2022-05-08 · Grigory Malinovsky, Peter Richtárik

Random Reshuffling (RR), which is a variant of Stochastic Gradient Descent (SGD) employing sampling without replacement, is an immensely popular method for training supervised machine learning models via empirical risk m…

BIG-bench Machine LearningFederated Learning

FedSteer: Taming Extreme Gradient Staleness in Federated Learning with Corrective Projections and Caching

2026-06-08 · Haoran Zhang, Cainã Figueiredo Pereira, Marie Siew, Xutong Liu 외 arxiv

Federated learning (FL) is often subject to aggregation variance if clients do not consistently participate in training rounds. While reusing stale model updates from inactive clients is a common technique to reduce this…

Federated Learning

On the Convergence of Local Descent Methods in Federated Learning

2019-10-31 · Farzin Haddadpour, Mehrdad Mahdavi

In federated distributed learning, the goal is to optimize a global training objective defined over distributed devices, where the data shard at each device is sampled from a possibly different distribution (a.k.a., hete…

Distributed OptimizationFederated Learning

QLSD: Quantised Langevin stochastic dynamics for Bayesian federated learning

2021-06-01 · Maxime Vono, Vincent Plassier, Alain Durmus, Aymeric Dieuleveut 외

The objective of Federated Learning (FL) is to perform statistical inference for data which are decentralised and stored locally on networked clients. FL raises many constraints which include privacy and data ownership, …

Federated Learning

Enhancing Cyber Resilience of Networked Microgrids using Vertical Federated Reinforcement Learning

2022-12-17 · Sayak Mukherjee, Ramij R. Hossain, YuAn Liu, Wei Du 외

This paper presents a novel federated reinforcement learning (Fed-RL) methodology to enhance the cyber resiliency of networked microgrids. We formulate a resilient reinforcement learning (RL) training setup which (a) gen…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)