paper-with-me

Papers

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 capabilities in solving downstream tasks. Yet, conventional fine-tuning approaches become infeasible when the model lacks access to downstream data due to privacy concerns. Naively integrating fine-tuning approaches with the emerging federated learning frameworks incurs substantial communication overhead and exerts high demand on local computing resources, making it impractical for common resource-limited devices. In this paper, we introduce SFPrompt, an innovative privacy-preserving fine-tuning method tailored for the federated setting where direct uploading of raw data is prohibited and local devices are resource-constrained to run a complete pre-trained model. In essence, SFPrompt judiciously combines split learning with federated learning to handle these challenges. Specifically, the pre-trained model is first partitioned into client and server components, thereby streamlining the client-side model and substantially alleviating computational demands on local resources. SFPrompt then introduces soft prompts into the federated model to enhance the fine-tuning performance. To further reduce communication costs, a novel dataset pruning algorithm and a local-loss update strategy are devised during the fine-tuning process. Extensive experiments demonstrate that SFPrompt delivers competitive performance as the federated full fine-tuning approach while consuming a mere 0.46% of local computing resources and incurring 53% less communication cost.

📄 PDF Abstract BibTeX arXiv:2407.17533

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Dataset Pruning Dataset pruning is an approach to reduce a large dataset to obtain a small dataset by removing less significant sample.
Pruning 설명 없음

Similar Papers 제목 키워드 기반

SplitFT: An Adaptive Federated Split Learning System For LLMs Fine-Tuning

2026-04-29 · Yimeng Shan, Zhaorui Zhang, Sheng Di, Yu Liu 외 arxiv

Federated Split Learning has been identified as an efficient approach to address the computational resource constraints of clients in classical federated learning, while guaranteeing data privacy for distributed model tr…

Federated Learning

TSFLora: Token-Compressed Split Fine-Tuning for Wireless Edge Networks

2026-05-17 · Xianke Qiang, Zheng Chang, Li Wang, Ying-Chang Liang arxiv

Adapting large AI models (LAMs) to personalized edge data is challenging because wireless devices have limited memory, computation, and uplink capacity. Federated fine-tuning preserves data privacy but still requires eac…

Federated Fine-Tuning of LLMs: Framework Comparison and Research Directions

2025-01-08 · Na Yan, Yang Su, Yansha Deng, Robert Schober

Federated learning (FL) provides a privacy-preserving solution for fine-tuning pre-trained large language models (LLMs) using distributed private datasets, enabling task-specific adaptation while preserving data privacy.…

Federated LearningKnowledge DistillationPrivacy Preserving

SplitLite: Low-Rank Residual Compression for Split Learning

2026-08-24 · Tao Li, Yulin Tang, Qi Guo, Xianhao Chen arxiv

Federated fine-tuning of on-device large language models (LLMs) faces a significant computing burden. To overcome this limitation, split learning (SL) has emerged as a promising solution, which offloads the primary train…

SplitLoRA: A Split Parameter-Efficient Fine-Tuning Framework for Large Language Models

2024-07-01 · Zheng Lin, Xuanjie Hu, Yuxin Zhang, Zhe Chen 외

The scalability of large language models (LLMs) in handling high-complexity models and large-scale datasets has led to tremendous successes in pivotal domains. While there is an urgent need to acquire more training data …

Federated Learningparameter-efficient fine-tuning