paper-with-me

홈 › Papers

RayS: A Ray Searching Method for Hard-label Adversarial Attack

2020-06-23 · Jinghui Chen, Quanquan Gu

Deep neural networks are vulnerable to adversarial attacks. Among different attack settings, the most challenging yet the most practical one is the hard-label setting where the attacker only has access to the hard-label output (prediction label) of the target model. Previous attempts are neither effective enough in terms of attack success rate nor efficient enough in terms of query complexity under the widely used $L_\infty$ norm threat model. In this paper, we present the Ray Searching attack (RayS), which greatly improves the hard-label attack effectiveness as well as efficiency. Unlike previous works, we reformulate the continuous problem of finding the closest decision boundary into a discrete problem that does not require any zeroth-order gradient estimation. In the meantime, all unnecessary searches are eliminated via a fast check step. This significantly reduces the number of queries needed for our hard-label attack. Moreover, interestingly, we found that the proposed RayS attack can also be used as a sanity check for possible "falsely robust" models. On several recently proposed defenses that claim to achieve the state-of-the-art robust accuracy, our attack method demonstrates that the current white-box/black-box attacks could still give a false sense of security and the robust accuracy drop between the most popular PGD attack and RayS attack could be as large as $28\%$. We believe that our proposed RayS attack could help identify falsely robust models that beat most white-box/black-box attacks.

📄 PDF Abstract BibTeX arXiv:2006.12792

Code (1)

uclaml/RayS pytorch

Tasks

Adversarial AttackHard-label Attack

Similar Papers 제목 키워드 기반

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

Gradient-based Adversarial Attacks against Text Transformers

2021-04-15 · EMNLP 2021 11 · Chuan Guo, Alexandre Sablayrolles, Hervé Jégou, Douwe Kiela

We propose the first general-purpose gradient-based attack against transformer models. Instead of searching for a single adversarial example, we search for a distribution of adversarial examples parameterized by a contin…

BOSH: An Efficient Meta Algorithm for Decision-based Attacks

2019-09-10 · Zhenxin Xiao, Puyudi Yang, Yuchen Jiang, Kai-Wei Chang 외

Adversarial example generation becomes a viable method for evaluating the robustness of a machine learning model. In this paper, we consider hard-label black-box attacks (a.k.a. decision-based attacks), which is a challe…

Adversarial AttackBayesian Optimization

Deep-Dup: An Adversarial Weight Duplication Attack Framework to Crush Deep Neural Network in Multi-Tenant FPGA

2020-11-05 · Adnan Siraj Rakin, Yukui Luo, Xiaolin Xu, Deliang Fan

The wide deployment of Deep Neural Networks (DNN) in high-performance cloud computing platforms brought to light multi-tenant cloud field-programmable gate arrays (FPGA) as a popular choice of accelerator to boost perfor…

Adversarial AttackCloud Computingimage-classificationImage Classification+2

A Hard Label Black-box Adversarial Attack Against Graph Neural Networks

2021-08-21 · Jiaming Mu, Binghui Wang, Qi Li, Kun Sun 외

Graph Neural Networks (GNNs) have achieved state-of-the-art performance in various graph structure related tasks such as node classification and graph classification. However, GNNs are vulnerable to adversarial attacks. …

Adversarial AttackClassificationGraph ClassificationGraph Generation+1