GraLoRA: Granular Low-Rank Adaptation for Parameter-Efficient Fine-Tuning
Abstract
Granular Low-Rank Adaptation (GraLoRA) improves upon Low-Rank Adaptation (LoRA) by partitioning weight matrices to mitigate overfitting and enhance performance in parameter-efficient fine-tuning.
Low-Rank Adaptation (LoRA) is a popular method for parameter-efficient fine-tuning (PEFT) of generative models, valued for its simplicity and effectiveness. Despite recent enhancements, LoRA still suffers from a fundamental limitation: overfitting when the bottleneck is widened. It performs best at ranks 32-64, yet its accuracy stagnates or declines at higher ranks, still falling short of full fine-tuning (FFT) performance. We identify the root cause as LoRA's structural bottleneck, which introduces gradient entanglement to the unrelated input channels and distorts gradient propagation. To address this, we introduce a novel structure, Granular Low-Rank Adaptation (GraLoRA) that partitions weight matrices into sub-blocks, each with its own low-rank adapter. With negligible computational or storage cost, GraLoRA overcomes LoRA's limitations, effectively increases the representational capacity, and more closely approximates FFT behavior. Experiments on code generation and commonsense reasoning benchmarks show that GraLoRA consistently outperforms LoRA and other baselines, achieving up to +8.5% absolute gain in Pass@1 on HumanEval+. These improvements hold across model sizes and rank settings, making GraLoRA a scalable and robust solution for PEFT. Code, data, and scripts are available at https://github.com/SqueezeBits/GraLoRA.git
Community
In this work, we introduced GraLoRA, a novel PEFT method that extends LoRA with granular, blockwise decomposition. Motivated by a rigorous analysis of LoRA’s gradient behavior, we identified that
input outliers can dominate the low-rank update, suppressing meaningful contributions from other
input channels and misaligning with the localized gradient propagation observed in full fine-tuning.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- HD-PiSSA: High-Rank Distributed Orthogonal Adaptation (2025)
- ABBA: Highly Expressive Hadamard Product Adaptation for Large Language Models (2025)
- LoRI: Reducing Cross-Task Interference in Multi-Task Low-Rank Adaptation (2025)
- Dual Decomposition of Weights and Singular Value Low Rank Adaptation (2025)
- Memory-Efficient Orthogonal Fine-Tuning with Principal Subspace Adaptation (2025)
- OSoRA: Output-Dimension and Singular-Value Initialized Low-Rank Adaptation (2025)
- Parameter-Efficient Fine-Tuning with Column Space Projection (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper