Perception, Verdict, and Evolution: Hindsight-Driven Self-Refining Forensics Agent for AI-Generated Image Detection

Authors: Yangjun Wu, Keyu Yan, Yu Liu, Jingren Zhou, Fei Huang, Rong Zhang, Zhou Zhao, Fei Wu

Published: 2026-06-25 02:59:33+00:00

Comment: 10 pages

AI Summary

This research introduces ForeAgent, an agentic forensics framework for detecting AI-generated images that iteratively self-evolves. It leverages a Perception-Verdict architecture combining multi-view features (semantic, spatial, frequency-domain) with an MLLM-based verdict module for logical reasoning. Additionally, a Hindsight-Driven Self-Refining strategy allows ForeAgent to continuously improve its detection capabilities and reasoning quality by reflecting on failures and curating high-quality training samples.

Abstract

The rapid advancement of generative models presents a significant challenge to existing deepfake detection methods, particularly given the widespread dissemination of highly realistic AI-generated images. Although Multimodal Large Language Models (MLLMs) show strong potential for this task, existing approaches suffer from two key limitations: insufficient sensitivity to fine-grained forensic artifacts and reliance on static synthetic supervision from frontier models, leading to limited flexibility and high-cost. To address these issues, we propose ForeAgent, an agentic forensics framework for AI-generated image detection with iterative self-evolution. First, ForeAgent adopts a Perception-Verdict architecture that aggregates multi-view cues spanning semantic, spatial, and frequency-domain features, and leverages an MLLM as a verdict module to fuse these signals for a logical-grounded verdict. Second, to enable continual self-improvement, we introduce a Hindsight-Driven Self-Refining strategy following a Sampling-Reflection-Evolution paradigm. The agent performs inference rollouts on training instances. Guided by ground-truth labels as hindsight, it reflects on failure cases and low-quality reasoning trajectories to regenerate higher-quality reasoning traces. These synthesized samples are then strictly filtered through a dual-expert quality gating module. ForeAgent continuously evolves via fine-tuning on self-curated high-quality samples. Extensive experiments demonstrate that ForeAgent achieves state-of-the-art performance on the Chameleon benchmark, reaching 82.18% accuracy (+16.41% over AIDE), and achieves 93.3% mean accuracy on AIGCDetect-Benchmark across 16 generators. In addition, external evaluation shows that ForeAgent produces more consistent and causally grounded reasoning compared to GPT-5 and GPT-5-mini.


Key findings
ForeAgent achieves state-of-the-art performance on the Chameleon benchmark (82.18% accuracy, +16.41% over AIDE) and 93.3% mean accuracy on AIGCDetect-Benchmark across 16 generators. It also produces more consistent and causally grounded reasoning compared to GPT-5 and GPT-5-mini, demonstrating the effectiveness of its self-evolution paradigm for both detection accuracy and interpretability.
Approach
ForeAgent employs a Perception-Verdict architecture that integrates semantic, spatial, and frequency-domain cues from images. It uses an MLLM as a central reasoning engine to combine these multi-dimensional signals into a logically-grounded verdict. To enable continual improvement, it utilizes a Hindsight-Driven Self-Refining strategy where the agent samples instances, reflects on errors, regenerates higher-quality reasoning traces, and fine-tunes itself on these curated samples.
Datasets
Chameleon, AIGCDetectBenchmark, Genimage
Model(s)
Qwen3-VL-8B-Instruct (backbone), Qwen3-VL-32B-Instruct, Llama-3.2-11B-Vision-Instruct, GPT5-mini, GPT5, NPR detector, Gemini-3-flash-preview
Author countries
China