A Direct Approach to Robust Deep Learning Using Adversarial Networks
Huaxia Wang, Chun-Nam Yu

TL;DR
This paper introduces a novel defense mechanism against adversarial attacks in deep learning, utilizing a generative adversarial network to model and mitigate adversarial noise, demonstrating competitive robustness.
Contribution
The paper proposes a new adversarial defense method using GANs, jointly training a generative network with a classifier to improve robustness against attacks.
Findings
Effective against black box attacks
Performs on par with state-of-the-art methods
Shows empirical robustness in experiments
Abstract
Deep neural networks have been shown to perform well in many classical machine learning problems, especially in image classification tasks. However, researchers have found that neural networks can be easily fooled, and they are surprisingly sensitive to small perturbations imperceptible to humans. Carefully crafted input images (adversarial examples) can force a well-trained neural network to provide arbitrary outputs. Including adversarial examples during training is a popular defense mechanism against adversarial attacks. In this paper we propose a new defensive mechanism under the generative adversarial network (GAN) framework. We model the adversarial noise using a generative network, trained jointly with a classification discriminative network as a minimax game. We show empirically that our adversarial network approach works well against black box attacks, with performance on par…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Generative Adversarial Networks and Image Synthesis · Anomaly Detection Techniques and Applications
