paper-with-me

홈 › Papers

Accelerating Federated Learning via Momentum Gradient Descent

2019-10-08 · Wei Liu, Li Chen, Yunfei Chen, Wenyi Zhang

Federated learning (FL) provides a communication-efficient approach to solve machine learning problems concerning distributed data, without sending raw data to a central server. However, existing works on FL only utilize first-order gradient descent (GD) and do not consider the preceding iterations to gradient update which can potentially accelerate convergence. In this paper, we consider momentum term which relates to the last iteration. The proposed momentum federated learning (MFL) uses momentum gradient descent (MGD) in the local update step of FL system. We establish global convergence properties of MFL and derive an upper bound on MFL convergence rate. Comparing the upper bounds on MFL and FL convergence rate, we provide conditions in which MFL accelerates the convergence. For different machine learning models, the convergence performance of MFL is evaluated based on experiments with MNIST dataset. Simulation results comfirm that MFL is globally convergent and further reveal significant convergence improvement over FL.

📄 PDF Abstract BibTeX arXiv:1910.03197

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFederated Learning

Similar Papers 제목 키워드 기반

Accelerating Wireless Federated Learning via Nesterov's Momentum and Distributed Principle Component Analysis

2023-03-31 · Yanjie Dong, Luya Wang, Yuanfang Chi, Jia Wang 외

A wireless federated learning system is investigated by allowing a server and workers to exchange uncoded information via orthogonal wireless channels. Since the workers frequently upload local gradients to the server vi…

Federated Learning

Stochastic Gradient Descent with Nonlinear Conjugate Gradient-Style Adaptive Momentum

2020-12-03 · Bao Wang, Qiang Ye

Momentum plays a crucial role in stochastic gradient-based optimization algorithms for accelerating or improving training deep neural networks (DNNs). In deep learning practice, the momentum is usually weighted by a well…

Adversarial Robustness

Federated Stochastic Gradient Descent Begets Self-Induced Momentum

2022-02-17 · Howard H. Yang, Zuozhu Liu, Yaru Fu, Tony Q. S. Quek 외

Federated learning (FL) is an emerging machine learning method that can be applied in mobile edge systems, in which a server and a host of clients collaboratively train a statistical model utilizing the data and computat…

Federated Learning

FedCM: Federated Learning with Client-level Momentum

2021-06-21 · Jing Xu, Sen Wang, LiWei Wang, Andrew Chi-Chih Yao

Federated Learning is a distributed machine learning approach which enables model training without data sharing. In this paper, we propose a new federated learning algorithm, Federated Averaging with Client-level Momentu…

Federated Learning

Momentum Gradient Descent Federated Learning with Local Differential Privacy

2022-09-28 · Mengde Han, Tianqing Zhu, Wanlei Zhou

Nowadays, the development of information technology is growing rapidly. In the big data era, the privacy of personal information has been more pronounced. The major challenge is to find a way to guarantee that sensitive …

Federated LearningPrivacy Preserving