D3: Training-Free AI-Generated Video Detection Using Second-Order Features
image-20251014140302638
This repository contains the code for the paper "D3: Training-Free AI-Generated Video Detection Using Second-Order Features" (accepted at ICCV 2025) by Chende Zheng, Ruiqi Suo, Chenhao Lin, Zhengyu Zhao, Le Yang, Shuai Liu, Minghui Yang, Cong Wang, and Chao Shen.
For other datasets used in the paper (such as EvalCrafter, VideoPhy, and VidProM), you can download them from their official repositories and follow the same preprocessing steps described above.
Inference
After completing dataset preprocessing, run inference using eval.py:
Some of the design of our video processing and dataset structure is adopted from DeMamba. Thanks for their excellent work!
Citation
If you find this repository helpful, please consider citing it in your research:
@article{zheng2025d3,
title={D3: Training-Free AI-Generated Video Detection Using Second-Order Features},
author={Zheng, Chende and Lin, Chenhao and Zhao, Zhengyu and Yang, Le and Liu, Shuai and Yang, Minghui and Wang, Cong and Shen, Chao and others},
journal={arXiv preprint arXiv:2508.00701},
year={2025}
}
Updated
The original repo is updated for prediction task.
Ipynb Files
Upload the dataset(real and ai_generated) in the video folder.
Run the "d3-evaluation-notebook-ipynb.ipynb" notebook directly for quick evaluation of the model and get the threshold for the prediction.
D3: Training-Free AI-Generated Video Detection Using Second-Order Features
image-20251014140302638
This repository contains the code for the paper "D3: Training-Free AI-Generated Video Detection Using Second-Order Features" (accepted at ICCV 2025) by Chende Zheng, Ruiqi Suo, Chenhao Lin, Zhengyu Zhao, Le Yang, Shuai Liu, Minghui Yang, Cong Wang, and Chao Shen.
For other datasets used in the paper (such as EvalCrafter, VideoPhy, and VidProM), you can download them from their official repositories and follow the same preprocessing steps described above.
Inference
After completing dataset preprocessing, run inference using eval.py:
Some of the design of our video processing and dataset structure is adopted from DeMamba. Thanks for their excellent work!
Citation
If you find this repository helpful, please consider citing it in your research:
@article{zheng2025d3,
title={D3: Training-Free AI-Generated Video Detection Using Second-Order Features},
author={Zheng, Chende and Lin, Chenhao and Zhao, Zhengyu and Yang, Le and Liu, Shuai and Yang, Minghui and Wang, Cong and Shen, Chao and others},
journal={arXiv preprint arXiv:2508.00701},
year={2025}
}
Updated
The original repo is updated for prediction task.
Ipynb Files
Upload the dataset(real and ai_generated) in the video folder.
Run the "d3-evaluation-notebook-ipynb.ipynb" notebook directly for quick evaluation of the model and get the threshold for the prediction.
Run the "d3-prediction-notebook-ipynb.ipynb" notebook for prediction.