paper-with-me

홈 › Papers

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

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

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 systematically study the effect of different training losses, model sizes, activation functions, the addition of unlabeled data (through pseudo-labeling) and other factors on adversarial robustness. We discover that it is possible to train robust models that go well beyond state-of-the-art results by combining larger models, Swish/SiLU activations and model weight averaging. We demonstrate large improvements on CIFAR-10 and CIFAR-100 against $\ell_\infty$ and $\ell_2$ norm-bounded perturbations of size $8/255$ and $128/255$, respectively. In the setting with additional unlabeled data, we obtain an accuracy under attack of 65.88% against $\ell_\infty$ perturbations of size $8/255$ on CIFAR-10 (+6.35% with respect to prior art). Without additional data, we obtain an accuracy under attack of 57.20% (+3.46%). To test the generality of our findings and without any additional modifications, we obtain an accuracy under attack of 80.53% (+7.62%) against $\ell_2$ perturbations of size $128/255$ on CIFAR-10, and of 36.88% (+8.46%) against $\ell_\infty$ perturbations of size $8/255$ on CIFAR-100. All models are available at https://github.com/deepmind/deepmind-research/tree/master/adversarial_robustness.

📄 PDF Abstract BibTeX arXiv:2010.03593

Code (4)

deepmind/deepmind-research 공식 구현 tf
fra31/auto-attack 공식 구현 pytorch
imrahulr/adversarial_robustness_pytorch pytorch
imrahulr/hat pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Evaluating Model Robustness Using Adaptive Sparse L0 Regularization

2024-08-28 · Weiyou Liu, Zhenyang Li, Weitong Chen

Deep Neural Networks have demonstrated remarkable success in various domains but remain susceptible to adversarial examples, which are slightly altered inputs designed to induce misclassification. While adversarial attac…

model

Removing Batch Normalization Boosts Adversarial Training

2022-07-04 · Haotao Wang, Aston Zhang, Shuai Zheng, Xingjian Shi 외

Adversarial training (AT) defends deep neural networks against adversarial attacks. One challenge that limits its practical application is the performance degradation on clean samples. A major bottleneck identified by pr…

Adversarial 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

Scaling Adversarial Training to Large Perturbation Bounds

2022-10-18 · Sravanti Addepalli, Samyak Jain, Gaurang Sriramanan, R. Venkatesh Babu

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

Adversarial DefenseAdversarial Robustness

On the Robustness of Randomized Ensembles to Adversarial Perturbations

2023-02-02 · Hassan Dbouk, Naresh R. Shanbhag

Randomized ensemble classifiers (RECs), where one classifier is randomly selected during inference, have emerged as an attractive alternative to traditional ensembling methods for realizing adversarially robust classifie…