paper-with-me

Papers

Sign-OPT: A Query-Efficient Hard-label Adversarial Attack

2019-09-24 · ICLR 2020 1 · Minhao Cheng, Simranjit Singh, Patrick Chen, Pin-Yu Chen, Sijia Liu, Cho-Jui Hsieh

We study the most practical problem setup for evaluating adversarial robustness of a machine learning system with limited access: the hard-label black-box attack setting for generating adversarial examples, where limited model queries are allowed and only the decision is provided to a queried data input. Several algorithms have been proposed for this problem but they typically require huge amount (>20,000) of queries for attacking one example. Among them, one of the state-of-the-art approaches (Cheng et al., 2019) showed that hard-label attack can be modeled as an optimization problem where the objective function can be evaluated by binary search with additional model queries, thereby a zeroth order optimization algorithm can be applied. In this paper, we adopt the same optimization formulation but propose to directly estimate the sign of gradient at any direction instead of the gradient itself, which enjoys the benefit of single query. Using this single query oracle for retrieving sign of directional derivative, we develop a novel query-efficient Sign-OPT approach for hard-label black-box attack. We provide a convergence analysis of the new algorithm and conduct experiments on several models on MNIST, CIFAR-10 and ImageNet. We find that Sign-OPT attack consistently requires 5X to 10X fewer queries when compared to the current state-of-the-art approaches, and usually converges to an adversarial example with smaller perturbation.

📄 PDF Abstract BibTeX arXiv:1909.10773

Code (1)

cmhcbb/attackbox 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessHard-label Attack

Similar Papers 제목 키워드 기반

Policy-Driven Attack: Learning to Query for Hard-label Black-box Adversarial Examples

2021-01-01 · ICLR 2021 1 · Ziang Yan, Yiwen Guo, Jian Liang, ChangShui Zhang

To craft black-box adversarial examples, adversaries need to query the victim model and take proper advantage of its feedback. Existing black-box attacks generally suffer from high query complexity, especially when only …

image-classificationImage Classification

Hard-label based Small Query Black-box Adversarial Attack

2024-03-09 · Jeonghwan Park, Paul Miller, Niall McLaughlin

We consider the hard label based black box adversarial attack setting which solely observes predicted classes from the target model. Most of the attack methods in this setting suffer from impractical number of queries re…

Adversarial Attack

LimeAttack: Local Explainable Method for Textual Hard-Label Adversarial Attack

2023-08-01 · Hai Zhu, Zhaoqing Yang, Weiwei Shang, Yuren Wu

Natural language processing models are vulnerable to adversarial examples. Previous textual adversarial attacks adopt gradients or confidence scores to calculate word importance ranking and generate adversarial examples.…

Adversarial AttackHard-label Attack

Spanning Attack: Reinforce Black-box Attacks with Unlabeled Data

2020-05-11 · Lu Wang, huan zhang, Jin-Feng Yi, Cho-Jui Hsieh 외

Adversarial black-box attacks aim to craft adversarial perturbations by querying input-output pairs of machine learning models. They are widely used to evaluate the robustness of pre-trained models. However, black-box at…

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