arXiv Analytics

Sign in

arXiv:1805.06605 [cs.CV]AbstractReferencesReviewsResources

Defense-GAN: Protecting Classifiers Against Adversarial Attacks Using Generative Models

Pouya Samangouei, Maya Kabkab, Rama Chellappa

Published 2018-05-17Version 1

In recent years, deep neural network approaches have been widely adopted for machine learning tasks, including classification. However, they were shown to be vulnerable to adversarial perturbations: carefully crafted small perturbations can cause misclassification of legitimate images. We propose Defense-GAN, a new framework leveraging the expressive capability of generative models to defend deep neural networks against such attacks. Defense-GAN is trained to model the distribution of unperturbed images. At inference time, it finds a close output to a given image which does not contain the adversarial changes. This output is then fed to the classifier. Our proposed method can be used with any classification model and does not modify the classifier structure or training procedure. It can also be used as a defense against any attack as it does not assume knowledge of the process for generating the adversarial examples. We empirically show that Defense-GAN is consistently effective against different attack methods and improves on existing defense strategies. Our code has been made publicly available at https://github.com/kabkabm/defensegan.

Comments: Published as a conference paper at the Sixth International Conference on Learning Representations (ICLR 2018)
Categories: cs.CV, cs.LG, stat.ML
Related articles: Most relevant | Search more
arXiv:1712.02950 [cs.CV] (Published 2017-12-08)
CycleGAN: a Master of Steganography
arXiv:1806.04646 [cs.CV] (Published 2018-06-12)
Adversarial Attacks on Variational Autoencoders
arXiv:2002.11881 [cs.CV] (Published 2020-02-27)
Defense-PointNet: Protecting PointNet Against Adversarial Attacks