paper-with-me

Papers

Efficient Federated Learning via Local Adaptive Amended Optimizer with Linear Speedup

2023-07-30 · Yan Sun, Li Shen, Hao Sun, Liang Ding, DaCheng Tao

Adaptive optimization has achieved notable success for distributed learning while extending adaptive optimizer to federated Learning (FL) suffers from severe inefficiency, including (i) rugged convergence due to inaccurate gradient estimation in global adaptive optimizer; (ii) client drifts exacerbated by local over-fitting with the local adaptive optimizer. In this work, we propose a novel momentum-based algorithm via utilizing the global gradient descent and locally adaptive amended optimizer to tackle these difficulties. Specifically, we incorporate a locally amended technique to the adaptive optimizer, named Federated Local ADaptive Amended optimizer (\textit{FedLADA}), which estimates the global average offset in the previous communication round and corrects the local offset through a momentum-like term to further improve the empirical training speed and mitigate the heterogeneous over-fitting. Theoretically, we establish the convergence rate of \textit{FedLADA} with a linear speedup property on the non-convex case under the partial participation settings. Moreover, we conduct extensive experiments on the real-world dataset to demonstrate the efficacy of our proposed \textit{FedLADA}, which could greatly reduce the communication rounds and achieves higher accuracy than several baselines.

📄 PDF Abstract BibTeX arXiv:2308.00522

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Q-LocalAdam: Memory-Efficient Client-Side Adaptive Optimization for Edge Federated Learning

2026-05-17 · Vedant Waykole, Haroon R. Lone arxiv

Federated learning on edge devices must cope with non-IID client data and tight memory budgets. Adaptive optimizers like Adam stabilize training under data heterogeneity but require storing full-precision momentum and va…

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

FedACT: Federated Adaptive Coordinate Trust Modulation for Robust Transformer Training under Data Heterogeneity

2026-07-04 · Shuai Li, Qinglin Wang, Ping Luo, Jiahuan Wang 외 arxiv

Federated Transformer training increasingly relies on local AdamW, whose adaptive updates can provide much stronger local progress than SGD-based training. However, under heterogeneous client data, even globally correcte…

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

Gradient Correction in Federated Learning with Adaptive Optimization

2025-02-04 · Evan Chen, Shiqiang Wang, Jianing Zhang, Dong-Jun Han 외

In federated learning (FL), model training performance is strongly impacted by data heterogeneity across clients. Client-drift compensation methods have recently emerged as a solution to this issue, introducing correctio…

Federated Learning