CVMar 23, 2022

Self-supervised Learning of Adversarial Example: Towards Good Generalizations for Deepfake Detection

arXiv:2203.12208v3312 citationsh-index: 44Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of improving generalization in deepfake detection for security and media integrity applications, representing an incremental advance over existing methods.

The paper tackles the challenge of generalizing deepfake detectors to unseen forgery methods by proposing a self-supervised approach that enriches forgery diversity and enhances model sensitivity through adversarial training, achieving superior performance compared to state-of-the-art methods.

Recent studies in deepfake detection have yielded promising results when the training and testing face forgeries are from the same dataset. However, the problem remains challenging when one tries to generalize the detector to forgeries created by unseen methods in the training dataset. This work addresses the generalizable deepfake detection from a simple principle: a generalizable representation should be sensitive to diverse types of forgeries. Following this principle, we propose to enrich the "diversity" of forgeries by synthesizing augmented forgeries with a pool of forgery configurations and strengthen the "sensitivity" to the forgeries by enforcing the model to predict the forgery configurations. To effectively explore the large forgery augmentation space, we further propose to use the adversarial training strategy to dynamically synthesize the most challenging forgeries to the current model. Through extensive experiments, we show that the proposed strategies are surprisingly effective (see Figure 1), and they could achieve superior performance than the current state-of-the-art methods. Code is available at \url{https://github.com/liangchen527/SLADD}.

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