paper-with-me

Papers

Attention-Discounted Adaptive Sampler for Masked Diffusion Language Models

2026-06-09 · Yusuf Sahin, Ahmed Rockey Saikia, Volkan Cevher, Paolo Favaro arxiv

Masked diffusion language models can reduce inference steps by revealing multiple tokens per denoising iteration, but this parallelism is fragile: positions that are individually confident may be unsafe to commit together when their predictions are coupled. Existing training-free samplers such as Top-\(k\), Fast-dLLM, and EB-Sampler mainly control how many tokens to reveal, while often ranking candidates by token-wise scores that ignore interactions within the selected set. We propose ADAS, a training-free reranking rule for parallel masked diffusion decoding. ADAS leaves the base sampler's stopping rule unchanged and modifies only subset construction: it greedily discounts a candidate when it attends strongly to already selected positions whose predictions remain uncertain. Unlike graph-constrained methods that turn attention into hard compatibility constraints, ADAS keeps attention continuous and uses it as a soft marginal penalty. Across LLaDA-8B-Base and Dream-7B-Base on GSM8K, MATH500, HumanEval, and MBPP, plugging ADAS into Top-\(k\), Fast-dLLM, and EB-Sampler improves low-NFE performance at matched denoiser evaluations by \(9.11\) and \(10.46\) percentage points on average, respectively, with \(3.1\%\) per-forward runtime overhead. These results show that soft attention-discounted reranking is a simple and modular way to improve quality in highly parallel decoding for masked diffusion language models.

📄 PDF Abstract BibTeX arXiv:2606.10829

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Demystifying MaskGIT Sampler and Beyond: Adaptive Order Selection in Masked Diffusion

2025-10-06 · Satoshi Hayakawa, Yuhta Takida, Masaaki Imaizumi, Hiromi Wakaki 외 arxiv

Masked diffusion models have shown promising performance in generating high-quality samples in a wide range of domains, but accelerating their sampling process remains relatively underexplored. To investigate efficient s…

Accelerated Sampling from Masked Diffusion Models via Entropy Bounded Unmasking

2025-05-30 · Heli Ben-Hamu, Itai Gat, Daniel Severo, Niklas Nolte 외

Recent masked diffusion models (MDMs) have shown competitive performance compared to autoregressive models (ARMs) for language modeling. While most literature has focused on performance enhancing sampling procedures, eff…

Language ModelingLanguage ModellingMath

KLASS: KL-Guided Fast Inference in Masked Diffusion Models

2025-11-07 · Seo Hyun Kim, Sunwoo Hong, Hojung Jung, Youngrok Park 외 arxiv

Masked diffusion models have demonstrated competitive results on various tasks including language generation. However, due to its iterative refinement process, the inference is often bottlenecked by slow and static sampl…

Improving Sampling for Masked Diffusion Models via Information Gain

2026-02-20 · Kaisen Yang, Jayden Teoh, Kaicheng Yang, Yitong Zhang 외 arxiv

Masked Diffusion Models (MDMs) enable flexible decoding orders, yet existing samplers remain largely greedy, selecting locally certain tokens without accounting for their downstream effects. We show that this myopia can …

Image Generation

DOS: Dependency-Oriented Sampler for Masked Diffusion Language Models

2026-03-16 · Xueyu Zhou, Yangrong Hu, Jian Huang arxiv

Masked diffusion language models (MDLMs) have recently emerged as a new paradigm in language modeling, offering flexible generation dynamics and enabling efficient parallel decoding. However, existing decoding strategies…

Mathematical ReasoningCode Generation