Skip to content

tanvirnwu/SpecXNet

 
 

Repository files navigation

SpecXNet: A Dual-Domain Convolutional Network for Robust Deepfake Detection [Paper]

Inzamamul Aalm, Md Tanvir Islam Google Scholar , Simon S. Woo*, Google Scholar
| Sungkyunkwan University, Republic of Korea | *Corresponding Author |

Quick starts

Requirements

  • pip install -r requirements.txt

Data preparation

You can follow the Pytorch implementation: https://github.com/pytorch/examples/tree/master/imagenet

Training

To train a model, run main.py with the desired model architecture and other super-paremeters:

 python3 main.py -a ffc_xception --lfu -data [data/path] --gpu [gpu no]

Testing

Citation

If you find this work or code is helpful in your research, please cite:



About

ACM MM 2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%