Back

Disclaimer: These are my personal notes on this paper. I am in no way related to this paper. All credits go towards the authors.



Unmasking DeepFakes with simple Features

March 4, 2020 - Paper Link - Tags: Dataset, Deepfake, Detection

Summary

Discrete Fourier Transformation → Azimuthal Average → Classifier → Deepfake Classification

Used the power spectrum results from a Discrete Fourier Transformer (power and phase is produced, but only power is used). To reduce the dimensionality of the image from a 2D to 1D representation, the Azimuthal Average was used. Finally, a classifier was applied to determine if a sample was a deepfake or not. Using the DeepFakeDetection dataset portion of FaceForensics++, they achieved 90% accuracy per video using a SVM classifier. Depending on the dataset, as little as 20 samples were required to achieve 100% accuracy.

This paper showed that it is possible to achieve good results using little training data.

It also showed that unsupervised methods generally perform worse than supervised methods for deepfake classification.

Notes

Interesting References

Analysis

Citation: Durall, Ricard, et al. "Unmasking deepfakes with simple features." arXiv preprint arXiv:1911.00686 (2019).