paper-with-me

Papers

Is RobustBench/AutoAttack a suitable Benchmark for Adversarial Robustness?

2021-12-02 · AAAI Workshop AdvML 2022 2 · Peter Lorenz, Dominik Strassel, Margret Keuper, Janis Keuper

Recently, RobustBench (Croce et al. 2020) has become a widely recognized benchmark for the adversarial robustness of image classification networks. In its most commonly reported sub-task, RobustBench evaluates and ranks the adversarial robustness of trained neural networks on CIFAR10 under AutoAttack (Croce and Hein 2020b) with l-inf perturbations limited to eps = 8/255. With leading scores of the currently best performing models of around 60% of the baseline, it is fair to characterize this benchmark to be quite challenging. Despite its general acceptance in recent literature, we aim to foster discussion about the suitability of RobustBench as a key indicator for robustness which could be generalized to practical applications. Our line of argumentation against this is two-fold and supported by excessive experiments presented in this paper: We argue that I) the alternation of data by AutoAttack with l-inf, eps = 8/255 is unrealistically strong, resulting in close to perfect detection rates of adversarial samples even by simple detection algorithms and human observers. We also show that other attack methods are much harder to detect while achieving similar success rates. II) That results on low-resolution data sets like CIFAR10 do not generalize well to higher resolution images as gradient-based attacks appear to become even more detectable with increasing resolutions.

📄 PDF Abstract BibTeX arXiv:2112.01601

Code (2)

adverml/spectraldef_framework 공식 구현 pytorch
adverml/multilid pytorch

Tasks

Adversarial Attack DetectionAdversarial Robustnessimage-classificationImage Classification

Similar Papers 제목 키워드 기반

RobustBench: a standardized adversarial robustness benchmark

2020-10-19 · Francesco Croce, Maksym Andriushchenko, Vikash Sehwag, Edoardo Debenedetti 외

As a research community, we are still lacking a systematic understanding of the progress on adversarial robustness which often makes it hard to identify the most promising ideas in training robust models. A key challenge…

Adversarial RobustnessBenchmarkingFairnessimage-classification+2

A Random Ensemble of Encrypted Vision Transformers for Adversarially Robust Defense

2024-02-11 · Ryota Iijima, Sayaka Shiota, Hitoshi Kiya

Deep neural networks (DNNs) are well known to be vulnerable to adversarial examples (AEs). In previous studies, the use of models encrypted with a secret key was demonstrated to be robust against white-box attacks, but n…

Adversarial Robustnessimage-classificationImage Classification

DD-RobustBench: An Adversarial Robustness Benchmark for Dataset Distillation

2024-03-20 · Yifan Wu, Jiawei Du, Ping Liu, Yuewei Lin 외

Dataset distillation is an advanced technique aimed at compressing datasets into significantly smaller counterparts, while preserving formidable training performance. Significant efforts have been devoted to promote eval…

Adversarial AttackAdversarial RobustnessDataset Distillation

MeanSparse: Post-Training Robustness Enhancement Through Mean-Centered Feature Sparsification

2024-06-09 · Sajjad Amini, Mohammadreza Teymoorianfard, Shiqing Ma, Amir Houmansadr

We present a simple yet effective method to improve the robustness of both Convolutional and attention-based Neural Networks against adversarial examples by post-processing an adversarially trained model. Our technique, …

OODRobustBench: a Benchmark and Large-Scale Analysis of Adversarial Robustness under Distribution Shift

2023-10-19 · Lin Li, Yifei Wang, Chawin Sitawarin, Michael Spratling

Existing works have made great progress in improving adversarial robustness, but typically test their method only on data from the same distribution as the training data, i.e. in-distribution (ID) testing. As a result, i…

Adversarial RobustnessBenchmarkingData Augmentation