CVJun 13

Timestep Rescheduling in Diffusion Inversion

arXiv:2606.1538910.8
Predicted impact top 44% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work provides an off-the-shelf enhancement for existing diffusion inversion methods, improving fidelity for image editing and reconstruction tasks.

The paper identifies that diffusion inversion errors depend on timestep size, following a parabolic trend. It proposes a nonuniform timestep scheduler using global rescaling and local dynamic programming to minimize inversion error, achieving consistent improvements in image reconstruction and editing without extra parameters or overhead.

Diffusion inversion, which maps images back to the Gaussian latent space of a diffusion model, is a critical task for image reconstruction and editing. While DDIM enables fast deterministic inversion, it inherently introduces deviations that accumulate into noticeable inversion errors. Existing methods often address this by solving a fixed-point problem but largely overlook how the selection of the diffusion timestep in the noise scheduler influences inversion fidelity. In this work, we reveal that the deviation scale in diffusion inversion is strongly dependent on the timestep size, and exhibits a parabolic trend, with larger errors concentrated at both small and large timesteps. Based on this finding, we propose a simple yet effective nonuniform timestep scheduler that integrates a global rescaling with a local dynamic programming based rescheduling, enabling a strategic allocation of computational effort that minimizes the overall inversion error and preserves higher inversion accuracy. Our method serves as an off-the-shelf enhancement for existing inversion techniques and requires no extra parameters or computational overhead. Through extensive experiments, we verify that integrating our scheduler consistently boosts the performance of existing inversion methods, achieving superior results in image reconstruction and editing.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes