Circumventing shortcuts in audio-visual deepfake detection datasets with unsupervised learning
Stefan Smeu, Dragos-Alexandru Boldisor, Dan Oneata, Elisabeta Oneata
TL;DR
The paper reveals a leading-silence bias in two widely used audio-visual deepfake datasets that can be exploited by supervised models, inflating perceived performance. It proposes AVH-Align, an unsupervised method that aligns AV-HuBERT audio and visual representations via a learnable alignment network trained only on real data, mitigating dataset-specific shortcuts. The results show that the bias can yield high AUCs even after trimming, while AVH-Align achieves robust detection (e.g., 85.24% $AUC$ on AV-Deepfake1M test) without using fake data and outperforms other unsupervised baselines, highlighting the importance of bias-aware evaluation. The work argues for dataset design scrutiny and promotes a practical real-data, self-supervised framework to enhance generalization across manipulation techniques.
Abstract
Good datasets are essential for developing and benchmarking any machine learning system. Their importance is even more extreme for safety critical applications such as deepfake detection - the focus of this paper. Here we reveal that two of the most widely used audio-video deepfake datasets suffer from a previously unidentified spurious feature: the leading silence. Fake videos start with a very brief moment of silence and based on this feature alone, we can separate the real and fake samples almost perfectly. As such, previous audio-only and audio-video models exploit the presence of silence in the fake videos and consequently perform worse when the leading silence is removed. To circumvent latching on such unwanted artifact and possibly other unrevealed ones we propose a shift from supervised to unsupervised learning by training models exclusively on real data. We show that by aligning self-supervised audio-video representations we remove the risk of relying on dataset-specific biases and improve robustness in deepfake detection.
