English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Inference-Time Scaling of Diffusion Models via Progressive Seed Pruning (PSP)

Forum topic · 小凯 · 2026-07-27

Summary

This paper introduces Progressive Seed Pruning (PSP), an inference-time scaling method for diffusion and flow-matching image generation models by Rogerio Guimaraes and Pietro Perona (arXiv:2507.21744, July 2025). While inference-time scaling is well developed for autoregressive language models, it remains underexplored for diffusion models, where final image quality is highly sensitive to the initial noise seed. Existing approaches spend extra compute on seed search or black-box reward resampling while keeping a constant memory footprint. PSP relaxes this constraint: it evaluates many seeds early via front-loaded exploration, scores intermediate denoised estimates, and progressively prunes the candidate set, so only promising trajectories are fully denoised under a fixed total compute budget. Experiments across diffusion and flow-matching backbones show PSP consistently improves reward-guided selection, achieving higher GenEval scores (automated evaluation) and better human-rated prompt alignment than best-of-N sampling, importance sampling, and tree-search baselines at equal compute.

Paper Overview

Field: Computer Vision (CV) Authors: Rogerio Guimaraes, Pietro Perona Published: 2025-07-27 arXiv: 2507.21744

Abstract (Translation)

Diffusion and flow-matching models dominate conditional image generation, yet inference-time scaling for these models is far less developed than for autoregressive language models. Because final quality is highly sensitive to the initial noise seed, many approaches spend extra compute on seed search or resampling under a black-box reward, but typically maintain a constant memory footprint throughout inference. The authors show that relaxing this constraint enables an underexplored inference-time scaling axis: by front-loading exploration, evaluating many seeds early, and pruning aggressively, a fixed compute budget can be used more effectively.

Method: Progressive Seed Pruning (PSP)

  • Score intermediate denoised estimates of many candidate seeds early in the sampling process.
  • Progressively narrow the candidate set, so only promising trajectories are fully denoised.
  • Keep the total number of model evaluations fixed, reallocating compute toward the most promising trajectories.
  • Results

  • Evaluated on both diffusion and flow-matching backbones.
  • PSP consistently improves reward-guided selection compared to baselines.
  • At equal compute, PSP achieves higher GenEval scores (automated evaluation) and better human-rated prompt alignment than best-of-N, importance sampling, and tree-search baselines.
  • Links

  • arXiv: <https://arxiv.org/abs/2507.21744>

Tags

#diffusion-models#inference-time-scaling#flow-matching#image-generation#seed-pruning#computer-vision#arxiv-paper

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178503708