This repository contains the code and dataset associated with the ICME paper titled "Explicit Correlation Learning for Generalizable Cross-Modal Deepfake Detection".
Dependency create a conda environment
conda create -n ExpCorre python=3.8
conda activate ExpCorre
pip install -r requirement.txt
Code
python test.py
to perform the evaluation.CSVfile
directory, we provide our train/test file organization format. Remember to modify the paths in these files to match your local paths for the FakeAVCeleb or CMDFD dataset.--testData
to "FAV"
.CMDFD Dataset
The CMDFD dataset is released for academic research purposes only. It is permitted for non-commercial use by researchers affiliated with educational institutions.
The institution and its contributors of the CMDFD dataset make no representations or warranties regarding the dataset. This includes, but is not limited to, warranties of non-infringement or fitness for a particular purpose.
Publications utilizing the CMDFD dataset must cite the following reference:
@article{yu2024explicit,
title={Explicit Correlation Learning for Generalizable Cross-Modal Deepfake Detection},
author={Yu, Cai and Jia, Shan and Fu, Xiaomeng and Liu, Jin and Tian, Jiahe and Dai, Jiao and Wang, Xi and Lyu, Siwei and Han, Jizhong},
journal={arXiv preprint arXiv:2404.19171},
year={2024}
}
We studied many useful projects during our coding process, which include: