Test-Time Scaling of Diffusion Models via Noise Trajectory Search
Vignav Ramesh, Morteza Mardani

TL;DR
This paper introduces a novel test-time noise trajectory search method for diffusion models, significantly improving image generation quality by optimizing noise sequences without requiring differentiability.
Contribution
It proposes a relaxation of the MDP framework to enable efficient noise trajectory optimization using an epsilon-greedy search, achieving state-of-the-art results.
Findings
Achieves up to 164% improvement in class-conditioned/image generation scores.
First practical method for non-differentiable reward-based noise trajectory optimization.
Outperforms baselines and matches/exceeds MCTS performance in experiments.
Abstract
The iterative and stochastic nature of diffusion models enables test-time scaling, whereby spending additional compute during denoising generates higher-fidelity samples. Increasing the number of denoising steps is the primary scaling axis, but this yields quickly diminishing returns. Instead optimizing the noise trajectory--the sequence of injected noise vectors--is promising, as the specific noise realizations critically affect sample quality; but this is challenging due to a high-dimensional search space, complex noise-outcome interactions, and costly trajectory evaluations. We address this by first casting diffusion as a Markov Decision Process (MDP) with a terminal reward, showing tree-search methods such as Monte Carlo tree search (MCTS) to be meaningful but impractical. To balance performance and efficiency, we then resort to a relaxation of MDP, where we view denoising as a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · Medical Image Segmentation Techniques
MethodsDiffusion
