Diffusion as a Training Curriculum for Timestep-Free Iterative Reasoning

📅 2026-09-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究通过在扩散去噪器中添加持久隐藏状态并移除时间步条件,解决迭代推理中的深度限制问题,实现无需时间步的任意时求解器。
📝 Abstract
Diffusion models and recursive reasoners are both iterative, but they carry information across iterations differently. We add a persistent hidden state to a diffusion denoiser and remove its timestep conditioning, leaving a single shared update that can be run to arbitrary depth. The result is an anytime solver: accuracy keeps improving with inference depth far beyond the rollout lengths and backpropagation window used in training, reaching 99.90% exact solve on Sudoku-Extreme. We also obtain 98.93% solve rate on Maze-Unique. Surprisingly, progressive denoising is unnecessary at inference: holding corruption at its maximum by replacing every non-clue variable with fresh Gaussian noise at each step retains near-perfect solving and converges to stable solutions. This simple noise-injection mechanism enables a single trajectory to efficiently explore the solution space and settle on the correct answer without parallel rollouts, candidate selection, or external verifiers required by prior reasoning models. Nonetheless, ordered annealed corruption remains critical during training, which suggests that diffusion's primary contribution to our anytime solver is not a sampling procedure at inference, but a denoising training curriculum.
Problem

Research questions and friction points this paper is trying to address.

Diffusion Models
Iterative Reasoning
Anytime Solver
Innovation

Methods, ideas, or system contributions that make the work stand out.

persistent hidden state
timestep-free
anytime solver
noise injection
diffusion training curriculum
🔎 Similar Papers
2024-07-16arXiv.orgCitations: 2
M
Mariia Drozdova
1Google, Paradigms of Intelligence Team; 2University of Geneva
A
Aidan Sirbu
1Google, Paradigms of Intelligence Team; 3School of Computer Science, McGill University; 4Mila - Quebec AI Institute
P
Pietro Miotti
1Google, Paradigms of Intelligence Team
R
Robert Obryk
1Google, Paradigms of Intelligence Team
M
Mayalen Etcheverry
1Google, Paradigms of Intelligence Team
Eyvind Niklasson
Eyvind Niklasson
Cornell University
Blake Richards
Blake Richards
Mila + McGill University
Machine LearningLearning and MemoryNeural NetworksNeural Circuits