SOTAVerified

Adversarial Defense via Learning to Generate Diverse Attacks

2019-10-01ICCV 2019Code Available0· sign in to hype

Yunseok Jang, Tianchen Zhao, Seunghoon Hong, Honglak Lee

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

With the remarkable success of deep learning, Deep Neural Networks (DNNs) have been applied as dominant tools to various machine learning domains. Despite this success, however, it has been found that DNNs are surprisingly vulnerable to malicious attacks; adding a small, perceptually indistinguishable perturbations to the data can easily degrade classification performance. Adversarial training is an effective defense strategy to train a robust classifier. In this work, we propose to utilize the generator to learn how to create adversarial examples. Unlike the existing approaches that create a one-shot perturbation by a deterministic generator, we propose a recursive and stochastic generator that produces much stronger and diverse perturbations that comprehensively reveal the vulnerability of the target classifier. Our experiment results on MNIST and CIFAR-10 datasets show that the classifier adversarially trained with our method yields more robust performance over various white-box and black-box attacks.

Tasks

Reproductions