Unleashing Vision-Language Semantics for Deepfake Video Detection
About
Recent Deepfake Video Detection (DFD) studies have demonstrated that pre-trained Vision-Language Models (VLMs) such as CLIP exhibit strong generalization capabilities in detecting artifacts across different identities. However, existing approaches focus on leveraging visual features only, overlooking their most distinctive strength -- the rich vision-language semantics embedded in the latent space. We propose VLAForge, a novel DFD framework that unleashes the potential of such cross-modal semantics to enhance model's discriminability in deepfake detection. This work i) enhances the visual perception of VLM through a ForgePerceiver, which acts as an independent learner to capture diverse, subtle forgery cues both granularly and holistically, while preserving the pretrained Vision-Language Alignment (VLA) knowledge, and ii) provides a complementary discriminative cue -- Identity-Aware VLA score, derived by coupling cross-modal semantics with the forgery cues learned by ForgePerceiver. Notably, the VLA score is augmented by an identity prior-informed text prompting to capture authenticity cues tailored to each identity, thereby enabling more discriminative cross-modal semantics. Comprehensive experiments on video DFD benchmarks, including classical face-swapping forgeries and recent full-face generation forgeries, demonstrate that our VLAForge substantially outperforms state-of-the-art methods at both frame and video levels. Code is available at https://github.com/mala-lab/VLAForge.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Deepfake Detection | CelebDF v2 | AUC0.968 | 57 | |
| Frame-level Deepfake Detection | DFD | AUC93.6 | 42 | |
| Video-level Deepfake Detection | DFDC | AUC0.896 | 34 | |
| AI-generated image detection | StyleGAN | -- | 29 | |
| Frame-level Deepfake Detection | DFDC | AUC0.87 | 26 | |
| Video-level Deepfake Detection | DFD | AUC0.972 | 25 | |
| Frame-level Deepfake Detection | Celeb-DF v2 | AUROC91.2 | 17 | |
| Frame-level Deepfake Detection | Celeb-DF v1 | AUROC93.9 | 15 | |
| Face Forgery Detection | VQGAN | AUROC99.7 | 6 | |
| Face Forgery Detection | SiT | AUROC85.9 | 6 |