paper-with-me

홈 › Papers

From Bits to Rounds: Parallel Decoding with Exploration for Diffusion Language Models

2025-11-26 · Hengyu Fu, Baihe Huang, Virginia Adams, Charles Wang, Venkat Srinivasan, Jiantao Jiao arxiv

Diffusion Language Models (DLMs) have recently emerged as a strong alternative to autoregressive language models (LMs). DLMs offer comparable accuracy with faster inference speed via parallel decoding. However, standard DLM decoding strategies relying on high-confidence tokens encounter an inherent information-theoretic bottleneck that restricts decoding progress and ultimately slows generation. We demonstrate both theoretically and empirically that prioritizing high-confidence tokens is inherently inefficient. High-probability tokens carry negligible information and strictly relying on them limits the effective progress made in each decoding round. We prove that the number of decoding rounds must grow linearly with the sample's total information (negative log-likelihood) and inversely with the per-round information budget, establishing a bits-to-rounds principle. We also propose Explore-Then-Exploit (ETE), a training-free decoding strategy that maximizes information throughput and decoding efficiency. ETE combines cross-block decoding with targeted exploration of high-uncertainty tokens to reshape the conditional distribution and trigger cascades of confident predictions. Experiments verify our theoretical bounds and demonstrate that ETE consistently reduces the required number of decoding rounds compared to confidence-only baselines without compromising generation quality.

📄 PDF Abstract BibTeX arXiv:2511.21103

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Plan, Verify and Fill: A Structured Parallel Decoding Approach for Diffusion Language Models

2026-01-18 · Miao Li, Hanyang Jiang, Sikai Cheng, Hengyu Fu 외 arxiv

Diffusion Language Models (DLMs) present a promising non-sequential paradigm for text generation, distinct from standard autoregressive (AR) approaches. However, current decoding strategies often adopt a reactive stance,…

Text Generation

Conditional Total Correlation and the Serial Depth of Adaptive Parallel Sampling

2026-08-26 · Chuling Wen, Weijie Liang, Jian Lu arxiv

Motivated by parallel decoding in masked diffusion models, we study adaptive parallel sampling of discrete vectors: in each round, a deterministic policy selects unrevealed coordinates on the basis of the values observed…

GeoBlock: Inferring Block Granularity from Dependency Geometry in Diffusion Language Models

2026-03-04 · Lipeng Wan, Junjie Ma, Jianhui Gu, Zeyang Liu 외 arxiv

Block diffusion enables efficient parallel refinement in diffusion language models, but its decoding behavior depends critically on block size. Existing block-sizing strategies rely on fixed rules or heuristic signals an…

Discrete Diffusion VLA: Bringing Discrete Diffusion to Action Decoding in Vision-Language-Action Policies

2025-08-27 · Zhixuan Liang, Yizhuo Li, Tianshuo Yang, Chengyue Wu 외 arxiv

Vision-Language-Action (VLA) models adapt large vision-language backbones to map images and instructions into robot actions. However, prevailing VLAs either generate actions autoregressively in a fixed left-to-right orde…

Decoding Large Language Diffusion Models with Foreseeing Movement

2025-12-03 · Yichuan Mo, Quan Chen, Mingjie Li, Zeming Wei 외 arxiv

Large Language Diffusion Models (LLDMs) benefit from a flexible decoding mechanism that enables parallelized inference and controllable generations over autoregressive models. Yet such flexibility introduces a critical c…