CVGRLGIVMar 21, 2024

ReNoise: Real Image Inversion Through Iterative Noising

arXiv:2403.14602v1126 citationsh-index: 21ECCV
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in applying diffusion models to real images, offering an incremental improvement for image manipulation tasks.

The paper tackles the challenge of faithfully inverting real images into the domain of pretrained diffusion models for text-guided editing, and introduces ReNoise, an iterative renoising method that enhances reconstruction accuracy without increasing computational operations.

Recent advancements in text-guided diffusion models have unlocked powerful image manipulation capabilities. However, applying these methods to real images necessitates the inversion of the images into the domain of the pretrained diffusion model. Achieving faithful inversion remains a challenge, particularly for more recent models trained to generate images with a small number of denoising steps. In this work, we introduce an inversion method with a high quality-to-operation ratio, enhancing reconstruction accuracy without increasing the number of operations. Building on reversing the diffusion sampling process, our method employs an iterative renoising mechanism at each inversion sampling step. This mechanism refines the approximation of a predicted point along the forward diffusion trajectory, by iteratively applying the pretrained diffusion model, and averaging these predictions. We evaluate the performance of our ReNoise technique using various sampling algorithms and models, including recent accelerated diffusion models. Through comprehensive evaluations and comparisons, we show its effectiveness in terms of both accuracy and speed. Furthermore, we confirm that our method preserves editability by demonstrating text-driven image editing on real images.

Code Implementations1 repo
Foundations

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

Your Notes