Paper Overview
Field: Computer Vision (CV) Authors: Yi Tang, Xinyi Shang, Jiacheng Cui, Sondos Mahmoud Bsharat, Jiacheng Liu, et al. (15 authors in total) Posted: 2026-07-20 arXiv: 2607.18230 Categories: cs.CV, cs.AI
Abstract
Modern vision-language models (VLMs) have significantly enhanced image generation and editing capabilities, making pixel-level image tampering detection increasingly important — yet it remains challenging under cross-model and out-of-distribution (OOD) shifts. This work studies domain generalization for pixel-level tampering detection in modern VLMs (such as ChatGPT, Gemini, and Qwen-Image), aiming to learn tampering localization models that remain robust across diverse VLM-generated manipulation distributions.
The authors propose a simple yet effective domain generalization training framework based on two practical strategies:
1. Balanced minibatch sampling: a scheme that strategically samples tampered and authentic images within each minibatch, preventing biased optimization toward manipulation artifacts or clean-image priors and avoiding training collapse. 2. Late-injection strategy: the detector is first trained on a large base dataset until stable convergence, and is then exposed to a small amount of support data from emerging VLM distributions — improving adaptability without overfitting to the new domain.
Results
On OOD VLMs (GPT-Images-2.0, Gemini-3.1, FLUX.2, Seedream 4.5), the framework improves average gIoU and cIoU over the prior SOTA method PIXAR by 26.1% and 26.8%, respectively.
---
*Auto-collected on 2026-07-22.*