AI-Generated Video Detection via Spatial-Temporal Anomaly Learning
摘要
The artificial intelligence (AI)-generated videos become more and more realistic with the advancement of generation models. Such synthetic videos are indistinguishable from the real ones by human eyes, and may be easily created by malicious users to spread false information. To prevent the misuse, we propose an effective AI-Generated Video Detection (AIGVDet) scheme with spatial-temporal convolutional neural network (CNN) and decision fusion strategy. Specifically, two separate ResNet detectors are learned for identifying the anomalies in spatial and optical flow domains, respectively. To enhance the discrimination ability of AIGVDet, the frame-level prediction results of such two detectors are aggregated to the final video detection result based on multiple stages decision fusion. A new large-scale generated video dataset (GVD) is created as a benchmark for network training and evaluation. Extensive experimental results verify the high generalization ability and robustness of our AIGVDet scheme in detecting AI-generated videos blindly. The code and dataset are available at https://github.com/multimediaFor/AIGVDet .