Aggregating Layers for Deepfake Detection
Amir Jevnisek, Shai Avidan

TL;DR
This paper proposes a layer aggregation method for Deepfake detection that improves robustness across different algorithms, achieving state-of-the-art results in cross-domain scenarios.
Contribution
It introduces a novel feature aggregation approach across all layers of a deep network, enhancing generalization for Deepfake detection.
Findings
Achieves state-of-the-art results on Deepfake detection benchmarks.
Improves cross-algorithm robustness in synthetic face detection.
Outperforms existing methods in generalization to unseen Deepfake algorithms.
Abstract
The increasing popularity of facial manipulation (Deepfakes) and synthetic face creation raises the need to develop robust forgery detection solutions. Crucially, most work in this domain assume that the Deepfakes in the test set come from the same Deepfake algorithms that were used for training the network. This is not how things work in practice. Instead, we consider the case where the network is trained on one Deepfake algorithm, and tested on Deepfakes generated by another algorithm. Typically, supervised techniques follow a pipeline of visual feature extraction from a deep backbone, followed by a binary classification head. Instead, our algorithm aggregates features extracted across all layers of one backbone network to detect a fake. We evaluate our approach on two domains of interest - Deepfake detection and Synthetic image detection, and find that we achieve SOTA results.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Generative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection
MethodsTest
