ICML2026
Towards Understanding the Dynamics of Low-Rank Adaptation
Shu Ding, Yang Peng, Hangan Zhou, Xinyu Lu, Shangwei Chen, Junhua Huang, Mingxuan Yuan, Wei Wang
13 citations
Abstract
Low-Rank Adaptation (LoRA) is a widely used parameter-efficient fine-tuning technique, and previous works have studied the update dynamics of LoRA, showing that updating via the low-rank matrix can be viewed as a process within the compressed subspace spanned by of the gradient . However, few works analyze how the properties of the low-rank matrices affect the performance of LoRA, since existing methods heuristically initialize the low-rank matrices as Gaussian matrices. In this paper, we provide a theoretical understanding of the update dynamics of LoRA. We reveal that the update dynamics can be viewed as a process within the subspace spanned by , and prove that when the gradient is unavailable, if is an Equiangular Tight Frame (ETF), and can preserve the maximum information from the gradient . Thus, initializing as an ETF is the optimal solution for low-rank adaptation when the gradient is unavailable. Furthermore, we establish the convergence of Low-Rank Adaptation with a rate of when is an ETF. Extensive experiments show that initializing the low-rank matrices as ETFs significantly outperforms the commonly used Gaussian initialization for existing primary LoRA variants.