PulseAugur
实时 15:06:26
English(EN) Beyond Next-Token Prediction: A Performance Characterization of Diffusion versus Autoregressive Language Models

扩散语言模型:效率、鲁棒性和路由创新

近期研究探索了扩散语言模型(DLM)的进展,重点关注提高其效率和鲁棒性。一篇论文将专家选择路由(Expert-Choice Routing)引入作为DLM的优于令牌选择路由(Token-Choice Routing)的替代方案,实现了更好的负载均衡和更快的收敛。另一项研究提出了AURORA-LM,一种连续潜在扩散语言模型,它将表示构建与分布建模分开,在生成和摘要任务上取得了强劲的性能。进一步的研究调查了ODB-dLLM等加速框架,该框架使用自适应长度预测和推测性解码来加速推理,以及令牌级提前停止以减少扩散步数而不牺牲质量。最后,研究还考察了DLM对噪声和对抗性攻击的鲁棒性,强调虽然它们由于随机性而能抵抗某些攻击,但其整体鲁棒性依赖于权重并且需要架构集成。 AI

影响 这些在路由、表示、加速和鲁棒性方面的进展可能带来更高效、更可靠的基于扩散的语言生成系统。

排序理由 多篇在arXiv上发表的学术论文详细介绍了扩散语言模型的新方法和分析。

在 Apple Machine Learning Research 阅读 →

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

扩散语言模型:效率、鲁棒性和路由创新

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
多篇在arXiv上发表的学术论文详细介绍了扩散语言模型的新方法和分析。
Source corroboration
15 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
paper, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
54 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+7 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

完整方法见我们的编辑标准

