Rethinking Cross-Generator Image Forgery Detection through DINOv3
Zhenglin Huang, Jason Li, Haiquan Wen, Tianxiao Li, Xi Yang, Lu Qi, Bei Peng, Xiaowei Huang, Ming-Hsuan Yang, Guangliang Cheng
TL;DR
This work reveals that frozen DINOv3 models inherently capture transferable authenticity cues in globally coherent, low-frequency image structure, enabling strong cross-generator forgery detection without fine-tuning. It introduces FGTS, a training-free Fisher-score-based token selection framework that identifies a compact subset of patch tokens to preserve the authenticity signal, with a lightweight linear probe completing the detection pipeline. Empirically, FGTS achieves state-of-the-art or competitive performance across So-Fake-OOD, GenImage, and AIGCDetectionBenchmark, while remaining robust to common corruptions and requiring minimal supervision. The findings offer a practical, efficient baseline for universal forgery detection and provide insights into how foundation-model representations generalize across diverse generators.
Abstract
As generative models become increasingly diverse and powerful, cross-generator detection has emerged as a new challenge. Existing detection methods often memorize artifacts of specific generative models rather than learning transferable cues, leading to substantial failures on unseen generators. Surprisingly, this work finds that frozen visual foundation models, especially DINOv3, already exhibit strong cross-generator detection capability without any fine-tuning. Through systematic studies on frequency, spatial, and token perspectives, we observe that DINOv3 tends to rely on global, low-frequency structures as weak but transferable authenticity cues instead of high-frequency, generator-specific artifacts. Motivated by this insight, we introduce a simple, training-free token-ranking strategy followed by a lightweight linear probe to select a small subset of authenticity-relevant tokens. This token subset consistently improves detection accuracy across all evaluated datasets. Our study provides empirical evidence and a feasible hypothesis for understanding why foundation models generalize across diverse generators, offering a universal, efficient, and interpretable baseline for image forgery detection.
