paper-with-me

홈 › Papers

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

2019-03-06 · Guanxiong Liu, Issa Khalil, Abdallah Khreishah

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%.

📄 PDF Abstract BibTeX arXiv:1903.02585

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionOverall - Test

Similar Papers 제목 키워드 기반

ZK-GanDef: A GAN based Zero Knowledge Adversarial Training Defense for Neural Networks

2019-04-17 · Guanxiong Liu, Issa Khalil, Abdallah Khreishah

Neural Network classifiers have been used successfully in a wide range of applications. However, their underlying assumption of attack free environment has been defied by adversarial examples. Researchers tried to develo…

Stochastic Security: Adversarial Defense Using Long-Run Dynamics of Energy-Based Models

2020-05-27 · ICLR 2021 1 · Mitch Hill, Jonathan Mitchell, Song-Chun Zhu

The vulnerability of deep networks to adversarial attacks is a central problem for deep learning from the perspective of both cognition and security. The current most successful defense method is to train a classifier us…

Adversarial DefenseAdversarial PurificationRobust classification

Understanding and Improving Ensemble Adversarial Defense

2023-09-21 · NeurIPS 2023 11

The strategy of ensemble has become popular in adversarial defense, which trains multiple base classifiers to defend against adversarial attacks in a cooperative manner. Despite the empirical success, theoretical explana…

Target Training: Tricking Adversarial Attacks to Fail

2021-01-01 · Blerta Lindqvist

Recent adversarial defense approaches have failed. Untargeted gradient-based attacks cause classifiers to choose any wrong class. Our novel white-box defense tricks untargeted attacks into becoming attacks targeted at de…

Adversarial Defense

Tricking Adversarial Attacks To Fail

2020-06-08 · Blerta Lindqvist

Recent adversarial defense approaches have failed. Untargeted gradient-based attacks cause classifiers to choose any wrong class. Our novel white-box defense tricks untargeted attacks into becoming attacks targeted at de…

Adversarial Defense