Home

Awesome

Faster Than Lies: Real-time Deepfake Detection using Binary Neural Networks

arXivProceedingsWeights

Welcome to the repository of the CVPRW24 paper. The authors are Romeo Lanzino, Federico Fontana, Anxhelo Diko, Marco Raoul Marini, Luigi Cinque, from Sapienza University of Rome, Italy.

Here you can also find the presentation held on June 17th 2024, alongside the prompt used to generate it.

Setup

Running the code

To train a model, create a new configuration copying and editing the default ones in the configs folder. When you have created a new configuration, run the training using python train.py --cfg <PATH_TO_YOUR_CONFIGURATION>

To test the model, do the same as before but use the test.py script: python test.py --cfg <PATH_TO_YOUR_CONFIGURATION>. Weights can be downloaded from here.

Citing

If you want to cite our paper, please do it using the following format:

@InProceedings{Lanzino_2024_CVPR,
    author    = {Lanzino, Romeo and Fontana, Federico and Diko, Anxhelo and Marini, Marco Raoul and Cinque, Luigi},
    title     = {Faster Than Lies: Real-time Deepfake Detection using Binary Neural Networks},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
    month     = {June},
    year      = {2024},
    pages     = {3771-3780}
}