Research Papers 论文研究 8d ago Updated 7d ago 更新于 7天前 46

LoRA-Diffusion: Parameter-Efficient Fine-Tuning via Low-Rank Trajectory Decomposition LoRA-Diffusion:通过低秩轨迹分解的参数高效微调

LoRA-Diffusion extends parameter-efficient fine-tuning from autoregressive LMs to diffusion-based language models by applying low-rank decomposition to the denoising trajectory rather than model weights The method introduces trajectory-level low-rank adapters, step-adaptive rank allocation across diffusion phases, and compositional multi-task learning for merging task-specific modules at inference LoRA-Diffusion achieves the highest mean performance on SST-2 and strong results on QNLI and MRPC b 首次提出适用于扩散语言模型的参数高效微调方法LoRA-Diffusion 核心创新:将低秩分解应用于去噪轨迹而非模型权重,学习从噪声到输出的完整扩散路径扰动 引入轨迹级低秩适配器、步骤自适应秩分配和组合式多任务学习三大机制 在SST-2、QNLI、MRPC基准上实现最高token级去噪验证准确率 显著降低每任务存储开销,建立扩散语言模型PEFT新框架

60
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • LoRA-Diffusion extends parameter-efficient fine-tuning from autoregressive LMs to diffusion-based language models by applying low-rank decomposition to the denoising trajectory rather than model weights
  • The method introduces trajectory-level low-rank adapters, step-adaptive rank allocation across diffusion phases, and compositional multi-task learning for merging task-specific modules at inference
  • LoRA-Diffusion achieves the highest mean performance on SST-2 and strong results on QNLI and MRPC benchmarks, outperforming evaluated methods in joint multi-task training
  • The approach significantly reduces per-task storage compared to full fine-tuning while establishing a new PEFT framework for diffusion language models

Why It Matters

This work bridges a critical gap in the AI landscape by adapting parameter-efficient fine-tuning — long dominated by autoregressive models — to the emerging class of diffusion-based language models. As diffusion architectures gain traction for text generation, practitioners need scalable adaptation strategies that avoid the prohibitive costs of full fine-tuning. LoRA-Diffusion provides a practical pathway for customizing diffusion LMs across diverse NLP tasks with minimal computational overhead.

Technical Details

  • Trajectory-level low-rank decomposition: Instead of modifying individual weight matrices as in standard LoRA, the method learns low-rank perturbations to the entire diffusion denoising path from noise to output, treating the trajectory as the adaptation target
  • Step-adaptive rank allocation: Different diffusion phases receive different rank allocations, allowing the model to allocate capacity where it matters most across the denoising process
  • Compositional multi-task learning: Task-specific adapter modules can be merged at inference time without retraining, enabling flexible multi-task deployment
  • Benchmarks: Evaluated on SST-2, QNLI, and MRPC with token-level denoising validation accuracy reported over five random seeds
  • Storage efficiency: Demonstrates reduced per-task storage compared to full fine-tuning while maintaining competitive or superior accuracy

Industry Insight

  • The extension of PEFT methods to diffusion language models signals that the industry should prepare adaptation tooling for non-autoregressive architectures as they mature, rather than assuming LoRA-style methods are exclusive to causal LMs
  • Compositional multi-task learning with mergeable adapters offers a compelling deployment strategy for organizations needing to serve multiple NLP tasks from a single base model without per-task retraining overhead
  • As diffusion LMs continue to close the gap with autoregressive models on text generation quality, parameter-efficient fine-tuning frameworks like LoRA-Diffusion will become essential infrastructure for cost-effective model customization at scale

TL;DR

  • 首次提出适用于扩散语言模型的参数高效微调方法LoRA-Diffusion
  • 核心创新:将低秩分解应用于去噪轨迹而非模型权重,学习从噪声到输出的完整扩散路径扰动
  • 引入轨迹级低秩适配器、步骤自适应秩分配和组合式多任务学习三大机制
  • 在SST-2、QNLI、MRPC基准上实现最高token级去噪验证准确率
  • 显著降低每任务存储开销,建立扩散语言模型PEFT新框架

为什么值得看

本文填补了参数高效微调在扩散语言模型领域的空白,为迭代去噪式文本生成提供了首个可行的PEFT方案。其轨迹级低秩分解和组合式多任务学习对构建高效、可组合的扩散语言模型具有重要参考价值,推动了扩散模型从图像向文本领域的延伸。

技术解析

  • 核心方法:不同于传统LoRA对单个变换矩阵进行低秩分解,LoRA-Diffusion对整个去噪轨迹(从噪声到输出的扩散路径)进行低秩分解,学习轨迹级扰动
  • 三大创新机制:(1) 轨迹级低秩适配器,修改每个去噪步骤;(2) 步骤自适应秩分配,在不同扩散阶段动态分配秩;(3) 组合式多任务学习,推理时可直接合并任务特定模块而无需重新训练
  • 评估设置:在SST-2、QNLI、MRPC三个NLP基准上评估,报告五个随机种子的token级去噪验证准确率
  • 性能表现:在SST-2上取得最高平均性能,在QNLI和MRPC上表现强劲;多任务联合训练中获得所有对比方法中最高的token级准确率
  • 效率优势:相比全量微调显著减少每任务存储需求,为扩散语言模型的实用化部署提供可行路径

行业启示

  • 扩散语言模型正从理论探索走向实用化,参数高效微调是降低训练成本、推动落地的关键技术方向
  • 轨迹级适配器的设计思路可推广至其他迭代生成模型(如ODE/SDE-based生成器),具有方法论上的通用价值
  • 组合式多任务学习为多任务场景提供了高效部署方案,避免为每个任务单独微调带来的存储和计算开销

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Fine-tuning 微调 Research 科学研究 LLM 大模型 Training 训练