Seeing What Matters: Generalizable AI-generated Video Detection with Forensic-Oriented Augmentation
This study introduces wavelet-based frequency augmentation to improve AI-generated video detection, boosting cross-model accuracy by over 12%.
Key Findings
Methodology
The proposed approach employs a deep learning framework combined with frequency domain wavelet transform analysis. Initially, the authors analyze the spectral signatures of various generative models such as Diffusion, NOVA, and FLUX, identifying diagonal mid-high frequency components as discriminative and robust features. They then design a novel data augmentation strategy based on wavelet band replacement, where low-frequency and horizontal/vertical bands of fake videos are substituted with those from real videos, encouraging the model to focus on mid-high frequency diagonal features. The training leverages a pre-trained DINOv2 model, fine-tuned with these frequency-enhanced fake samples, leading to improved generalization across unseen models. Extensive experiments demonstrate a 12% average accuracy boost over state-of-the-art methods, with particular strength on recent models like NOVA and FLUX.
Key Results
- Training solely on Pyramid Flow data, the detector achieved an average accuracy of 70%, which increased to over 82% when tested on videos from newer models like NOVA and FLUX, showing a significant generalization improvement. The frequency band replacement augmentation contributed over 10% to this enhancement.
- Analysis of spectral peaks revealed that mid-high frequency diagonal components persist even after compression, unlike high-frequency peaks which diminish significantly. This robustness under compression was exploited to improve detection accuracy by focusing on these features.
- Compared to baseline methods relying on high-frequency or semantic cues, the wavelet band replacement strategy yielded a 15% increase in detection accuracy under various compression rates, demonstrating its effectiveness and robustness across different generative architectures.
Significance
This work addresses a critical challenge in AI-generated video detection: achieving robust generalization across diverse models and compression scenarios. By focusing on architecture-intrinsic frequency artifacts, the method overcomes the limitations of prior approaches that rely on semantic errors or high-frequency noise, which are easily masked or eliminated. The proposed frequency augmentation strategy offers a practical, scalable solution that can be integrated into existing forensic pipelines, significantly enhancing the reliability of fake video detection in real-world applications such as legal evidence, social media moderation, and media verification. As generative models continue to evolve, this frequency-based approach provides a resilient foundation for future forensic tools, ensuring the integrity of digital content.
Technical Contribution
The core technical innovation lies in the integration of wavelet-based frequency band replacement during training, guiding the neural network to prioritize mid-high frequency diagonal features that are shared across multiple generative architectures. Unlike previous methods focusing solely on high-frequency peaks or semantic cues, this approach leverages the stability and discriminative power of mid-frequency artifacts that survive compression. The use of pre-trained models like DINOv2 for end-to-end training with frequency augmentation constitutes a significant step forward, enabling high accuracy with limited training data from a single generator. The method also introduces a novel analysis pipeline combining spectral peak detection with wavelet decomposition, providing a theoretical basis for robust fake video detection.
Novelty
This research is the first to systematically utilize wavelet band replacement as a data augmentation technique for AI-generated video detection, emphasizing the importance of mid-high frequency diagonal features. It departs from traditional high-frequency or semantic-error-based detection methods by focusing on architecture-inherent spectral signatures that are more resistant to compression and post-processing. The approach's ability to generalize across multiple, unseen generative models, including recent diffusion-based architectures, marks a significant innovation in the field.
Limitations
- The method's robustness may diminish under extreme compression or noise conditions, where mid-high frequency signals are heavily degraded. Further research is needed to enhance resilience in such scenarios.
- Dependence on pre-trained models like DINOv2 may limit transferability to resource-constrained environments or different tasks without fine-tuning.
- Current experiments focus primarily on H.264 compression; other codecs like HEVC or AV1 require additional validation to confirm compatibility.
- The frequency-based approach might overlook semantic or temporal inconsistencies that could complement spectral cues, suggesting a need for multi-modal detection strategies.
Future Work
Future research will explore multi-modal detection frameworks combining frequency domain features with temporal and semantic cues, aiming for comprehensive robustness. Incorporating self-supervised learning and adversarial training could further improve detection of unknown or evolving generative models. Extending validation to diverse codecs and real-world scenarios, such as live streaming or social media platforms, will be crucial. Additionally, developing lightweight models for real-time detection and integrating explainability features to interpret spectral signatures will enhance practical deployment and trustworthiness.
AI Executive Summary
The rapid advancement of AI-based video synthesis has led to the creation of hyper-realistic fake videos that challenge traditional detection methods. Existing forensic techniques often rely on semantic inconsistencies or high-frequency noise patterns, but these cues tend to diminish as generative models improve and compression techniques become more sophisticated. Consequently, there is an urgent need for detection strategies that are inherently robust and generalizable across diverse architectures.
This study introduces a novel approach that leverages frequency domain analysis, specifically focusing on mid-high frequency diagonal features, which are intrinsic to the architecture of modern generative models. By analyzing the spectral signatures left by different models such as Diffusion, NOVA, and FLUX, the authors identify persistent pseudo-periodic peaks that survive compression and post-processing. Recognizing the importance of these features, they develop a wavelet-based data augmentation strategy that replaces low-frequency and vertical/horizontal bands of fake videos with those from real videos during training. This process directs the neural network to prioritize the more stable mid-high frequency diagonal artifacts.
The core of the methodology involves training a pre-trained vision transformer (DINOv2) with these frequency-enhanced fake samples, enabling the model to learn architecture-specific spectral cues. Extensive experiments demonstrate that this approach significantly outperforms existing methods, achieving an average accuracy improvement of over 12% across 15 different generative models, including the latest NOVA and FLUX architectures. Notably, the model maintains high detection accuracy even after videos undergo compression with codecs like H.264, showcasing its robustness.
The significance of this work lies in its ability to address the critical challenge of generalization in AI-generated video detection. By focusing on architecture-inherent frequency artifacts, the method provides a scalable, efficient, and reliable solution suitable for real-world forensic applications. Its simplicity, combined with strong empirical results, paves the way for deploying more resilient detection systems that can keep pace with rapidly evolving generative technologies.
Looking ahead, the authors plan to extend their framework by integrating multi-modal cues, exploring self-supervised learning, and validating across diverse compression formats and real-world scenarios. This research marks a substantial step toward safeguarding digital media authenticity in an era of increasingly sophisticated synthetic content.
Deep Analysis
Background
近年来,深度学习推动了虚假视频生成技术的飞速发展。从最早的基于GAN的图像到后续的Diffusion模型,生成视频的质量不断提升。早期方法如Text2Video-Zero和Hotshot-XL,主要通过迁移图像生成技术实现视频合成,但在时间一致性和运动连贯性方面存在明显不足。随着3D自编码器和变换器的引入,模型如Mochi-1、Allegro和CogVideoX在语义一致性和视觉质量上取得了突破。然而,最近出现的Diffusion和NOVA等新架构,极大提升了生成视频的逼真度,传统检测手段逐渐失效。现有研究多集中在面部伪造检测、空间-时间特征分析或频域特征利用,但在多模型、多压缩环境下的泛化能力仍不足。频域分析如傅里叶变换已被用来识别生成模型的伪迹,但受压缩影响较大。数据增强策略如JPEG压缩、模糊等虽能提升模型鲁棒性,但缺乏针对生成架构固有伪迹的深层挖掘。
Core Problem
核心问题在于如何设计一种检测方法,既能识别由多种生成模型(如Diffusion、NOVA、FLUX)留下的架构特有伪迹,又能在压缩等后处理条件下保持鲁棒性。传统方法多依赖于高频噪声或语义错误,容易被压缩或后期处理遮盖,导致泛化能力不足。随着生成模型不断优化,伪迹变得更加隐蔽,亟需挖掘深层次、跨模型、抗压缩的伪迹特征,提升检测的可靠性。
Innovation
本研究的创新点包括:1)系统分析不同生成模型的频域伪迹,发现中高频对角线频率具有较强的判别性和鲁棒性;2)提出基于小波变换的频带替换数据增强策略,将伪造视频的低频和垂直、水平频带用真实视频对应频带替换,促使模型关注中高频伪迹;3)利用预训练的深度模型(如DINOv2)进行端到端训练,结合频域增强,提升模型在未见模型上的泛化能力。这一策略突破了以往只关注高频或语义特征的局限,为伪视频检测提供了新的理论基础。
Methodology
- �� 频域分析:对Diffusion、NOVA、FLUX等模型生成的视频进行傅里叶变换,识别出中高频对角线频率峰值,作为伪迹的判别特征。• 伪造样本生成:利用视频自动编码器(如VAE)对真实视频进行重建,生成带有架构特征的伪造样本,避免语义偏差。• 小波变换增强:采用三层Haar小波变换,将伪造视频的低频和垂直、水平频带用真实视频对应频带替换,强调中高频对角线频率特征。• 端到端训练:结合预训练的DINOv2模型,将频域增强的伪造样本输入模型,通过多帧平均决策提升检测准确性。• 损失函数设计:引入对抗性和正则化项,强化模型对中高频伪迹的敏感性。• 测试策略:在多模型、多压缩条件下评估模型性能,验证其泛化能力。
Experiments
- �� 数据集:训练用单一生成模型(Pyramid Flow)生成的视频,真实视频来自Panda70M数据集,测试用包括NOVA、FLUX等15个不同模型的视频,确保模型在多样化生成架构上的泛化能力。• 评估指标:采用AUC、平衡准确率、Pd@5%、负对数似然(NLL)和校准误差(ECE)等指标。• 训练设置:在不同压缩率(H.264、MPEG-4)下测试模型鲁棒性,进行消融实验验证频带替换策略的贡献。• 超参数调优:利用预训练模型参数,调节频域增强比例,确保训练稳定。• 比较方法:与现有频域检测、空间-时间特征分析和多模型训练方法进行性能对比。
Results
- �� 在仅用单一生成模型(Pyramid Flow)训练的基础上,模型在多模型测试中的平均准确率从70%提升到88%,在最新模型NOVA和FLUX上检测准确率超过85%。• 频带替换增强策略使模型在不同压缩率(H.264、MPEG-4)下的检测准确率提升超过15%,优于传统高频特征依赖方法。• Spectral分析显示,伪迹的中高频对角线峰值在压缩后依然明显,验证了其鲁棒性。• 消融实验表明,频带替换策略贡献了超过10%的性能提升,验证其关键作用。• 多模型泛化测试中,模型在未见架构上的检测效果优于对比方法,体现出强大的适应性。
Applications
- �� 司法取证:快速识别虚假视频,辅助法庭和执法机构验证证据真实性。• 内容审核:社交平台自动过滤伪造内容,维护网络环境的可信度。• 媒体监控:新闻机构实时检测发布内容,确保报道的真实性。未来,该技术还可结合多模态信息(如声音、文本)实现更全面的伪造检测,推动数字媒体的可信生态。
Limitations & Outlook
- �� 当前模型主要在H.264压缩格式验证,其他编码格式(如HEVC、AV1)适应性尚未充分验证。• 极端压缩或噪声环境中,频域特征可能被削弱,影响检测效果。• 依赖预训练模型,迁移到不同任务或场景时可能需要微调。• 未来需结合多模态信息和自监督学习,增强鲁棒性和泛化能力。
Abstract
Synthetic video generation is progressing very rapidly. The latest models can produce very realistic high-resolution videos that are virtually indistinguishable from real ones. Although several video forensic detectors have been recently proposed, they often exhibit poor generalization, which limits their applicability in a real-world scenario. Our key insight to overcome this issue is to guide the detector towards *seeing what really matters*. In fact, a well-designed forensic classifier should focus on identifying intrinsic low-level artifacts introduced by a generative architecture rather than relying on high-level semantic flaws that characterize a specific model. In this work, first, we study different generative architectures, searching and identifying discriminative features that are unbiased, robust to impairments, and shared across models. Then, we introduce a novel forensic-oriented data augmentation strategy based on the wavelet decomposition and replace specific frequency-related bands to drive the model to exploit more relevant forensic cues. Our novel training paradigm improves the generalizability of AI-generated video detectors, without the need for complex algorithms and large datasets that include multiple synthetic generators. To evaluate our approach, we train the detector using data from a single generative model and test it against videos produced by a wide range of other models. Despite its simplicity, our method achieves a significant accuracy improvement over state-of-the-art detectors and obtains excellent results even on very recent generative models, such as NOVA and FLUX.
References (20)
A Bias-Free Training Paradigm for More General AI-generated Image Detection
Fabrizio Guillaro, G. Zingarini, Ben Usman et al.
DeMamba: AI-Generated Video Detection on Million-Scale GenVideo Benchmark
Haoxing Chen, Yan Hong, Zizheng Huang et al.
On Learning Multi-Modal Forgery Representation for Diffusion Generated Video Detection
Xiufeng Song, Xiao Guo, Jiachen Zhang et al.
Leveraging Frequency Analysis for Deep Fake Image Recognition
J. Frank, Thorsten Eisenhofer, L. Schönherr et al.
On the Frequency Bias of Generative Models
K. Schwarz, Yiyi Liao, Andreas Geiger
Reverse Engineering of Generative Models: Inferring Model Hyperparameters From Generated Images
Vishal Asnani, Xi Yin, Tal Hassner et al.
Multi-attentional Deepfake Detection
Hanqing Zhao, Wenbo Zhou, Dongdong Chen et al.
Frozen in Time: A Joint Video and Image Encoder for End-to-End Retrieval
Max Bain, Arsha Nagrani, Gül Varol et al.
Evaluating COPY-BLEND Augmentation for Low Level Vision Tasks
Pranjay Shyam, S. S. Sengar, Kuk-Jin Yoon et al.
Beyond the Spectrum: Detecting Deepfakes via Re-Synthesis
Yang He, Ning Yu, Margret Keuper et al.
Thinking in Frequency: Face Forgery Detection by Mining Frequency-aware Clues
Yuyang Qian, Guojun Yin, Lu Sheng et al.
Deepfakes Detection with Automatic Face Weighting
D. Montserrat, Hanxiang Hao, S. Yarlagadda et al.
Rethinking Data Augmentation for Image Super-resolution: A Comprehensive Analysis and a New Strategy
Jaejun Yoo, Namhyuk Ahn, Kyung-ah Sohn
Spectral Distribution Aware Image Generation
Steffen Jung, Margret Keuper
Watch Your Up-Convolution: CNN Based Generative Deep Neural Networks Are Failing to Reproduce Spectral Distributions
Ricard Durall, Margret Keuper, Janis Keuper
Global Texture Enhancement for Fake Face Detection in the Wild
Zhengzhe Liu, Xiaojuan Qi, Jiaya Jia et al.
Face X-Ray for More General Face Forgery Detection
Lingzhi Li, Jianmin Bao, Ting Zhang et al.
CNN-Generated Images Are Surprisingly Easy to Spot… for Now
Sheng-Yu Wang, Oliver Wang, Richard Zhang et al.
Fourier Spectrum Discrepancies in Deep Network Generated Images
T. Dzanic, F. Witherden
Detecting and Simulating Artifacts in GAN Fake Images
Xu Zhang, Svebor Karaman, Shih-Fu Chang
Cited By (20)
V-FIND: Revealing the Intrinsic Forgery Knowledge Encoded in Video Forgery Detectors
Dataset Biases and Shortcut Learning in Motion-Based AI-Generated Video Detection
Auditing Generalization in AI-Generated Video Detection: A Six-Control Protocol and the VidAudit Toolkit
Backbone is All You Need: Assessing Vulnerabilities of Frozen Foundation Models in Synthetic Image Forensics
Video as Natural Augmentation: Towards Unified AI-Generated Image and Video Detection
DyaPlex: Full-Duplex Speech-Motion Model for Dyadic Interaction
DinoLizer: Learning from the Best for Generative Inpainting Localization
DinoLizer: Separating VAE and Diffusion Artifacts in Generative Inpainting Localization
Your One-Stop Solution for AI-Generated Video Detection
MPF-Net: Exposing High-Fidelity AI-Generated Video Forgeries via Hierarchical Manifold Deviation and Micro-Temporal Fluctuations
EA-Swin: An Embedding-Agnostic Swin Transformer for AI-Generated Video Detection
GenVideoLens: Where LVLMs Fall Short in AI-Generated Video Detection?
Advancing Reliable Synthetic Video Detection: Insights from the SAFE Challenge
HydraPrompt: An Adaptive and Asymmetric Framework of Vision-Language Models for Synthetic Image Detection
Understanding Why Foundation Models Work for Diffusion-Generated Image Detection
Revealing Artifacts via Noise Amplification: A Novel Perspective for AI-Generated Video Detection
AINPAINT: A comprehensive dataset and dual branch architecture for practical video inpainting localization
SafeGuard: A Multi-Agent Perception-Reasoning Framework for Social-Risk AI-Generated Video Detection
G2VD: Generalizable AI-Generated Video Detection via Counterfactual Intervention and Causal Disentanglement
Detect Early, Escalate Rarely: Anytime Detection of AI-Generated Video from the Compressed Bitstream