๐ค AI Summary
This work addresses the limited generalization of existing deepfake detection methods in the face of rapidly evolving generative models and diverse forgery techniques. It proposes a robust detection system by integrating fine-tuned state-of-the-art vision Transformer modelsโDINOv2, AIMv2, and OpenCLIP ViT-L/14โand optimizes them on the large-scale in-the-wild dataset DF-Wild. Evaluated on the DF-Wild test set, the proposed approach achieves an AUC of 96.77% and an EER of 9%, outperforming the current best method by 7.05% in AUC and 8% in EER. This significant improvement in detecting unseen forgery types earned the method first place in the IEEE S&P Cup 2025.
๐ Abstract
In today's day and age, we face a challenge in detecting deepfake images because of the fast evolution of modern generative models and the poor generalization capability of existing methods. In this paper, we use an ensemble of fine-tuned vision transformers like DINOv2, AIMv2 and OpenCLIP's ViT-L/14 to create generalizable method to detect deepfakes. We use the DF-Wild dataset released as part of the IEEE SP Cup 2025, because it uses a challenging and diverse set of manipulations and generation techniques. We started our experiments with CNN classifiers trained on spatial features. Experimental results show that our ensemble outperforms individual models and strong CNN baselines, achieving an AUC of 96.77% and an Equal Error Rate (EER) of just 9% on the DF-Wild test set, beating the state-of-the-art deepfake detection algorithm Effort by 7.05% and 8% in AUC and EER respectively. This was the winning solution for SP Cup, presented at ICASSP 2025.