paper-with-me

홈 › Papers

AdaBest: Minimizing Client Drift in Federated Learning via Adaptive Bias Estimation

2022-04-27 · Farshid Varno, Marzie Saghayi, Laya Rafiee Sevyeri, Sharut Gupta, Stan Matwin, Mohammad Havaei

In Federated Learning (FL), a number of clients or devices collaborate to train a model without sharing their data. Models are optimized locally at each client and further communicated to a central hub for aggregation. While FL is an appealing decentralized training paradigm, heterogeneity among data from different clients can cause the local optimization to drift away from the global objective. In order to estimate and therefore remove this drift, variance reduction techniques have been incorporated into FL optimization recently. However, these approaches inaccurately estimate the clients' drift and ultimately fail to remove it properly. In this work, we propose an adaptive algorithm that accurately estimates drift across clients. In comparison to previous works, our approach necessitates less storage and communication bandwidth, as well as lower compute costs. Additionally, our proposed methodology induces stability by constraining the norm of estimates for client drift, making it more practical for large scale FL. Experimental findings demonstrate that the proposed algorithm converges significantly faster and achieves higher accuracy than the baselines across various FL benchmarks.

📄 PDF Abstract BibTeX arXiv:2204.13170

Code (1)

fedsim-dev/fedsim pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Adaptive Self-Distillation for Minimizing Client Drift in Heterogeneous Federated Learning

2023-05-31 · M. Yashwanth, Gaurav Kumar Nayak, Arya Singh, Yogesh Simmhan 외

Federated Learning (FL) is a machine learning paradigm that enables clients to jointly train a global model by aggregating the locally trained models without sharing any local training data. In practice, there can often …

Federated Learning

Addressing Client Drift in Federated Continual Learning with Adaptive Optimization

2022-03-24 · Yeshwanth Venkatesha, Youngeun Kim, Hyoungseob Park, Yuhang Li 외

Federated learning has been extensively studied and is the prevalent method for privacy-preserving distributed learning in edge devices. Correspondingly, continual learning is an emerging field targeted towards learning …

Continual LearningFederated LearningPrivacy Preserving

Kuramoto-FedAvg: Using Synchronization Dynamics to Improve Federated Learning Optimization under Statistical Heterogeneity

2025-05-26 · Aggrey Muhebwa, Khotso Selialia, Fatima Anwar, Khalid K. Osman

Federated learning on heterogeneous (non-IID) client data experiences slow convergence due to client drift. To address this challenge, we propose Kuramoto-FedAvg, a federated optimization algorithm that reframes the weig…

DiversityFederated Learning

FedProIn: Mitigating Client Drift for Learnable Prototypes in Federated Medical Imaging

2026-07-05 · Harsh Kumar, Tarun Kumar Garg, Vaanathi Sundaresan arxiv

Federated learning (FL) is severely hindered by statistical heterogeneity due to variations in scanners, acquisition protocols, and patient populations. Such non-IID data induces client drift during local optimization, l…

Federated Learning

Client-Centric Federated Adaptive Optimization

2025-01-17 · Jianhui Sun, Xidong Wu, Heng Huang, Aidong Zhang

Federated Learning (FL) is a distributed learning paradigm where clients collaboratively train a model while keeping their own data private. With an increasing scale of clients and models, FL encounters two key challenge…

Federated Learning