paper-with-me

Papers

Inference-Time Scaling in Diffusion Models through Iterative Partial Refinement

2026-05-19 · Taegu Kang, Jaesik Yoon, Sungjin Ahn arxiv

Inference-time scaling has emerged as a major approach for improving reasoning capabilities, and has been increasingly applied to diffusion models. However, existing inference-time scaling methods for diffusion models typically rely on external verifiers or reward models to rank and select samples, limiting their scalability to settings where such evaluators are available and reliable. Moreover, while recent diffusion models perform sequential inference with region-wise, mixed-noise conditioning, inference-time scaling tailored to this setting remains relatively underexplored. We propose Iterative Partial Refinement (IPR), an inference-time scaling method for sequential diffusion that requires no external verifier. Starting from an already-generated sample, IPR re-noises a subset of regions and regenerates them conditioned on the remaining regions, enabling the model to revise earlier decisions under a richer context than was available during the initial generation. This iterative partial refinement produces more globally consistent samples without external verification. On reasoning tasks requiring global constraint satisfaction, IPR consistently improves performance: on MNIST Sudoku, the valid solution rate increases from 55.8% to 75.0%. These results show that iterative partial refinement alone can serve as an effective inference-time scaling strategy for diffusion models in sequential, mixed-noise settings. Code is available at: https://github.com/ahn-ml/IPR

📄 PDF Abstract BibTeX arXiv:2605.19317

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Iterative Inference-time Scaling with Adaptive Frequency Steering for Image Super-Resolution

2025-12-29 · Hexin Zhang, Dong Li, Jie Huang, Bingzhou Wang 외 arxiv

Diffusion models have become a leading paradigm for image super-resolution (SR), but existing methods struggle to guarantee both the high-frequency perceptual quality and the low-frequency structural fidelity of generate…

Image Super-Resolution

Scaling Properties of Diffusion Models for Perceptual Tasks

2024-11-12 · CVPR 2025 1 · Rahul Ravishankar, Zeeshan Patel, Jathushan Rajasegaran, Jitendra Malik

In this paper, we argue that iterative computation with diffusion models offers a powerful paradigm for not only generation but also visual perception tasks. We unify tasks such as depth estimation, optical flow, and amo…

Depth EstimationImage-to-Image TranslationOptical Flow Estimation

UnMaskFork: Test-Time Scaling for Masked Diffusion via Deterministic Action Branching

2026-02-04 · Kou Misaki, Takuya Akiba arxiv

Test-time scaling strategies have effectively leveraged inference-time compute to enhance the reasoning abilities of Autoregressive Large Language Models. In this work, we demonstrate that Masked Diffusion Language Model…

Mathematical Reasoning

Recursive Scaling in Masked Diffusion Models

2026-06-16 · Alba Carballo-Castro, Julianna Piskorz, Paulius Rauba, Mihaela van der Schaar 외 arxiv

Masked diffusion models (MDMs) have recently emerged as a promising paradigm for sequence generation. Scaling MDMs is conventionally achieved by increasing the parameter count or the number of denoising steps. We introdu…

Effective Test-Time Scaling of Discrete Diffusion through Iterative Refinement

2025-11-04 · Sanghyun Lee, Sunwoo Kim, Seungryong Kim, Jongho Park 외 arxiv

Test-time scaling through reward-guided generation remains largely unexplored for discrete diffusion models despite its potential as a promising alternative. In this work, we introduce Iterative Reward-Guided Refinement …