paper-with-me

홈 › Papers

Ravan: Multi-Head Low-Rank Adaptation for Federated Fine-Tuning

2025-06-05 · Arian Raje, Baris Askin, Divyansh Jhunjhunwala, Gauri Joshi

Large language models (LLMs) have not yet effectively leveraged the vast amounts of edge-device data, and federated learning (FL) offers a promising paradigm to collaboratively fine-tune LLMs without transferring private edge data to the cloud. To operate within the computation and communication constraints of edge devices, recent literature on federated fine-tuning of LLMs proposes the use of low-rank adaptation (LoRA) and similar parameter-efficient methods. However, LoRA-based methods suffer from accuracy degradation in FL settings, primarily because of data and computational heterogeneity across clients. We propose \textsc{Ravan}, an adaptive multi-head LoRA method that balances parameter efficiency and model expressivity by reparameterizing the weight updates as the sum of multiple LoRA heads $s_i\textbf{B}_i\textbf{H}_i\textbf{A}_i$ in which only the core matrices $\textbf{H}_i$ and their lightweight scaling factors $s_i$ are trained. These trainable scaling factors let the optimization focus on the most useful heads, recovering a higher-rank approximation of the full update without increasing the number of communicated parameters since clients upload $s_i\textbf{H}_i$ directly. Experiments on vision and language benchmarks show that \textsc{Ravan} improves test accuracy by 2-8\% over prior parameter-efficient baselines, making it a robust and scalable solution for federated fine-tuning of LLMs.

📄 PDF Abstract BibTeX arXiv:2506.05568

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Three-Pronged Spectral Control for Federated Parameter Efficient Fine Tuning

2026-07-23 · Shiva Raj Pokhrel, Dipsan Bhattarai, Anwar Walid arxiv

Federated parameter-efficient fine-tuning (PEFT) enables communication-efficient adaptation of large pretrained models on decentralized edge data, but it remains fragile under non-IID client heterogeneity. In low-rank ad…

parameter-efficient fine-tuning

Towards Robust and Efficient Federated Low-Rank Adaptation with Heterogeneous Clients

2024-10-30 · Jabin Koo, Minwoo Jang, Jungseul Ok

Federated fine-tuning for Large Language Models (LLMs) faces significant challenges due to the heavy communication overhead of transmitting large model updates. Although Low Rank Adaptation (LoRA) has been proposed as a …

Federated Learning

Personalized Federated Fine-tuning for Heterogeneous Data: An Automatic Rank Learning Approach via Two-Level LoRA

2025-03-05 · Jie Hao, Yuman Wu, Ali Payani, Myungjin Lee 외

We study the task of personalized federated fine-tuning with heterogeneous data in the context of language models, where clients collaboratively fine-tune a language model (e.g., BERT, GPT) without sharing their local da…

Language ModelingLanguage ModellingNatural Language Understandingparameter-efficient fine-tuning

Differentially Private Low-Rank Adaptation of Large Language Model Using Federated Learning

2023-12-29 · Xiao-Yang Liu, Rongyi Zhu, Daochen Zha, Jiechao Gao 외

The surge in interest and application of large language models (LLMs) has sparked a drive to fine-tune these models to suit specific applications, such as finance and medical science. However, concerns regarding data pri…

Federated LearningLanguage ModelingLanguage ModellingLarge Language Model

FLoRG: Federated Fine-tuning with Low-rank Gram Matrices and Procrustes Alignment

2026-02-19 · Chuiyang Meng, Ming Tang, Vincent W. S. Wong arxiv

Parameter-efficient fine-tuning techniques such as low-rank adaptation (LoRA) enable large language models (LLMs) to adapt to downstream tasks efficiently. Federated learning (FL) further facilitates this process by enab…

parameter-efficient fine-tuningFederated Learning