paper-with-me

Papers

Gradient Masking Causes CLEVER to Overestimate Adversarial Perturbation Size

2018-04-21 · Ian Goodfellow

A key problem in research on adversarial examples is that vulnerability to adversarial examples is usually measured by running attack algorithms. Because the attack algorithms are not optimal, the attack algorithms are prone to overestimating the size of perturbation needed to fool the target model. In other words, the attack-based methodology provides an upper-bound on the size of a perturbation that will fool the model, but security guarantees require a lower bound. CLEVER is a proposed scoring method to estimate a lower bound. Unfortunately, an estimate of a bound is not a bound. In this report, we show that gradient masking, a common problem that causes attack methodologies to provide only a very loose upper bound, causes CLEVER to overestimate the size of perturbation needed to fool the model. In other words, CLEVER does not resolve the key problem with the attack-based methodology, because it fails to provide a lower bound.

📄 PDF Abstract BibTeX arXiv:1804.07870

Code (2)

IBM/CLEVER-Robustness-Score tf
huanzhang12/CLEVER tf

Similar Papers 제목 키워드 기반

Imbalanced Gradients: A New Cause of Overestimated Adversarial Robustness

2020-09-28 · Linxi Jiang, Xingjun Ma, Zejia Weng, James Bailey 외

Evaluating the robustness of a defense model is a challenging task in adversarial robustness research. Obfuscated gradients, a type of gradient masking, have previously been found to exist in many defense methods and cau…

Adversarial Robustness

Imbalanced Gradients: A Subtle Cause of Overestimated Adversarial Robustness

2020-06-24 · Xingjun Ma, Linxi Jiang, Hanxun Huang, Zejia Weng 외

Evaluating the robustness of a defense model is a challenging task in adversarial robustness research. Obfuscated gradients have previously been found to exist in many defense methods and cause a false signal of robustne…

Adversarial Robustness

On Extensions of CLEVER: A Neural Network Robustness Evaluation Algorithm

2018-10-19 · Tsui-Wei Weng, huan zhang, Pin-Yu Chen, Aurelie Lozano 외

CLEVER (Cross-Lipschitz Extreme Value for nEtwork Robustness) is an Extreme Value Theory (EVT) based robustness score for large-scale deep neural networks (DNNs). In this paper, we propose two extensions on this robustne…

Guidance Through Surrogate: Towards a Generic Diagnostic Attack

2022-12-30 · Muzammal Naseer, Salman Khan, Fatih Porikli, Fahad Shahbaz Khan

Adversarial training is an effective approach to make deep neural networks robust against adversarial attacks. Recently, different adversarial training defenses are proposed that not only maintain a high clean accuracy b…

Adversarial RobustnessDiagnostic

A Learning and Masking Approach to Secure Learning

2017-09-13 · Linh Nguyen, Sky Wang, Arunesh Sinha

Deep Neural Networks (DNNs) have been shown to be vulnerable against adversarial examples, which are data points cleverly constructed to fool the classifier. Such attacks can be devastating in practice, especially as DNN…

Autonomous Driving