paper-with-me

홈 › Papers

FedPFT: Federated Proxy Fine-Tuning of Foundation Models

2024-04-17 · Zhaopeng Peng, Xiaoliang Fan, Yufan Chen, Zheng Wang, Shirui Pan, Chenglu Wen, Ruisheng Zhang, Cheng Wang

Adapting Foundation Models (FMs) for downstream tasks through Federated Learning (FL) emerges a promising strategy for protecting data privacy and valuable FMs. Existing methods fine-tune FM by allocating sub-FM to clients in FL, however, leading to suboptimal performance due to insufficient tuning and inevitable error accumulations of gradients. In this paper, we propose Federated Proxy Fine-Tuning (FedPFT), a novel method enhancing FMs adaptation in downstream tasks through FL by two key modules. First, the sub-FM construction module employs a layer-wise compression approach, facilitating comprehensive FM fine-tuning across all layers by emphasizing those crucial neurons. Second, the sub-FM alignment module conducts a two-step distillations-layer-level and neuron-level-before and during FL fine-tuning respectively, to reduce error of gradient by accurately aligning sub-FM with FM under theoretical guarantees. Experimental results on seven commonly used datasets (i.e., four text and three vision) demonstrate the superiority of FedPFT.

📄 PDF Abstract BibTeX arXiv:2404.11536

Code (1)

pzp-dzd/fedpft 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Parametric Feature Transfer: One-shot Federated Learning with Foundation Models

2024-02-02 · Mahdi Beitollahi, Alex Bie, Sobhan Hemati, Leo Maxime Brunswic 외

In one-shot federated learning (FL), clients collaboratively train a global model in a single round of communication. Existing approaches for one-shot FL enhance communication efficiency at the expense of diminished accu…

Federated Learning

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

2024-07-23 · Xinghao Wu, Jianwei Niu, Xuefeng Liu, Mingjia Shi 외

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…

Contrastive LearningFederated LearningPersonalized Federated Learning

FedProxy: Federated Fine-Tuning of LLMs via Proxy SLMs and Heterogeneity-Aware Fusion

2026-04-21 · Tao Fan, Guoqiang Ma, Yuanfeng Song, Lixin Fan 외 arxiv

Federated fine-tuning of Large Language Models (LLMs) is obstructed by a trilemma of challenges: protecting LLMs intellectual property (IP), ensuring client privacy, and mitigating performance loss on heterogeneous data.…

Proxy-FDA: Proxy-based Feature Distribution Alignment for Fine-tuning Vision Foundation Models without Forgetting

2025-05-30 · Chen Huang, Skyler Seto, Hadi Pouransari, Mehrdad Farajtabar 외

Vision foundation models pre-trained on massive data encode rich representations of real-world concepts, which can be adapted to downstream tasks by fine-tuning. However, fine-tuning foundation models on one task often l…

image-classificationImage ClassificationVisual Question Answering (VQA)

FedPT: Federated Proxy-Tuning of Large Language Models on Resource-Constrained Edge Devices

2024-10-01 · Zhidong Gao, Yu Zhang, Zhenxiao Zhang, Yanmin Gong 외

Despite demonstrating superior performance across a variety of linguistic tasks, pre-trained large language models (LMs) often require fine-tuning on specific datasets to effectively address different downstream tasks. H…

Federated LearningPrivacy Preserving