INSIGHT: An Interpretable Neural Vision-Language Framework for Reasoning of Generative Artifacts
Anshul Bagaria
TL;DR
INSIGHT presents a unified multimodal forensic pipeline designed to robustly detect AI-generated images under extreme degradation while providing interpretable, semantically grounded explanations. It combines hierarchical super-resolution (DRCT), superpixel-based attention localization, GradCAM-guided artifact spotting, CLIP-based semantic alignment, and a ReAct + Chain-of-Thought reasoning framework, all validated by a multimodal LLM judge and G-Eval rubric-based scoring. Across diverse domains and challenging datasets, INSIGHT achieves competitive detection performance, improved explanation quality, and reliable verification, demonstrating the value of integrating perceptual cues with structured reasoning and evidence-grounded narratives. The work also includes thorough ablations, adversarial robustness tests, and audience-tailored reporting, underscoring the importance of fidelity, interpretability, and reliability for trustworthy multimodal forensics in real-world settings.
Abstract
The growing realism of AI-generated images produced by recent GAN and diffusion models has intensified concerns over the reliability of visual media. Yet, despite notable progress in deepfake detection, current forensic systems degrade sharply under real-world conditions such as severe downsampling, compression, and cross-domain distribution shifts. Moreover, most detectors operate as opaque classifiers, offering little insight into why an image is flagged as synthetic, undermining trust and hindering adoption in high-stakes settings. We introduce INSIGHT (Interpretable Neural Semantic and Image-based Generative-forensic Hallucination Tracing), a unified multimodal framework for robust detection and transparent explanation of AI-generated images, even at extremely low resolutions (16x16 - 64x64). INSIGHT combines hierarchical super-resolution for amplifying subtle forensic cues without inducing misleading artifacts, Grad-CAM driven multi-scale localization to reveal spatial regions indicative of generative patterns, and CLIP-guided semantic alignment to map visual anomalies to human-interpretable descriptors. A vision-language model is then prompted using a structured ReAct + Chain-of-Thought protocol to produce consistent, fine-grained explanations, verified through a dual-stage G-Eval + LLM-as-a-judge pipeline to minimize hallucinations and ensure factuality. Across diverse domains, including animals, vehicles, and abstract synthetic scenes, INSIGHT substantially improves both detection robustness and explanation quality under extreme degradation, outperforming prior detectors and black-box VLM baselines. Our results highlight a practical path toward transparent, reliable AI-generated image forensics and establish INSIGHT as a step forward in trustworthy multimodal content verification.
