Refinement Is Inherently Editable: Training-Free Prompt-to-Prompt Image Editing with Generative Refinement Network
RefineEdit is a training-free image editing framework achieving best background preservation on PIE-Bench through generative refinement.
RefineEdit is a training-free prompt-to-prompt image editing framework that couples edit localization with content generation through global refinement of binary image codes. The method uses adaptive spatial freezing and finite bit locking to stabilize editing across refinement steps. Across nine editing categories of PIE-Bench, RefineEdit achieves the best background-preservation scores in PSNR, LPIPS, MSE and SSIM.
- RefineEdit is a training-free prompt-to-prompt image editing framework using generative refinement.
- Method couples edit localization with content generation through global refinement of binary codes.
- Achieves best background preservation scores across PIE-Bench metrics.
- Requires no additional training, external masks, or attention control.
Full article205 words · extracted from huggingface.co · click to collapse
Text-guided image editing must introduce the requested changes while preserving unrelated source content. Diffusion-based editors rely on spatial controls whose inaccuracies can leave edits incomplete or alter unrelated regions. Causal autoregressive editors face a further constraint: their fixed decoding order limits revision of earlier decisions. We introduce RefineEdit, a training-free prompt-to-prompt image editing framework built on a Generative Refinement Network. Our key idea is to couple edit localization with content generation through the global refinement of binary image codes, allowing editing evidence to be reassessed as the image evolves. RefineEdit initializes an editing branch from an intermediate source state, reusing the emerging layout. We compare the probabilities assigned by the two branches to the same source-sampled bits, using their signed differences to select editable positions and bits. Selected bits follow editing refinement, while the remaining bits copy the evolving source state. To stabilize editing across refinement steps, adaptive spatial freezing limits unnecessary mask expansion, while finite bit locking keeps recently selected bits editable. The framework requires no additional training, external masks, or attention control. Across nine editing categories of PIE-Bench, RefineEdit achieves the best background-preservation scores in PSNR, LPIPS, MSE and SSIM, together with the highest whole-image and edited-region CLIP scores among the evaluated methods.
Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.20633