Capture Artifacts via Progressive Disentangling and Purifying Blended Identities for Deepfake Detection

Authors: Weijie Zhou, Xiaoqing Luo, Zhancheng Zhang, Jiachen He, Xiaojun Wu

Published: 2024-10-14 08:04:37+00:00

AI Summary

This paper proposes a novel deepfake detection method based on progressive disentanglement and purification of blended identities. It uses a coarse- and fine-grained disentanglement strategy to separate artifact features from identity information, improving generalization compared to existing methods.

Abstract

The Deepfake technology has raised serious concerns regarding privacy breaches and trust issues. To tackle these challenges, Deepfake detection technology has emerged. Current methods over-rely on the global feature space, which contains redundant information independent of the artifacts. As a result, existing Deepfake detection techniques suffer performance degradation when encountering unknown datasets. To reduce information redundancy, the current methods use disentanglement techniques to roughly separate the fake faces into artifacts and content information. However, these methods lack a solid disentanglement foundation and cannot guarantee the reliability of their disentangling process. To address these issues, a Deepfake detection method based on progressive disentangling and purifying blended identities is innovatively proposed in this paper. Based on the artifact generation mechanism, the coarse- and fine-grained strategies are combined to ensure the reliability of the disentanglement method. Our method aims to more accurately capture and separate artifact features in fake faces. Specifically, we first perform the coarse-grained disentangling on fake faces to obtain a pair of blended identities that require no additional annotation to distinguish between source face and target face. Then, the artifact features from each identity are separated to achieve fine-grained disentanglement. To obtain pure identity information and artifacts, an Identity-Artifact Correlation Compression module (IACC) is designed based on the information bottleneck theory, effectively reducing the potential correlation between identity information and artifacts. Additionally, an Identity-Artifact Separation Contrast Loss is designed to enhance the independence of artifact features post-disentangling. Finally, the classifier only focuses on pure artifact features to achieve a generalized Deepfake detector.


Key findings
The proposed method outperforms state-of-the-art methods on several benchmark datasets, achieving superior detection performance and better generalization. Ablation studies confirm the effectiveness of each component of the proposed framework. Visualizations show the effective separation of artifact and identity features.
Approach
The approach progressively disentangles fake faces into blended identities, then separates artifact features from each identity using an Identity-Artifact Correlation Compression (IACC) module based on information bottleneck theory. A contrastive loss further enhances artifact feature independence, and a classifier focuses solely on these purified artifacts for detection.
Datasets
FaceForensics++ (FF++, c23 version), Celeb-DF (CDF-v1 and CDF-v2), DeepfakeDetection (DFD), Deepfake Detection Challenge (DFDC), and a preview version of DFDC (DFDCP)
Model(s)
EfficientNet-B4 (pre-trained), custom encoder, artifact separator, Identity-Artifact Correlation Compression (IACC) module, decoder, and classifier.
Author countries
China