paper-with-me

홈 › Papers

Detecting AI-Generated Images via CLIP

2024-04-12 · A. G. Moskowitz, T. Gaona, J. Peterson

As AI-generated image (AIGI) methods become more powerful and accessible, it has become a critical task to determine if an image is real or AI-generated. Because AIGI lack the signatures of photographs and have their own unique patterns, new models are needed to determine if an image is AI-generated. In this paper, we investigate the ability of the Contrastive Language-Image Pre-training (CLIP) architecture, pre-trained on massive internet-scale data sets, to perform this differentiation. We fine-tune CLIP on real images and AIGI from several generative models, enabling CLIP to determine if an image is AI-generated and, if so, determine what generation method was used to create it. We show that the fine-tuned CLIP architecture is able to differentiate AIGI as well or better than models whose architecture is specifically designed to detect AIGI. Our method will significantly increase access to AIGI-detecting tools and reduce the negative effects of AIGI on society, as our CLIP fine-tuning procedures require no architecture changes from publicly available model repositories and consume significantly less GPU resources than other AIGI detection models.

📄 PDF Abstract BibTeX arXiv:2404.08788

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Detecting AI-Generated Images via Distributional Deviations from Real Images

2026-01-07 · Yakun Niu, Yingjian Chen, Lei Zhang arxiv

The rapid advancement of generative models has significantly enhanced the quality of AI-generated images, raising concerns about misinformation and the erosion of public trust. Detecting AI-generated images has thus beco…

Detecting Images Generated by Diffusers

2023-03-09 · Davide Alessandro Coccomini, Andrea Esuli, Fabrizio Falchi, Claudio Gennaro 외

This paper explores the task of detecting images generated by text-to-image diffusion models. To evaluate this, we consider images generated from captions in the MSCOCO and Wikimedia datasets using two state-of-the-art m…

DeeCLIP: A Robust and Generalizable Transformer-Based Framework for Detecting AI-Generated Images

2025-04-28 · Mamadou Keita, Wassim Hamidouche, Hessen Bougueffa Eutamene, Abdelmalik Taleb-Ahmed 외

This paper introduces DeeCLIP, a novel framework for detecting AI-generated images using CLIP-ViT and fusion learning. Despite significant advancements in generative models capable of creating highly photorealistic image…

Generative Adversarial Networkparameter-efficient fine-tuningTripletZero-Shot Learning

Team NYCU at Defactify4: Robust Detection and Source Identification of AI-Generated Images Using CNN and CLIP-Based Models

2025-03-13 · Tsan-Tsung Yang, I-Wei Chen, Kuan-Ting Chen, Shang-Hsuan Chiang 외

With the rapid advancement of generative AI, AI-generated images have become increasingly realistic, raising concerns about creativity, misinformation, and content authenticity. Detecting such images and identifying thei…

Misinformation

TAP into the Patch Tokens: Leveraging Vision Foundation Model Features for AI-Generated Image Detection

2026-04-29 · Ahmed Abdullah, Nikolas Ebert, Oliver Wasenmüller arxiv

Recent methods demonstrate that large-scale pretrained models, such as CLIP vision transformers, effectively detect AI-generated images (AIGIs) from unseen generative models when used as feature extractors. Many state-of…