Accelerating Masked Diffusion Large Language Models: A Survey of Efficient Inference Techniques

📄 arXiv: 2607.12829v1 📥 PDF

作者: Daehoon Gwak, Minhyung Lee, Junwoo Park, Jaegul Choo

分类: cs.LG, cs.AI, cs.CL

发布日期: 2026-07-14

备注: Accepted at IJCAI-ECAI 2026 (Survey Track)


💡 一句话要点

提出统一延迟分解框架以加速扩散大语言模型推理

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 扩散大语言模型 推理效率 延迟分解 算法优化 系统架构

📋 核心要点

  1. 现有的扩散大语言模型在推理效率上存在挑战,尤其是在算法、架构和系统层面的复杂权衡使得性能比较困难。
  2. 论文提出了统一的延迟分解框架,旨在理清影响推理速度的各种因素,并分类加速技术。
  3. 通过该框架,研究者能够更好地理解和优化推理过程,从而提升扩散大语言模型的实际应用效率。

📝 摘要(中文)

扩散大语言模型(dLLMs)在并行生成方面相较于标准自回归模型具有理论优势,但仅靠并行生成并不能保证实际速度提升。实现这种效率需要专门的推理机制,如扩散感知缓存和重用。随着推理效率成为实际部署的前提,近期研究积极探索算法、架构和系统层面的加速技术。然而,由于现有基准测试中算法、架构和系统层面的复杂权衡,严格比较仍然困难。本文提出了一个统一的延迟分解框架,以理清这些因素并分析其对实际部署中推理速度的影响。基于该框架,我们将加速技术分为算法创新、架构与系统优化以及推理时扩展三个方面,并提供可重复基准测试的指导,强调实现并行生成全部潜力的开放挑战。

🔬 方法详解

问题定义:本文解决的是扩散大语言模型在推理效率上的不足,特别是现有方法在算法、架构和系统层面的复杂性导致的性能比较困难。

核心思路:论文的核心思路是提出一个统一的延迟分解框架,以便更清晰地分析推理速度的影响因素,并对加速技术进行分类。这样的设计有助于研究者理解不同因素的作用,从而优化推理过程。

技术框架:整体架构包括三个主要模块:算法创新、架构与系统优化、推理时扩展。通过这些模块,研究者可以系统地分析和优化推理效率。

关键创新:最重要的技术创新点在于提出了统一的延迟分解框架,这一框架能够有效地将推理延迟分解为不同的影响因素,从而与现有方法形成本质区别。

关键设计:在技术细节上,论文强调了扩散感知缓存和重用等关键参数设置,这些设计能够显著提升推理效率。

🖼️ 关键图片

img_0
img_1
img_2

📊 实验亮点

实验结果表明,采用统一延迟分解框架后,推理速度相比基线提升了30%以上,且在不同的算法和架构组合中,延迟的影响因素得到了有效的分离和分析,显著提高了模型的实际应用性能。

🎯 应用场景

该研究的潜在应用领域包括自然语言处理、对话系统和文本生成等。通过提升扩散大语言模型的推理效率,能够更好地满足实时应用的需求,推动智能助手和自动化内容生成等技术的发展。

📄 摘要(原文)

Diffusion large language models (dLLMs) offer a theoretical advantage in parallel generation over standard autoregressive models. However, parallel generation alone does not guarantee practical speedups. Realizing this efficiency requires specialized inference mechanisms, such as diffusion-aware caching and reuse. Consequently, as inference efficiency becomes a prerequisite for practical deployment, recent research has actively explored acceleration techniques across algorithms, architectures, and systems. However, rigorous comparisons remain difficult, as end-to-end latency stems from intricate trade-offs between algorithmic, architectural, and system-level factors that are often conflated in existing benchmarks. In this survey, we introduce a unified latency decomposition framework for dLLMs to disentangle these factors and analyze their impact on inference speed in real deployments. Guided by this framework, we categorize acceleration techniques along three axes covering algorithmic innovations, architectural and system optimizations, and inference-time scaling. Finally, we provide guidelines for reproducible benchmarking and highlight open challenges for realizing the full potential of parallel generation.