FedBiOT: LLM Local Fine-tuning in Federated Learning without Full Model
Feijie Wu, Zitao Li, Yaliang Li, Bolin Ding, Jing Gao

TL;DR
FedBiOT enables efficient federated learning of large language models by fine-tuning lightweight adapters on clients without exposing private data, significantly reducing resource use while maintaining high performance.
Contribution
This paper introduces FedBiOT, a novel resource-efficient method for LLM fine-tuning in federated learning that leverages server-generated compressed models and client-side adapters.
Findings
Adapter fine-tuning achieves high performance when reintegrated into the global LLM.
FedBiOT significantly reduces resource consumption compared to existing methods.
Experimental results on LLaMA-2 demonstrate effectiveness and efficiency.
Abstract
Large language models (LLMs) show amazing performance on many domain-specific tasks after fine-tuning with some appropriate data. However, many domain-specific data are privately distributed across multiple owners. Thus, this dilemma raises the interest in how to perform LLM fine-tuning in federated learning (FL). However, confronted with limited computation and communication capacities, FL clients struggle to fine-tune an LLM effectively. To this end, we introduce FedBiOT, a resource-efficient LLM fine-tuning approach to FL. Specifically, our method involves the server generating a compressed LLM and aligning its performance with the full model. Subsequently, the clients fine-tune a lightweight yet important part of the compressed model, referred to as an adapter. Notice that as the server has no access to the private data owned by the clients, the data used for alignment by the server…
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 · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
MethodsAdapter
