AIJul 8, 2025

SingLoRA: Low Rank Adaptation Using a Single Matrix

arXiv:2507.05566v12 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in fine-tuning large models for researchers and practitioners, offering a more stable and parameter-efficient method, though it is incremental over existing LoRA approaches.

The paper tackles the problem of unstable training dynamics in Low-Rank Adaptation (LoRA) for parameter-efficient fine-tuning by proposing SingLoRA, which uses a single low-rank matrix decomposition to remove scale conflicts and reduce parameters. It achieves 91.3% accuracy on MNLI with LLama 7B, surpassing LoRA variants, and improves image fidelity in Stable Diffusion fine-tuning with a DINO similarity score of 0.151.

Low-Rank Adaptation (LoRA) has significantly advanced parameter-efficient fine-tuning of large pretrained models. LoRA augments the pre-trained weights of a model by adding the product of two smaller matrices that together form a low-rank matrix update. Recent research has shown that scale disparities between these two matrices often cause unstable training dynamics, leading to suboptimal performance. In this paper, we propose SingLoRA, which reformulates low-rank adaptation by learning the weights update as a decomposition of a single low-rank matrix multiplied by its transpose. This simple design inherently removes inter-matrix scale conflicts, ensuring stable optimization, and roughly halves the parameter count. We analyze SingLoRA within the infinite-width neural network framework, showing that it guarantees stable feature learning by construction. Extensive experiments on multiple tasks validate these benefits. In common sense reasoning, fine-tuning LLama 7B on MNLI with SingLoRA achieves 91.3% accuracy - surpassing LoRA (89.1%) and LoRA+ (90.2%) - while using only 60% of their parameter budget. In image generation, fine-tuning Stable Diffusion with SingLoRA significantly improves image fidelity on DreamBooth, achieving a DINO similarity score of 0.151, compared to scores of 0.148 and 0.143 for DoRA and LoRA, respectively.

Foundations

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

Your Notes