paper-with-me

홈 › Papers

Universal Adversarial Attack on Attention and the Resulting Dataset DAmageNet

2020-01-16 · Sizhe Chen, Zhengbao He, Chengjin Sun, Jie Yang, Xiaolin Huang

Adversarial attacks on deep neural networks (DNNs) have been found for several years. However, the existing adversarial attacks have high success rates only when the information of the victim DNN is well-known or could be estimated by the structure similarity or massive queries. In this paper, we propose to Attack on Attention (AoA), a semantic property commonly shared by DNNs. AoA enjoys a significant increase in transferability when the traditional cross entropy loss is replaced with the attention loss. Since AoA alters the loss function only, it could be easily combined with other transferability-enhancement techniques and then achieve SOTA performance. We apply AoA to generate 50000 adversarial samples from ImageNet validation set to defeat many neural networks, and thus name the dataset as DAmageNet. 13 well-trained DNNs are tested on DAmageNet, and all of them have an error rate over 85%. Even with defenses or adversarial training, most models still maintain an error rate over 70% on DAmageNet. DAmageNet is the first universal adversarial dataset. It could be downloaded freely and serve as a benchmark for robustness testing and adversarial training.

📄 PDF Abstract BibTeX arXiv:2001.06325

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

GUAP: Graph Universal Attack Through Adversarial Patching

2023-01-04 · Xiao Zang, Jie Chen, Bo Yuan

Graph neural networks (GNNs) are a class of effective deep learning models for node classification tasks; yet their predictive capability may be severely compromised under adversarially designed unnoticeable perturbation…

Graph AttentionNode Classification

Exploring the Vulnerability of Natural Language Processing Models via Universal Adversarial Texts

2021-12-01 · ALTA 2021 12 · Xinzhe Li, Ming Liu, Xingjun Ma, Longxiang Gao

Universal adversarial texts (UATs) refer to short pieces of text units that can largely affect the predictions of NLP models. Recent studies on universal adversarial attacks assume the accessibility of datasets for the t…

Adversarial Attacktext-classificationText Classification

Universal Adversarial Perturbations and Image Spam Classifiers

2021-03-07 · Andy Phung, Mark Stamp

As the name suggests, image spam is spam email that has been embedded in an image. Image spam was developed in an effort to evade text-based filters. Modern deep learning-based classifiers perform well in detecting typic…

Adversarial AttackDeep LearningSpam detection

A Targeted Universal Attack on Graph Convolutional Network

2020-11-29 · Jiazhu Dai, Weifeng Zhu, Xiangfeng Luo

Graph-structured data exist in numerous applications in real life. As a state-of-the-art graph neural network, the graph convolutional network (GCN) plays an important role in processing graph-structured data. However, a…

Adversarial AttackGraph Neural Network

Art of singular vectors and universal adversarial perturbations

2017-09-11 · CVPR 2018 6 · Valentin Khrulkov, Ivan Oseledets

Vulnerability of Deep Neural Networks (DNNs) to adversarial attacks has been attracting a lot of attention in recent studies. It has been shown that for many state of the art DNNs performing image classification there ex…

image-classificationImage Classification