paper-with-me

Papers

FAGH: Accelerating Federated Learning with Approximated Global Hessian

2024-03-16 · Mrinmay Sen, A. K. Qin, Krishna Mohan C

In federated learning (FL), the significant communication overhead due to the slow convergence speed of training the global model poses a great challenge. Specifically, a large number of communication rounds are required to achieve the convergence in FL. One potential solution is to employ the Newton-based optimization method for training, known for its quadratic convergence rate. However, the existing Newton-based FL training methods suffer from either memory inefficiency or high computational costs for local clients or the server. To address this issue, we propose an FL with approximated global Hessian (FAGH) method to accelerate FL training. FAGH leverages the first moment of the approximated global Hessian and the first moment of the global gradient to train the global model. By harnessing the approximated global Hessian curvature, FAGH accelerates the convergence of global model training, leading to the reduced number of communication rounds and thus the shortened training time. Experimental results verify FAGH's effectiveness in decreasing the number of communication rounds and the time required to achieve the pre-specified objectives of the global model performance in terms of training and test losses as well as test accuracy. Notably, FAGH outperforms several state-of-the-art FL training methods.

📄 PDF Abstract BibTeX arXiv:2403.11041

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 제목 키워드 기반

Accelerating SGD for Distributed Deep-Learning Using Approximated Hessian Matrix

2017-09-15 · Sébastien M. R. Arnold, Chunming Wang

We introduce a novel method to compute a rank $m$ approximation of the inverse of the Hessian matrix in the distributed regime. By leveraging the differences in gradients and parameters of multiple Workers, we are able t…

Deep LearningSecond-order methodsStochastic Optimization

pFedSOP : Accelerating Training Of Personalized Federated Learning Using Second-Order Optimization

2025-06-08 · Mrinmay Sen, Chalavadi Krishna Mohan

Personalized Federated Learning (PFL) enables clients to collaboratively train personalized models tailored to their individual objectives, addressing the challenge of model generalization in traditional Federated Learni…

Federated Learningimage-classificationImage ClassificationPersonalized Federated Learning

GP-FL: Model-Based Hessian Estimation for Second-Order Over-the-Air Federated Learning

2024-12-05 · Shayan Mohajer Hamidi, Ali Bereyhi, Saba Asaad, H. Vincent Poor

Second-order methods are widely adopted to improve the convergence rate of learning algorithms. In federated learning (FL), these methods require the clients to share their local Hessian matrices with the parameter serve…

Federated LearningSecond-order methods

FedZeN: Towards superlinear zeroth-order federated learning via incremental Hessian estimation

2023-09-29 · Alessio Maritan, Subhrakanti Dey, Luca Schenato

Federated learning is a distributed learning framework that allows a set of clients to collaboratively train a model under the orchestration of a central server, without sharing raw data samples. Although in many practic…

Federated LearningPrivacy Preserving

Reconciling Hessian-Informed Acceleration and Scalar-Only Communication for Efficient Federated Zeroth-Order Fine-Tuning

2025-06-03 · Zhe Li, Bicheng Ying, Zidong Liu, Chaosheng Dong 외

Recent dimension-free communication frameworks in Federated Learning (FL), such as DeComFL, significantly reduce per-round communication by transmitting only scalars via zeroth-order stochastic gradient descent (ZO-SGD).…

Federated Learning