arXiv:2503.18225cs.LGcs.CL2025-03ICLR被引 11

提出DeLoRA,让低秩微调更稳定高效

DeLoRA: Decoupling Angles and Strength in Low-rank Adaptation

  • 分离角度与强度,通过归一化提升训练稳定性
  • 在图像生成等任务中性能超越或持平现有方法
  • 适合追求鲁棒性与效率的模型微调场景

参数高效微调(PEFT)方法因大规模预训练模型的普及而受到广泛关注,可实现快速下游适配且计算成本低。然而,主流方法如LoRA在超参数选择或长周期训练下表现欠稳,难以达到最佳开箱即用效果。相比之下,有界方法如ETHER虽更鲁棒,但仅限极低秩适配和固定强度变换,限制了表达能力。本文提出解耦低秩适配(DeLoRA),对可学习低秩矩阵进行归一化与缩放,通过约束变换距离,有效分离角度学习与适应强度,增强鲁棒性而不损失性能。在主题驱动图像生成、自然语言理解及指令微调任务上的实验表明,DeLoRA性能可媲美甚至超越现有PEFT方法,且更具鲁棒性。代码已开源。

原文摘要 · Abstract (English)

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.

低秩微调模型优化鲁棒性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。