ICLR2024

The Expressive Power of Low-Rank Adaptation

Yuchen Zeng, Kangwook Lee

116 citations

Abstract

Low-Rank Adaptation (LoRA), a parameter-efficient fine-tuning method that leverages low-rank adaptation of weight matrices, has emerged as a prevalent technique for fine-tuning pre-trained models such as large language models and diffusion models. Despite its huge success in practice, the theoretical underpinnings of LoRA have largely remained unexplored. This paper takes the first step to bridge this gap by theoretically analyzing the expressive power of LoRA. We prove that, for fully connected neural networks, LoRA can adapt any model f to accurately represent any smaller target model f if LoRA-rank ≥ (width of f ) × depth of f depth of f , under a mild assumption. We quantify the approximation error when the LoRArank is lower than the threshold. For Transformer networks, we show any model can be adapted to a target model of the same size with rank-( embedding size 2 ) LoRA adapters. Our study reveals numerous theoretical insights on hyperparameter tuning and algorithm development for LoRA, all of which are empirically validated.