LGCLCVMar 23, 2025

DeLoRA: Decoupling Angles and Strength in Low-rank Adaptation

arXiv:2503.18225v211 citationsh-index: 8Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses robustness issues in fine-tuning large pretrained models for practitioners, though it is incremental as it builds on existing PEFT approaches.

The paper tackles the limited robustness of existing Parameter-Efficient FineTuning methods like LoRA by proposing DeLoRA, which decouples angular learning from adaptation strength, and shows it matches or surpasses competing methods in performance across tasks like image generation and natural language understanding.

Parameter-Efficient FineTuning (PEFT) methods have recently gained significant popularity thanks to the widespread availability of large-scale pretrained models. These methods allow for quick adaptation to downstream tasks with minimal computational cost. However, popular finetuning methods such as LoRA exhibit limited robustness when it comes to hyperparameter choices or extended training regimes, preventing optimal out-of-the-box performance. In contrast, bounded approaches, such as ETHER, provide greater robustness but are limited to extremely low-rank adaptations and fixed-strength transformations, reducing their adaptation expressive power. In this work, we propose Decoupled Low-rank Adaptation (DeLoRA), a novel finetuning method that normalizes and scales learnable low-rank matrices. By bounding the distance of the transformation, DeLoRA effectively decouples the angular learning from the adaptation strength, enhancing robustness without compromising performance. Through evaluations on subject-driven image generation, natural language understanding, and instruction tuning, we show that DeLoRA matches or surpasses performance of competing PEFT methods, while exhibiting stronger robustness. Code is available at https://github.com/ExplainableML/DeLoRA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes