LGCRCVMLMar 6, 2019

GanDef: A GAN based Adversarial Training Defense for Neural Network Classifier

arXiv:1903.02585v121 citations
Originality Incremental advance
AI Analysis

This addresses the security vulnerability of neural networks to adversarial attacks, which is a critical issue for applications in cybersecurity and other domains, but it appears incremental as it builds on existing adversarial training methods.

The paper tackles the problem of defending neural network classifiers against adversarial examples by proposing GanDef, a GAN-based adversarial training defense that regulates feature selection. The result shows that GanDef-Comb, a variant, achieves the highest overall test accuracy when adversarial examples exceed 41.7%, matching state-of-the-art defenses in test accuracy.

Machine learning models, especially neural network (NN) classifiers, are widely used in many applications including natural language processing, computer vision and cybersecurity. They provide high accuracy under the assumption of attack-free scenarios. However, this assumption has been defied by the introduction of adversarial examples -- carefully perturbed samples of input that are usually misclassified. Many researchers have tried to develop a defense against adversarial examples; however, we are still far from achieving that goal. In this paper, we design a Generative Adversarial Net (GAN) based adversarial training defense, dubbed GanDef, which utilizes a competition game to regulate the feature selection during the training. We analytically show that GanDef can train a classifier so it can defend against adversarial examples. Through extensive evaluation on different white-box adversarial examples, the classifier trained by GanDef shows the same level of test accuracy as those trained by state-of-the-art adversarial training defenses. More importantly, GanDef-Comb, a variant of GanDef, could utilize the discriminator to achieve a dynamic trade-off between correctly classifying original and adversarial examples. As a result, it achieves the highest overall test accuracy when the ratio of adversarial examples exceeds 41.7%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes