On Improving Cross-Dataset Generalization of Deepfake Detectors

Abstract

Facial manipulation by deep fake has caused major security risks and raised severe societal concerns. As a countermeasure, a number of deep fake detection methods have been proposed recently. Most of them model deep fake detection as a binary classification problem using a backbone convolutional neural network (CNN) architecture pretrained for the task. These CNN-based methods have demonstrated very high efficacy in deep fake detection with the Area under the Curve (AUC) as high as 0.99. However, the performance of these methods degrades significantly when evaluated across datasets. In this paper, we formulate deep fake detection as a hybrid combination of supervised and reinforcement learning (RL) to improve its cross-dataset generalization performance. The proposed method chooses the top-k augmentations for each test sample by an RL agent in an image-specific manner. The classification scores, obtained using CNN, of all the augmentations of each test image are averaged together for final real or fake classification. Through extensive experimental validation, we demonstrate the superiority of our method over existing published research in cross-dataset generalization of deep fake detectors, thus obtaining state-of-the-art performance.

Cite

Text

Nadimpalli and Rattani. "On Improving Cross-Dataset Generalization of Deepfake Detectors." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022. doi:10.1109/CVPRW56347.2022.00019

Markdown

[Nadimpalli and Rattani. "On Improving Cross-Dataset Generalization of Deepfake Detectors." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022.](https://mlanthology.org/cvprw/2022/nadimpalli2022cvprw-improving/) doi:10.1109/CVPRW56347.2022.00019

BibTeX

@inproceedings{nadimpalli2022cvprw-improving,
  title     = {{On Improving Cross-Dataset Generalization of Deepfake Detectors}},
  author    = {Nadimpalli, Aakash Varma and Rattani, Ajita},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2022},
  pages     = {91-99},
  doi       = {10.1109/CVPRW56347.2022.00019},
  url       = {https://mlanthology.org/cvprw/2022/nadimpalli2022cvprw-improving/}
}