paper-with-me

홈 › Papers

FedLion: Faster Adaptive Federated Optimization with Fewer Communication

2024-02-15 · Zhiwei Tang, Tsung-Hui Chang

In Federated Learning (FL), a framework to train machine learning models across distributed data, well-known algorithms like FedAvg tend to have slow convergence rates, resulting in high communication costs during training. To address this challenge, we introduce FedLion, an adaptive federated optimization algorithm that seamlessly incorporates key elements from the recently proposed centralized adaptive algorithm, Lion (Chen et al. 2o23), into the FL framework. Through comprehensive evaluations on two widely adopted FL benchmarks, we demonstrate that FedLion outperforms previous state-of-the-art adaptive algorithms, including FAFED (Wu et al. 2023) and FedDA. Moreover, thanks to the use of signed gradients in local training, FedLion substantially reduces data transmission requirements during uplink communication when compared to existing adaptive algorithms, further reducing communication costs. Last but not least, this work also includes a novel theoretical analysis, showcasing that FedLion attains faster convergence rate than established FL algorithms like FedAvg.

📄 PDF Abstract BibTeX arXiv:2402.09941

Code (1)

tzw1998/fedlion 공식 구현 pytorch

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Lion The Lion optimizer is discovered by symbolic program search. It is more memory-efficient than most adaptive optimizers as it only needs to momentum. The update of Lion is produced…

Similar Papers 제목 키워드 기반

Faster Adaptive Momentum-Based Federated Methods for Distributed Composition Optimization

2022-11-03 · Feihu Huang

Federated Learning is a popular distributed learning paradigm in machine learning. Meanwhile, composition optimization is an effective hierarchical learning model, which appears in many machine learning applications such…

Federated LearningMeta-Learning

Optimizing Quantum Federated Learning Based on Federated Quantum Natural Gradient Descent

2023-02-27 · Jun Qi, Xiao-Lei Zhang, Javier Tejedor

Quantum federated learning (QFL) is a quantum extension of the classical federated learning model across multiple local quantum devices. An efficient optimization algorithm is always expected to minimize the communicatio…

Federated Learning

FedMuon: Federated Learning with Bias-corrected LMO-based Optimization

2025-09-30 · Yuki Takezawa, Anastasia Koloskova, Xiaowen Jiang, Sebastian U. Stich arxiv

Recently, a new optimization method based on the linear minimization oracle (LMO), called Muon, has been attracting increasing attention since it can train neural networks faster than existing adaptive optimization metho…

Federated Learning

Local Adaptivity in Federated Learning: Convergence and Consistency

2021-06-04 · Jianyu Wang, Zheng Xu, Zachary Garrett, Zachary Charles 외

The federated learning (FL) framework trains a machine learning model using decentralized data stored at edge client devices by periodically aggregating locally trained models. Popular optimization algorithms of FL use v…

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