CoLA: Collaborative Low-Rank Adaptation
Yiyun Zhou, Chang Yao, Jingyuan Chen

TL;DR
CoLA introduces a flexible LoRA-based parameter-efficient fine-tuning method with collaborative strategies, significantly improving multi-task learning performance and robustness, especially in low-sample scenarios.
Contribution
It proposes a novel flexible LoRA architecture with an efficient initialization and collaborative strategies to enhance multi-task fine-tuning of large language models.
Findings
Outperforms existing PEFT methods in low-sample scenarios
Demonstrates robustness and effectiveness across multiple tasks
Provides publicly available data and code
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques
