paper-with-me

홈 › Papers

Dependency-Guided Parallel Decoding in Discrete Diffusion Language Models

2026-04-02 · Liran Ringel, Ameen Ali, Yaniv Romano arxiv

Discrete diffusion language models (dLLMs) accelerate text generation by unmasking multiple tokens in parallel. However, parallel decoding introduces a distributional mismatch: it approximates the joint conditional using a fully factorized product of per-token marginals, which degrades output quality when selected tokens are strongly dependent. We propose DEMASK (DEpendency-guided unMASKing), a lightweight dependency predictor that attaches to the final hidden states of a dLLM. In a single forward pass, it estimates pairwise conditional influences between masked positions. Using these predictions, a greedy selection algorithm identifies positions with bounded cumulative dependency for simultaneous unmasking. Under a sub-additivity assumption, we prove this bounds the total variation distance between our parallel sampling and the model's joint. Empirically, DEMASK achieves 1.7-2.2$\times$ speedup on Dream-7B while matching or improving accuracy compared to confidence-based and KL-based baselines.

📄 PDF Abstract BibTeX arXiv:2604.02560

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Neural Estimation of Pairwise Mutual Information in Masked Discrete Sequence Models

2026-01-27 · Jai Sharma, Yifan Wang, Bryan Li arxiv

Understanding dependencies between variables is critical for interpretability and efficient generation in masked diffusion models (MDMs), yet these models primarily expose marginal conditional distributions and do not ex…

DAPD: Dependency-Aware Parallel Decoding via Attention for Diffusion LLMs

2026-03-13 · Bumjun Kim, Dongjae Jeon, Moongyu Jeon, Albert No arxiv

Parallel decoding for Diffusion LLMs (dLLMs) is difficult because each denoising step provides only token-wise marginal distributions, while unmasking multiple tokens simultaneously requires accounting for inter-token de…

Rejection Mixing: Fast Semantic Propagation of Mask Tokens for Efficient DLLM Inference

2026-02-26 · Yushi Ye, Feng Hong, Huangjie Zheng, Xu Chen 외 arxiv

Diffusion Large Language Models (DLLMs) promise fast non-autoregressive inference but suffer a severe quality-speed trade-off in parallel decoding. This stems from the ''combinatorial contradiction'' phenomenon, where pa…

SpecDiff-2: Scaling Diffusion Drafter Alignment For Faster Speculative Decoding

2025-11-01 · Jameson Sandler, Jacob K. Christopher, Thomas Hartvigsen, Ferdinando Fioretto arxiv

Speculative decoding has become the standard approach for accelerating Large Language Model (LLM) inference. It exploits a lossless draft-then-verify procedure to circumvent the latency of autoregressive decoding, achiev…

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…