paper-with-me

홈 › Papers

Distributed Quasi-Newton Method for Fair and Fast Federated Learning

2025-01-18 · Shayan Mohajer Hamidi, Linfeng Ye

Federated learning (FL) is a promising technology that enables edge devices/clients to collaboratively and iteratively train a machine learning model under the coordination of a central server. The most common approach to FL is first-order methods, where clients send their local gradients to the server in each iteration. However, these methods often suffer from slow convergence rates. As a remedy, second-order methods, such as quasi-Newton, can be employed in FL to accelerate its convergence. Unfortunately, similarly to the first-order FL methods, the application of second-order methods in FL can lead to unfair models, achieving high average accuracy while performing poorly on certain clients' local datasets. To tackle this issue, in this paper we introduce a novel second-order FL framework, dubbed \textbf{d}istributed \textbf{q}uasi-\textbf{N}ewton \textbf{fed}erated learning (DQN-Fed). This approach seeks to ensure fairness while leveraging the fast convergence properties of quasi-Newton methods in the FL context. Specifically, DQN-Fed helps the server update the global model in such a way that (i) all local loss functions decrease to promote fairness, and (ii) the rate of change in local loss functions aligns with that of the quasi-Newton method. We prove the convergence of DQN-Fed and demonstrate its \textit{linear-quadratic} convergence rate. Moreover, we validate the efficacy of DQN-Fed across a range of federated datasets, showing that it surpasses state-of-the-art fair FL methods in fairness, average accuracy and convergence speed.

📄 PDF Abstract BibTeX arXiv:2501.10877

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessFederated LearningSecond-order methods

Similar Papers 제목 키워드 기반

DONE: Distributed Approximate Newton-type Method for Federated Edge Learning

2020-12-10 · Canh T. Dinh, Nguyen H. Tran, Tuan Dung Nguyen, Wei Bao 외

There is growing interest in applying distributed machine learning to edge computing, forming federated edge learning. Federated edge learning faces non-i.i.d. and heterogeneous data, and the communication between edge w…

Edge-computingVocal Bursts Type Prediction

Distributed quasi-Newton robust estimation under differential privacy

2024-08-22 · Chuhan Wang, Lixing Zhu, Xuehu Zhu

For distributed computing with Byzantine machines under Privacy Protection (PP) constraints, this paper develops a robust PP distributed quasi-Newton estimation, which only requires the node machines to transmit five vec…

Distributed Computing

Greedy and Random Quasi-Newton Methods with Faster Explicit Superlinear Convergence

2021-12-01 · NeurIPS 2021 12 · Dachao Lin, Haishan Ye, Zhihua Zhang

In this paper, we follow Rodomanov and Nesterov’s work to study quasi-Newton methods. We focus on the common SR1 and BFGS quasi-Newton methods to establish better explicit (local) superlinear convergence rates. First, ba…

A Quasi-Newton Method Based Vertical Federated Learning Framework for Logistic Regression

2019-12-01 · Kai Yang, Tao Fan, Tianjian Chen, Yuanming Shi 외

Data privacy and security becomes a major concern in building machine learning models from different data providers. Federated learning shows promise by leaving data at providers locally and exchanging encrypted informat…

Federated LearningregressionVertical Federated Learning

A comparison of second-order methods for deep convolutional neural networks

2018-01-01 · ICLR 2018 1 · Patrick H. Chen, Cho-Jui Hsieh

Despite many second-order methods have been proposed to train neural networks, most of the results were done on smaller single layer fully connected networks, so we still cannot conclude whether it's useful in training d…

Second-order methods