Reversible Inversion for Training-Free Exemplar-guided Image Editing
Yuke Li, Lianli Gao, Ji Zhang, Pengpeng Zeng, Lichuan Xiang, Hongkai Wen, Heng Tao Shen, Jingkuan Song
TL;DR
This work tackles the high cost of training-based exemplar-guided image editing by introducing Reversible Inversion (ReInversion), a training-free framework that combines a forward Reconstruction-Based Inversion with a two-stage denoising process. The first stage preserves source structure, while the second stage injects reference attributes, with an optional Mask-Guided Selective Denoising (MSD) to constrain edits to target regions. Through extensive experiments on COCOEE, ReInversion achieves state-of-the-art quality, foreground-consistency, and background preservation while substantially reducing computation (NFEs) and latency, including a faster deterministic variant. The results demonstrate that training-free inversion-based EIE can match or surpass pretrained approaches in fidelity and efficiency, offering practical benefits for real-time and resource-constrained editing tasks.
Abstract
Exemplar-guided Image Editing (EIE) aims to modify a source image according to a visual reference. Existing approaches often require large-scale pre-training to learn relationships between the source and reference images, incurring high computational costs. As a training-free alternative, inversion techniques can be used to map the source image into a latent space for manipulation. However, our empirical study reveals that standard inversion is sub-optimal for EIE, leading to poor quality and inefficiency. To tackle this challenge, we introduce \textbf{Reversible Inversion ({ReInversion})} for effective and efficient EIE. Specifically, ReInversion operates as a two-stage denoising process, which is first conditioned on the source image and subsequently on the reference. Besides, we introduce a Mask-Guided Selective Denoising (MSD) strategy to constrain edits to target regions, preserving the structural consistency of the background. Both qualitative and quantitative comparisons demonstrate that our ReInversion method achieves state-of-the-art EIE performance with the lowest computational overhead.
