CLIP Embeddings for AI-Generated Image Detection: A Few-Shot Study with Lightweight Classifier
Ziyang Ou
TL;DR
This work investigates whether frozen CLIP visual embeddings inherently encode discriminative cues for AI-generated image detection and whether a lightweight, few-shot adaptation pipeline can generalize to new domains. By projecting images to a fixed $\mathbf z \in \mathbb{R}^{512}$ via a frozen CLIP encoder and training compact classifiers (MLP or 1D-CNN) on top, the method achieves about $95\%$ accuracy on the CIFAKE benchmark without end-to-end fine-tuning, and around $85\%$ accuracy in a 20% few-shot adaptation on a custom dataset. A zero-shot comparison using Google Gemini-2.0 highlights the limits of prompt-based detection for certain styles, though prompt engineering can recover some performance. The results reveal a tangible real-vs-fake boundary within CLIP’s latent space, demonstrate a computationally efficient detection pipeline, and highlight style- and texture-related challenges that guide future work toward broader domain coverage and high-resolution texture analysis.
Abstract
Verifying the authenticity of AI-generated images presents a growing challenge on social media platforms these days. While vision-language models (VLMs) like CLIP outdo in multimodal representation, their capacity for AI-generated image classification is underexplored due to the absence of such labels during the pre-training process. This work investigates whether CLIP embeddings inherently contain information indicative of AI generation. A proposed pipeline extracts visual embeddings using a frozen CLIP model, feeds its embeddings to lightweight networks, and fine-tunes only the final classifier. Experiments on the public CIFAKE benchmark show the performance reaches 95% accuracy without language reasoning. Few-shot adaptation to curated custom with 20% of the data results in performance to 85%. A closed-source baseline (Gemini-2.0) has the best zero-shot accuracy yet fails on specific styles. Notably, some specific image types, such as wide-angle photographs and oil paintings, pose significant challenges to classification. These results indicate previously unexplored difficulties in classifying certain types of AI-generated images, revealing new and more specific questions in this domain that are worth further investigation.
