paper-with-me

Papers

Inference-Time Scaling of Diffusion Language Models via Trajectory Refinement

2025-07-11 · Meihua Dang, Jiaqi Han, Minkai Xu, Kai Xu, Akash Srivastava, Stefano Ermon arxiv

Discrete diffusion models have recently emerged as strong alternatives to autoregressive language models, matching their performance through large-scale training. However, inference-time control remains relatively underexplored. In this work, we study how to steer generation toward desired rewards without retraining the models. Prior methods typically resample or filter within a single denoising trajectory, optimizing rewards step-by-step without trajectory-level refinement. We introduce particle Gibbs sampling for diffusion language models (PG-DLM), an inference-time algorithm enabling trajectory-level refinement. PG-DLM constructs a Markov chain over full denoising trajectories and applies a conditional sequential Monte Carlo kernel to resample them. By doing so, PG-DLM introduces a new scaling axis, the number of refinement iterations, which is unavailable to prior methods. Increasing iterations remains effective even as gains from adding more parallel samples saturate. Furthermore, PG-DLM enables adaptive compute allocation by performing additional iterations only when needed, leading to further efficiency gains. We derive theoretical guarantees for convergence and variance bounds, and analyze trade-offs across different scaling axes. Empirically, PG-DLM outperforms prior methods across compute budgets on reward-guided generation tasks. On GSM8K, it achieves 90.07% accuracy with 2.9 particles on average and 94.47% accuracy with 16 particles.

📄 PDF Abstract BibTeX arXiv:2507.08390

Code (0)

등록된 구현이 없습니다.

Results from the Paper

RankTaskDatasetModelMetrics
#24 GSM8K GSM8K Inference-Time Scaling of Diffusion Lang Accuracy: 90.07

Similar Papers 제목 키워드 기반

UnMaskFork: Test-Time Scaling for Masked Diffusion via Deterministic Action Branching

2026-02-04 · Kou Misaki, Takuya Akiba arxiv

Test-time scaling strategies have effectively leveraged inference-time compute to enhance the reasoning abilities of Autoregressive Large Language Models. In this work, we demonstrate that Masked Diffusion Language Model…

Mathematical Reasoning

Diffusion-Sharpening: Fine-tuning Diffusion Models with Denoising Trajectory Sharpening

2025-02-17 · Ye Tian, Ling Yang, Xinchen Zhang, Yunhai Tong 외

We propose Diffusion-Sharpening, a fine-tuning approach that enhances downstream alignment by optimizing sampling trajectories. Existing RL-based fine-tuning methods focus on single training timesteps and neglect traject…

Denoising

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…

Lookahead Path Likelihood Optimization for Diffusion LLMs

2026-02-03 · Xuejie Liu, Yap Vit Chun, Yitao Liang, Anji Liu arxiv

Diffusion Large Language Models (dLLMs) support arbitrary-order generation, yet their inference performance critically depends on the unmasking order. Existing strategies rely on heuristics that greedily optimize local c…

Guided Trajectory Optimization with Sparse Scaling for Test-Time Diffusion

2026-05-21 · Gang Dai, Yining Huang, Yiming Xia, Guohao Chen 외 arxiv

The efficient Test-Time Scaling (TTS) paradigm offers a promising perspective for enhancing the generation performance of diffusion models. However, current solutions are limited to a static, pre-defined noise pool and s…