Generate cheap drafts, verify smart, refine the best — outperforming guided search under wall-clock budgets across models and benchmarks.
Accepted to ECCV 2026
Inference-time scaling for text-to-image generation has progressed from simple Best-of-N (BoN) sampling to guided search methods that verify and steer candidate trajectories at intermediate denoising steps. These approaches focus on when and how often to verify during denoising but largely treat the cost of generation itself as fixed. Moreover, the standard practice of comparing methods by number of function evaluations (NFEs) counts only denoising forward passes and ignores verifier overhead, which can distort efficiency rankings.
We show that under wall-clock evaluation, simple BoN already matches or outperforms several guided search techniques, suggesting that compute is better spent on broader exploration than on repeated intermediate verification. This motivates Flash-BoN, which generates a large pool of inexpensive draft candidates by combining three complementary acceleration knobs: timestep truncation, layer skipping, and activation proxies into a single configuration optimized once per model. An efficient multi-stage verification procedure then identifies the most promising draft, which is refined at full quality.
Across three benchmarks and three model scales, Flash-BoN consistently outperforms all baselines under fixed wall-clock budgets, with gains that grow at larger model scales (+8% AUC). We further show that our strategy combines well and improves existing orthogonal techniques such as reflection-based prompt optimization (+16% AUC). The gains correlate with increased candidate diversity, which also enables draft-guided selection to accelerate RL post-training convergence.
Prior work typically compares inference-time scaling methods using the Number of Function Evaluations (NFEs) as a hardware-agnostic proxy. However, NFEs only count denoising forward passes and often ignore verifier costs entirely. This matters because methods that verify more frequently appear efficient under NFE accounting even when they are not under wall-clock time.
Once compute is adjusted to account for all costs (generation + verification), simple BoN already matches or exceeds guided search methods like BFS, DFS, and ZOS. This motivates our approach: rather than spending compute on repeated intermediate verification, we focus on generating more and cheaper candidates for broader exploration.
Flash-BoN builds on the observation that promising candidates can often be identified without full-cost generation. We define a draft configuration $\phi$ that combines three complementary acceleration knobs, then apply a multi-stage verification procedure to select and refine the best draft.
These three knobs define a joint configuration $\phi = (S', n_{\text{skip}}, \ell_{\text{start}}, \ell_{\text{end}}, f_{\text{full}})$. We formalize the search for the optimal draft configuration $\phi^*$ as a discrete optimization problem, solved once per model.
Given $M$ draft candidates, pointwise scoring alone is unreliable: VLM-based verifiers produce integer scores that compress resolution at the top ranks, with over 80% of prompts producing tied highest scores. We introduce a progressive filter that combines both pointwise and pairwise comparisons with Elo ranking:
We evaluate Flash-BoN against four baselines — Best-of-N (BoN), Breadth-First Search (BFS),
Depth-First Search (DFS)
| Method | GenAI-Bench | GenEval | UniGenBench | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Wan 1.3B | Wan 14B | FLUX | Wan 1.3B | Wan 14B | FLUX | Wan 1.3B | Wan 14B | FLUX | |
| ZOS | 0.52 | 0.57 | 0.57 | 0.29 | 0.36 | 0.37 | 0.45 | 0.52 | 0.49 |
| DFS | 0.55 | 0.50 | 0.51 | 0.36 | 0.37 | 0.35 | 0.47 | 0.46 | 0.45 |
| BFS | 0.50 | 0.43 | 0.44 | 0.31 | 0.28 | 0.29 | 0.43 | 0.39 | 0.38 |
| BoN | 0.65 | 0.60 | 0.60 | 0.43 | 0.42 | 0.42 | 0.54 | 0.53 | 0.54 |
| Flash-BoN (Ours) | 0.66 | 0.68 | 0.68 | 0.45 | 0.49 | 0.47 | 0.57 | 0.60 | 0.61 |
We measure candidate pool diversity using the Vendi Score and find that performance and diversity are positively correlated (Pearson $r=0.75$). Guided search methods cluster in the low-diversity, lower-performance region, while Flash-BoN consistently sits at the high-diversity end — inexpensive drafts enable not only more candidates but also meaningfully different ones.
The Flash draft strategy functions as a drop-in module that can be layered onto existing inference-time scaling methods.
Applying Flash drafts to Reflection-Tuning
The draft-guided selection principle transfers to reinforcement learning: Flash-Flow-GRPO matches baseline Flow-GRPO convergence in 10× fewer steps. Flash-Flow-GRPO opens a clear gap within the first 60 steps and maintains it throughout training, reaching 0.699 vs. 0.692 for the baseline.
We introduced Flash-BoN, a draft-and-refine inference-time scaling method that generates a large pool of inexpensive draft candidates by unifying three complementary acceleration strategies — timestep truncation, layer skipping, and activation proxies — into a single optimized configuration. Combined with a novel multi-stage verification procedure using Elo ranking, Flash-BoN consistently outperforms all baselines across three benchmarks and three model scales under fixed wall-clock budgets.
Key contributions include: (1) demonstrating that NFE-based comparisons distort method rankings by ignoring verifier costs; (2) a unified draft generation framework with a discrete optimization procedure; (3) consistent gains that grow at larger model scales (+8% AUC); (4) modular combination with orthogonal techniques like Reflection-Tuning (+16% AUC); and (5) accelerating RL post-training convergence by 10× via draft-guided selection.
@misc{rawal2025flashbon,
title={Flash-BoN: Instant Drafts for Inference-Time Scaling in Diffusion Models},
author={Ruchit Rawal and Reza Shirkavand and Sayak Paul and Yuxin Wen and Heng Huang and Yizheng Chen and Gowthami Somepalli and Tom Goldstein},
year={2025},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
The design of this website is inspired by the RAE project page. The banner image is from Pexels (free to use).