arXiv:2606.13767cs.LGcs.AI2026-06被引 1

通过稀疏化改进LoRA,实现更高效且不牺牲性能的模型微调。

Beyond LoRA: Is Sparsity-Induced Adaptation Better?

论文配图:Beyond LoRA: Is Sparsity-Induced Adaptation Better?
图 1 · 摘自论文原文
  • 在现有LoRA基础上引入稀疏结构,提出cLA、deterministic LoRA和${c}^3$LA等新方法。
  • 实验表明稀疏化方案在14个数据集上表现稳定,训练时间减少10%,显存降低15%。
  • 理论与实证结合,为参数高效微调提供更可靠的评估框架,适合研究者与工程优化者参考。

低秩适应(LoRA)及其变体为预训练模型的全量微调提供了内存与计算效率更高的替代方案。然而,这些方法的泛化能力对比及低秩更新结构如何保持有效适应仍存疑问。本文从历史视角回顾了全量微调、原始LoRA到当前各类变体的发展,并提出更简单、低成本的参数高效扩展:在现有LoRA中诱导稀疏性,包括廉价LoRA(cLA)、固定一个低秩因子而训练另一个(确定性或随机变体),以及链式循环变体${c}^3$LA。我们将cLA视为一种结构化的非对称LoRA,作为全量微调的受控列子空间限制。首次推导出这些变体的信息论泛化误差界。我们在10个预训练模型和14个数据集上评估了11种微调方法,使用损失曲面和谱分析等工具分析模型性能与泛化能力。尽管微调结果受预训练模型、数据集等因素影响,研究显示将基于LoRA的参数高效微调限制在稀疏、结构化的列空间内,仍能在任务上与参数匹配的基线相当,同时训练时间最多减少10%,峰值显存最多降低15%,即使采用朴素、未优化的稀疏实现。理论与实证的泛化度量提供了比常用分析工具更一致、更严谨的成本效益微调方法。代码与概述见:https://elicaden.github.io/Beyond_LoRA/

原文摘要 · Abstract (English)

Low-rank adaptation (LoRA) and its variants provide a memory- and compute-efficient alternative to full fine-tuning of pre-trained models. However, questions remain about the comparative generalizability of these approaches and how the structural restrictions on low-rank updates preserve effective adaptation performance. We present a historical framing, covering the past (full fine-tuning and original LoRA), the present (different variants of LoRA), and propose simpler, cheaper, parameter-efficient extensions by inducing sparsity within existing LoRA variants: Cheap LoRA (cLA), training a single low-rank factor with the other fixed (deterministically or, in its randomized variant, stochastically), and the chained circulant variant, ${c}^3$LA. We frame cLA as a structured instance of asymmetric LoRA, serving as a controlled column-subspace restriction of full fine-tuning. We derive information-theoretic generalization error bounds for these variants, marking one of the first endeavors in this area. Empirically, we evaluate 11 fine-tuning methods across 10 pre-trained models and 14 datasets, analyzing the fine-tuned models' performance and generalization using tools such as loss landscapes and spectral analysis. Despite the sensitivity of fine-tuned models to the pre-trained model, datasets, and other factors, our study suggests that restricting LoRA-based PEFT methods' adaptation to a sparse, structured column space remains competitive across tasks with their parameter-matched baselines while reducing up to 10% training time and peak GPU memory up to 15%, even with a naïve, non-optimized, sparse implementation. Our theoretical and empirical generalization measures provide a more consistent and principled approach to their cost-effective adaptation than commonly used analytical tools. Overview and code are available at: https://elicaden.github.io/Beyond_LoRA/.

LoRA参数高效稀疏性微调

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