paper-with-me

홈 › Papers

Decision-Based Adversarial Attacks: Reliable Attacks Against Black-Box Machine Learning Models

2017-12-12 · ICLR 2018 1 · Wieland Brendel, Jonas Rauber, Matthias Bethge

Many machine learning algorithms are vulnerable to almost imperceptible perturbations of their inputs. So far it was unclear how much risk adversarial perturbations carry for the safety of real-world machine learning applications because most methods used to generate such perturbations rely either on detailed model information (gradient-based attacks) or on confidence scores such as class probabilities (score-based attacks), neither of which are available in most real-world scenarios. In many such cases one currently needs to retreat to transfer-based attacks which rely on cumbersome substitute models, need access to the training data and can be defended against. Here we emphasise the importance of attacks which solely rely on the final model decision. Such decision-based attacks are (1) applicable to real-world black-box models such as autonomous cars, (2) need less knowledge and are easier to apply than transfer-based attacks and (3) are more robust to simple defences than gradient- or score-based attacks. Previous attacks in this category were limited to simple models or simple datasets. Here we introduce the Boundary Attack, a decision-based attack that starts from a large adversarial perturbation and then seeks to reduce the perturbation while staying adversarial. The attack is conceptually simple, requires close to no hyperparameter tuning, does not rely on substitute models and is competitive with the best gradient-based attacks in standard computer vision tasks like ImageNet. We apply the attack on two black-box algorithms from Clarifai.com. The Boundary Attack in particular and the class of decision-based attacks in general open new avenues to study the robustness of machine learning models and raise new questions regarding the safety of deployed machine learning systems. An implementation of the attack is available as part of Foolbox at https://github.com/bethgelab/foolbox .

📄 PDF Abstract BibTeX arXiv:1712.04248

Code (6)

bethgelab/foolbox 공식 구현 tf
Cold-Winter/boundary_attack_foolbox tf
MatveyMor/substitute_boundary_attack pytorch
ermongroup/ODI pytorch
ermongroup/ODS pytorch
greentfrapp/boundary-attack tf

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Adversarial training may be a double-edged sword

2021-07-24 · Ali Rahmati, Seyed-Mohsen Moosavi-Dezfooli, Huaiyu Dai

Adversarial training has been shown as an effective approach to improve the robustness of image classifiers against white-box attacks. However, its effectiveness against black-box attacks is more nuanced. In this work, w…

Adversarial Attacks Against Automated Fact-Checking: A Survey

2025-09-10 · Fanzhen Liu, Alsharif Abuadbba, Kristen Moore, Surya Nepal 외 arxiv

In an era where misinformation spreads freely, fact-checking (FC) plays a crucial role in verifying claims and promoting reliable information. While automated fact-checking (AFC) has advanced significantly, existing syst…

Guessing Smart: Biased Sampling for Efficient Black-Box Adversarial Attacks

2018-12-24 · ICCV 2019 10 · Thomas Brunner, Frederik Diehl, Michael Truong Le, Alois Knoll

We consider adversarial examples for image classification in the black-box decision-based setting. Here, an attacker cannot access confidence scores, but only the final label. Most attacks for this scenario are either un…

image-classificationImage Classification

On the exploitative behavior of adversarial training against adversarial attacks

2021-09-29 · Ali Rahmati, Seyed-Mohsen Moosavi-Dezfooli, Huaiyu Dai

Adversarial attacks have been developed as intentionally designed perturbations added to the inputs in order to fool deep neural network classifiers. Adversarial training has been shown to be an effective approach to imp…

Tropical Decision Boundaries for Neural Networks Are Robust Against Adversarial Attacks

2024-02-01 · Kurt Pasque, Christopher Teska, Ruriko Yoshida, Keiji Miura 외

We introduce a simple, easy to implement, and computationally efficient tropical convolutional neural network architecture that is robust against adversarial attacks. We exploit the tropical nature of piece-wise linear n…