English

Uni-LoRA: One Vector is All You Need

Machine Learning 2025-10-29 v3

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 RDR^D, can be reconstructed through a projection from a subspace R^d, with dDd \ll D. We demonstrate that the fundamental difference among various LoRA methods lies in the choice of the projection matrix, PRD×dP \in R^{D \times d}.Most existing LoRA variants rely on layer-wise or structure-specific projections that limit cross-layer parameter sharing, thereby compromising parameter efficiency. In light of this, we introduce an efficient and theoretically grounded projection matrix that is isometric, enabling global parameter sharing and reducing computation overhead. Furthermore, under the unified view of Uni-LoRA, this design requires only a single trainable vector to reconstruct LoRA parameters for the entire LLM - making Uni-LoRA both a unified framework and a "one-vector-only" solution. Extensive experiments on GLUE, mathematical reasoning, and instruction tuning benchmarks demonstrate that Uni-LoRA achieves state-of-the-art parameter efficiency while outperforming or matching prior approaches in predictive performance. Our code is available at https://github.com/KaiyangLi1992/Uni-LoRA.

Keywords

Cite

@article{arxiv.2506.00799,
  title  = {Uni-LoRA: One Vector is All You Need},
  author = {Kaiyang Li and Shaobo Han and Qing Su and Wei Li and Zhipeng Cai and Shihao Ji},
  journal= {arXiv preprint arXiv:2506.00799},
  year   = {2025}
}

Comments

NeurIPS 2025 Spotlight

R2 v1 2026-07-01T02:52:46.561Z