This commit is contained in:
Nataniel Ruiz
2020-03-10 17:32:50 -04:00
parent 670b58e533
commit 83de381b0d
4 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -1,9 +1,8 @@
## Disrupting Deepfakes: Adversarial Attacks on Conditional Image Translation Networks
**[[Paper]](https://arxiv.org/abs/2003.01279)**
<p align="center"><img width="100%" src="imgs/demo.gif" /></p>
**[[Paper]](https://arxiv.org/abs/2003.01279)**
Official PyTorch implementation of **[Disrupting Deepfakes](https://arxiv.org/abs/2003.01279)**. This repository contains code for adversarial attacks (disruptions) for (conditional) image translation networks. The StarGAN, GANimation, pix2pixHD and CycleGAN networks are included - and the attacks can be adapted to any image translation network. We include adaptations of FGSM, I-FGSM and PGD attacks. We also include our class transferable attacks, adversarial training for image translation networks and spread-spectrum evasion of blur defenses.
> **Disrupting Deepfakes: Adversarial Attacks Against Conditional Image Translation Networks and Facial Manipulation Systems**<br>
@@ -13,6 +12,8 @@ Official PyTorch implementation of **[Disrupting Deepfakes](https://arxiv.org/ab
>
> **Abstract:** *Face modification systems using deep learning have become increasingly powerful and accessible. Given images of a person's face, such systems can generate new images of that same person under different expressions and poses. Some systems can also modify targeted attributes such as hair color or age. This type of manipulated images and video have been coined Deepfakes. In order to prevent a malicious user from generating modified images of a person without their consent we tackle the new problem of generating adversarial attacks against such image translation systems, which disrupt the resulting output image. We call this problem disrupting deepfakes. Most image translation architectures are generative models conditioned on an attribute (e.g. put a smile on this person's face). We are first to propose and successfully apply (1) class transferable adversarial attacks that generalize to different classes, which means that the attacker does not need to have knowledge about the conditioning class, and (2) adversarial training for generative adversarial networks (GANs) as a first step towards robust image translation networks. Finally, in gray-box scenarios, blurring can mount a successful defense against disruption. We present a spread-spectrum adversarial attack, which evades blur defenses.*
<p align="center"><img width="100%" src="imgs/main_1.gif" /></p>
## Datasets
TODO: Include download instructions for datasets.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB