paper-with-me

Papers

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

2021-03-04 · CVPR 2021 1 · Xiaodan Li, Jinfeng Li, Yuefeng Chen, Shaokai Ye, Yuan He, Shuhui Wang, Hang Su, Hui Xue

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 from the database. Compared with query attacks in image classification, which produce adversaries according to the returned labels or confidence score, the challenge becomes even more prominent due to the difficulty in quantifying the attack effectiveness on the partial retrieved list. In this paper, we make the first attempt in Query-based Attack against Image Retrieval (QAIR), to completely subvert the top-k retrieval results. Specifically, a new relevance-based loss is designed to quantify the attack effects by measuring the set similarity on the top-k retrieval results before and after attacks and guide the gradient optimization. To further boost the attack efficiency, a recursive model stealing method is proposed to acquire transferable priors on the target model and generate the prior-guided gradients. Comprehensive experiments show that the proposed attack achieves a high attack success rate with few queries against the image retrieval systems under the black-box setting. The attack evaluations on the real-world visual search engine show that it successfully deceives a commercial system such as Bing Visual Search with 98% attack success rate by only 33 queries on average.

📄 PDF Abstract BibTeX arXiv:2103.02927

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationImage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Blacklight: Scalable Defense for Neural Networks against Query-Based Black-Box Attacks

2020-06-24 · Huiying Li, Shawn Shan, Emily Wenger, Jiayun Zhang 외

Deep learning systems are known to be vulnerable to adversarial examples. In particular, query-based black-box attacks do not require knowledge of the deep learning model, but can compute adversarial examples over the ne…

image-classificationImage Classificationtext-classificationText Classification

Query-Efficient Black-box Adversarial Examples (superceded)

2017-12-19 · Andrew Ilyas, Logan Engstrom, Anish Athalye, Jessy Lin

Note that this paper is superceded by "Black-Box Adversarial Attacks with Limited Queries and Information." Current neural network-based image classifiers are susceptible to adversarial examples, even in the black-box …

Adversarial Attack

Black-box Adversarial Attacks with Limited Queries and Information

2018-04-23 · ICML 2018 7 · Andrew Ilyas, Logan Engstrom, Anish Athalye, Jessy Lin

Current neural network-based classifiers are susceptible to adversarial examples even in the black-box setting, where the attacker only has query access to the model. In practice, the threat model for real-world systems …

Towards Query-Efficient Black-Box Adversary with Zeroth-Order Natural Gradient Descent

2020-02-18 · Pu Zhao, Pin-Yu Chen, Siyue Wang, Xue Lin

Despite the great achievements of the modern deep neural networks (DNNs), the vulnerability/robustness of state-of-the-art DNNs raises security concerns in many application domains requiring high reliability. Various adv…

Adversarial Attackimage-classificationImage Classification

You Only Query Once: Effective Black Box Adversarial Attacks with Minimal Repeated Queries

2021-01-29 · Devin Willmott, Anit Kumar Sahu, Fatemeh Sheikholeslami, Filipe Condessa 외

Researchers have repeatedly shown that it is possible to craft adversarial attacks on deep classifiers (small perturbations that significantly change the class label), even in the "black-box" setting where one only has q…