paper-with-me

홈 › Papers

Cutting through buggy adversarial example defenses: fixing 1 line of code breaks Sabre

2024-05-06 · Nicholas Carlini

Sabre is a defense to adversarial examples that was accepted at IEEE S&P 2024. We first reveal significant flaws in the evaluation that point to clear signs of gradient masking. We then show the cause of this gradient masking: a bug in the original evaluation code. By fixing a single line of code in the original repository, we reduce Sabre's robust accuracy to 0%. In response to this, the authors modify the defense and introduce a new defense component not described in the original paper. But this fix contains a second bug; modifying one more line of code reduces robust accuracy to below baseline levels. After we released the first version of our paper online, the authors introduced another change to the defense; by commenting out one line of code during attack we reduce the robust accuracy to 0% again.

📄 PDF Abstract BibTeX arXiv:2405.03672

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MagNet and "Efficient Defenses Against Adversarial Attacks" are Not Robust to Adversarial Examples

2017-11-22 · Nicholas Carlini, David Wagner

MagNet and "Efficient Defenses..." were recently proposed as a defense to adversarial examples. We find that we can construct adversarial examples that defeat these defenses with only a slight increase in distortion.

Adversarial Example Defenses: Ensembles of Weak Defenses are not Strong

2017-06-15 · Warren He, James Wei, Xinyun Chen, Nicholas Carlini 외

Ongoing research has proposed several methods to defend neural networks against adversarial examples, many of which researchers have shown to be ineffective. We ask whether a strong defense can be created by combining mu…

Stochastic Substitute Training: A Gray-box Approach to Craft Adversarial Examples Against Gradient Obfuscation Defenses

2018-10-23 · Mohammad Hashemi, Greg Cusack, Eric Keller

It has been shown that adversaries can craft example inputs to neural networks which are similar to legitimate inputs but have been created to purposely cause the neural network to misclassify the input. These adversaria…

Blocking

Are adversarial examples inevitable?

2018-09-06 · ICLR 2019 5 · Ali Shafahi, W. Ronny Huang, Christoph Studer, Soheil Feizi 외

A wide range of defenses have been proposed to harden neural networks against adversarial attacks. However, a pattern has emerged in which the majority of adversarial defenses are quickly broken by new attacks. Given the…

Adversarial defenses via a mixture of generators

2021-10-05 · Maciej Żelaszczyk, Jacek Mańdziuk

In spite of the enormous success of neural networks, adversarial examples remain a relatively weakly understood feature of deep learning systems. There is a considerable effort in both building more powerful adversarial …

Adversarial Attack