Implicit Identity Leakage: The Stumbling Block to Improving Deepfake Detection Generalization
Authors: Shichao Dong, Jin Wang, Renhe Ji, Jiajun Liang, Haoqiang Fan, Zheng Ge
Published: 2022-10-26 04:02:29+00:00
AI Summary
This paper identifies "Implicit Identity Leakage" as a major obstacle to generalizing deepfake detection models, where models unintentionally learn identity representations instead of focusing on forgery artifacts. To address this, the authors propose an ID-unaware model that uses an Artifact Detection Module to focus on local image features, improving cross-dataset generalization.
Abstract
In this paper, we analyse the generalization ability of binary classifiers for the task of deepfake detection. We find that the stumbling block to their generalization is caused by the unexpected learned identity representation on images. Termed as the Implicit Identity Leakage, this phenomenon has been qualitatively and quantitatively verified among various DNNs. Furthermore, based on such understanding, we propose a simple yet effective method named the ID-unaware Deepfake Detection Model to reduce the influence of this phenomenon. Extensive experimental results demonstrate that our method outperforms the state-of-the-art in both in-dataset and cross-dataset evaluation. The code is available at https://github.com/megvii-research/CADDM.