paper-with-me

Papers

Adversarial Robustness Against the Union of Multiple Perturbation Models

2019-09-09 · Pratyush Maini, Eric Wong, J. Zico Kolter

Owing to the susceptibility of deep learning systems to adversarial attacks, there has been a great deal of work in developing (both empirically and certifiably) robust classifiers. While most work has defended against a single type of attack, recent work has looked at defending against multiple perturbation models using simple aggregations of multiple attacks. However, these methods can be difficult to tune, and can easily result in imbalanced degrees of robustness to individual perturbation models, resulting in a sub-optimal worst-case loss over the union. In this work, we develop a natural generalization of the standard PGD-based procedure to incorporate multiple perturbation models into a single attack, by taking the worst-case over all steepest descent directions. This approach has the advantage of directly converging upon a trade-off between different perturbation models which minimizes the worst-case performance over the union. With this approach, we are able to train standard architectures which are simultaneously robust against $\ell_\infty$, $\ell_2$, and $\ell_1$ attacks, outperforming past approaches on the MNIST and CIFAR10 datasets and achieving adversarial accuracy of 47.0% against the union of ($\ell_\infty$, $\ell_2$, $\ell_1$) perturbations with radius = (0.03, 0.5, 12) on the latter, improving upon previous approaches which achieve 40.6% accuracy.

📄 PDF Abstract BibTeX arXiv:1909.04068

Code (1)

locuslab/robust_union 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

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

Perturbation Type Categorization for Multiple $\ell_p$ Bounded Adversarial Robustness

2021-01-01 · Pratyush Maini, Xinyun Chen, Bo Li, Dawn Song

Despite the recent advances in $\textit{adversarial training}$ based defenses, deep neural networks are still vulnerable to adversarial attacks outside the perturbation type they are trained to be robust against. Recent …

Adversarial RobustnessVocal Bursts Type Prediction

Robustifying $\ell_\infty$ Adversarial Training to the Union of Perturbation Models

2021-05-31 · NeurIPS 2021 12 · Ameya D. Patil, Michael Tuttle, Alexander G. Schwing, Naresh R. Shanbhag

Classical adversarial training (AT) frameworks are designed to achieve high adversarial accuracy against a single attack type, typically $\ell_\infty$ norm-bounded perturbations. Recent extensions in AT have focused on d…

Adversarial Robustness Against the Union of Multiple Threat Models

2020-01-01 · ICML 2020 1 · Pratyush Maini, Eric Wong, Zico Kolter

Owing to the susceptibility of deep learning systems to adversarial attacks, there has been a great deal of work in developing (both empirically and certifiably) robust classifiers. While most work has defended against …

Adversarial Robustness

RoME: Robust Mixture of Low-Rank Experts against Multiple Adversarial Perturbations

2026-07-07 · Woo Jae Kim, Kyle Min, Suhyeon Ha, Joonsung Jeon 외 arxiv

Multi-perturbation adversarial training (MAT) aims to achieve robustness against multiple $\ell_p$ perturbations but suffers from robustness trade-offs between different threats. To address this, we employ a mixture of e…