CVLGAug 17, 2023

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

arXiv:2308.09160v133 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the gap in personalizing Vision Transformers for heterogeneous data in federated learning, though it is incremental as it extends existing partial personalization concepts from CNNs to ViTs.

The paper tackled the problem of applying partial model personalization to Vision Transformers in federated learning, proposing FedPerfix, which improved performance on datasets like CIFAR-100, OrganAMNIST, and Office-Home compared to advanced methods.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes