Adversarially robust deepfake media detection using fused convolutional neural network predictions
Authors: Sohail Ahmed Khan, Alessandro Artusi, Hang Dai
Published: 2021-02-11 11:28:00+00:00
AI Summary
This paper proposes an adversarially robust deepfake media detection system using a fusion of predictions from three deep Convolutional Neural Networks (VGG16, InceptionV3, XceptionNet). The approach classifies fake and real images extracted from videos, aiming to improve generalization and robustness against unseen data and adversarial attacks. The fused model outperforms state-of-the-art methods and demonstrates resilience when individual models are compromised by adversarial attacks.
Abstract
Deepfakes are synthetically generated images, videos or audios, which fraudsters use to manipulate legitimate information. Current deepfake detection systems struggle against unseen data. To address this, we employ three different deep Convolutional Neural Network (CNN) models, (1) VGG16, (2) InceptionV3, and (3) XceptionNet to classify fake and real images extracted from videos. We also constructed a fusion of the deep CNN models to improve the robustness and generalisation capability. The proposed technique outperforms state-of-the-art models with 96.5% accuracy, when tested on publicly available DeepFake Detection Challenge (DFDC) test data, comprising of 400 videos. The fusion model achieves 99% accuracy on lower quality DeepFake-TIMIT dataset videos and 91.88% on higher quality DeepFake-TIMIT videos. In addition to this, we prove that prediction fusion is more robust against adversarial attacks. If one model is compromised by an adversarial attack, the prediction fusion does not let it affect the overall classification.