paper-with-me

홈 › Papers

Faster Non-Convex Federated Learning via Global and Local Momentum

2020-12-07 · Rudrajit Das, Anish Acharya, Abolfazl Hashemi, Sujay Sanghavi, Inderjit S. Dhillon, Ufuk Topcu

We propose \texttt{FedGLOMO}, a novel federated learning (FL) algorithm with an iteration complexity of $\mathcal{O}(\epsilon^{-1.5})$ to converge to an $\epsilon$-stationary point (i.e., $\mathbb{E}[\|\nabla f(\bm{x})\|^2] \leq \epsilon$) for smooth non-convex functions -- under arbitrary client heterogeneity and compressed communication -- compared to the $\mathcal{O}(\epsilon^{-2})$ complexity of most prior works. Our key algorithmic idea that enables achieving this improved complexity is based on the observation that the convergence in FL is hampered by two sources of high variance: (i) the global server aggregation step with multiple local updates, exacerbated by client heterogeneity, and (ii) the noise of the local client-level stochastic gradients. By modeling the server aggregation step as a generalized gradient-type update, we propose a variance-reducing momentum-based global update at the server, which when applied in conjunction with variance-reduced local updates at the clients, enables \texttt{FedGLOMO} to enjoy an improved convergence rate. Moreover, we derive our results under a novel and more realistic client-heterogeneity assumption which we verify empirically -- unlike prior assumptions that are hard to verify. Our experiments illustrate the intrinsic variance reduction effect of \texttt{FedGLOMO}, which implicitly suppresses client-drift in heterogeneous data distribution settings and promotes communication efficiency.

📄 PDF Abstract BibTeX arXiv:2012.04061

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Efficient Federated Learning via Local Adaptive Amended Optimizer with Linear Speedup

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

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 inaccura…

Federated Learning

Rethinking the initialization of Momentum in Federated Learning with Heterogeneous Data

2024-11-29 · Chenguang Xiao, Shuo Wang

Data Heterogeneity is a major challenge of Federated Learning performance. Recently, momentum based optimization techniques have beed proved to be effective in mitigating the heterogeneity issue. Along with the model upd…

Federated Learning

Distributed Sign Momentum with Local Steps for Training Transformers

2024-11-26 · Shuhua Yu, Ding Zhou, Cong Xie, An Xu 외

Pre-training Transformer models is resource-intensive, and recent studies have shown that sign momentum is an efficient technique for training large-scale deep learning models, particularly Transformers. However, its app…

Federated 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

Enhance Local Consistency in Federated Learning: A Multi-Step Inertial Momentum Approach

2023-02-11 · Yixing Liu, Yan Sun, Zhengtao Ding, Li Shen 외

Federated learning (FL), as a collaborative distributed training paradigm with several edge computing devices under the coordination of a centralized server, is plagued by inconsistent local stationary points due to the …

Edge-computingFederated Learning