paper-with-me

Papers

RobustBench: a standardized adversarial robustness benchmark

2020-10-19 · Francesco Croce, Maksym Andriushchenko, Vikash Sehwag, Edoardo Debenedetti, Nicolas Flammarion, Mung Chiang, Prateek Mittal, Matthias Hein

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 in benchmarking robustness is that its evaluation is often error-prone leading to robustness overestimation. Our goal is to establish a standardized benchmark of adversarial robustness, which as accurately as possible reflects the robustness of the considered models within a reasonable computational budget. To this end, we start by considering the image classification task and introduce restrictions (possibly loosened in the future) on the allowed models. We evaluate adversarial robustness with AutoAttack, an ensemble of white- and black-box attacks, which was recently shown in a large-scale study to improve almost all robustness evaluations compared to the original publications. To prevent overadaptation of new defenses to AutoAttack, we welcome external evaluations based on adaptive attacks, especially where AutoAttack flags a potential overestimation of robustness. Our leaderboard, hosted at https://robustbench.github.io/, contains evaluations of 120+ models and aims at reflecting the current state of the art in image classification on a set of well-defined tasks in $\ell_\infty$- and $\ell_2$-threat models and on common corruptions, with possible extensions in the future. Additionally, we open-source the library https://github.com/RobustBench/robustbench that provides unified access to 80+ robust models to facilitate their downstream applications. Finally, based on the collected models, we analyze the impact of robustness on the performance on distribution shifts, calibration, out-of-distribution detection, fairness, privacy leakage, smoothness, and transferability.

📄 PDF Abstract BibTeX arXiv:2010.09670

Code (1)

RobustBench/robustbench 공식 구현 pytorch

Tasks

Adversarial RobustnessBenchmarkingFairnessimage-classificationImage ClassificationOut-of-Distribution Detection

Similar Papers 제목 키워드 기반

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

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 …

Adversarial Attack DetectionAdversarial Robustnessimage-classificationImage Classification

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

NIC-RobustBench: A Comprehensive Open-Source Toolkit for Neural Image Compression and Robustness Analysis

2025-06-23 · Georgii Bychkov, Khaled Abud, Egor Kovalev, Alexander Gushchin 외

Adversarial robustness of neural networks is an increasingly important area of research, combining studies on computer vision models, large language models (LLMs), and others. With the release of JPEG AI -- the first sta…

Adversarial RobustnessImage Compression

MultiRobustBench: Benchmarking Robustness Against Multiple Attacks

2023-02-21 · Sihui Dai, Saeed Mahloujifar, Chong Xiang, Vikash Sehwag 외

The bulk of existing research in defending against adversarial examples focuses on defending against a single (typically bounded Lp-norm) attack, but for a practical setting, machine learning (ML) models should be robust…

Benchmarking