ODELoRA: Training Low-Rank Adaptation by Solving Ordinary Differential Equations
Yihang Gao, Vincent Y. F. Tan

TL;DR
ODELoRA introduces a continuous-time ODE-based framework for low-rank adaptation in deep learning, improving training stability and convergence by better exploiting the structure of LoRA parameterization.
Contribution
It proposes an ODE-based dynamic for LoRA training, providing a unified perspective and theoretical guarantees, outperforming traditional methods in stability and convergence.
Findings
Achieves linear convergence under certain conditions.
Demonstrates superior stability in training physics-informed neural networks.
Confirms theoretical results through empirical matrix sensing experiments.
Abstract
Low-rank adaptation (LoRA) has emerged as a widely adopted parameter-efficient fine-tuning method in deep transfer learning, due to its reduced number of trainable parameters and lower memory requirements enabled by Burer-Monteiro factorization on adaptation matrices. However, classical LoRA training methods treat the low-rank factor matrices individually and optimize them using standard gradient-based algorithms. Such decoupled optimization schemes are theoretically and empirically suboptimal, as they fail to fully exploit the intrinsic structure of the LoRA parameterization. In this work, we propose a novel continuous-time optimization dynamic for LoRA factor matrices in the form of an ordinary differential equation (ODE) that emulates the gradient flow of full fine-tuning on the balanced manifold. We term this approach ODELoRA. To faithfully track the trajectories of ODELoRA, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Model Reduction and Neural Networks · Sparse and Compressive Sensing Techniques
