Multi-turn Consistent Image Editing
Zijun Zhou, Yingying Deng, Xiangyu He, Weiming Dong, Fan Tang
TL;DR
The paper tackles the difficulty of achieving coherent, progressive edits in multi-turn image editing by combining flow matching-based inversion with a dual-objective Linear Quadratic Regulator (LQR) for stable sampling. It introduces adaptive attention guidance that uses intermediate transformer activations to generate a targeted editing mask, preserving content while enabling precise local edits. The proposed framework, including a high-order solver and dual-reference guidance, demonstrates improved edit success rates and visual fidelity across multiple turns, validated on an extended PIE-Bench dataset with CLIP-T, CLIP-I, and FID metrics, and particularly achieving best FID by the fourth turn. This work enables more reliable, iterative image editing with controlled distribution drift, offering practical benefits for interactive design, photo editing, and content creation workflows.
Abstract
Many real-world applications, such as interactive photo retouching, artistic content creation, and product design, require flexible and iterative image editing. However, existing image editing methods primarily focus on achieving the desired modifications in a single step, which often struggles with ambiguous user intent, complex transformations, or the need for progressive refinements. As a result, these methods frequently produce inconsistent outcomes or fail to meet user expectations. To address these challenges, we propose a multi-turn image editing framework that enables users to iteratively refine their edits, progressively achieving more satisfactory results. Our approach leverages flow matching for accurate image inversion and a dual-objective Linear Quadratic Regulators (LQR) for stable sampling, effectively mitigating error accumulation. Additionally, by analyzing the layer-wise roles of transformers, we introduce a adaptive attention highlighting method that enhances editability while preserving multi-turn coherence. Extensive experiments demonstrate that our framework significantly improves edit success rates and visual fidelity compared to existing methods.
