arXiv:2506.02724cs.LGmath.OC2025-06ACL被引 3

WeightLoRA动态筛选关键LoRA适配器,大幅减少参数量仍保持性能

WeightLoRA: Keep Only Necessary Adapters

  • 训练中动态选择最关键的LoRA适配器,自动剪枝非必要部分
  • 参数量减少超50%时,性能仍持平甚至优于原版LoRA
  • 适合资源受限场景,尤其适用于大模型微调

语言模型在现代应用中的广泛使用离不开参数高效微调技术,如低秩适配(LoRA),其通过在选定层添加可训练适配器实现微调。尽管LoRA能获得高精度结果,但训练大模型时需大量内存,且对适配器添加层缺乏直观判断。本文提出新方法WeightLoRA,通过优化过程中自适应选择最关键的LoRA适配器,显著减少可训练参数量,同时保持甚至提升性能。我们在DeBERTa、BART和Llama等模型上,针对多个主流基准测试进行了实验,对比不同自适应方法。结果表明WeightLoRA有效,且WeightLoRA+在几乎所有情况下表现更优。

原文摘要 · Abstract (English)

The widespread utilization of language models in modern applications is inconceivable without Parameter-Efficient Fine-Tuning techniques, such as low-rank adaptation ($\texttt{LoRA}$), which adds trainable adapters to selected layers. Although $\texttt{LoRA}$ may obtain accurate solutions, it requires significant memory to train large models and intuition on which layers to add adapters. In this paper, we propose a novel method, $\texttt{WeightLoRA}$, which overcomes this issue by adaptive selection of the most critical $\texttt{LoRA}$ heads throughout the optimization process. As a result, we can significantly reduce the number of trainable parameters while maintaining the capability to obtain consistent or even superior metric values. We conduct experiments for a series of competitive benchmarks and DeBERTa, BART, and Llama models, comparing our method with different adaptive approaches. The experimental results demonstrate the efficacy of $\texttt{WeightLoRA}$ and the superior performance of $\texttt{WeightLoRA+}$ in almost all cases.

LoRA参数高效模型压缩

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