paper-with-me

홈 › Papers

Towards Universal Fake Image Detectors that Generalize Across Generative Models

2023-02-20 · CVPR 2023 1 · Utkarsh Ojha, Yuheng Li, Yong Jae Lee

With generative models proliferating at a rapid rate, there is a growing need for general purpose fake image detectors. In this work, we first show that the existing paradigm, which consists of training a deep network for real-vs-fake classification, fails to detect fake images from newer breeds of generative models when trained to detect GAN fake images. Upon analysis, we find that the resulting classifier is asymmetrically tuned to detect patterns that make an image fake. The real class becomes a sink class holding anything that is not fake, including generated images from models not accessible during training. Building upon this discovery, we propose to perform real-vs-fake classification without learning; i.e., using a feature space not explicitly trained to distinguish real from fake images. We use nearest neighbor and linear probing as instantiations of this idea. When given access to the feature space of a large pretrained vision-language model, the very simple baseline of nearest neighbor classification has surprisingly good generalization ability in detecting fake images from a wide variety of generative models; e.g., it improves upon the SoTA by +15.07 mAP and +25.90% acc when tested on unseen diffusion and autoregressive models.

📄 PDF Abstract BibTeX arXiv:2302.10174

Code (2)

yuheng-li/universalfakedetect 공식 구현 pytorch
Michel-liu/FatFormer pytorch

Tasks

ClassificationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

How Generalizable are Deepfake Image Detectors? An Empirical Study

2023-08-08 · Boquan Li, Jun Sun, Christopher M. Poskitt, Xingmei Wang

Deepfakes are becoming increasingly credible, posing a significant threat given their potential to facilitate fraud or bypass access control systems. This has motivated the development of deepfake detection methods, in w…

DeepFake DetectionFace Swapping

Frequency Masking for Universal Deepfake Detection

2024-01-12 · Chandler Timm Doloriel, Ngai-Man Cheung

We study universal deepfake detection. Our goal is to detect synthetic images from a range of generative AI approaches, particularly from emerging ones which are unseen during training of the deepfake detector. Universal…

DeepFake DetectionFace Swapping

Towards Sustainable Universal Deepfake Detection with Frequency-Domain Masking

2025-12-08 · Chandler Timm C. Doloriel, Habib Ullah, Kristian Hovde Liland, Fadi Al Machot 외 arxiv

Universal deepfake detection aims to identify AI-generated images across a broad range of generative models, including unseen ones. This requires robust generalization to new and unseen deepfakes, which emerge frequently…

DeepFake Detection

Unraveling Hidden Representations: A Multi-Modal Layer Analysis for Better Synthetic Content Forensics

2025-08-01 · Tom Or, Omri Azencot arxiv

Generative models achieve remarkable results in multiple data domains, including images and texts, among other examples. Unfortunately, malicious users exploit synthetic media for spreading misinformation and disseminati…

Spatio-temporal Features for Generalized Detection of Deepfake Videos

2020-10-22 · Ipek Ganiyusufoglu, L. Minh Ngô, Nedko Savov, Sezer Karaoglu 외

For deepfake detection, video-level detectors have not been explored as extensively as image-level detectors, which do not exploit temporal data. In this paper, we empirically show that existing approaches on image and s…

DeepFake DetectionFace Swapping