PulseAugur
实时 19:29:09
English(EN) ParallelBench: Understanding the Trade-offs of Parallel Decoding in Diffusion LLMs

新方法加速Diffusion LLM,解决速度-质量权衡问题 · 跟踪3个来源

研究人员正在开发新的方法来加速Diffusion大型语言模型(dLLM),由于其序列长度缩放,这些模型计算量很大。两个新框架Dynamic-dLLM和Streaming-dLLM旨在提高推理速度而不牺牲生成质量。Dynamic-dLLM使用自适应缓存预算和并行解码,而Streaming-dLLM采用后缀修剪和带有早期退出机制的动态解码。另一项研究ParallelBench强调了dLLM并行解码的权衡,揭示了在现实场景中质量的显著下降以及对自适应并行的需求。 AI

影响 dLLM加速方面的这些进展可能导致这些模型更高效的部署和实时应用。

排序理由 该集群包含三篇在arXiv上发表的研究论文,详细介绍了Diffusion大型语言模型的新方法和分析。

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 3 个来源。 我们如何撰写摘要 →

新方法加速Diffusion LLM,解决速度-质量权衡问题 · 跟踪3个来源

报道来源 [3]

  1. arXiv cs.CL TIER_1 English(EN) · Tianyi Wu, Xiaoxi Sun, Yanhua Jiao, Yulin Li, Yixin Chen, YunHao Cao, YiQi Hu, Zhuotao Tian ·

    Dynamic-dLLM:动态缓存预算和自适应并行解码,用于无训练加速扩散 LLM

    arXiv:2606.26120v1 Announce Type: new Abstract: Diffusion Large Language Models (dLLMs) offer a promising alternative to autoregressive models, excelling in text generation tasks due to their bidirectional attention mechanisms. However, their computational complexity scales on th…

  2. arXiv cs.CL TIER_1 English(EN) · Zhongyu Xiao, Zhiwei Hao, Jianyuan Guo, Yong Luo, Jia Liu, Jie Xu, Han Hu ·

    Streaming-dLLM:通过后缀剪枝和动态解码加速扩散LLM

    arXiv:2601.17917v3 Announce Type: replace-cross Abstract: Diffusion Large Language Models (dLLMs) offer a compelling paradigm for natural language generation, leveraging parallel decoding and bidirectional attention to achieve superior global coherence compared to autoregressive …

  3. arXiv cs.LG TIER_1 English(EN) · Wonjun Kang, Kevin Galim, Seunghyuk Oh, Minjae Lee, Yuchen Zeng, Shuibai Zhang, Coleman Hooper, Yuezhou Hu, Hyung Il Koo, Nam Ik Cho, Kangwook Lee ·

    ParallelBench:理解Diffusion LLM中并行解码的权衡

    arXiv:2510.04767v2 Announce Type: replace Abstract: While most autoregressive LLMs are constrained to one-by-one decoding, diffusion LLMs (dLLMs) have attracted growing interest for their potential to dramatically accelerate inference through parallel decoding. Despite this promi…