LGAISTAug 17, 2025

Navigating the Exploration-Exploitation Tradeoff in Inference-Time Scaling of Diffusion Models

arXiv:2508.12361v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses a fundamental challenge in improving diffusion model performance for text-to-image generation, though it is incremental as it builds on existing Sequential Monte Carlo methods.

The paper tackled the exploration-exploitation tradeoff in inference-time scaling for diffusion models by proposing Funnel Schedule and Adaptive Temperature strategies, resulting in enhanced sample quality without increasing noise function evaluations, as demonstrated by outperforming previous baselines on multiple benchmarks.

Inference-time scaling has achieved remarkable success in language models, yet its adaptation to diffusion models remains underexplored. We observe that the efficacy of recent Sequential Monte Carlo (SMC)-based methods largely stems from globally fitting the The reward-tilted distribution, which inherently preserves diversity during multi-modal search. However, current applications of SMC to diffusion models face a fundamental dilemma: early-stage noise samples offer high potential for improvement but are difficult to evaluate accurately, whereas late-stage samples can be reliably assessed but are largely irreversible. To address this exploration-exploitation trade-off, we approach the problem from the perspective of the search algorithm and propose two strategies: Funnel Schedule and Adaptive Temperature. These simple yet effective methods are tailored to the unique generation dynamics and phase-transition behavior of diffusion models. By progressively reducing the number of maintained particles and down-weighting the influence of early-stage rewards, our methods significantly enhance sample quality without increasing the total number of Noise Function Evaluations. Experimental results on multiple benchmarks and state-of-the-art text-to-image diffusion models demonstrate that our approach outperforms previous baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes