Uni-LoRA: One Vector is All You Need
Kaiyang Li, Shaobo Han, Qing Su, Wei Li, Zhipeng Cai, Shihao Ji

TL;DR
Uni-LoRA introduces a unified, highly parameter-efficient framework for fine-tuning large language models using only a single trainable vector, outperforming previous methods in various benchmarks.
Contribution
The paper proposes Uni-LoRA, a unified framework that uses a single vector for parameter-efficient fine-tuning of LLMs, enabling global sharing and reducing computation.
Findings
Achieves state-of-the-art parameter efficiency on multiple benchmarks.
Outperforms or matches prior approaches in predictive performance.
Uses only one trainable vector for entire LLM fine-tuning.
Abstract
Low-Rank Adaptation (LoRA) has become the de facto parameter-efficient fine-tuning (PEFT) method for large language models (LLMs) by constraining weight updates to low-rank matrices. Recent works such as Tied-LoRA, VeRA, and VB-LoRA push efficiency further by introducing additional constraints to reduce the trainable parameter space. In this paper, we show that the parameter space reduction strategies employed by these LoRA variants can be formulated within a unified framework, Uni-LoRA, where the LoRA parameter space, flattened as a high-dimensional vector space , can be reconstructed through a projection from a subspace R^d, with . We demonstrate that the fundamental difference among various LoRA methods lies in the choice of the projection matrix, .Most existing LoRA variants rely on layer-wise or structure-specific projections that limit…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Topic Modeling · Domain Adaptation and Few-Shot Learning
