paper-with-me

Papers

Learning Black-Box Attackers with Transferable Priors and Query Feedback

2020-10-21 · NeurIPS 2020 12 · Jiancheng Yang, Yangzhou Jiang, Xiaoyang Huang, Bingbing Ni, Chenglong Zhao

This paper addresses the challenging black-box adversarial attack problem, where only classification confidence of a victim model is available. Inspired by consistency of visual saliency between different vision models, a surrogate model is expected to improve the attack performance via transferability. By combining transferability-based and query-based black-box attack, we propose a surprisingly simple baseline approach (named SimBA++) using the surrogate model, which significantly outperforms several state-of-the-art methods. Moreover, to efficiently utilize the query feedback, we update the surrogate model in a novel learning scheme, named High-Order Gradient Approximation (HOGA). By constructing a high-order gradient computation graph, we update the surrogate model to approximate the victim model in both forward and backward pass. The SimBA++ and HOGA result in Learnable Black-Box Attack (LeBA), which surpasses previous state of the art by considerable margins: the proposed LeBA significantly reduces queries, while keeping higher attack success rates close to 100% in extensive ImageNet experiments, including attacking vision benchmarks and defensive models. Code is open source at https://github.com/TrustworthyDL/LeBA.

📄 PDF Abstract BibTeX arXiv:2010.11742

Code (1)

TrustworthyDL/LeBA 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Transferable Adversarial Examples with Bayes Approach

2022-08-13 · Mingyuan Fan, Cen Chen, Wenmeng Zhou, Yinggui Wang

The vulnerability of deep neural networks (DNNs) to black-box adversarial attacks is one of the most heated topics in trustworthy AI. In such attacks, the attackers operate without any insider knowledge of the model, mak…

Imperceptible Black-box Attack via Refining in Salient Region

2021-09-29 · Zeyu Dai, Shengcai Liu, Ke Tang, Qing Li

Deep neural networks are vulnerable to adversarial examples, even in the black-box setting where the attacker only has query access to the model output. Recent studies have devised successful black-box attacks with high …

Adversarial Eigen Attack on Black-Box Models

2020-08-27 · CVPR 2022 1 · Linjun Zhou, Peng Cui, Yinan Jiang, Shiqiang Yang

Black-box adversarial attack has attracted a lot of research interests for its practical use in AI safety. Compared with the white-box attack, a black-box setting is more difficult for less available information related …

Adversarial Attack

QAIR: Practical Query-efficient Black-Box Attacks for Image Retrieval

2021-03-04 · CVPR 2021 1 · Xiaodan Li, Jinfeng Li, Yuefeng Chen, Shaokai Ye 외

We study the query-based attack against image retrieval to evaluate its robustness against adversarial examples under the black-box setting, where the adversary only has query access to the top-k ranked unlabeled images …

image-classificationImage ClassificationImage RetrievalRetrieval

Query Efficient Cross-Dataset Transferable Black-Box Attack on Action Recognition

2022-11-23 · Rohit Gupta, Naveed Akhtar, Gaurav Kumar Nayak, Ajmal Mian 외

Black-box adversarial attacks present a realistic threat to action recognition systems. Existing black-box attacks follow either a query-based approach where an attack is optimized by querying the target model, or a tran…

Action Recognition