paper-with-me

홈 › Papers

Personalized Federated Learning with Exact Stochastic Gradient Descent

2022-02-20 · Sotirios Nikoloutsopoulos, Iordanis Koutsopoulos, Michalis K. Titsias

In Federated Learning (FL), datasets across clients tend to be heterogeneous or personalized, and this poses challenges to the convergence of standard FL schemes that do not account for personalization. To address this, we present a new approach for personalized FL that achieves exact stochastic gradient descent (SGD) minimization. We start from the FedPer (Arivazhagan et al., 2019) neural network (NN) architecture for personalization, whereby the NN has two types of layers: the first ones are the common layers across clients, while the few final ones are client-specific and are needed for personalization. We propose a novel SGD-type scheme where, at each optimization round, randomly selected clients perform gradient-descent updates over their client-specific weights towards optimizing the loss function on their own datasets, without updating the common weights. At the final update, each client computes the joint gradient over both client-specific and common weights and returns the gradient of common parameters to the server. This allows to perform an exact and unbiased SGD step over the full set of parameters in a distributed manner, i.e. the updates of the personalized parameters are performed by the clients and those of the common ones by the server. Our method is superior to FedAvg and FedPer baselines in multi-class classification benchmarks such as Omniglot, CIFAR-10, MNIST, Fashion-MNIST, and EMNIST and has much lower computational complexity per round.

📄 PDF Abstract BibTeX arXiv:2202.09848

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningMulti-class ClassificationPersonalized Federated Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Exact Penalty Method for Federated Learning

2022-08-23 · Shenglong Zhou, and Geoffrey Ye Li

Federated learning has burgeoned recently in machine learning, giving rise to a variety of research topics. Popular optimization algorithms are based on the frameworks of the (stochastic) gradient descent methods or the …

Federated Learning

Personalized Federated Learning under Model Dissimilarity Constraints

2025-05-12 · Samuel Erickson, Mikael Johansson

One of the defining challenges in federated learning is that of statistical heterogeneity among clients. We address this problem with KARULA, a regularized strategy for personalized federated learning, which constrains t…

Federated LearningmodelPersonalized Federated Learning

Byzantine Fault-Tolerance in Federated Local SGD under 2f-Redundancy

2021-08-26 · Nirupam Gupta, Thinh T. Doan, Nitin Vaidya

We consider the problem of Byzantine fault-tolerance in federated machine learning. In this problem, the system comprises multiple agents each with local data, and a trusted centralized coordinator. In fault-free setting…

Depersonalized Federated Learning: Tackling Statistical Heterogeneity by Alternating Stochastic Gradient Descent

2022-10-07 · Yujie Zhou, Zhidu Li, Tong Tang, Ruyan Wang

Federated learning (FL), which has gained increasing attention recently, enables distributed devices to train a common machine learning (ML) model for intelligent inference cooperatively without data sharing. However, pr…

Federated Learning

Stochastic Smoothed Gradient Descent Ascent for Federated Minimax Optimization

2023-11-02 · Wei Shen, Minhui Huang, Jiawei Zhang, Cong Shen

In recent years, federated minimax optimization has attracted growing interest due to its extensive applications in various machine learning tasks. While Smoothed Alternative Gradient Descent Ascent (Smoothed-AGDA) has p…

Federated Learning