CLMay 21, 2025

CoLA: Collaborative Low-Rank Adaptation

arXiv:2505.15471v17 citationsh-index: 5Has CodePROMISE
Originality Incremental advance
AI Analysis

This addresses a bottleneck in multi-task fine-tuning for LLMs, offering incremental improvements over prior methods like LoRA and Mixture-of-Experts.

The paper tackles the problem of interference between tasks in parameter-efficient fine-tuning (PEFT) methods like LoRA for large language models, proposing CoLA, a flexible LoRA architecture with collaborative strategies that outperforms existing PEFT methods, especially in low-sample scenarios.

The scaling law of Large Language Models (LLMs) reveals a power-law relationship, showing diminishing return on performance as model scale increases. While training LLMs from scratch is resource-intensive, fine-tuning a pre-trained model for specific tasks has become a practical alternative. Full fine-tuning (FFT) achieves strong performance; however, it is computationally expensive and inefficient. Parameter-efficient fine-tuning (PEFT) methods, like LoRA, have been proposed to address these challenges by freezing the pre-trained model and adding lightweight task-specific modules. LoRA, in particular, has proven effective, but its application to multi-task scenarios is limited by interference between tasks. Recent approaches, such as Mixture-of-Experts (MOE) and asymmetric LoRA, have aimed to mitigate these issues but still struggle with sample scarcity and noise interference due to their fixed structure. In response, we propose CoLA, a more flexible LoRA architecture with an efficient initialization scheme, and introduces three collaborative strategies to enhance performance by better utilizing the quantitative relationships between matrices $A$ and $B$. Our experiments demonstrate the effectiveness and robustness of CoLA, outperforming existing PEFT methods, especially in low-sample scenarios. Our data and code are fully publicly available at https://github.com/zyy-2001/CoLA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes