CVAIMMJul 29, 2024

Contrasting Deepfakes Diffusion via Contrastive Learning and Global-Local Similarities

arXiv:2407.20337v138 citationsh-index: 66Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of deepfake detection for security and media integrity, offering a tailored solution that improves over existing methods like CLIP, though it is incremental in focusing on diffusion models.

The paper tackles the challenge of detecting deepfake images generated by diffusion models by proposing CoDE, a novel embedding space trained with contrastive learning and global-local similarities, achieving state-of-the-art accuracy on a new dataset of 9.2 million images and showing strong generalization to unseen generators.

Discerning between authentic content and that generated by advanced AI methods has become increasingly challenging. While previous research primarily addresses the detection of fake faces, the identification of generated natural images has only recently surfaced. This prompted the recent exploration of solutions that employ foundation vision-and-language models, like CLIP. However, the CLIP embedding space is optimized for global image-to-text alignment and is not inherently designed for deepfake detection, neglecting the potential benefits of tailored training and local image features. In this study, we propose CoDE (Contrastive Deepfake Embeddings), a novel embedding space specifically designed for deepfake detection. CoDE is trained via contrastive learning by additionally enforcing global-local similarities. To sustain the training of our model, we generate a comprehensive dataset that focuses on images generated by diffusion models and encompasses a collection of 9.2 million images produced by using four different generators. Experimental results demonstrate that CoDE achieves state-of-the-art accuracy on the newly collected dataset, while also showing excellent generalization capabilities to unseen image generators. Our source code, trained models, and collected dataset are publicly available at: https://github.com/aimagelab/CoDE.

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