paper-with-me

Papers

Parameterized Knowledge Transfer for Personalized Federated Learning

2021-11-04 · NeurIPS 2021 12 · Jie Zhang, Song Guo, Xiaosong Ma, Haozhao Wang, Wencao Xu, Feijie Wu

In recent years, personalized federated learning (pFL) has attracted increasing attention for its potential in dealing with statistical heterogeneity among clients. However, the state-of-the-art pFL methods rely on model parameters aggregation at the server side, which require all models to have the same structure and size, and thus limits the application for more heterogeneous scenarios. To deal with such model constraints, we exploit the potentials of heterogeneous model settings and propose a novel training framework to employ personalized models for different clients. Specifically, we formulate the aggregation procedure in original pFL into a personalized group knowledge transfer training algorithm, namely, KT-pFL, which enables each client to maintain a personalized soft prediction at the server side to guide the others' local training. KT-pFL updates the personalized soft prediction of each client by a linear combination of all local soft predictions using a knowledge coefficient matrix, which can adaptively reinforce the collaboration among clients who own similar data distribution. Furthermore, to quantify the contributions of each client to others' personalized training, the knowledge coefficient matrix is parameterized so that it can be trained simultaneously with the models. The knowledge coefficient matrix and the model parameters are alternatively updated in each round following the gradient descent way. Extensive experiments on various datasets (EMNIST, Fashion\_MNIST, CIFAR-10) are conducted under different settings (heterogeneous models and data distributions). It is demonstrated that the proposed framework is the first federated learning paradigm that realizes personalized model training via parameterized group knowledge transfer while achieving significant performance gain comparing with state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:2111.02862

Code (1)

cugzj/kt-pfl pytorch

Tasks

Federated LearningPersonalized Federated LearningTransfer Learning

Similar Papers 제목 키워드 기반

Federated Representation Learning in the Under-Parameterized Regime

2024-06-07 · Renpu Liu, Cong Shen, Jing Yang

Federated representation learning (FRL) is a popular personalized federated learning (FL) framework where clients work together to train a common representation while retaining their personalized heads. Existing studies,…

Federated LearningPersonalized Federated LearningRepresentation Learning

Personalized Federated Learning with Adaptive Feature Aggregation and Knowledge Transfer

2024-10-19 · Keting Yin, Jiayi Mao

Federated Learning(FL) is popular as a privacy-preserving machine learning paradigm for generating a single model on decentralized data. However, statistical heterogeneity poses a significant challenge for FL. As a subfi…

Federated LearningPersonalized Federated LearningPrivacy PreservingTransfer Learning

Towards Personalized Federated Learning via Comprehensive Knowledge Distillation

2024-11-06 · Pengju Wang, Bochao Liu, Weijia Guo, Yong Li 외

Federated learning is a distributed machine learning paradigm designed to protect data privacy. However, data heterogeneity across various clients results in catastrophic forgetting, where the model rapidly forgets previ…

Federated LearningKnowledge DistillationPersonalized Federated Learning

pFedDSH: Enabling Knowledge Transfer in Personalized Federated Learning through Data-free Sub-Hypernetwork

2025-08-07 · Thinh Nguyen, Le Huy Khiem, Van-Tuan Tran, Khoa D Doan 외 arxiv

Federated Learning (FL) enables collaborative model training across distributed clients without sharing raw data, offering a significant privacy benefit. However, most existing Personalized Federated Learning (pFL) metho…

Personalized Federated LearningContinual Learning

PGFed: Personalize Each Client's Global Objective for Federated Learning

2022-12-02 · ICCV 2023 1 · Jun Luo, Matias Mendieta, Chen Chen, Shandong Wu

Personalized federated learning has received an upsurge of attention due to the mediocre performance of conventional federated learning (FL) over heterogeneous data. Unlike conventional FL which trains a single global co…

Federated LearningPersonalized Federated LearningTransfer Learning