VoD: Learning Volume of Differences for Video-Based Deepfake Detection
Ying Xu, Marius Pedersen, Kiran Raja
TL;DR
VoD introduces a video-based Deepfake detector that exploits temporal and spatial inconsistencies by forming a volume of differences via Consecutive Frame Differences (CFD) and processing it with a stepwise-expanding multi-axis network (X3D-S). By learning differences along the spatial and temporal axes $(x,y,t)$, VoD improves detection robustness and generalization across seen and unseen datasets. In extensive FF++ experiments, VoD achieves state-of-the-art intra-dataset performance (≈98.8% accuracy, ≈99.5% AUC) and demonstrates competitive cross-dataset results, with notable gains on certain unseen datasets and clear robustness to blur and compression, though noise remains challenging. Ablation studies pinpoint CFD as the key input, show optimal segment settings around $C_{sl}=24$ and $C_{in}=1$, and highlight the efficiency of using X3D-S as backbone for strong performance with lower computational cost.
Abstract
The rapid development of deep learning and generative AI technologies has profoundly transformed the digital contact landscape, creating realistic Deepfake that poses substantial challenges to public trust and digital media integrity. This paper introduces a novel Deepfake detention framework, Volume of Differences (VoD), designed to enhance detection accuracy by exploiting temporal and spatial inconsistencies between consecutive video frames. VoD employs a progressive learning approach that captures differences across multiple axes through the use of consecutive frame differences (CFD) and a network with stepwise expansions. We evaluate our approach with intra-dataset and cross-dataset testing scenarios on various well-known Deepfake datasets. Our findings demonstrate that VoD excels with the data it has been trained on and shows strong adaptability to novel, unseen data. Additionally, comprehensive ablation studies examine various configurations of segment length, sampling steps, and intervals, offering valuable insights for optimizing the framework. The code for our VoD framework is available at https://github.com/xuyingzhongguo/VoD.
