FedSEA-LLaMA: A Secure, Efficient and Adaptive Federated Splitting Framework for Large Language Models
Zishuai Zhang, Hainan zhang, Weihua Li, Qinnan zhang, jin Dong, Yongxin Tong, Zhiming Zheng

TL;DR
FedSEA-LLaMA introduces a secure, efficient, and adaptable federated splitting framework for LLaMA2 that enhances privacy, reduces communication costs, and allows dynamic partitioning, enabling effective large language model training across distributed data silos.
Contribution
It proposes a novel federated split learning framework with secure vector transmission, communication reduction techniques, and dynamic partitioning for large language models.
Findings
Maintains performance comparable to centralized LLaMA2
Achieves up to 8x speedups in training and inference
Demonstrates effectiveness in security and adaptability
Abstract
Private data holds promise for improving LLMs due to its high quality, but its scattered distribution across data silos and the high computational demands of LLMs limit their deployment in federated environments. To address this, the transformer-based federated split models are proposed, which offload most model parameters to the server (or distributed clients) while retaining only a small portion on the client to ensure data privacy. Despite this design, they still face three challenges: 1) Peer-to-peer key encryption struggles to secure transmitted vectors effectively; 2) The auto-regressive nature of LLMs means that federated split learning can only train and infer sequentially, causing high communication overhead; 3) Fixed partition points lack adaptability to downstream tasks. In this paper, we introduce FedSEA-LLaMA, a Secure, Efficient, and Adaptive Federated splitting framework…
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
Taxonomy
TopicsCryptography and Data Security · Privacy-Preserving Technologies in Data · Big Data and Digital Economy
