CVSep 4, 2024

Standing on the Shoulders of Giants: Reprogramming Visual-Language Model for General Deepfake Detection

arXiv:2409.02664v433 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the problem of detecting deepfakes across unseen datasets and emerging generative models for security and media integrity applications, with incremental improvements in efficiency.

The paper tackles the limited generalizability of deepfake detection methods by reprogramming a pre-trained vision-language model (e.g., CLIP) using input perturbations and adaptive text prompts, achieving over 88% AUC in cross-dataset settings and reducing trainable parameters.

The proliferation of deepfake faces poses huge potential negative impacts on our daily lives. Despite substantial advancements in deepfake detection over these years, the generalizability of existing methods against forgeries from unseen datasets or created by emerging generative models remains constrained. In this paper, inspired by the zero-shot advantages of Vision-Language Models (VLMs), we propose a novel approach that repurposes a well-trained VLM for general deepfake detection. Motivated by the model reprogramming paradigm that manipulates the model prediction via input perturbations, our method can reprogram a pre-trained VLM model (e.g., CLIP) solely based on manipulating its input without tuning the inner parameters. First, learnable visual perturbations are used to refine feature extraction for deepfake detection. Then, we exploit information of face embedding to create sample-level adaptative text prompts, improving the performance. Extensive experiments on several popular benchmark datasets demonstrate that (1) the cross-dataset and cross-manipulation performances of deepfake detection can be significantly and consistently improved (e.g., over 88\% AUC in cross-dataset setting from FF++ to WildDeepfake); (2) the superior performances are achieved with fewer trainable parameters, making it a promising approach for real-world applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes