paper-with-me

Papers

Sequential Diffusion Language Models

2025-09-28 · Yangzhou Liu, Yue Cao, Hao Li, Gen Luo, Zhe Chen, Weiyun Wang, Xiaobo Liang, Biqing Qi, Lijun Wu, Changyao Tian, Yanting Zhang, Yuqiang Li, Tong Lu, Yu Qiao, Jifeng Dai, Wenhai Wang arxiv

Diffusion language models (DLMs) have strong theoretical efficiency but are limited by fixed-length decoding and incompatibility with key-value (KV) caches. Block diffusion mitigates these issues, yet still enforces a fixed block size and requires expensive training. We introduce Next Sequence Prediction (NSP), which unifies next-token and next-block prediction, enabling the model to adaptively determine the generation length at each step. When the length is fixed to 1, NSP reduces to standard next-token prediction. Building on NSP, we propose Sequential Diffusion Language Model (SDLM), which can retrofit pre-trained autoregressive language models (ALMs) at minimal cost. Specifically, SDLM performs diffusion inference within fixed-size mask blocks, but dynamically decodes consecutive subsequences based on model confidence, thereby preserving KV-cache compatibility and improving robustness to varying uncertainty and semantics across the sequence. Experiments show that SDLM matches or surpasses strong autoregressive baselines using only 3.5M training samples, while achieving 2.1 higher throughput than Qwen-2.5. Notably, the SDLM-32B model delivers even more pronounced efficiency gains, demonstrating the strong scalability potential of our modeling paradigm. Project page and codes: https://github.com/OpenGVLab/SDLM

📄 PDF Abstract BibTeX arXiv:2509.24007

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Surface Reasoning: Unveiling the True Long Chain-of-Thought Capacity of Diffusion Large Language Models

2025-10-10 · Qiguang Chen, Hanjing Li, Libo Qin, Dengyun Peng 외 arxiv

Recently, Diffusion Large Language Models (DLLMs) have offered high throughput and effective sequential reasoning, making them a competitive alternative to autoregressive LLMs (ALLMs). However, parallel decoding, which e…

AR-Diffusion: Auto-Regressive Diffusion Model for Text Generation

2023-05-16 · NeurIPS 2023 11 · Tong Wu, Zhihao Fan, Xiao Liu, Yeyun Gong 외

Diffusion models have gained significant attention in the realm of image generation due to their exceptional performance. Their success has been recently expanded to text generation via generating all tokens within a seq…

Common Sense ReasoningDenoisingImage GenerationMachine Translation+2

Covariance-Adaptive Sequential Black-box Optimization for Diffusion Targeted Generation

2024-06-02 · Yueming Lyu, Kim Yong Tan, Yew Soon Ong, Ivor W. Tsang

Diffusion models have demonstrated great potential in generating high-quality content for images, natural language, protein domains, etc. However, how to perform user-preferred targeted generation via diffusion models wi…

3D Molecule Generation

Seed Diffusion: A Large-Scale Diffusion Language Model with High-Speed Inference

2025-08-04 · Yuxuan Song, Zheng Zhang, Cheng Luo, Pengyang Gao 외 arxiv

We present Seed Diffusion Preview, a large-scale language model based on discrete-state diffusion, offering remarkably fast inference speed. Thanks to non-sequential, parallel generation, discrete diffusion models provid…

Dream 7B: Diffusion Large Language Models

2025-08-21 · Jiacheng Ye, Zhihui Xie, Lin Zheng, Jiahui Gao 외 arxiv

We introduce Dream 7B, the most powerful open diffusion large language model to date. Unlike autoregressive (AR) models that generate tokens sequentially, Dream 7B employs discrete diffusion modeling to refine sequences …