Can Vision-Language Models Reason about AI Edits in Images?

📅 2026-07-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Current methods for detecting AI-generated image manipulations often suffer from poor interpretability and limited generalization. This work proposes a novel reinforcement learning framework that, for the first time, applies Group Relative Policy Optimization (GRPO) to vision-language models (VLMs) to discern whether an image has been AI-edited through structured reasoning trajectories—without requiring explicit reasoning annotations—and subsequently guides a lightweight segmentation model for pixel-level localization. The approach incorporates accuracy and format-based reward mechanisms and uniformly evaluates both detection and localization performance using the eff-IoU metric. Experiments demonstrate that, with only weak supervision, the method achieves state-of-the-art performance across multiple manipulation benchmarks, confirming the efficacy of reinforcement learning–driven VLMs for AI-generated content reasoning.
📝 Abstract
Detection and localization of AI-tampered images are critical for trustworthy AI, yet modern generative models have made such manipulations increasingly difficult to identify. While traditional binary classifiers can detect image tampering, they lack interpretability and generalization. Vision-Language Models (VLMs) offer a promising alternative due to their strong visual understanding and reasoning capabilities; however, existing approaches typically rely on supervised finetuning with curated explanations rather than exploiting their inherent reasoning capabilities. In this work, we investigate whether VLMs can be trained to reason about AI-generated image edits using reinforcement learning (RL) rather than explicit reasoning supervision. Motivated by the success in Group Relative Policy Optimization (GRPO), an RL technique that incentivizes the model to reason by generating thinking traces prior to giving the final answer, we propose a GRPO-based training framework that utilizes simple accuracy and format rewards. Given an input image, the model produces a structured reasoning trace and predicts whether the image has been tampered with. A lightweight segmentation model is then guided by the reasoning output to generate pixel-level localization masks. Experiments across multiple image manipulation datasets demonstrate that our approach achieves competitive detection and localization performance compared to state-of-the-art image forgery detectors, despite requiring substantially weaker supervision. We introduce effective intersection over union (eff-IoU), a unified metric to jointly evaluate detection and localization. These results suggest that reinforcement learning provides an effective and scalable mechanism for teaching VLMs to reason about AI-generated content.
Problem

Research questions and friction points this paper is trying to address.

AI-tampered images
Vision-Language Models
image forgery detection
reasoning
reinforcement learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Vision-Language Models
Reinforcement Learning
Image Forgery Detection
GRPO
Weak Supervision