paper-with-me

Papers

Efficient Adaptive Federated Optimization

2024-10-10 · Su Hyeong Lee, Sidharth Sharma, Manzil Zaheer, Tian Li

Adaptive optimization is critical in federated learning, where enabling adaptivity on both the server and client sides has proven essential for achieving optimal performance. However, the scalability of such jointly adaptive systems is often hindered by resource limitations in communication and memory. In this paper, we introduce a class of efficient adaptive algorithms, named $FedAda^2$ and its enhanced version $FedAda^2$++, designed specifically for large-scale, cross-device federated environments. $FedAda^2$ optimizes communication efficiency by avoiding the transfer of preconditioners between the server and clients. Additionally, $FedAda^2$++ extends this approach by incorporating memory-efficient adaptive optimizers on the client side, further reducing on-device memory usage. Theoretically, we demonstrate that $FedAda^2$ and $FedAda^2$++ achieve the same convergence rates for general, non-convex objectives as its more resource-intensive counterparts that directly integrate joint adaptivity. Extensive empirical evaluations on image and text datasets demonstrate both the advantages of joint adaptivity and the effectiveness of $FedAda^2$/$FedAda^2$++.

📄 PDF Abstract BibTeX arXiv:2410.18117

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FADAS: Towards Federated Adaptive Asynchronous Optimization

2024-07-25 · Yujia Wang, Shiqiang Wang, Songtao Lu, Jinghui Chen

Federated learning (FL) has emerged as a widely adopted training paradigm for privacy-preserving machine learning. While the SGD-based FL algorithms have demonstrated considerable success in the past, there is a growing …

Federated LearningPrivacy Preserving

Adaptive Federated Optimization

2020-02-29 · ICLR 2021 1 · Sashank Reddi, Zachary Charles, Manzil Zaheer, Zachary Garrett 외

Federated learning is a distributed machine learning paradigm in which a large number of clients coordinate with a central server to learn a model without sharing their own training data. Standard federated optimization …

Federated Learning

Accelerated Federated Learning with Decoupled Adaptive Optimization

2022-07-14 · Jiayin Jin, Jiaxiang Ren, Yang Zhou, Lingjuan Lyu 외

The federated learning (FL) framework enables edge clients to collaboratively learn a shared inference model while keeping privacy of training data on clients. Recently, many heuristics efforts have been made to generali…

Federated Learning

Fast Adaptive Federated Bilevel Optimization

2022-11-02 · Feihu Huang

Bilevel optimization is a popular hierarchical model in machine learning, and has been widely applied to many machine learning tasks such as meta learning, hyperparameter learning and policy optimization. Although many b…

Bilevel OptimizationDistributed OptimizationMeta-LearningRepresentation Learning

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