Learning Real Facial Concepts for Independent Deepfake Detection
Ming-Hui Liu, Harry Cheng, Tianyi Wang, Xin Luo, Xin-Shun Xu
TL;DR
This work tackles the generalization gap in deepfake detection by shifting focus from sole reliance on forgery artifacts to learning a comprehensive concept of real faces. It introduces RealID, comprising Real Concept Capture (RealC2) with a Multi-Real Memory of real prototypes and an Independent Dual-Decision (IDC) classifier that decouples real-face evaluation from forgery cues. The model uses Prototype Distinction and Prototype Diversity losses to cultivate diverse, discriminative real representations and employs an augmented four-way output with a regularization term to reduce misguidance from artefacts. Across five cross-dataset benchmarks, RealID achieves notable improvements in average AUC and demonstrates robustness across backbones, indicating improved generalization for real-face recognition in unseen domains.
Abstract
Deepfake detection models often struggle with generalization to unseen datasets, manifesting as misclassifying real instances as fake in target domains. This is primarily due to an overreliance on forgery artifacts and a limited understanding of real faces. To address this challenge, we propose a novel approach RealID to enhance generalization by learning a comprehensive concept of real faces while assessing the probabilities of belonging to the real and fake classes independently. RealID comprises two key modules: the Real Concept Capture Module (RealC2) and the Independent Dual-Decision Classifier (IDC). With the assistance of a MultiReal Memory, RealC2 maintains various prototypes for real faces, allowing the model to capture a comprehensive concept of real class. Meanwhile, IDC redefines the classification strategy by making independent decisions based on the concept of the real class and the presence of forgery artifacts. Through the combined effect of the above modules, the influence of forgery-irrelevant patterns is alleviated, and extensive experiments on five widely used datasets demonstrate that RealID significantly outperforms existing state-of-the-art methods, achieving a 1.74% improvement in average accuracy.
