Rethinking the Use of Vision Transformers for AI-Generated Image Detection
NaHyeon Park, Kunhee Kim, Junsuk Choe, Hyunjung Shim
TL;DR
The paper interrogates the assumption that last-layer CLIP-ViT features are optimal for AI-generated image detection. By conducting a detailed layer-wise analysis, it shows that mid-layer features carry strong discriminative power and that different layers encode complementary information. It then introduces MoLD, a gating-based fusion of CLS-token representations across all ViT layers, to adaptively weight and combine multi-layer features. Across GAN- and diffusion-based generators, MoLD achieves superior detection performance and generalizes well to other pre-trained ViTs, demonstrating the value of fully leveraging multi-layer ViT representations for robust forgery detection.
Abstract
Rich feature representations derived from CLIP-ViT have been widely utilized in AI-generated image detection. While most existing methods primarily leverage features from the final layer, we systematically analyze the contributions of layer-wise features to this task. Our study reveals that earlier layers provide more localized and generalizable features, often surpassing the performance of final-layer features in detection tasks. Moreover, we find that different layers capture distinct aspects of the data, each contributing uniquely to AI-generated image detection. Motivated by these findings, we introduce a novel adaptive method, termed MoLD, which dynamically integrates features from multiple ViT layers using a gating-based mechanism. Extensive experiments on both GAN- and diffusion-generated images demonstrate that MoLD significantly improves detection performance, enhances generalization across diverse generative models, and exhibits robustness in real-world scenarios. Finally, we illustrate the scalability and versatility of our approach by successfully applying it to other pre-trained ViTs, such as DINOv2.
