beibuwandeluori / DFGC_Detection

The 1st solution for the DeepFake Game Competition (DFGC) @ IJCB 2021 Detection track.
33 stars 2 forks source link

DFGC Detection Solution

This repo provides an solution for the DeepFake Game Competition (DFGC) @ IJCB 2021 Detection track. Our solution achieve the 1st in the sixth phase of the DFGC Detection track. The ranking can be seen here

Technology Report Papers

DFGC 2021: A DeepFake Game Competition

Newly: code for 1st solution for DFGC2022

Authors

Institution: Shenzhen Key Laboratory of Media Information Content Security(MICS)

Team name: Forensics_SZU

Username: BokingChen

To extract face images and save facial landmarks, you can refer to "./data_preparation/extract_face/README.md"

To generate adversarial examples, you can refer to "./data_preparation/generate_adversarial/README.md", or you can download the extended data(zip file, 3.63G) in 百度网盘(pan.baidu.com):

download link:https://pan.baidu.com/s/1YNO2kXX67EvQV3p145kk-g Extraction code(提取码):1234

After downloaded the zip file, you can unzip it and move it into "Celeb-DF-v2-face" directory, the data structure can be seen as follow:

image

2. Tricks

2.1 Data Augmentation

image

2.2 Loss

Submission