Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Zero-Shot Detection of AI-Generated Images

About

Detecting AI-generated images has become an extraordinarily difficult challenge as new generative architectures emerge on a daily basis with more and more capabilities and unprecedented realism. New versions of many commercial tools, such as DALLE, Midjourney, and Stable Diffusion, have been released recently, and it is impractical to continually update and retrain supervised forensic detectors to handle such a large variety of models. To address this challenge, we propose a zero-shot entropy-based detector (ZED) that neither needs AI-generated training data nor relies on knowledge of generative architectures to artificially synthesize their artifacts. Inspired by recent works on machine-generated text detection, our idea is to measure how surprising the image under analysis is compared to a model of real images. To this end, we rely on a lossless image encoder that estimates the probability distribution of each pixel given its context. To ensure computational efficiency, the encoder has a multi-resolution architecture and contexts comprise mostly pixels of the lower-resolution version of the image.Since only real images are needed to learn the model, the detector is independent of generator architectures and synthetic training data. Using a single discriminative feature, the proposed detector achieves state-of-the-art performance. On a wide variety of generative models it achieves an average improvement of more than 3% over the SoTA in terms of accuracy. Code is available at https://grip-unina.github.io/ZED/.

Davide Cozzolino, Giovanni Poggi, Matthias Nie{\ss}ner, Luisa Verdoliva• 2024

Related benchmarks

TaskDatasetResultRank
AI Image DetectionMidjourney
Accuracy84
51
Generated Image DetectionWukong
Accuracy44
41
AI-generated image detectionStyleGAN
mAP0.77
29
AI-generated image detectionProGAN
mAP75
29
AI-generated image detectionBigGAN
mAP47
29
AI-generated image detectionGauGAN
mAP41
29
Generated Image DetectionADM
AP0.46
29
AI-generated image detectionCycleGAN
mAP38
29
Synthetic Image DetectionGlide 50-27
Accuracy92
27
Synthetic Image DetectionGlide 100-27
Accuracy92
14
Showing 10 of 24 rows

Other info

Follow for update