paper-with-me

Papers

A New Ensemble Method for Concessively Targeted Multi-model Attack

2019-12-19 · Ziwen He, Wei Wang, Xinsheng Xuan, Jing Dong, Tieniu Tan

It is well known that deep learning models are vulnerable to adversarial examples crafted by maliciously adding perturbations to original inputs. There are two types of attacks: targeted attack and non-targeted attack, and most researchers often pay more attention to the targeted adversarial examples. However, targeted attack has a low success rate, especially when aiming at a robust model or under a black-box attack protocol. In this case, non-targeted attack is the last chance to disable AI systems. Thus, in this paper, we propose a new attack mechanism which performs the non-targeted attack when the targeted attack fails. Besides, we aim to generate a single adversarial sample for different deployed models of the same task, e.g. image classification models. Hence, for this practical application, we focus on attacking ensemble models by dividing them into two groups: easy-to-attack and robust models. We alternately attack these two groups of models in the non-targeted or targeted manner. We name it a bagging and stacking ensemble (BAST) attack. The BAST attack can generate an adversarial sample that fails multiple models simultaneously. Some of the models classify the adversarial sample as a target label, and other models which are not attacked successfully may give wrong labels at least. The experimental results show that the proposed BAST attack outperforms the state-of-the-art attack methods on the new defined criterion that considers both targeted and non-targeted attack performance.

📄 PDF Abstract BibTeX arXiv:1912.10833

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Ensemble-based Blackbox Attacks on Dense Prediction

2023-03-25 · CVPR 2023 1 · Zikui Cai, Yaoteng Tan, M. Salman Asif

We propose an approach for adversarial attacks on dense prediction models (such as object detectors and segmentation). It is well known that the attacks generated by a single surrogate model do not transfer to arbitrary …

Objectobject-detectionObject DetectionPrediction+1

The Efficacy of SHIELD under Different Threat Models

2019-02-01 · Cory Cornelius, Nilaksh Das, Shang-Tse Chen, Li Chen 외

In this appraisal paper, we evaluate the efficacy of SHIELD, a compression-based defense framework for countering adversarial attacks on image classification models, which was published at KDD 2018. Here, we consider alt…

Adversarial Attackimage-classificationImage Classification

Enhancing Targeted Attack Transferability via Diversified Weight Pruning

2022-08-18 · Hung-Jui Wang, Yu-Yu Wu, Shang-Tse Chen

Malicious attackers can generate targeted adversarial examples by imposing tiny noises, forcing neural networks to produce specific incorrect outputs. With cross-model transferability, network models remain vulnerable ev…

DiversityModel Compression

Blackbox Attacks via Surrogate Ensemble Search

2022-08-07 · Zikui Cai, Chengyu Song, Srikanth Krishnamurthy, Amit Roy-Chowdhury 외

Blackbox adversarial attacks can be categorized into transfer- and query-based attacks. Transfer methods do not require any feedback from the victim model, but provide lower success rates compared to query-based methods.…

CAAD 2018: Iterative Ensemble Adversarial Attack

2018-11-07 · Jiayang Liu, Weiming Zhang, Nenghai Yu

Deep Neural Networks (DNNs) have recently led to significant improvements in many fields. However, DNNs are vulnerable to adversarial examples which are samples with imperceptible perturbations while dramatically mislead…

Adversarial Attack