CVAIJan 21, 2025

A Lightweight and Interpretable Deepfakes Detection Framework

arXiv:2501.11927v14 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

It addresses the threat of deepfakes to society, law, and elections by providing a lightweight and interpretable detection tool, though it is incremental as it builds on existing feature-based approaches.

The paper tackles the problem of detecting all types of deepfakes (face-swap, lip-sync, puppet master) by proposing a unified framework that uses feature fusion of hybrid facial landmarks and novel heart rate features, achieving superior detection performance on the WLDR dataset compared to existing methods, with results similar to LSTM-FCN but more interpretable.

The recent realistic creation and dissemination of so-called deepfakes poses a serious threat to social life, civil rest, and law. Celebrity defaming, election manipulation, and deepfakes as evidence in court of law are few potential consequences of deepfakes. The availability of open source trained models based on modern frameworks such as PyTorch or TensorFlow, video manipulations Apps such as FaceApp and REFACE, and economical computing infrastructure has easen the creation of deepfakes. Most of the existing detectors focus on detecting either face-swap, lip-sync, or puppet master deepfakes, but a unified framework to detect all three types of deepfakes is hardly explored. This paper presents a unified framework that exploits the power of proposed feature fusion of hybrid facial landmarks and our novel heart rate features for detection of all types of deepfakes. We propose novel heart rate features and fused them with the facial landmark features to better extract the facial artifacts of fake videos and natural variations available in the original videos. We used these features to train a light-weight XGBoost to classify between the deepfake and bonafide videos. We evaluated the performance of our framework on the world leaders dataset (WLDR) that contains all types of deepfakes. Experimental results illustrate that the proposed framework offers superior detection performance over the comparative deepfakes detection methods. Performance comparison of our framework against the LSTM-FCN, a candidate of deep learning model, shows that proposed model achieves similar results, however, it is more interpretable.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes