Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Decentralized Low-Rank Fine-Tuning of Large Language Models

About

While parameter-efficient fine-tuning (PEFT) techniques like Low-Rank Adaptation (LoRA) offer computationally efficient adaptations of Large Language Models (LLMs), their practical deployment often assumes centralized data and training environments. However, real-world scenarios frequently involve distributed, privacy-sensitive datasets that require decentralized solutions. Federated learning (FL) addresses data privacy by coordinating model updates across clients, but it is typically based on centralized aggregation through a parameter server, which can introduce bottlenecks and communication constraints. Decentralized learning, in contrast, eliminates this dependency by enabling direct collaboration between clients, improving scalability and efficiency in distributed environments. Despite its advantages, decentralized LLM fine-tuning remains underexplored. In this work, we propose Dec-LoRA, a decentralized fine-tuning algorithm for LLMs based on LoRA. Through extensive experiments on BERT and LLaMA-2 models, we demonstrate that Dec-LoRA achieves performance comparable to centralized LoRA under various conditions, including data heterogeneity and quantization constraints. Additionally, we provide a rigorous theoretical guarantee proving the convergence of our algorithm to a stationary point for non-convex and smooth loss functions. These findings highlight the potential of Dec-LoRA for scalable LLM fine-tuning in decentralized environments.

Sajjad Ghiasvand, Mahnoosh Alizadeh, Ramtin Pedarsani• 2025

Related benchmarks

TaskDatasetResultRank
Text ClassificationMNLI
Accuracy85.15
40
Text ClassificationAGNews
Accuracy90.76
34
Text ClassificationTFNS
Accuracy91.03
8
Text ClassificationNWGI
Accuracy54.72
8
Open-ended Text GenerationMTBench
MT-1 Score4.43
8
Text GenerationVicuna
VIC Score5.6
8
Showing 6 of 6 rows

Other info

Follow for update