菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-20
📄 Abstract - Findings of the Counter Turing Test: AI-Generated Image Detection

The rapid advancements in generative AI technologies, such as Stable Diffusion, DALL-E, and Midjourney, have significantly transformed the creation of synthetic visual content. While these models enable innovation across industries, they also pose serious challenges, including misinformation, disinformation, and biased content generation. The increasing realism of AI-generated images makes their detection a pressing concern for researchers, policymakers, and industry stakeholders. In this paper, we present the findings of the Defactify 4.0 workshop, which introduced the Counter Turing Test (CT2) for AI-Generated Image Detection. The competition consisted of two key tasks: (1) binary classification of images as either AI-generated or real and (2) identification of the specific generative model responsible for an AI-generated image. To facilitate this, we developed the MS COCOAI dataset, consisting of 50,000 synthetic images from multiple generative models alongside real-world images from the MS COCO dataset. Participants employed diverse detection strategies, including convolutional neural networks (CNNs), Vision Transformers (ViTs), frequency-based analysis, contrastive learning, and multimodal techniques. The results demonstrated that while AI-generated images can be detected with high accuracy (F1-score > 0.83), identifying the exact model used remains significantly more challenging (highest F1-score: 0.4986). These findings highlight the need for improved model fingerprinting, adversarial robustness, and real-time detection mechanisms.

顶级标签: computer vision machine learning benchmark
详细标签: ai-generated image detection binary classification model identification counter turing test evaluation 或 搜索:

反图灵测试发现:AI生成图像检测 / Findings of the Counter Turing Test: AI-Generated Image Detection


1️⃣ 一句话总结

本文通过举办AI生成图像检测竞赛,发现区分真假图像(准确率较高)远比识别具体是哪个AI模型生成的图像(难度大得多)容易,并指出未来需要更强大的模型指纹和实时检测技术。

源自 arXiv: 2605.20787