paper-with-me

홈 › Papers

Adversarial Training and Robustness for Multiple Perturbations

2019-04-30 · NeurIPS 2019 12 · Florian Tramèr, Dan Boneh

Defenses against adversarial examples, such as adversarial training, are typically tailored to a single perturbation type (e.g., small $\ell_\infty$-noise). For other perturbations, these defenses offer no guarantees and, at times, even increase the model's vulnerability. Our aim is to understand the reasons underlying this robustness trade-off, and to train models that are simultaneously robust to multiple perturbation types. We prove that a trade-off in robustness to different types of $\ell_p$-bounded and spatial perturbations must exist in a natural and simple statistical setting. We corroborate our formal analysis by demonstrating similar robustness trade-offs on MNIST and CIFAR10. Building upon new multi-perturbation adversarial training schemes, and a novel efficient attack for finding $\ell_1$-bounded adversarial examples, we show that no model trained against multiple attacks achieves robustness competitive with that of models trained on each attack individually. In particular, we uncover a pernicious gradient-masking phenomenon on MNIST, which causes adversarial training with first-order $\ell_\infty, \ell_1$ and $\ell_2$ adversaries to achieve merely $50\%$ accuracy. Our results question the viability and computational scalability of extending adversarial robustness, and adversarial training, to multiple perturbation types.

📄 PDF Abstract BibTeX arXiv:1904.13000

Code (1)

ftramer/MultiRobustness 공식 구현 tf

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Composite Adversarial Training for Multiple Adversarial Perturbations and Beyond

2021-01-01 · Xinyang Zhang, Zheng Zhang, Ting Wang

One intriguing property of deep neural networks (DNNs) is their vulnerability to adversarial perturbations. Despite the plethora of work on defending against individual perturbation models, improving DNN robustness again…

Learning to Generate Noise for Multi-Attack Robustness

2020-06-22 · Divyam Madaan, Jinwoo Shin, Sung Ju Hwang

Adversarial learning has emerged as one of the successful techniques to circumvent the susceptibility of existing methods against adversarial perturbations. However, the majority of existing defense methods are tailored …

Meta-Learning

Generalizing Adversarial Training to Composite Semantic Perturbations

2021-06-18 · ICML Workshop AML 2021 7 · Yun-Yun Tsai, Lei Hsiung, Pin-Yu Chen, Tsung-Yi Ho

Model robustness against adversarial examples has been widely studied, yet the lack of generalization to more realistic scenarios can be challenging. Specifically, recent works using adversarial training can successfully…

Scheduling

Approximate Manifold Defense Against Multiple Adversarial Perturbations

2020-04-05 · Jay Nandy, Wynne Hsu, Mong Li Lee

Existing defenses against adversarial attacks are typically tailored to a specific perturbation type. Using adversarial training to defend against multiple types of perturbation requires expensive adversarial examples fr…

Adversarial Robustnessimage-classificationImage Classification

RAMP: Boosting Adversarial Robustness Against Multiple $l_p$ Perturbations for Universal Robustness

2024-02-09 · Enyi Jiang, Gagandeep Singh

Most existing works focus on improving robustness against adversarial attacks bounded by a single $l_p$ norm using adversarial training (AT). However, these AT models' multiple-norm robustness (union accuracy) is still l…

Adversarial Robustness