Explainable AI-Generated Image Detection RewardBench
Michael Yang, Shijian Deng, William T. Doan, Kai Wang, Tianyu Yang, Harsh Singh, Yapeng Tian
TL;DR
The paper addresses the need for explainable AI-generated image detection by evaluating Multimodal Large Language Models as reward models that judge explanations. It introduces XAIGID-RewardBench, a first domain-specific benchmark with approximately 3,000 human-annotated triplets (image plus two detector explanations) to assess how well judges rank explanations. Experimental results show a clear gap between current MLLM judges and human performance, with the best reward model reaching 88.76% 4-way accuracy versus 98.30% human agreement on ground-truth preferences, and reveal common failure modes such as artifact generalization and unconnected reasoning. These findings provide a foundation for improving explainable detection systems and highlight future directions toward more reliable, tool-enabled, and human-aligned AI forensics in images.
Abstract
Conventional, classification-based AI-generated image detection methods cannot explain why an image is considered real or AI-generated in a way a human expert would, which reduces the trustworthiness and persuasiveness of these detection tools for real-world applications. Leveraging Multimodal Large Language Models (MLLMs) has recently become a trending solution to this issue. Further, to evaluate the quality of generated explanations, a common approach is to adopt an "MLLM as a judge" methodology to evaluate explanations generated by other MLLMs. However, how well those MLLMs perform when judging explanations for AI-generated image detection generated by themselves or other MLLMs has not been well studied. We therefore propose \textbf{XAIGID-RewardBench}, the first benchmark designed to evaluate the ability of current MLLMs to judge the quality of explanations about whether an image is real or AI-generated. The benchmark consists of approximately 3,000 annotated triplets sourced from various image generation models and MLLMs as policy models (detectors) to assess the capabilities of current MLLMs as reward models (judges). Our results show that the current best reward model scored 88.76\% on this benchmark (while human inter-annotator agreement reaches 98.30\%), demonstrating that a visible gap remains between the reasoning abilities of today's MLLMs and human-level performance. In addition, we provide an analysis of common pitfalls that these models frequently encounter. Code and benchmark are available at https://github.com/RewardBench/XAIGID-RewardBench.
