From 80feb138dce172aa6a37096df417ef64813b29f0 Mon Sep 17 00:00:00 2001 From: kanxx030 Date: Mon, 9 Nov 2020 23:29:07 -0600 Subject: [PATCH] added two additional deepfake detection papers --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aeb73f0..c4ee3c4 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,12 @@ Changing What You Want, [[paper]](http://vipl.ict.ac.cn/uploadfile/upload/201911 + :heavy_check_mark: MesoNet [[paper]](https://arxiv.org/abs/1809.00888), [[github]](https://github.com/HongguLiu/MesoNet-Pytorch) + Detecting Deep-Fake Videos from Phoneme-Viseme Mismatches, [[paper]](https://www.ohadf.com/papers/AgarwalFaridFriedAgrawala_CVPRW2020.pdf) + Deep Fake Image Detection Based on Pairwise Learning, [[paper]](https://www.mdpi.com/2076-3417/10/1/370) + +### RCN-based methods ++ Recurrent Convolutional Strategies for Face Manipulation Detection in Videos, [[paper]](https://arxiv.org/pdf/1905.00582.pdf) + +### Other ML methods ++ SVM: Exposing Deep Fakes Using Inconsistent Head Poses, [[paper]](https://ieeexplore.ieee.org/document/8683164) ## Datasets + [Google Deepfake Detection Dataset](https://github.com/ondyari/FaceForensics/tree/master/dataset)