paper-with-me

Papers

Increasing Confidence in Adversarial Robustness Evaluations

2022-06-28 · Roland S. Zimmermann, Wieland Brendel, Florian Tramer, Nicholas Carlini

Hundreds of defenses have been proposed to make deep neural networks robust against minimal (adversarial) input perturbations. However, only a handful of these defenses held up their claims because correctly evaluating robustness is extremely challenging: Weak attacks often fail to find adversarial examples even if they unknowingly exist, thereby making a vulnerable network look robust. In this paper, we propose a test to identify weak attacks, and thus weak defense evaluations. Our test slightly modifies a neural network to guarantee the existence of an adversarial example for every sample. Consequentially, any correct attack must succeed in breaking this modified network. For eleven out of thirteen previously-published defenses, the original evaluation of the defense fails our test, while stronger attacks that break these defenses pass it. We hope that attack unit tests - such as ours - will be a major component in future robustness evaluations and increase confidence in an empirical field that is currently riddled with skepticism.

📄 PDF Abstract BibTeX arXiv:2206.13991

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Deep learning models are vulnerable, but adversarial examples are even more vulnerable

2025-11-07 · Jun Li, Yanwei Xu, Keran Li, Xiaoli Zhang arxiv

Understanding intrinsic differences between adversarial examples and clean samples is key to enhancing DNN robustness and detection against adversarial attacks. This study first empirically finds that image-based adversa…

A Step Towards Robust Unsupervised Domain Adaptation via Fine-Tuning and Reinforcement Learning

2026-07-03 · Sushant Dagaji Desale, Rahul Mishra, Ashutosh Kumar Sinha arxiv

Adversarial robustness in Unsupervised Domain Adaptation (UDA) remains a significant challenge due to noisy pseudo labels and inherent distributional shifts between the clean source and adversarially perturbed target dom…

Unsupervised Domain AdaptationReinforcement LearningAdversarial Robustness

Recent Advances in Understanding Adversarial Robustness of Deep Neural Networks

2020-11-03 · Tao Bai, Jinqi Luo, Jun Zhao

Adversarial examples are inevitable on the road of pervasive applications of deep neural networks (DNN). Imperceptible perturbations applied on natural samples can lead DNN-based classifiers to output wrong prediction wi…

Adversarial Robustness

Predicting Adversarial Examples with High Confidence

2018-02-13 · Angus Galloway, Graham W. Taylor, Medhat Moussa

It has been suggested that adversarial examples cause deep learning models to make incorrect predictions with high confidence. In this work, we take the opposite stance: an overly confident model is more likely to be vul…

Data AugmentationDiversityVocal Bursts Intensity Prediction

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…