Skip to content

liangchen527/OST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OST: Improving Generalization of DeepFake Detection via One-Shot Test-Time Training

This repository contains PyTorch implementation of the NeurIPS paper:

OST: Improving Generalization of DeepFake Detection via One-Shot Test-Time Training.

Liang Chen, Yong Zhang, Yibing Song, Jue Wang, Lingqiao Liu

A new learning paradigm specially designed for the deepfake detection task:

IMG

Preparation

pacakges, datasets, and running scripts

Same as that in SLADD:

pretrained weights

Download Xception pretrained weights and dlib landmark predictor and put them in the weights folder.

Citation

If you find this code useful for your research, please cite:

@inproceedings{chen2022ost,
title={OST: Improving generalization of deepfake detection via one-shot test-time training},
author={Chen, Liang and Zhang, Yong and Song, Yibing and Wang, Jue and Liu, Lingqiao},
booktitle={Advances in Neural Information Processing Systems},
year={2022}}

Contact

Please emial me directly (liangchen527@gmail.com) if you have any questions or any feedback (since I no longer work on the deepfake detection task, issues in this project may not be properly resolved in time).

About

Official code for the NeurIPS 2022 paper: "ost: improving generalization of deepfake detection via one-shot test-time training"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages