paper-with-me

홈 › Papers

$\ell_\infty$-Robustness and Beyond: Unleashing Efficient Adversarial Training

2021-12-01 · Hadi M. Dolatabadi, Sarah Erfani, Christopher Leckie

Neural networks are vulnerable to adversarial attacks: adding well-crafted, imperceptible perturbations to their input can modify their output. Adversarial training is one of the most effective approaches in training robust models against such attacks. However, it is much slower than vanilla training of neural networks since it needs to construct adversarial examples for the entire training data at every iteration, hampering its effectiveness. Recently, Fast Adversarial Training (FAT) was proposed that can obtain robust models efficiently. However, the reasons behind its success are not fully understood, and more importantly, it can only train robust models for $\ell_\infty$-bounded attacks as it uses FGSM during training. In this paper, by leveraging the theory of coreset selection, we show how selecting a small subset of training data provides a general, more principled approach toward reducing the time complexity of robust training. Unlike existing methods, our approach can be adapted to a wide variety of training objectives, including TRADES, $\ell_p$-PGD, and Perceptual Adversarial Training (PAT). Our experimental results indicate that our approach speeds up adversarial training by 2-3 times while experiencing a slight reduction in the clean and robust accuracy.

📄 PDF Abstract BibTeX arXiv:2112.00378

Code (2)

hmdolatabadi/acs 공식 구현 pytorch
hmdolatabadi/avatar pytorch

Similar Papers 제목 키워드 기반

Confidence-Calibrated Adversarial Training: Generalizing to Unseen Attacks

2019-10-14 · ICML 2020 1 · David Stutz, Matthias Hein, Bernt Schiele

Adversarial training yields robust models against a specific threat model, e.g., $L_\infty$ adversarial examples. Typically robustness does not generalize to previously unseen threat models, e.g., other $L_p$ norms, or l…

Uncovering the Limits of Adversarial Training against Norm-Bounded Adversarial Examples

2020-10-07 · Sven Gowal, Chongli Qin, Jonathan Uesato, Timothy Mann 외

Adversarial training and its variants have become de facto standards for learning robust deep neural networks. In this paper, we explore the landscape around adversarial training in a bid to uncover its limits. We system…

Adversarial Robustness

Releasing Inequality Phenomena in $L_{\infty}$-Adversarial Training via Input Gradient Distillation

2023-05-16 · Junxi Chen, Junhao Dong, Xiaohua Xie

Since adversarial examples appeared and showed the catastrophic degradation they brought to DNN, many adversarial defense methods have been devised, among which adversarial training is considered the most effective. Howe…

Adversarial DefenseAdversarial Robustness

Towards Achieving Adversarial Robustness Beyond Perceptual Limits

2021-09-29 · ICML Workshop AML 2021 7 · Sravanti Addepalli, Samyak Jain, Gaurang Sriramanan, Venkatesh Babu Radhakrishnan

The vulnerability of Deep Neural Networks to Adversarial Attacks has fuelled research towards building robust models. While most Adversarial Training algorithms aim towards defending attacks constrained within low magnit…

Adversarial DefenseAdversarial Robustness

A Note on Implementation Errors in Recent Adaptive Attacks Against Multi-Resolution Self-Ensembles

2025-01-24 · Stanislav Fort

This note documents an implementation issue in recent adaptive attacks (Zhang et al. [2024]) against the multi-resolution self-ensemble defense (Fort and Lakshminarayanan [2024]). The implementation allowed adversarial p…

Adversarial Robustness