Tackling Feature-Classifier Mismatch in Federated Learning via Prompt-Driven Feature Transformation
Xinghao Wu, Jianwei Niu, Xuefeng Liu, Mingjia Shi, Guogang Zhu, and, Shaojie Tang

TL;DR
This paper introduces FedPFT, a personalized federated learning framework that uses prompt-driven feature transformation to address feature-classifier mismatch, significantly improving performance over existing methods.
Contribution
FedPFT proposes a novel prompt-driven feature transformation module to align local features with the global classifier, enhancing personalization and feature extractor quality in federated learning.
Findings
FedPFT outperforms state-of-the-art methods by up to 7.08%.
The feature transformation module effectively reduces feature-classifier mismatch.
Collaborative contrastive learning further refines feature extractor quality.
Abstract
In traditional Federated Learning approaches like FedAvg, the global model underperforms when faced with data heterogeneity. Personalized Federated Learning (PFL) enables clients to train personalized models to fit their local data distribution better. However, we surprisingly find that the feature extractor in FedAvg is superior to those in most PFL methods. More interestingly, by applying a linear transformation on local features extracted by the feature extractor to align with the classifier, FedAvg can surpass the majority of PFL methods. This suggests that the primary cause of FedAvg's inadequate performance stems from the mismatch between the locally extracted features and the classifier. While current PFL methods mitigate this issue to some extent, their designs compromise the quality of the feature extractor, thus limiting the full potential of PFL. In this paper, we propose a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
MethodsALIGN · Contrastive Learning
