paper-with-me

홈 › Papers

Consistency-Sensitivity Guided Ensemble Black-Box Adversarial Attacks in Low-Dimensional Spaces

2021-01-01 · ICCV 2021 10 · Jianhe Yuan, Zhihai He

Black-box attacks aim to generate adversarial noise tofail the victim deep neural network in the black box. Thecentral task in black-box attack method design is to estimateand characterize the victim model in the high-dimensionalmodel space based on feedback results of queries submittedto the victim network. The central performance goal is tominimize the number of queries needed for successful at-tack. Existing attack methods directly search and refine theadversarial noise in an extremely high-dimensional space,requiring hundreds or even thousands queries to the victimnetwork. To address this challenge, we propose to explore aconsistency and sensitivity guided ensemble attack (CSEA)method in a low-dimensional space. Specifically, we esti-mate the victim model in the black box using a learned lin-ear composition of an ensemble of surrogate models withdiversified network structures. Using random block maskson the input image, these surrogate models jointly constructand submit randomized and sparsified queries to the victimmodel. Based on these query results and guided by a con-sistency constraint, the surrogate models can be trained us-ing a very small number of queries such that their learnedcomposition is able to accurately approximate the victimmodel in the high-dimensional space. The randomized andsparsified queries also provide important information for usto construct an attack sensitivity map for the input image,with which the adversarial attack can be locally refined tofurther increase its success rate. Our extensive experimen-tal results demonstrate that our proposed approach signifi-cantly reduces the number of queries to the victim networkwhile maintaining very high success rates, outperformingexisting black-box attack methods by large margins.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackSensitivity

Similar Papers 제목 키워드 기반

Understanding and Improving Ensemble Adversarial Defense

2023-09-21 · NeurIPS 2023 11

The strategy of ensemble has become popular in adversarial defense, which trains multiple base classifiers to defend against adversarial attacks in a cooperative manner. Despite the empirical success, theoretical explana…

Toward Adversarial Robustness by Diversity in an Ensemble of Specialized Deep Neural Networks

2020-05-17 · Mahdieh Abbasi, Arezoo Rajabi, Christian Gagne, Rakesh B. Bobba

We aim at demonstrating the influence of diversity in the ensemble of CNNs on the detection of black-box adversarial instances and hardening the generation of white-box adversarial attacks. To this end, we propose an ens…

Adversarial RobustnessDiversity

Defending against black-box adversarial attacks with gradient-free trained sign activation neural networks

2021-01-01 · Yunzhe Xue, Meiyan Xie, Zhibo Yang, Usman Roshan

Binary neural networks have been shown to be more adversarially robust than full-precision networks but their improvements are marginal. We propose an ensemble of sign activation neural networks trained with a novel grad…

Adversarial Defense

Stochastic Variance Reduced Ensemble Adversarial Attack

2021-09-29 · Jiadong Lin, Yifeng Xiong, Min Zhang, John E. Hopcroft 외

Black-box adversarial attack has attracted much attention for its practical use in deep learning applications, and it is very challenging as there is no access to the architecture and weights of the target model. Based o…

Adversarial Attack

A cryptographic approach to black box adversarial machine learning

2019-06-07 · Kevin Shi, Daniel Hsu, Allison Bishop

We propose a new randomized ensemble technique with a provable security guarantee against black-box transfer attacks. Our proof constructs a new security problem for random binary classifiers which is easier to empirical…

BIG-bench Machine Learning