paper-with-me

Papers

Towards Privacy-Preserving Federated Prompt Tuning under Data Heterogeneity: A Subspace-Decomposed Expert Approach

2026-07-23 · Yuhua Wang, Xiaodong Li, Yihao Guo, Yuxiang Jia, Qinnan Zhang, Yifan Sun, Hainan Zhang, Yongxin Tong, Zhiming Zheng arxiv

Federated prompt tuning (FPT) enables collaborative adaptation of vision--language models (VLMs) using lightweight prompts. Existing methods often address heterogeneity and privacy through a split-prompt design under local differential privacy (DP), combining a shared prompt for global transfer with private prompts for local adaptation. However, a single shared prompt may over-smooth diverse transferable knowledge, weakening the balance between personalization and generalization. Multi-expert prompts (MEPs) can better capture this diversity, but enlarge the communicated space, increasing DP noise and communication cost while making robust expert composition more difficult. We propose FedSEPT, a privacy-preserving Fed}erated Subspace-decomposed Expert Prompt Tuning. Specifically, we employ Subspace-decomposed Expert Modeling (SEM) to parameterize multiple prompt experts with shared low-rank factors, a fixed public basis, and private residuals, thereby confining communication and DP perturbation to a compact factor space while enabling direct server aggregation in a common coordinate system. We further design Instance-aware Expert Fusion (IEF), which adaptively combines semantically complementary experts via on-device routing and performs efficient logit-level fusion using cached expert-specific text features. Extensive experiments on 11 heterogeneous benchmarks show that, under the same privacy constraints, FedSEPT achieves a better trade-off between local adaptation and global generalization than strong baselines.

📄 PDF Abstract BibTeX arXiv:2607.21417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FedPrompt: Communication-Efficient and Privacy Preserving Prompt Tuning in Federated Learning

2022-08-25 · Haodong Zhao, Wei Du, Fangqi Li, Peixuan Li 외

Federated learning (FL) has enabled global model training on decentralized data in a privacy-preserving way by aggregating model updates. However, for many natural language processing (NLP) tasks that utilize pre-trained…

Backdoor AttackData PoisoningFederated LearningPrivacy Preserving

Federated Foundation Models: Privacy-Preserving and Collaborative Learning for Large Models

2023-05-19 · Sixing Yu, J. Pablo Muñoz, Ali Jannesari

Foundation Models (FMs), such as LLaMA, BERT, GPT, ViT, and CLIP, have demonstrated remarkable success in a wide range of applications, driven by their ability to leverage vast amounts of data for pre-training. However, …

Federated LearningLifelong learningPrivacy PreservingPrompt Engineering

SFPrompt: Communication-Efficient Split Federated Fine-Tuning for Large Pre-Trained Models over Resource-Limited Devices

2024-07-24 · Linxiao Cao, Yifei Zhu, Wei Gong

Large pre-trained models have exhibited remarkable achievements across various domains. The substantial training costs associated with these models have led to wide studies of fine-tuning for effectively harnessing their…

Federated LearningPrivacy Preserving

Efficient Federated Prompt Tuning for Black-box Large Pre-trained Models

2023-10-04 · Zihao Lin, Yan Sun, Yifan Shi, Xueqian Wang 외

With the blowout development of pre-trained models (PTMs), the efficient tuning of these models for diverse downstream applications has emerged as a pivotal research concern. Although recent investigations into prompt tu…

Federated Prompt Learning: A Unified Framework, Empirical Analysis, and Future Directions

2026-08-14 · Qinglin Yang, Chen Qiu, Hongyuan Zhang, Pengdeng Li 외 arxiv

Large language models (LLMs) have become core components of cloud-based intelligent services in academia and industry, yet their training and deployment are hindered by high computational costs, data centralization, and …

Federated Learning