English

D$^3$: Scaling Up Deepfake Detection by Learning from Discrepancy

Computer Vision and Pattern Recognition 2025-03-25 v2

Abstract

The boom of Generative AI brings opportunities entangled with risks and concerns. Existing literature emphasizes the generalization capability of deepfake detection on unseen generators, significantly promoting the detector's ability to identify more universal artifacts. This work seeks a step toward a universal deepfake detection system with better generalization and robustness. We do so by first scaling up the existing detection task setup from the one-generator to multiple-generators in training, during which we disclose two challenges presented in prior methodological designs and demonstrate the divergence of detectors' performance. Specifically, we reveal that the current methods tailored for training on one specific generator either struggle to learn comprehensive artifacts from multiple generators or sacrifice their fitting ability for seen generators (i.e., In-Domain (ID) performance) to exchange the generalization for unseen generators (i.e., Out-Of-Domain (OOD) performance). To tackle the above challenges, we propose our Discrepancy Deepfake Detector (D3^3) framework, whose core idea is to deconstruct the universal artifacts from multiple generators by introducing a parallel network branch that takes a distorted image feature as an extra discrepancy signal and supplement its original counterpart. Extensive scaled-up experiments demonstrate the effectiveness of D3^3, achieving 5.3% accuracy improvement in the OOD testing compared to the current SOTA methods while maintaining the ID performance. The source code will be updated in our GitHub repository: https://github.com/BigAandSmallq/D3

Keywords

Cite

@article{arxiv.2404.04584,
  title  = {D$^3$: Scaling Up Deepfake Detection by Learning from Discrepancy},
  author = {Yongqi Yang and Zhihao Qian and Ye Zhu and Olga Russakovsky and Yu Wu},
  journal= {arXiv preprint arXiv:2404.04584},
  year   = {2025}
}

Comments

13 pages, 3 figures, accepted by CVPR 2025

R2 v1 2026-06-28T15:45:52.705Z