2024/10/28 by Reece Shuttleworth, Shuttleworth, Reece, Jacob Andreas +5 · 8 voices · 46 citations
Computer Science · Engineering · Mathematics · Psychology · #Cognitive psychology #Economics #Embedded Systems Design Techniques #Environmental science #Equivalence (formal languages) #Fault Detection and Control Systems #Illusion #Materials science #Mathematics #Parallel Computing and Optimization Techniques #Psychology #Pure mathematics
paper · pdf · doi:10.48550/arxiv.2410.21228
published in arXiv (Cornell University) (Cornell University)
openalex publication_date 2024/10/28 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
Fine-tuning is a crucial paradigm for adapting pre-trained large language models to downstream tasks. Recently, methods like Low-Rank Adaptation (LoRA) have been shown to effectively fine-tune LLMs with an extreme reduction in trainable parameters. But, are their learned solutions really equivalent? We study how LoRA and full-finetuning change pre-trained models by analyzing the model's weight matrices through the lens of their spectral properties. We find that LoRA and full fine-tuning yield weight matrices whose singular value decompositions exhibit very different structure: weight matrices trained with LoRA have new, high-ranking singular vectors, which we call intruder dimensions, while those trained with full fine-tuning do not. Further, we extend the finding that LoRA forgets less than full fine-tuning and find its forgetting is vastly localized to the intruder dimension -- by causally intervening on the intruder dimensions by changing their associated singular values post-fine-tuning, we show that they cause forgetting. Moreover, scaling them down significantly improves modeling of the pre-training distribution with a minimal drop in downstream task performance. Given this, we should expect accumulating intruder dimensions to be harmful and lead to more forgetting. This will be amplified during continual learning because of sequentially fine-tuning, and we show that LoRA models do accumulate intruder dimensions here tend to perform worse in this setting, emphasizing the practicality of our findings.