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-25

Summary

Researchers Rogerio Guimaraes and Pietro Perona propose Progressive Seed Pruning (PSP), a new inference-time scaling method for diffusion and flow-matching image generation models (arXiv:2507.19318). Because final image quality is highly sensitive to the initial noise seed, existing approaches spend extra compute on seed search or best-of-N resampling while keeping a constant memory footprint during inference. PSP relaxes this constraint: it front-loads exploration by evaluating many seeds early, scores intermediate denoised estimates, and progressively prunes the candidate set so only promising trajectories are fully denoised, while keeping the total number of model evaluations fixed. Experiments across diffusion and flow-matching backbones show PSP consistently outperforms best-of-N sampling, importance sampling, and tree-search baselines at matched compute, achieving higher GenEval scores (automatic evaluation) and better human-rated prompt alignment. This represents an underexplored memory-flexible axis for scaling diffusion inference.

Paper Overview

  • Field: Computer Vision (CV)
  • Authors: Rogerio Guimaraes, Pietro Perona
  • Published: 2026-07-24
  • arXiv: 2507.19318
  • Abstract (Full 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.

    Progressive Seed Pruning (PSP) scores intermediate denoised estimates and progressively narrows the candidate set so that only promising trajectories are fully denoised, while keeping the total number of model evaluations fixed. Across diffusion and flow-matching backbones, PSP consistently improves over reward-guided selection, achieving higher GenEval scores (automatic evaluation) and better human-rated prompt alignment than best-of-N, importance sampling, and tree-search baselines at matched compute.

    Key Takeaways

  • Seed choice strongly affects final generation quality, making seed search a natural scaling lever.
  • PSP trades a larger memory footprint early in inference for better sample efficiency, keeping total model evaluations fixed.
  • Progressive pruning avoids wasting full denoising passes on unpromising seeds.
  • PSP outperforms best-of-N, importance sampling, and tree-search baselines on GenEval and human evaluations.
---

*Auto-collected on 2026-07-25*

Tags

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

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/178447083