$α$-LoRA: Effective Fine-Tuning via Base Model Rescaling
Aymane El Firdoussi, El Mahdi Chayti, Mohamed El Amine Seddik, Martin Jaggi
TL;DR
This work introduces $\alpha$-LoRA, a reparameterization that scales frozen base weights by a row-wise vector $\bm{\alpha}$ to create a tunable contribution from the source task during transfer learning. Using Random Matrix Theory, the authors prove the existence of a nontrivial optimal $\alpha^*$ (typically not equal to 1) and derive its closed-form expression, along with an algorithm to estimate it in complex settings such as LLM fine-tuning. They provide theoretical guarantees under high-dimensional growth conditions and validate the approach with both linear and large-scale language-model experiments, showing improved generalization over standard LoRA with manageable overhead. The work offers a principled mechanism to balance source and target information in fine-tuning, with practical implications for more effective adaptation of large pre-trained models. Overall, $\alpha$-LoRA advances transfer learning by introducing a scalable, theory-backed means to weight base-model contributions during adaptation.
Abstract
Fine-tuning has proven to be highly effective in adapting pre-trained models to perform better on new desired tasks with minimal data samples. Among the most widely used approaches are reparameterization methods, which update a target module by augmenting its frozen weight matrix with an additional trainable weight matrix. The most prominent example is Low Rank Adaption (LoRA), which gained significant attention in recent years. In this paper, we introduce a new class of reparameterization methods for transfer learning, designed to enhance the generalization ability of fine-tuned models. We establish the effectiveness of our approach in a high-dimensional binary classification setting using tools from Random Matrix Theory, and further validate our theoretical findings through more realistic experiments, such as fine-tuning LLMs.