报道来源 [15]

  1. Apple Machine Learning Research TIER_1 English(EN) ·

    超越下一个词元预测:扩散模型与自回归语言模型的性能表征

    Large Language Models (LLMs) have achieved state-of-the-art performance on a broad range of Natural Language Processing (NLP) tasks, including document processing and code generation. Autoregressive Language Models (ARMs), which generate tokens sequentially conditioned on all pre…

  2. arXiv cs.CL TIER_1 English(EN) · Xiaocheng Lu, Hualei Zhang, Shuhan Guo, Jie Zhang, Xiaoyi Pang, Jian Liu, Haoxi Li, Bohai Gu, Haoxuan Che, Jingcai Guo, Song Guo ·

    OPTD:用于少样本扩散语言模型的具有一致性引导自适应压缩的策略内转移蒸馏

    arXiv:2608.02942v1 Announce Type: new Abstract: Diffusion language models (dLLMs) can predict many tokens in parallel, but accurate generation still requires many iterative denoising steps. Few-step distillation accelerates decoding by compressing multiple teacher steps into a si…

  3. arXiv cs.AI TIER_1 English(EN) · Tong Ling, Hang Lei, Feng Xiao, Changhui Sun, Jiahang Xie, Hao Liu, Lu Liu, Yanlong Du ·

    MDLMPE:面向掩码扩散语言模型的分布感知位置编码

    arXiv:2608.03769v1 Announce Type: cross Abstract: Masked diffusion language models (MDLMs) enable parallel generation and bidirectional context modeling, but their positional context differs fundamentally from that of autoregressive (AR) models. Whereas AR decoding exposes a cont…

  4. arXiv cs.AI TIER_1 English(EN) · Brian K Chen, Chong Wu, Kenji Kawaguchi ·

    推测性纠正:用于扩散语言模型的草拟后精炼解码

    arXiv:2608.02625v1 Announce Type: cross Abstract: Diffusion language models (DLMs) can revise tokens bidirectionally, but standard decoding procedures often adapt them to left-to-right generation by producing text block by block. We study a simple plug-and-play inference pattern:…

  5. arXiv cs.AI TIER_1 English(EN) · Fengqi Zhu, Shaoxuan Xu, Jingyang Ou, Zebin You, Yipeng Xing, Huabin Liu, Xiaolu Zhang, Jun Zhou, Zhenzhong Lan, Yankai Lin, Wayne Xin Zhao, Jianguo Li, Chongxuan Li, Ji-Rong Wen ·

    LLaDA MoE v2: 扩展专家混合扩散语言模型

    arXiv:2608.03457v1 Announce Type: new Abstract: Diffusion language models (dLLMs) offer an alternative to autoregressive (AR) language modeling, yet the scaling behavior of Mixture-of-Experts (MoE) dLLMs remains poorly understood. We systematically characterize how optimization h…

  6. arXiv cs.CL TIER_1 English(EN) · Shuibai Zhang, Caspian Zhuang, Chihan Cui, Zhihan Yang, Fred Zhangzhi Peng, Yanxin Zhang, Haoyue Bai, Zack Jia, Yang Zhou, Guanhua Chen, Ming Liu ·

    专家选择路由实现扩散语言模型的自适应计算

    arXiv:2604.01622v2 Announce Type: replace-cross Abstract: Diffusion language models (DLMs) enable parallel, non-autoregressive text generation, yet existing DLM mixture-of-experts (MoE) models inherit token-choice (TC) routing from autoregressive systems, leading to load imbalanc…

  7. arXiv cs.CL TIER_1 English(EN) · Jiajun Liang, Yucheng Liao, Yukang Cao, Jiazhe Wei, Ken Li, Wende Tan, Jiankun Zhang, ZY Cui, Jingkang Yang, Liucheng Guo, Shiqi Yang, B. Yang, Caifeng Shan, Ziwei Liu, Chenyang Si ·

    AURORA-LM:用于连续潜在扩散语言模型的自编码统一表示

    arXiv:2608.02602v1 Announce Type: new Abstract: Language remains an outlier in generative modeling: while images, video, and audio are increasingly modeled in continuous latent spaces, text generation still relies predominantly on discrete tokens. Existing continuous language mod…

  8. arXiv cs.CL TIER_1 English(EN) · Linye Wei, Wenjue Chen, Pingzhi Tang, Xiaotian Guo, Le Ye, Runsheng Wang, Meng Li ·

    双边界编排:一种受算术强度启发的扩散语言模型加速框架

    arXiv:2511.21759v2 Announce Type: replace Abstract: Diffusion-based large language models (dLLMs) have recently gained significant attention for their exceptional performance and inherent potential for parallel decoding. Existing frameworks further enhance its inference efficienc…

  9. arXiv cs.CL TIER_1 English(EN) · Zakhar Kohut, Severyn Shykula, Mykola Vysotskyi, Serhii Dmytryshyn, Dmytro Khamula, Michal Zakrzewski, Damian Rynczak, Jacek Ma{\l}ecki, Taras Rumezhak, Volodymyr Karpiv ·

    恰逢其时:扩散语言模型的Token级早期停止

    arXiv:2602.11133v2 Announce Type: replace-cross Abstract: Diffusion language models generate text through iterative refinement, a process that is often computationally inefficient because many tokens reach stability long before the final denoising step. We introduce a training-fr…

  10. Hugging Face Daily Papers TIER_1 English(EN) ·

    LLaDA MoE v2: 扩展专家混合扩散语言模型

    Diffusion language models (dLLMs) offer an alternative to autoregressive (AR) language modeling, yet the scaling behavior of Mixture-of-Experts (MoE) dLLMs remains poorly understood. We systematically characterize how optimization hyperparameters, compute allocation, and architec…

  11. arXiv cs.CL TIER_1 English(EN) · Yaoxuan Dou, Yang Shu ·

    更快但不同:加速多模态扩散语言模型中的内容漂移诊断与控制

    arXiv:2607.29079v1 Announce Type: new Abstract: Training-free acceleration makes diffusion-based multimodal large language models (dMLLMs) more deployable, but it may silently change generated content. We study this serving-time consistency problem on 300 real images, comparing F…

  12. Hugging Face Daily Papers TIER_1 English(EN) ·

    AURORA-LM:用于连续潜在扩散语言模型的自编码统一表示

    Language remains an outlier in generative modeling: while images, video, and audio are increasingly modeled in continuous latent spaces, text generation still relies predominantly on discrete tokens. Existing continuous language models either inherit embedding spaces not designed…

  13. arXiv cs.LG TIER_1 English(EN) · Saurabh Yadav, Badri Narayana Patro, Vijay Srinivas Agneeswaran ·

    超越双向承诺:重新评估扩散语言模型的鲁棒性

    arXiv:2607.27386v1 Announce Type: cross Abstract: Diffusion Language Models (DLMs) offer a compelling alternative to autoregressive (AR) generation by enabling bidirectional context and iterative refinement. However, their reliability under natural input noise and adversarial att…

  14. arXiv cs.CL TIER_1 English(EN) · Kai Syun Hou, James Kwok ·

    重新思考块扩散语言模型的生成顺序

    arXiv:2607.24306v1 Announce Type: new Abstract: Diffusion language models enable flexible arbitrary-order generation, but existing sampling methods are mostly designed for early masked diffusion models (MDMs). In this work, we study sampling for recent block diffusion language mo…

  15. Hugging Face Daily Papers TIER_1 English(EN) ·

    重新思考块扩散语言模型的生成顺序

    Diffusion language models enable flexible arbitrary-order generation, but existing sampling methods are mostly designed for early masked diffusion models (MDMs). In this work, we study sampling for recent block diffusion language models (BDLMs). We show empirically and analytical…