paper-with-me

Papers

Automated Federated Pipeline for Parameter-Efficient Fine-Tuning of Large Language Models

2024-04-09 · Zihan Fang, Zheng Lin, Zhe Chen, Xianhao Chen, Yue Gao, Yuguang Fang

Recently, there has been a surge in the development of advanced intelligent generative content (AIGC), especially large language models (LLMs). However, for many downstream tasks, it is necessary to fine-tune LLMs using private data. While federated learning offers a promising privacy-preserving solution to LLM fine-tuning, the substantial size of an LLM, combined with high computational and communication demands, makes it hard to apply to downstream tasks. More importantly, private edge servers often possess varying computing and network resources in real-world scenarios, introducing additional complexities to LLM fine-tuning. To tackle these problems, we design and implement an automated federated pipeline, named FedPipe, to fine-tune LLMs with minimal training cost but without adding any inference latency. FedPipe firstly identifies the weights to be fine-tuned based on their contributions to the LLM training. It then configures a low-rank adapter for each selected weight to train local low-rank adapters on an edge server, and aggregate local adapters of all edge servers to fine-tune the whole LLM. Finally, it appropriately quantizes the parameters of LLM to reduce memory space according to the requirements of edge servers. Extensive experiments demonstrate that FedPipe expedites the model training and achieves higher accuracy than state-of-the-art benchmarks.

📄 PDF Abstract BibTeX arXiv:2404.06448

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningparameter-efficient fine-tuningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

FederatedScope-LLM: A Comprehensive Package for Fine-tuning Large Language Models in Federated Learning

2023-09-01 · Weirui Kuang, Bingchen Qian, Zitao Li, Daoyuan Chen 외

LLMs have demonstrated great capabilities in various NLP tasks. Different entities can further improve the performance of those LLMs on their specific downstream tasks by fine-tuning LLMs. When several entities have simi…

BenchmarkingFederated LearningLarge Language Modelparameter-efficient fine-tuning

Federated Hyperparameter Tuning: Challenges, Baselines, and Connections to Weight-Sharing

2021-06-08 · NeurIPS 2021 12 · Mikhail Khodak, Renbo Tu, Tian Li, Liam Li 외

Tuning hyperparameters is a crucial but arduous part of the machine learning pipeline. Hyperparameter optimization is even more challenging in federated learning, where models are learned over a distributed network of he…

Federated LearningHyperparameter OptimizationNeural Architecture Search

One Communication Round is All It Needs for Federated Fine-Tuning Foundation Models

2024-12-05 · Ziyao Wang, Bowei Tian, Yexiao He, Zheyu Shen 외

The recent advancement of large foundation models (FMs) has increased the demand for fine-tuning these models on large-scale and cross-domain datasets. To address this, federated fine-tuning has emerged as a solution, al…

AllImage GenerationText GenerationText to Image Generation+1

Robust Federated Finetuning of Foundation Models via Alternating Minimization of LoRA

2024-09-04 · Shuangyi Chen, Yue Ju, Hardik Dalal, Zhongwen Zhu 외

Parameter-Efficient Fine-Tuning (PEFT) has risen as an innovative training strategy that updates only a select few model parameters, significantly lowering both computational and memory demands. PEFT also helps to decrea…

Federated Learningparameter-efficient fine-tuning

Hyper-parameter Optimization for Federated Learning with Step-wise Adaptive Mechanism

2024-11-19 · Yasaman Saadati, M. Hadi Amini

Federated Learning (FL) is a decentralized learning approach that protects sensitive information by utilizing local model parameters rather than sharing clients' raw datasets. While this privacy-preserving method is wide…

AutoMLFederated LearningPrivacy Preserving