We compare standard sampling ($\bar{N}=1$), Best-of-N (BoN), our main importance-sampling
(FK-Steering) and tree-search (DSearch) baselines, and other relevant inference-time compute-scaling
methods for diffusion, namely Noise Trajectory Search (NTS), Rollover Budget Forcing
(RBF), Breadth-First Search (BFS), and SVDD, and PSP. All results use the public
implementation of each method with parameters chosen to match the computational budget, all
guided by the same reward signal: ImageReward. We report the guidance reward (IR), HPS, GenEval,
and human evaluation scores on final images generated from GenEval prompts, averaged over 3
random seeds. PSP achieves the best results in prompt-alignment as measured by automated scores
(GenEval) and human evaluation, across all three backbones.
Across all backbones, PSP improves over standard inference and outperforms all other methods at
the same compute in prompt alignment, as measured by GenEval score and human evaluation.
Although BFS outperforms PSP in reward maximization with the SDXL backbone, PSP still outperforms
BFS and all methods in GenEval and human scores. This is evidence that PSP is less susceptible to
reward hacking, since it focuses on seed selection rather than interfering with the inference
process through reward-driven resampling. On SD 3.5, results also expose a practical
weakness of resampling methods: they require stochasticity to generate diverse children, but
stochasticity can degrade flow-matching generation, with Best-of-N outperforming FK-Steering.
PSP remains effective with deterministic solvers because it allocates compute to seed exploration
and early elimination rather than stochastic branching.
Human evaluation. Results were obtained from 249 online annotators (Prolific, prior
AI-evaluation experience) who answered “Does the image align with the prompt?” on
8,295 images (553 per method/backbone pair, the number of GenEval prompts), with majority vote
over 3 ratings per image (24,885 ratings total, 80.3% annotator agreement). To our knowledge,
this is the first human evaluation of these inference-time scaling methods for text-to-image
tasks. PSP was the best-evaluated method on all three backbones.