The Hidden Power of Scaling Factor in LoRA Optimization
About
In Low-Rank Adaptation (LoRA), the scaling factor $\alpha$ is often treated as a mere complement to the learning rate, yet its role in optimization remains poorly understood. In this paper, we reveal that the scaling factor $\alpha$ and the learning rate function differently, with $\alpha$ emerging as the dominant driver of effective optimization, delivering gains that cannot be replicated by learning rate scaling alone. Through the synergy of extensive empirical analysis and a theoretical Signal-Drift framework, we uncover three findings into LoRA's scaling mechanism: First, LoRA's spectral suppression smooths the optimization landscape, rendering standard hyperparameters overly conservative and creating an optimization gap. Second, when leveraging this smoothness to accelerate convergence, $\alpha$ outperforms the learning rate by amplifying the task signal without increasing the drift ratio. Third, the optimal scaling factor follows a sublinear relationship with the rank, well characterized by a square-root law with an unexpectedly large coefficient, revealing the insufficient scaling of existing rank-tied heuristics. Based on these insights, we propose LoRA-$\alpha$, a minimalist framework that restores $\alpha$ to its principled regime, making LoRA compatible with standard small learning rates. Extensive evaluations across diverse tasks demonstrate that LoRA-$\alpha$ consistently improves performance while streamlining hyperparameter search, unleashing the learning potential of LoRA.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Code Generation | HumanEval | pass@123.2 | 329 | |
| Mathematical Reasoning | AIME 2024 | Pass@1 Accuracy34.21 | 243 | |
| Mathematical Reasoning | AIME 24 | Pass@1 Accuracy55.52 | 153 | |
| Mathematical Reasoning | MATH 500 | Pass@1 Rate88.6 | 113 | |
| Multimodal Embedding | MMEB | Classification Accuracy63 | 79 | |
| Mathematical Reasoning | AIME 2025 | Pass@1 Accuracy28.95 | 79 | |
| Mathematical Reasoning | MATH | Accuracy8.3 | 55 | |
| Code Generation | MBPP | Top-1 Acc.33.9 | 48 | |
| Mathematical Reasoning | Minerva | Pass@141.54 | 46 | |
| Mathematical Reasoning | AIME 25 | Pass@135.62 | 43 |