From f016f0187341c433c57779c27b3b0d9e59218881 Mon Sep 17 00:00:00 2001 From: Nataniel Ruiz Date: Mon, 27 Apr 2020 15:39:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b89cd3..1b87872 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-Official PyTorch implementation of **[Disrupting Deepfakes](https://arxiv.org/abs/2003.01279)** (to be presented at the CVPR 2020 Workshop on Adversarial Machine Learning in Computer Vision). 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. +Official PyTorch implementation of **[Disrupting Deepfakes](https://arxiv.org/abs/2003.01279)** (to be presented at the **CVPR 2020 Workshop on Adversarial Machine Learning in Computer Vision**). 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**
> [Nataniel Ruiz](https://natanielruiz.github.io), [Sarah Adel Bargal](https://cs-people.bu.edu/sbargal/), [Stan Sclaroff](http://www.cs.bu.edu/~sclaroff/)