paper-with-me

홈 › Papers

FedADC: Accelerated Federated Learning with Drift Control

2020-12-16 · Kerem Ozfatura, Emre Ozfatura, Deniz Gunduz

Federated learning (FL) has become de facto framework for collaborative learning among edge devices with privacy concern. The core of the FL strategy is the use of stochastic gradient descent (SGD) in a distributed manner. Large scale implementation of FL brings new challenges, such as the incorporation of acceleration techniques designed for SGD into the distributed setting, and mitigation of the drift problem due to non-homogeneous distribution of local datasets. These two problems have been separately studied in the literature; whereas, in this paper, we show that it is possible to address both problems using a single strategy without any major alteration to the FL framework, or introducing additional computation and communication load. To achieve this goal, we propose FedADC, which is an accelerated FL algorithm with drift control. We empirically illustrate the advantages of FedADC.

📄 PDF Abstract BibTeX arXiv:2012.09102

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

FedBCD:Communication-Efficient Accelerated Block Coordinate Gradient Descent for Federated Learning

2026-03-05 · Junkang Liu, Fanhua Shang, Yuanyuan Liu, Hongying Liu 외 arxiv

Although Federated Learning has been widely studied in recent years, there are still high overhead expenses in each communication round for large-scale models such as Vision Transformer. To lower the communication comple…

Federated Learning

DP-FedAdamW: An Efficient Optimizer for Differentially Private Federated Large Models

2026-02-23 · Jin Liu, Yinbin Miao, Ning Xi, Junkang Liu arxiv

Balancing convergence efficiency and robustness under Differential Privacy (DP) is a central challenge in Federated Learning (FL). While AdamW accelerates training and fine-tuning in large-scale models, we find that dire…

Federated Learning

SCAFFOLD: Stochastic Controlled Averaging for Federated Learning

2019-10-14 · ICML 2020 1 · Sai Praneeth Karimireddy, Satyen Kale, Mehryar Mohri, Sashank J. Reddi 외

Federated Averaging (FedAvg) has emerged as the algorithm of choice for federated learning due to its simplicity and low communication cost. However, in spite of recent research efforts, its performance is not fully unde…

Distributed OptimizationFederated Learning

Learning to Drift with Individual Wheel Drive: Maneuvering Autonomous Vehicle at the Handling Limits

2025-07-31 · Yihan Zhou, Yiwen Lu, Bo Yang, Jiayun Li 외 arxiv

Drifting, characterized by controlled vehicle motion at high sideslip angles, is crucial for safely handling emergency scenarios at the friction limits. While recent reinforcement learning approaches show promise for dri…

Reinforcement Learning

Federated Averaging Langevin Dynamics: Toward a unified theory and new algorithms

2022-10-31 · Vincent Plassier, Alain Durmus, Eric Moulines

This paper focuses on Bayesian inference in a federated learning context (FL). While several distributed MCMC algorithms have been proposed, few consider the specific limitations of FL such as communication bottlenecks a…

Bayesian InferenceFederated Learning