G2VD: Generalizable AI-Generated Video Detection via Counterfactual Intervention and Causal Disentanglement
Summary
G2VD, a Generalizable AI-Generated Video Detection framework, addresses the significant performance degradation of existing AI-generated video detectors when encountering unseen generators. Current methods often rely on domain-specific spurious cues, leading to shortcut learning. G2VD tackles this by introducing a counterfactual intervention pipeline (CFIPipeline) that generates controlled counterfactual samples via variational autoencoders (VAEs), followed by frequency-domain and pixel-domain alignment. It also features a causal disentanglement classifier with two domain-anchored branches and an HSIC-based independence constraint. This approach encourages the detector to focus on intrinsic forgery traces rather than generator-dependent fingerprints. G2VD demonstrates strong average cross-domain performance across four public datasets, achieving over 90% accuracy and an AUC close to 0.95 on the challenging GenVidBench setting, notably using only 10% of the original training data.
Key takeaway
For AI Security Engineers tasked with deploying robust AI-generated video detection, G2VD offers a promising approach to overcome generalization challenges. You should consider its counterfactual intervention and causal disentanglement techniques to build detectors that reliably identify deepfakes from unseen generators. This method enhances your system's resilience against evolving threats, even when operating with limited training data, by focusing on intrinsic forgery traces.
Key insights
G2VD improves AI-generated video detection generalization by disentangling intrinsic forgery traces from domain-specific biases.
Principles
- Shortcut learning degrades detector performance on unseen data.
- Focusing on intrinsic forgery traces improves cross-domain generalization.
- Causal disentanglement separates task-relevant cues from domain bias.
Method
G2VD generates counterfactual samples via VAEs with frequency/pixel alignment, then uses a causal disentanglement classifier with domain-anchored branches and an HSIC independence constraint.
In practice
- Apply counterfactual intervention to generate diverse training data.
- Implement causal disentanglement for robust feature learning.
- Utilize HSIC for independence constraint in multi-branch classifiers.
Topics
- AI-generated Video Detection
- Deepfake Detection
- Cross-domain Generalization
- Counterfactual Intervention
- Causal Disentanglement
- Variational Autoencoders
Code references
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, AI Security Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.