The Consistency Critic: Correcting Inconsistencies in Generated Images via Reference-Guided Attentive Alignment
Ziheng Ouyang, Yiren Song, Yaoli Liu, Shihao Zhu, Qibin Hou, Ming-Ming Cheng, Mike Zheng Shou
TL;DR
The paper tackles fine-grained detail inconsistencies in reference-guided image generation by introducing ImageCritic, a post-editing framework equipped with a reference–degraded–target dataset, an attention alignment loss, and a detail encoder. It leverages a DiT-based editing backbone (Flux Kontext) and an automated agent chain to localize and correct discrepancies across multiple rounds, preserving global structure while fixing text and logo regions. Empirical results on DreamBench++ and CriticBench, plus extensive qualitative comparisons, show substantial improvements in detail fidelity and cross-model robustness. The work advances practical high-fidelity, reference-consistent image editing with an adaptable, agent-driven workflow that can operate across languages and styles.
Abstract
Previous works have explored various customized generation tasks given a reference image, but they still face limitations in generating consistent fine-grained details. In this paper, our aim is to solve the inconsistency problem of generated images by applying a reference-guided post-editing approach and present our ImageCritic. We first construct a dataset of reference-degraded-target triplets obtained via VLM-based selection and explicit degradation, which effectively simulates the common inaccuracies or inconsistencies observed in existing generation models. Furthermore, building on a thorough examination of the model's attention mechanisms and intrinsic representations, we accordingly devise an attention alignment loss and a detail encoder to precisely rectify inconsistencies. ImageCritic can be integrated into an agent framework to automatically detect inconsistencies and correct them with multi-round and local editing in complex scenarios. Extensive experiments demonstrate that ImageCritic can effectively resolve detail-related issues in various customized generation scenarios, providing significant improvements over existing methods.
