paper-with-me

Papers

Efficient Two-Step Adversarial Defense for Deep Neural Networks

2018-10-08 · ICLR 2019 5 · Ting-Jui Chang, Yukun He, Peng Li

In recent years, deep neural networks have demonstrated outstanding performance in many machine learning tasks. However, researchers have discovered that these state-of-the-art models are vulnerable to adversarial examples: legitimate examples added by small perturbations which are unnoticeable to human eyes. Adversarial training, which augments the training data with adversarial examples during the training process, is a well known defense to improve the robustness of the model against adversarial attacks. However, this robustness is only effective to the same attack method used for adversarial training. Madry et al.(2017) suggest that effectiveness of iterative multi-step adversarial attacks and particularly that projected gradient descent (PGD) may be considered the universal first order adversary and applying the adversarial training with PGD implies resistance against many other first order attacks. However, the computational cost of the adversarial training with PGD and other multi-step adversarial examples is much higher than that of the adversarial training with other simpler attack techniques. In this paper, we show how strong adversarial examples can be generated only at a cost similar to that of two runs of the fast gradient sign method (FGSM), allowing defense against adversarial attacks with a robustness level comparable to that of the adversarial training with multi-step adversarial examples. We empirically demonstrate the effectiveness of the proposed two-step defense approach against different attack methods and its improvements over existing defense strategies.

📄 PDF Abstract BibTeX arXiv:1810.03739

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial DefenseVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Towards Efficient and Effective Adversarial Training

2021-12-01 · NeurIPS 2021 12 · Gaurang Sriramanan, Sravanti Addepalli, Arya Baburaj, Venkatesh Babu R

The vulnerability of Deep Neural Networks to adversarial attacks has spurred immense interest towards improving their robustness. However, present state-of-the-art adversarial defenses involve the use of 10-step adversar…

Scale-Invariant Adversarial Attack for Evaluating and Enhancing Adversarial Defenses

2022-01-29 · Mengting Xu, Tao Zhang, Zhongnian Li, Daoqiang Zhang

Efficient and effective attacks are crucial for reliable evaluation of defenses, and also for developing robust models. Projected Gradient Descent (PGD) attack has been demonstrated to be one of the most successful adver…

Adversarial AttackAdversarial Defense

VectorDefense: Vectorization as a Defense to Adversarial Examples

2018-04-23 · Vishaal Munusamy Kabilan, Brandon Morris, Anh Nguyen

Training deep neural networks on images represented as grids of pixels has brought to light an interesting phenomenon known as adversarial examples. Inspired by how humans reconstruct abstract concepts, we attempt to cod…

Using Single-Step Adversarial Training to Defend Iterative Adversarial Examples

2020-02-22 · Guanxiong Liu, Issa Khalil, Abdallah Khreishah

Adversarial examples have become one of the largest challenges that machine learning models, especially neural network classifiers, face. These adversarial examples break the assumption of attack-free scenario and fool s…

Adversarial Parameter Defense by Multi-Step Risk Minimization

2021-09-07 · Zhiyuan Zhang, Ruixuan Luo, Xuancheng Ren, Qi Su 외

Previous studies demonstrate DNNs' vulnerability to adversarial examples and adversarial training can establish a defense to adversarial examples. In addition, recent studies show that deep neural networks also exhibit v…