ReNoise: Real Image Inversion Through Iterative Noising
Daniel Garibi, Or Patashnik, Andrey Voynov, Hadar Averbuch-Elor, Daniel Cohen-Or
TL;DR
ReNoise addresses the challenge of faithfully inverting real images into diffusion models to enable text-guided editing, particularly for few-step and time-distilled models. By embedding a fixed-point iterative renoising procedure at each inversion step and averaging multiple renoised predictions, ReNoise achieves higher reconstruction quality without increasing the overall operation count. The method is augmented with editability-enforcing losses and noise-correction strategies to preserve editability while maintaining fidelity. Extensive experiments across SD, SDXL variants, and LCM LoRA demonstrate improved reconstruction and faster edit workflows, with robust performance across deterministic and non-deterministic samplers. Overall, ReNoise functions as a versatile meta-algorithm for diffusion-inversion that enhances both accuracy and editability in real-image editing scenarios.
Abstract
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.
