paper-with-me

Papers

FedPerfix: Towards Partial Model Personalization of Vision Transformers in Federated Learning

2023-08-17 · ICCV 2023 1 · Guangyu Sun, Matias Mendieta, Jun Luo, Shandong Wu, Chen Chen

Personalized Federated Learning (PFL) represents a promising solution for decentralized learning in heterogeneous data environments. Partial model personalization has been proposed to improve the efficiency of PFL by selectively updating local model parameters instead of aggregating all of them. However, previous work on partial model personalization has mainly focused on Convolutional Neural Networks (CNNs), leaving a gap in understanding how it can be applied to other popular models such as Vision Transformers (ViTs). In this work, we investigate where and how to partially personalize a ViT model. Specifically, we empirically evaluate the sensitivity to data distribution of each type of layer. Based on the insights that the self-attention layer and the classification head are the most sensitive parts of a ViT, we propose a novel approach called FedPerfix, which leverages plugins to transfer information from the aggregated model to the local client as a personalization. Finally, we evaluate the proposed approach on CIFAR-100, OrganAMNIST, and Office-Home datasets and demonstrate its effectiveness in improving the model's performance compared to several advanced PFL methods.

📄 PDF Abstract BibTeX arXiv:2308.09160

Code (1)

imguangyu/fedperfix 공식 구현 pytorch

Tasks

Federated LearningPersonalized Federated Learning

Similar Papers 제목 키워드 기반

Prompt Estimation from Prototypes for Federated Prompt Tuning of Vision Transformers

2025-10-29 · M Yashwanth, Sharannya Ghosh, Aditay Tripathi, Anirban Chakraborty arxiv

Visual Prompt Tuning (VPT) of pre-trained Vision Transformers (ViTs) has proven highly effective as a parameter-efficient fine-tuning technique for adapting large models to downstream tasks with limited data. Its paramet…

parameter-efficient fine-tuningVisual Prompt TuningFederated Learning

Federated Learning with Partial Model Personalization

2022-04-08 · Krishna Pillutla, Kshitiz Malik, Abdelrahman Mohamed, Michael Rabbat 외

We consider two federated learning algorithms for training partially personalized models, where the shared and personal parameters are updated either simultaneously or alternately on the devices. Both algorithms have bee…

Federated Learningmodel

Connecting Low-Loss Subspace for Personalized Federated Learning

2021-09-16 · Seok-Ju Hahn, Minwoo Jeong, Junghye Lee

Due to the curse of statistical heterogeneity across clients, adopting a personalized federated learning method has become an essential choice for the successful deployment of federated learning-based services. Among div…

Ensemble LearningFederated LearningPersonalized Federated Learning

Harmonizing Generalization and Personalization in Federated Prompt Learning

2024-05-16 · Tianyu Cui, Hongxia Li, Jingya Wang, Ye Shi

Federated Prompt Learning (FPL) incorporates large pre-trained Vision-Language models (VLM) into federated learning through prompt tuning. The transferable representations and remarkable generalization capacity of VLM ma…

Federated LearningPrompt Learning

Federated Reconstruction: Partially Local Federated Learning

2021-02-05 · NeurIPS 2021 12 · Karan Singhal, Hakim Sidahmed, Zachary Garrett, Shanshan Wu 외

Personalization methods in federated learning aim to balance the benefits of federated and local training for data availability, communication cost, and robustness to client heterogeneity. Approaches that require clients…

Collaborative FilteringFederated LearningMeta-Learning