FreqDebias: Towards Generalizable Deepfake Detection via Consistency-Driven Frequency Debiasing
This addresses generalization issues in deepfake detection for security applications, but it is incremental as it builds on existing debiasing and consistency techniques.
The paper tackled the problem of deepfake detectors failing to generalize to novel forgery types by identifying spectral bias in the frequency domain, and proposed FreqDebias, a framework that improved cross-domain generalization and outperformed state-of-the-art methods in experiments.
Deepfake detectors often struggle to generalize to novel forgery types due to biases learned from limited training data. In this paper, we identify a new type of model bias in the frequency domain, termed spectral bias, where detectors overly rely on specific frequency bands, restricting their ability to generalize across unseen forgeries. To address this, we propose FreqDebias, a frequency debiasing framework that mitigates spectral bias through two complementary strategies. First, we introduce a novel Forgery Mixup (Fo-Mixup) augmentation, which dynamically diversifies frequency characteristics of training samples. Second, we incorporate a dual consistency regularization (CR), which enforces both local consistency using class activation maps (CAMs) and global consistency through a von Mises-Fisher (vMF) distribution on a hyperspherical embedding space. This dual CR mitigates over-reliance on certain frequency components by promoting consistent representation learning under both local and global supervision. Extensive experiments show that FreqDebias significantly enhances cross-domain generalization and outperforms state-of-the-art methods in both cross-domain and in-domain settings.