paper-with-me

홈 › Papers

Personalized Federated Fine-Tuning for LLMs via Data-Driven Heterogeneous Model Architectures

2024-11-28 · YiCheng Zhang, Zhen Qin, Zhaomin Wu, Shuiguang Deng

A large amount of instructional text data is essential to enhance the performance of pre-trained large language models (LLMs) for downstream tasks. This data can contain sensitive information and therefore cannot be shared in practice, resulting in data silos that limit the effectiveness of LLMs on various tasks. Federated learning (FL) enables collaborative fine-tuning across different clients without sharing their data. Nonetheless, in practice, this instructional text data is highly heterogeneous in both quantity and distribution across clients, necessitating distinct model structures to best accommodate the variations. However, existing federated fine-tuning approaches either enforce the same model structure or rely on predefined ad-hoc architectures unaware of data distribution, resulting in suboptimal performance. To address this challenge, we propose FedAMoLE, a lightweight personalized federated fine-tuning framework that leverages data-driven heterogeneous model architectures. FedAMoLE introduces the Adaptive Mixture of LoRA Experts (AMoLE) module, which facilitates model heterogeneity with minimal communication overhead by allocating varying numbers of LoRA-based domain experts to each client. Furthermore, we develop a reverse selection-based expert assignment (RSEA) strategy, which enables data-driven model architecture adjustment during fine-tuning by allowing domain experts to select clients that best align with their knowledge domains. Extensive experiments across six different scenarios of data heterogeneity demonstrate that FedAMoLE significantly outperforms existing methods for federated LLM fine-tuning, achieving superior accuracy while maintaining good scalability.

📄 PDF Abstract BibTeX arXiv:2411.19128

Code (1)

zyc140345/fedamole 공식 구현 pytorch

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Personalized Wireless Federated Learning for Large Language Models

2024-04-20 · Feibo Jiang, Li Dong, Siwei Tu, Yubo Peng 외

Large Language Models (LLMs) have revolutionized natural language processing tasks. However, their deployment in wireless networks still face challenges, i.e., a lack of privacy and security protection mechanisms. Federa…

Federated Learning

FedP$^2$EFT: Federated Learning to Personalize Parameter Efficient Fine-Tuning for Multilingual LLMs

2025-02-05 · Royson Lee, Minyoung Kim, Fady Rezk, Rui Li 외

Federated learning (FL) has enabled the training of multilingual large language models (LLMs) on diverse and decentralized multilingual data, especially on low-resource languages. To improve client-specific performance, …

Federated Learningparameter-efficient fine-tuning

Personalized Federated Instruction Tuning via Neural Architecture Search

2024-02-26 · Pengyu Zhang, Yingbo Zhou, Ming Hu, Junxian Feng 외

Federated Instruction Tuning (FIT) has shown the ability to achieve collaborative model instruction tuning among massive data owners without sharing private data. However, it still faces two key challenges, i.e., data an…

Neural Architecture Search

On the Convergence of Zeroth-Order Federated Tuning for Large Language Models

2024-02-08 · Zhenqing Ling, Daoyuan Chen, Liuyi Yao, Yaliang Li 외

The confluence of Federated Learning (FL) and Large Language Models (LLMs) is ushering in a new era in privacy-preserving natural language processing. However, the intensive memory requirements for fine-tuning LLMs pose …

Federated LearningGPUPrivacy Preserving

pFedLoRA: Model-Heterogeneous Personalized Federated Learning with LoRA Tuning

2023-10-20 · Liping Yi, Han Yu, Gang Wang, Xiaoguang Liu 외

Federated learning (FL) is an emerging machine learning paradigm in which a central server coordinates multiple participants (clients) collaboratively to train on decentralized data. In practice, FL often faces statistic…

Federated LearningPersonalized Federated Learning