paper-with-me

Papers

Path Planning for Masked Diffusion Model Sampling

2025-02-05 · Fred Zhangzhi Peng, Zachary Bezemek, Sawan Patel, Sherwood Yao, Jarrid Rector-Brooks, Alexander Tong, Pranam Chatterjee

In this paper, we investigate how the order in which tokens are unmasked during masked diffusion models (MDMs) inference affects generative quality. We derive an expanded evidence lower bound (ELBO) that introduces a planner, responsible for selecting which tokens to unmask at each step. Our analysis suggests that alternative unmasking strategies can improve generative performance. Based on these insights, we propose Path Planning (P2), a sampling framework that leverages pre-trained BERT or the denoiser itself to guide unmasking decisions. P2 generalizes all known MDM sampling strategies and enables significant improvements across diverse domains including language generation (in-context learning, code generation, story infilling, mathematical reasoning, reverse curse correction) and biological sequence generation (protein and RNA sequences).

📄 PDF Abstract BibTeX arXiv:2502.03540

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationIn-Context LearningMathematical ReasoningmodelText Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Planner Aware Path Learning in Diffusion Language Models Training

2025-09-27 · Fred Zhangzhi Peng, Zachary Bezemek, Jarrid Rector-Brooks, Shuibai Zhang 외 arxiv

Diffusion language models have emerged as a powerful alternative to autoregressive models, enabling fast inference through more flexible and parallel generation paths. This flexibility of sampling is unlocked by new engi…

Code GenerationText Generation

The Cosine Schedule is Fisher-Rao-Optimal for Masked Discrete Diffusion Models

2025-08-06 · Leo Zhang, Saifuddin Syed arxiv

In this work, we study the problem of choosing the discretisation schedule for sampling from masked discrete diffusion models in terms of the information geometry of the induced probability path. Specifically, we show th…

Lookahead Unmasking Elicits Accurate Decoding in Diffusion Language Models

2025-11-04 · Sanghyun Lee, Seungryong Kim, Jongho Park, Dongmin Park arxiv

Masked Diffusion Models (MDMs) as language models generate by iteratively unmasking tokens, yet their performance crucially depends on the inference time order of unmasking. Prevailing heuristics, such as confidence base…

Reinforcement Learning

Diffusion-State Policy Optimization for Masked Diffusion Language Models

2026-02-06 · Daisuke Oba, Hiroki Furuta, Naoaki Okazaki arxiv

Masked diffusion language models generate text through iterative masked-token filling, but terminal-only rewards on final completions provide coarse credit assignment for the intermediate filling decisions that shape the…

Self-Rewarding Sequential Monte Carlo for Masked Diffusion Language Models

2026-02-02 · Ziwei Luo, Ziqi Jin, Lei Wang, Lidong Bing 외 arxiv

This work presents self-rewarding sequential Monte Carlo (SMC), an inference-time scaling algorithm enabling effective sampling of masked diffusion language models (MDLMs). Our algorithm stems from the observation that m…