paper-with-me

Papers

Discrete Diffusion in Large Language and Multimodal Models: A Survey

2025-06-16 · Runpeng Yu, Qi Li, Xinchao Wang

In this work, we provide a systematic survey of Discrete Diffusion Language Models (dLLMs) and Discrete Diffusion Multimodal Language Models (dMLLMs). Unlike autoregressive (AR) models, dLLMs and dMLLMs adopt a multi-token, parallel decoding paradigm using full attention and a denoising-based generation strategy. This paradigm naturally enables parallel generation, fine-grained output controllability, and dynamic, response-aware perception. These capabilities are previously difficult to achieve with AR models. Recently, a growing number of industrial-scale proprietary d(M)LLMs, as well as a large number of open-source academic d(M)LLMs, have demonstrated performance comparable to their autoregressive counterparts, while achieving up to 10x acceleration in inference speed. The advancement of discrete diffusion LLMs and MLLMs has been largely driven by progress in two domains. The first is the development of autoregressive LLMs and MLLMs, which has accumulated vast amounts of data, benchmarks, and foundational infrastructure for training and inference. The second contributing domain is the evolution of the mathematical models underlying discrete diffusion. Together, these advancements have catalyzed a surge in dLLMs and dMLLMs research in early 2025. In this work, we present a comprehensive overview of the research in the dLLM and dMLLM domains. We trace the historical development of dLLMs and dMLLMs, formalize the underlying mathematical frameworks, and categorize representative models. We further analyze key techniques for training and inference, and summarize emerging applications across language, vision-language, and biological domains. We conclude by discussing future directions for research and deployment. Paper collection: https://github.com/LiQiiiii/DLLM-Survey

📄 PDF Abstract BibTeX arXiv:2506.13759

Code (1)

liqiiiii/dllm-survey 공식 구현

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Omni-Diffusion: Unified Multimodal Understanding and Generation with Masked Discrete Diffusion

2026-03-06 · Lijiang Li, Zuwei Long, Yunhang Shen, Heting Gao 외 arxiv

While recent multimodal large language models (MLLMs) have made impressive strides, they predominantly employ a conventional autoregressive architecture as their backbone, leaving significant room to explore effective an…

Image Generation

Discrete Tokenization for Multimodal LLMs: A Comprehensive Survey

2025-07-21 · Jindong Li, Yali Fu, Jiahong Liu, Linxiao Cao 외 arxiv

The rapid advancement of large language models (LLMs) has intensified the need for effective mechanisms to transform continuous multimodal data into discrete representations suitable for language-based processing. Discre…

Computational Efficiency

Generative Multimodal Pretraining with Discrete Diffusion Timestep Tokens

2025-04-20 · CVPR 2025 1 · Kaihang Pan, Wang Lin, Zhongqi Yue, Tenglong Ao 외

Recent endeavors in Multimodal Large Language Models (MLLMs) aim to unify visual comprehension and generation by combining LLM and diffusion models, the state-of-the-art in each task, respectively. Existing approaches re…

AttributeImage Generation

LLaDA2.0-Uni: Unifying Multimodal Understanding and Generation with Diffusion Large Language Model

2026-04-22 · Inclusion AI, Tiwei Bie, Haoxing Chen, Tieyuan Chen 외 arxiv

We present LLaDA2.0-Uni, a unified discrete diffusion large language model (dLLM) that supports multimodal understanding and generation within a natively integrated framework. Its architecture combines a fully semantic d…

Image Generation

ViewMask-1-to-3: Multi-View Consistent Image Generation via Multimodal Discrete Diffusion Models

2025-12-16 · Ruishu Zhu, Zhihao Huang, Jiacheng Sun, Ping Luo 외 arxiv

Motivated by discrete diffusion's success in language-vision modeling, we explore its potential for multi-view generation, a task dominated by continuous approaches. We introduce ViewMask-1-to-3, formulating multi-view g…

Text-to-Image Generation