GRCVLGApr 26, 2025

REED-VAE: RE-Encode Decode Training for Iterative Image Editing with Diffusion Models

arXiv:2504.18989v13 citationsh-index: 1Has CodeComputer graphics forum (Print)
Originality Incremental advance
AI Analysis

This addresses a limitation for users of latent diffusion models in image editing, allowing flexible and iterative edits without sacrificing quality, though it is incremental as it builds on existing VAE and diffusion methods.

The paper tackles the problem of iterative image editing with diffusion models, which accumulate artifacts due to repeated transitions between pixel and latent spaces, and presents a RE-encode decode (REED) training scheme for VAEs that preserves image quality across many iterations, enabling multi-method editing with both diffusion-based and conventional techniques.

While latent diffusion models achieve impressive image editing results, their application to iterative editing of the same image is severely restricted. When trying to apply consecutive edit operations using current models, they accumulate artifacts and noise due to repeated transitions between pixel and latent spaces. Some methods have attempted to address this limitation by performing the entire edit chain within the latent space, sacrificing flexibility by supporting only a limited, predetermined set of diffusion editing operations. We present a RE-encode decode (REED) training scheme for variational autoencoders (VAEs), which promotes image quality preservation even after many iterations. Our work enables multi-method iterative image editing: users can perform a variety of iterative edit operations, with each operation building on the output of the previous one using both diffusion-based operations and conventional editing techniques. We demonstrate the advantage of REED-VAE across a range of image editing scenarios, including text-based and mask-based editing frameworks. In addition, we show how REED-VAE enhances the overall editability of images, increasing the likelihood of successful and precise edit operations. We hope that this work will serve as a benchmark for the newly introduced task of multi-method image editing. Our code and models will be available at https://github.com/galmog/REED-VAE

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