paper-with-me

Papers

Mean-Field Parallel Decoding for Discrete Diffusion Language Models

2026-06-14 · Tamim Zoabi, Ameen Ali, Liran Ringel, Lior Wolf arxiv

Discrete diffusion language models enable parallel token generation, offering a pathway to low-latency decoding. However, selecting tokens independently by marginal confidence limits effective parallelism: tokens that appear reliable in isolation can form incompatible configurations when several positions are updated at once. We introduce a training-free decoding framework that coordinates these parallel updates. At each forward pass, the method assigns a commit score to each masked position and refines these scores using pairwise interactions derived from the model's predictive distributions. A variational relaxation yields a simple fixed-point update that suppresses conflicting simultaneous commitments within a single forward pass. This mechanism allows the decoder to commit more tokens in parallel while maintaining competitive generation quality. The method is lightweight, requires no auxiliary model or retraining, and drops into existing diffusion decoding pipelines without modification. Experiments on reasoning and code-generation benchmarks show consistent improvements in the quality-latency trade-off.

📄 PDF Abstract BibTeX arXiv:2606.15805

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rarity-Aware Discrete Diffusion with Spatially Consistent Decoding for Photo-Realistic Image Super-Resolution

2026-07-20 · Ao Li, Yapeng Du, Yi Xin, Lei Zhu 외 arxiv

Continuous diffusion models have become the dominant paradigm for photo-realistic image Super-Resolution (SR), but they typically formulate reconstruction as continuous signal-level denoising and incorporate semantic pri…

Image Super-Resolution

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…

On the Role of Discreteness in Diffusion LLMs

2025-12-27 · Ziqi Jin, Bin Wang, Xiang Lin, Lidong Bing 외 arxiv

Diffusion models offer appealing properties for language generation, such as parallel decoding and iterative refinement, but the discrete and highly structured nature of text challenges the direct application of diffusio…

IMPACT: Iterative Mask-based Parallel Decoding for Text-to-Audio Generation with Diffusion Modeling

2025-05-31 · Kuan-Po Huang, Shu-wen Yang, Huy Phan, Bo-Ru Lu 외

Text-to-audio generation synthesizes realistic sounds or music given a natural language prompt. Diffusion-based frameworks, including the Tango and the AudioLDM series, represent the state-of-the-art in text-to-audio gen…

AudioCapsAudio GenerationFAD

D5P4: Partition Determinantal Point Process for Diversity in Parallel Discrete Diffusion Decoding

2026-03-19 · Jonathan Lys, Vincent Gripon, Axel Marmoret, Lukas Mauch 외 arxiv

Discrete diffusion models are promising alternatives to autoregressive approaches for text generation, yet their decoding methods remain under-studied. Standard autoregressive search procedures, such as beam search, do n…

Mathematical ReasoningQuestion AnsweringText Generation