paper-with-me

Papers

Self-Speculative Masked Diffusions

2025-10-04 · Andrew Campbell, Valentin De Bortoli, Jiaxin Shi, Arnaud Doucet arxiv

We present self-speculative masked diffusions, a new class of masked diffusion generative models for discrete data that require significantly fewer function evaluations to generate samples. Standard masked diffusion models predict factorized logits over currently masked positions. A number of masked positions are then sampled, however, the factorization approximation means that sampling too many positions in one go leads to poor sample quality. As a result, many simulation steps and therefore neural network function evaluations are required to generate high-quality data. We reduce the computational burden by generating non-factorized predictions over masked positions. This is achieved by modifying the final transformer attention mask from non-causal to causal, enabling draft token generation and parallel validation via a novel, model-integrated speculative sampling mechanism. This results in a non-factorized predictive distribution over masked positions in a single forward pass. We apply our method to GPT2 scale text modelling and protein sequence generation, finding that we can achieve a ~2x reduction in the required number of network forward passes relative to standard masked diffusion models.

📄 PDF Abstract BibTeX arXiv:2510.03929

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating Speculative Diffusions via Block Verification

2026-06-11 · Alexander Soen, Hisham Husain, Valentin De Bortoli, Arnaud Doucet arxiv

Speculative decoding speeds up LLM inference by using a draft model to generate tokens, with an acceptance-rejection scheme that ensures that the output matches the target distribution. Adapting this to continuous diffus…

Fine-Tuning Masked Diffusion for Provable Self-Correction

2025-10-01 · Jaeyeon Kim, Seunggeun Kim, Taekyun Lee, David Z. Pan 외 arxiv

A natural desideratum for generative models is self-correction--detecting and revising low-quality tokens at inference. While Masked Diffusion Models (MDMs) have emerged as a promising approach for generative modeling in…

Generating from Discrete Distributions Using Diffusions: Insights from Random Constraint Satisfaction Problems

2026-03-21 · Alankrita Bhatt, Mukur Gupta, Germain Kolossov, Andrea Montanari arxiv

Generating data from discrete distributions is important for a number of application domains including text, tabular data, and genomic data. Several groups have recently used random $k$-satisfiability ($k$-SAT) as a synt…

Draft, Verify, and Improve: Toward Training-Aware Speculative Decoding

2025-10-06 · Shrenik Bhansali, Larry Heck arxiv

Autoregressive (AR) decoding is a major latency bottleneck for large language models. Speculative decoding (SD) accelerates AR by letting a drafter propose multi-token blocks that a verifier accepts or rejects. However, …

DART: Diffusion-Inspired Speculative Decoding for Fast LLM Inference

2026-01-27 · Fuliang Liu, Xue Li, Ketai Zhao, Yinxi Gao 외 arxiv

Speculative decoding is an effective and lossless approach for accelerating LLM inference. However, existing widely adopted model-based draft designs, such as EAGLE3, improve accuracy at the cost of multi-step autoregres…