paper-with-me

홈 › Papers

SoK: Pitfalls in Evaluating Black-Box Attacks

2023-10-26 · Fnu Suya, Anshuman Suri, Tingwei Zhang, Jingtao Hong, Yuan Tian, David Evans

Numerous works study black-box attacks on image classifiers. However, these works make different assumptions on the adversary's knowledge and current literature lacks a cohesive organization centered around the threat model. To systematize knowledge in this area, we propose a taxonomy over the threat space spanning the axes of feedback granularity, the access of interactive queries, and the quality and quantity of the auxiliary data available to the attacker. Our new taxonomy provides three key insights. 1) Despite extensive literature, numerous under-explored threat spaces exist, which cannot be trivially solved by adapting techniques from well-explored settings. We demonstrate this by establishing a new state-of-the-art in the less-studied setting of access to top-k confidence scores by adapting techniques from well-explored settings of accessing the complete confidence vector, but show how it still falls short of the more restrictive setting that only obtains the prediction label, highlighting the need for more research. 2) Identification the threat model of different attacks uncovers stronger baselines that challenge prior state-of-the-art claims. We demonstrate this by enhancing an initially weaker baseline (under interactive query access) via surrogate models, effectively overturning claims in the respective paper. 3) Our taxonomy reveals interactions between attacker knowledge that connect well to related areas, such as model inversion and extraction attacks. We discuss how advances in other areas can enable potentially stronger black-box attacks. Finally, we emphasize the need for a more realistic assessment of attack success by factoring in local attack runtime. This approach reveals the potential for certain attacks to achieve notably higher success rates and the need to evaluate attacks in diverse and harder settings, highlighting the need for better selection criteria.

📄 PDF Abstract BibTeX arXiv:2310.17534

Code (1)

iamgroot42/blackboxsok 공식 구현

Similar Papers 제목 키워드 기반

Decoding FL Defenses: Systemization, Pitfalls, and Remedies

2025-02-03 · Momin Ahmad Khan, Virat Shejwalkar, Yasra Chandio, Amir Houmansadr 외

While the community has designed various defenses to counter the threat of poisoning attacks in Federated Learning (FL), there are no guidelines for evaluating these defenses. These defenses are prone to subtle pitfalls …

Federated LearningSurvey

On Evaluating Adversarial Robustness of Chest X-ray Classification: Pitfalls and Best Practices

2022-12-15 · Salah Ghamizi, Maxime Cordy, Michail Papadakis, Yves Le Traon

Vulnerability to adversarial attacks is a well-known weakness of Deep Neural Networks. While most of the studies focus on natural images with standardized benchmarks like ImageNet and CIFAR, little research has considere…

Adversarial RobustnessClassificationMedical DiagnosisX-ray Classification

On Evaluating Neural Network Backdoor Defenses

2020-10-23 · Akshaj Veldanda, Siddharth Garg

Deep neural networks (DNNs) demonstrate superior performance in various fields, including scrutiny and security. However, recent studies have shown that DNNs are vulnerable to backdoor attacks. Several defenses were prop…

On Evaluating Adversarial Robustness

2019-02-18 · Nicholas Carlini, Anish Athalye, Nicolas Papernot, Wieland Brendel 외

Correctly evaluating defenses against adversarial examples has proven to be extremely difficult. Despite the significant amount of recent work attempting to design defenses that withstand adaptive attacks, few have succe…

Adversarial AttackAdversarial DefenseAdversarial Robustness

Simple and Efficient Hard Label Black-box Adversarial Attacks in Low Query Budget Regimes

2020-07-13 · Satya Narayan Shukla, Anit Kumar Sahu, Devin Willmott, J. Zico Kolter

We focus on the problem of black-box adversarial attacks, where the aim is to generate adversarial examples for deep learning models solely based on information limited to output label~(hard label) to a queried data inpu…

Bayesian Optimization