Real-Time Deepfake Detection in the Real-World
Bar Cavia, Eliahu Horwitz, Tal Reiss, Yedid Hoshen

TL;DR
This paper presents LaDeDa, a patch-based deepfake detection algorithm with near-perfect accuracy on benchmarks, and introduces WildRF, a new real-world dataset revealing the ongoing challenge of generalizing deepfake detection to social media content.
Contribution
The paper introduces LaDeDa, a highly accurate patch-based deepfake detector, and WildRF, a new dataset for real-world deepfake detection, highlighting the gap between benchmark performance and real-world applicability.
Findings
LaDeDa achieves around 99% mAP on current benchmarks.
Tiny-LaDeDa is highly efficient with 375x fewer FLOPs.
Performance drops significantly on real-world social media deepfakes.
Abstract
Recent improvements in generative AI made synthesizing fake images easy; as they can be used to cause harm, it is crucial to develop accurate techniques to identify them. This paper introduces "Locally Aware Deepfake Detection Algorithm" (LaDeDa), that accepts a single 9x9 image patch and outputs its deepfake score. The image deepfake score is the pooled score of its patches. With merely patch-level information, LaDeDa significantly improves over the state-of-the-art, achieving around 99% mAP on current benchmarks. Owing to the patch-level structure of LaDeDa, we hypothesize that the generation artifacts can be detected by a simple model. We therefore distill LaDeDa into Tiny-LaDeDa, a highly efficient model consisting of only 4 convolutional layers. Remarkably, Tiny-LaDeDa has 375x fewer FLOPs and is 10,000x more parameter-efficient than LaDeDa, allowing it to run efficiently on edge…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection · Anomaly Detection Techniques and Applications
MethodsAttentive Walk-Aggregating Graph Neural Network
