Contrastive Desensitization Learning for Cross Domain Face Forgery Detection
Lingyu Qiu, Ke Jiang, Xiaoyang Tan
TL;DR
The paper tackles cross-domain face forgery detection under zero-shot generalization, where unseen forgery methods cause high false alarms. It introduces the Contrastive Desensitization Network (CDN), a domain desensitization framework that learns a domain-invariant representation $Z$ by decomposing inputs into intrinsic features $I$ and domain information $D$, and by minimizing a KL-divergence-based objective between domain-perturbed latents. CDN employs a domain transformation to mix features, coupled with denoising reconstruction and a domain boundary constraint, all underpinned by a variational/inference justification that links denoising objectives to domain invariance. Extensive experiments on FF++, Celeb-DF, WildDeepfake, and DFDC show CDN achieves state-of-the-art cross-domain accuracy with substantially lower false alarm rates, while ablations verify the contribution of each component. The approach offers practical impact by delivering robust, domain-agnostic real-face representations that improve detector reliability in real-world settings, without requiring forgery examples during representation learning.
Abstract
In this paper, we propose a new cross-domain face forgery detection method that is insensitive to different and possibly unseen forgery methods while ensuring an acceptable low false positive rate. Although existing face forgery detection methods are applicable to multiple domains to some degree, they often come with a high false positive rate, which can greatly disrupt the usability of the system. To address this issue, we propose an Contrastive Desensitization Network (CDN) based on a robust desensitization algorithm, which captures the essential domain characteristics through learning them from domain transformation over pairs of genuine face images. One advantage of CDN lies in that the learnt face representation is theoretical justified with regard to the its robustness against the domain changes. Extensive experiments over large-scale benchmark datasets demonstrate that our method achieves a much lower false alarm rate with improved detection accuracy compared to several state-of-the-art methods.
