paper-with-me

홈 › Papers

Federated Sketching LoRA: On-Device Collaborative Fine-Tuning of Large Language Models

2025-01-31 · Wenzhi Fang, Dong-Jun Han, Liangqi Yuan, Seyyedali Hosseinalipour, Christopher G. Brinton

Fine-tuning large language models (LLMs) on devices remains a challenging problem. Recent works have fused low-rank adaptation (LoRA) techniques with federated fine-tuning to mitigate challenges associated with device model sizes and data scarcity. Still, the heterogeneity of resources remains a critical bottleneck: while higher-rank modules generally enhance performance, varying device capabilities constrain LoRA's feasible rank range. Existing approaches attempting to resolve this issue either lack analytical justification or impose additional computational overhead, leaving a wide gap for efficient and theoretically-grounded solutions. To address these challenges, we propose federated sketching LoRA (FSLoRA), which leverages a sketching mechanism to enable devices to selectively update submatrices of global LoRA modules maintained by the server. By adjusting the sketching ratios, which determine the ranks of the submatrices on the devices, FSLoRA flexibly adapts to device-specific communication and computational constraints. We provide a rigorous convergence analysis of FSLoRA that characterizes how the sketching ratios affect the convergence rate. Through comprehensive experiments on multiple datasets and LLM models, we demonstrate FSLoRA's performance improvements compared to various baselines. The code is available at https://github.com/wenzhifang/Federated-Sketching-LoRA-Implementation.

📄 PDF Abstract BibTeX arXiv:2501.19389

Code (1)

wenzhifang/Federated-Sketching-LoRA-Implementation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Differentially Private Federated Low Rank Adaptation Beyond Fixed-Matrix

2025-07-14 · Ming Wen, Jiaqi Zhu, Yuedong Xu, Yipeng Zhou 외

Large language models (LLMs) typically require fine-tuning for domain-specific tasks, and LoRA offers a computationally efficient approach by training low-rank adapters. LoRA is also communication-efficient for federated…

Privacy Preserving

Communication-Efficient Personalized Federated Learning via Layer-Wise Multi-Threshold Random Sketching

2026-09-04 · Xu Zhang, Xingyu Hou, Jiacheng Cheng, Kaiyuan Feng 외 arxiv

Personalized federated learning (PFL) is a promising paradigm for collaborative learning over distributed devices, where edge nodes collaboratively train personalized models without sharing raw data. Although PFL address…

Personalized Federated Learning

Adaptive Federated LoRA in Heterogeneous Wireless Networks with Independent Sampling

2025-05-29 · Yanzhao Hou, Jiaxiang Geng, Boyu Li, Xiaofeng Tao 외

Federated LoRA has emerged as a promising technique for efficiently fine-tuning large language models (LLMs) on distributed devices by reducing the number of trainable parameters. However, existing approaches often inade…

Federated Fine-Tuning for Pre-Trained Foundation Models Over Wireless Networks

2024-07-03 · Zixin Wang, Yong Zhou, Yuanming Shi, Khaled. B. Letaief

Pre-trained foundation models (FMs), with extensive number of neurons, are key to advancing next-generation intelligence services, where personalizing these models requires massive amount of task-specific data and comput…

Federated LearningPrivacy PreservingScheduling

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…

Federated Learning