TL;DR
FedShield-LLM introduces a privacy-preserving federated fine-tuning approach for large language models, combining pruning, Fully Homomorphic Encryption, and Low-Rank Adaptation to enhance security, scalability, and efficiency.
Contribution
It presents a novel framework integrating pruning, FHE, and LoRA for secure, scalable federated LLM fine-tuning with improved performance and resource efficiency.
Findings
FedShield-LLM outperforms existing methods in collaborative performance.
The approach reduces computational and communication overhead.
Experiments on Llama-2 models demonstrate practical deployment benefits.
Abstract
Federated Learning (FL) offers a decentralized framework for training and fine-tuning Large Language Models (LLMs) by leveraging computational resources across organizations while keeping sensitive data on local devices. It addresses privacy and security concerns while navigating challenges associated with the substantial computational demands of LLMs, which can be prohibitive for small and medium-sized organizations. FL supports the development of task-specific LLMs for cross-silo applications through fine-tuning but remains vulnerable to inference-related risks that threaten sensitive information. Prior studies have utilized Differential Privacy (DP) in LLM fine-tuning, which, despite being effective at preserving privacy, can degrade model performance. To overcome these challenges, we propose FedShield-LLM which integrates pruning with Fully Homomorphic Encryption (FHE) applied to…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Big Data and Digital Economy · Data Quality and Management
