CVAISep 12, 2022

Deep Convolutional Pooling Transformer for Deepfake Detection

arXiv:2209.05299v4116 citationsh-index: 77
Originality Incremental advance
AI Analysis

This addresses security and privacy concerns in social media digital forensics by improving detection accuracy, though it appears incremental as it builds on existing deep learning methods.

The authors tackled the problem of Deepfake detection by proposing a deep convolutional Transformer that incorporates both local and global image features, achieving state-of-the-art performance on benchmark datasets in within- and cross-dataset experiments.

Recently, Deepfake has drawn considerable public attention due to security and privacy concerns in social media digital forensics. As the wildly spreading Deepfake videos on the Internet become more realistic, traditional detection techniques have failed in distinguishing between real and fake. Most existing deep learning methods mainly focus on local features and relations within the face image using convolutional neural networks as a backbone. However, local features and relations are insufficient for model training to learn enough general information for Deepfake detection. Therefore, the existing Deepfake detection methods have reached a bottleneck to further improve the detection performance. To address this issue, we propose a deep convolutional Transformer to incorporate the decisive image features both locally and globally. Specifically, we apply convolutional pooling and re-attention to enrich the extracted features and enhance efficacy. Moreover, we employ the barely discussed image keyframes in model training for performance improvement and visualize the feature quantity gap between the key and normal image frames caused by video compression. We finally illustrate the transferability with extensive experiments on several Deepfake benchmark datasets. The proposed solution consistently outperforms several state-of-the-art baselines on both within- and cross-dataset experiments.

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