SRLoRA: Subspace Recomposition in Low-Rank Adaptation via Importance-Based Fusion and Reinitialization
Haodong Yang, Lei Wang, Md Zakir Hossain

TL;DR
SRLoRA enhances low-rank adaptation by dynamically recomposing the subspace through importance scoring and reinitialization, leading to better performance and faster convergence in language and vision tasks without increasing parameters.
Contribution
It introduces a novel subspace recomposition method for LoRA that improves expressiveness and performance without adding trainable parameters.
Findings
SRLoRA outperforms standard LoRA in accuracy and convergence speed.
The method is effective across both language and vision tasks.
SRLoRA maintains parameter efficiency while enhancing adaptation capabilities.
Abstract
Low-Rank Adaptation (LoRA) is a widely adopted parameter-efficient fine-tuning (PEFT) method that injects two trainable low-rank matrices (A and B) into frozen pretrained models. While efficient, LoRA constrains updates to a fixed low-rank subspace (Delta W = BA), which can limit representational capacity and hinder downstream performance. We introduce Subspace Recomposition in Low-Rank Adaptation (SRLoRA) via importance-based fusion and reinitialization, a novel approach that enhances LoRA's expressiveness without compromising its lightweight structure. SRLoRA assigns importance scores to each LoRA pair (a column of B and the corresponding row of A), and dynamically recomposes the subspace during training. Less important pairs are fused into the frozen backbone, freeing capacity to reinitialize new pairs along unused principal directions derived from the pretrained weight's singular…
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
TopicsDomain Adaptation and Few-Shot Learning · Sparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques
