CVMay 23, 2023

Generalizable Synthetic Image Detection via Language-guided Contrastive Learning

arXiv:2305.13800v256 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for reliable detection of synthetic images to combat misuse like fake news, though it is an incremental improvement in forensic algorithms.

The authors tackled the problem of detecting AI-generated images with poor generalization to unseen models by proposing a language-guided contrastive learning method, which achieved much improved generalizability and far exceeded state-of-the-art competitors across four datasets.

The heightened realism of AI-generated images can be attributed to the rapid development of synthetic models, including generative adversarial networks (GANs) and diffusion models (DMs). The malevolent use of synthetic images, such as the dissemination of fake news or the creation of fake profiles, however, raises significant concerns regarding the authenticity of images. Though many forensic algorithms have been developed for detecting synthetic images, their performance, especially the generalization capability, is still far from being adequate to cope with the increasing number of synthetic models. In this work, we propose a simple yet very effective synthetic image detection method via a language-guided contrastive learning. Specifically, we augment the training images with carefully-designed textual labels, enabling us to use a joint visual-language contrastive supervision for learning a forensic feature space with better generalization. It is shown that our proposed LanguAge-guided SynThEsis Detection (LASTED) model achieves much improved generalizability to unseen image generation models and delivers promising performance that far exceeds state-of-the-art competitors over four datasets. The code is available at https://github.com/HighwayWu/LASTED.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes