Deepfake Detection using Spatiotemporal Convolutional Networks
Authors: Oscar de Lima, Sean Franklin, Shreshtha Basu, Blake Karwoski, Annet George
Published: 2020-06-26 01:32:31+00:00
AI Summary
This paper explores the efficacy of spatiotemporal convolutional networks, commonly used in action recognition, for detecting AI-generated Deepfake videos. The authors created a benchmark using the Celeb-DF dataset, demonstrating that these methods can leverage temporal information to detect subtle artifacts. Their spatiotemporal approaches significantly outperformed state-of-the-art frame-based Deepfake detection methods.
Abstract
Better generative models and larger datasets have led to more realistic fake videos that can fool the human eye but produce temporal and spatial artifacts that deep learning approaches can detect. Most current Deepfake detection methods only use individual video frames and therefore fail to learn from temporal information. We created a benchmark of the performance of spatiotemporal convolutional methods using the Celeb-DF dataset. Our methods outperformed state-of-the-art frame-based detection methods. Code for our paper is publicly available at https://github.com/oidelima/Deepfake-Detection.