What Changed? Detecting and Evaluating Instruction-Guided Image Edits with Multimodal Large Language Models
Lorenzo Baraldi, Davide Bucciarelli, Federico Betti, Marcella Cornia, Lorenzo Baraldi, Nicu Sebe, Rita Cucchiara
TL;DR
The paper tackles the challenge of evaluating instruction-guided image edits by introducing DICE, a two-stage framework that first detects object-level differences between an original and edited image and then assesses the coherence of each modification with the user instruction. Built on autoregressive Multimodal LLMs, DICE employs self-supervised pretraining on similar image pairs and inpainting-based distillation to learn robust difference detection, followed by coherence estimation with textual rationale. Through extensive experiments and a dedicated dataset (DICE-D), the approach demonstrates strong alignment with human judgments and improves the reliability of CLIP-based metrics when filtering coherent versus non-coherent edits. The work contributes an interpretable, open-source evaluation pipeline that can rank editing models and guide development toward more faithful and explainable instruction-based edits.
Abstract
Instruction-based image editing models offer increased personalization opportunities in generative tasks. However, properly evaluating their results is challenging, and most of the existing metrics lag in terms of alignment with human judgment and explainability. To tackle these issues, we introduce DICE (DIfference Coherence Estimator), a model designed to detect localized differences between the original and the edited image and to assess their relevance to the given modification request. DICE consists of two key components: a difference detector and a coherence estimator, both built on an autoregressive Multimodal Large Language Model (MLLM) and trained using a strategy that leverages self-supervision, distillation from inpainting networks, and full supervision. Through extensive experiments, we evaluate each stage of our pipeline, comparing different MLLMs within the proposed framework. We demonstrate that DICE effectively identifies coherent edits, effectively evaluating images generated by different editing models with a strong correlation with human judgment. We publicly release our source code, models, and data.
