Towards Open-world Generalized Deepfake Detection: General Feature Extraction via Unsupervised Domain Adaptation
Midou Guo, Qilin Yin, Wei Lu, Xiangyang Luo
TL;DR
The paper tackles open-world deepfake detection where unlabeled target data far exceeds limited labeled data. It introduces OWG-DS, a strategy that combines Domain Distance Optimization (DDO), Similarity-based Class Boundary Separation (SCBS), and an Adversarial Domain Classification (ADC) module to align cross-domain features and sharpen class boundaries, optimized with a multi-term loss that includes $\mathcal{L}_{CE}$, $\mathcal{L}_{DAL}$, $\mathcal{L}_{SCBS}$, $\mathcal{L}_{adv}$, and KL regularization. The approach trains by pretraining on a labeled source domain and then adapting to a large unlabeled target domain in a shared feature space, using global centroids and positive-pair learning to mitigate domain shift. Experimental results on FF++ family, Celeb-DF, and DFDC demonstrate improved cross-manipulation and cross-dataset performance, data efficiency with limited target data, and model-agnostic applicability, indicating strong generalization to unseen forgery methods. Overall, the work advances practical open-world deepfake detection by enabling robust detection with limited labeled data and abundant unlabeled data, through principled domain alignment and boundary refinement.
Abstract
With the development of generative artificial intelligence, new forgery methods are rapidly emerging. Social platforms are flooded with vast amounts of unlabeled synthetic data and authentic data, making it increasingly challenging to distinguish real from fake. Due to the lack of labels, existing supervised detection methods struggle to effectively address the detection of unknown deepfake methods. Moreover, in open world scenarios, the amount of unlabeled data greatly exceeds that of labeled data. Therefore, we define a new deepfake detection generalization task which focuses on how to achieve efficient detection of large amounts of unlabeled data based on limited labeled data to simulate a open world scenario. To solve the above mentioned task, we propose a novel Open-World Deepfake Detection Generalization Enhancement Training Strategy (OWG-DS) to improve the generalization ability of existing methods. Our approach aims to transfer deepfake detection knowledge from a small amount of labeled source domain data to large-scale unlabeled target domain data. Specifically, we introduce the Domain Distance Optimization (DDO) module to align different domain features by optimizing both inter-domain and intra-domain distances. Additionally, the Similarity-based Class Boundary Separation (SCBS) module is used to enhance the aggregation of similar samples to ensure clearer class boundaries, while an adversarial training mechanism is adopted to learn the domain-invariant features. Extensive experiments show that the proposed deepfake detection generalization enhancement training strategy excels in cross-method and cross-dataset scenarios, improving the model's generalization.
