paper-with-me

Papers

Selective Aggregation for Low-Rank Adaptation in Federated Learning

2024-10-02 · Pengxin Guo, Shuang Zeng, Yanran Wang, Huijie Fan, Feifei Wang, Liangqiong Qu

We investigate LoRA in federated learning through the lens of the asymmetry analysis of the learned $A$ and $B$ matrices. In doing so, we uncover that $A$ matrices are responsible for learning general knowledge, while $B$ matrices focus on capturing client-specific knowledge. Based on this finding, we introduce Federated Share-A Low-Rank Adaptation (FedSA-LoRA), which employs two low-rank trainable matrices $A$ and $B$ to model the weight update, but only $A$ matrices are shared with the server for aggregation. Moreover, we delve into the relationship between the learned $A$ and $B$ matrices in other LoRA variants, such as rsLoRA and VeRA, revealing a consistent pattern. Consequently, we extend our FedSA-LoRA method to these LoRA variants, resulting in FedSA-rsLoRA and FedSA-VeRA. In this way, we establish a general paradigm for integrating LoRA with FL, offering guidance for future work on subsequent LoRA variants combined with FL. Extensive experimental results on natural language understanding and generation tasks demonstrate the effectiveness of the proposed method. Our code is available at https://github.com/Pengxin-Guo/FedSA-LoRA.

📄 PDF Abstract BibTeX arXiv:2410.01463

Code (1)

Pengxin-Guo/FedSA-LoRA 공식 구현 pytorch

Tasks

Federated LearningGeneral KnowledgeNatural Language Understanding

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SDFLoRA: Selective Decoupled Federated LoRA for Privacy-preserving Fine-tuning with Heterogeneous Clients

2026-01-16 · Zhikang Shen, Jianrong Lu, Haiyuan Wan, Jianhai Chen arxiv

Federated learning (FL) for large language models (LLMs) has attracted increasing attention as a privacy-preserving approach for adapting models over distributed data, where parameter-efficient methods such as Low-Rank A…

Federated Learning

Towards Federated Low-Rank Adaptation of Language Models with Rank Heterogeneity

2024-06-25 · Yuji Byun, Jaeho Lee

Low-rank adaptation (LoRA) offers an efficient alternative to full-weight adaptation in federated fine-tuning of language models, significantly reducing computational costs. By adjusting ranks for each client, federated …

Aggregating Low Rank Adapters in Federated Fine-tuning

2025-01-10 · Evelyn Trautmann, Ian Hales, Martin F. Volk

Fine-tuning large language models requires high computational and memory resources, and is therefore associated with significant costs. When training on federated datasets, an increased communication effort is also neede…

Federated Learning

Amortizing Federated Adaptation: Hypernetwork Driven LoRA for Personalized Foundation Models

2026-06-04 · Sunny Gupta, Shambhavi Shanker, Amit Sethi arxiv

Federated fine-tuning of foundation models using Low-Rank Adaptation (LoRA) offers a communication efficient solution for distributed learning. However, existing federated LoRA methods suffer from two fundamental limitat…

ILoRA: Federated Learning with Low-Rank Adaptation for Heterogeneous Client Aggregation

2025-11-20 · Junchao Zhou, Junkang Liu, Fanhua Shang arxiv

Federated Learning with Low-Rank Adaptation (LoRA) faces three critical challenges under client heterogeneity: (1) Initialization-Induced Instability due to random initialization misaligning client subspaces; (2) Rank In…

Federated Learning