paper-with-me

홈 › Papers

Tackling Feature-Classifier Mismatch in Federated Learning via Prompt-Driven Feature Transformation

2024-07-23 · Xinghao Wu, Jianwei Niu, Xuefeng Liu, Mingjia Shi, Guogang Zhu, Shaojie Tang

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 new PFL framework called FedPFT to address the mismatch problem while enhancing the quality of the feature extractor. FedPFT integrates a feature transformation module, driven by personalized prompts, between the global feature extractor and classifier. In each round, clients first train prompts to transform local features to match the global classifier, followed by training model parameters. This approach can also align the training objectives of clients, reducing the impact of data heterogeneity on model collaboration. Moreover, FedPFT's feature transformation module is highly scalable, allowing for the use of different prompts to tailor local features to various tasks. Leveraging this, we introduce a collaborative contrastive learning task to further refine feature extractor quality. Our experiments demonstrate that FedPFT outperforms state-of-the-art methods by up to 7.08%.

📄 PDF Abstract BibTeX arXiv:2407.16139

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningFederated LearningPersonalized Federated Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Classifier Clustering and Feature Alignment for Federated Learning under Distributed Concept Drift

2024-10-24 · Junbao Chen, Jingfeng Xue, Yong Wang, Zhenyan Liu 외

Data heterogeneity is one of the key challenges in federated learning, and many efforts have been devoted to tackling this problem. However, distributed concept drift with data heterogeneity, where clients may additional…

ClusteringFederated Learning

Tackling the Objective Inconsistency Problem in Heterogeneous Federated Optimization

2020-07-15 · NeurIPS 2020 12 · Jianyu Wang, Qinghua Liu, Hao Liang, Gauri Joshi 외

In federated optimization, heterogeneity in the clients' local datasets and computation speeds results in large variations in the number of local updates performed by each client in each communication round. Naive weight…

Tackling Computational Heterogeneity in FL: A Few Theoretical Insights

2023-07-12 · Adnan Ben Mansour, Gaia Carenini, Alexandre Duplessis

The future of machine learning lies in moving data collection along with training to the edge. Federated Learning, for short FL, has been recently proposed to achieve this goal. The principle of this approach is to aggre…

Federated Learning

FedMP: Tackling Medical Feature Heterogeneity in Federated Learning from a Manifold Perspective

2025-08-07 · Zhekai Zhou, Shudong Liu, Zhaokun Zhou, Yang Liu 외 arxiv

Federated learning (FL) is a decentralized machine learning paradigm in which multiple clients collaboratively train a shared model without sharing their local private data. However, real-world applications of FL frequen…

Federated Learning

FedLLM-Align: Feature Extraction From Heterogeneous Clients

2025-09-29 · Abdelrhman Gaber, Muhammad ElMahdy, Youssif Abuzied, Hassan Abd-Eltawab 외 arxiv

Federated learning (FL) enables collaborative model training without sharing raw data, making it attractive for privacy-sensitive domains, e.g., healthcare, finance, and IoT. A major obstacle, however, is the potential h…

Binary ClassificationFederated Learning