Skip to content

grip-unina/WaveRep-SyntheticVideoDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seeing What Matters: Generalizable AI-generated Video Detection with Forensic-Oriented Augmentation

Github GRIP arXiv

Official PyTorch implementation of the NeurIPS 2025 paper "Seeing What Matters: Generalizable AI-generated Video Detection with Forensic-Oriented Augmentation". Riccardo Corvi, Davide Cozzolino, Ekta Prashnani, Shalini De Mello, Koki Nagano, Luisa Verdoliva.

News

  • 2026-04-18: release of the augmentation code.
  • 2026-01-06: release of the code to compute the power spectra and the test set.
  • 2025-11-28: demo release.

Overview

teaser

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.

Demo

You can find the code to run the method’s demo in the demo folder. For more details, check the accompanying README file.

Power Spectra

You can find the code to compute the power spectra in the demo folder. For more details, check the accompanying README file.

Test Set

You can find the code to download the test set in the dataset folder. For more details, check the accompanying README file.

Augmentation Code

You can find the code of the augmentation in the augmentation folder.

License

The license of the code can be found in the LICENSE.md file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors