paper-with-me

Papers

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 recent study reported that GCNs are also vulnerable to adversarial attacks, which means that GCN models may suffer malicious attacks with unnoticeable modifications of the data. Among all the adversarial attacks on GCNs, there is a special kind of attack method called the universal adversarial attack, which generates a perturbation that can be applied to any sample and causes GCN models to output incorrect results. Although universal adversarial attacks in computer vision have been extensively researched, there are few research works on universal adversarial attacks on graph structured data. In this paper, we propose a targeted universal adversarial attack against GCNs. Our method employs a few nodes as the attack nodes. The attack capability of the attack nodes is enhanced through a small number of fake nodes connected to them. During an attack, any victim node will be misclassified by the GCN as the attack node class as long as it is linked to them. The experiments on three popular datasets show that the average attack success rate of the proposed attack on any victim node in the graph reaches 83% when using only 3 attack nodes and 6 fake nodes. We hope that our work will make the community aware of the threat of this type of attack and raise the attention given to its future defense.

📄 PDF Abstract BibTeX arXiv:2011.14365

Code (1)

Nanyuu/TUA 공식 구현 pytorch

Tasks

Adversarial AttackGraph Neural Network

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

GUARD: Graph Universal Adversarial Defense

2022-04-20 · Jintang Li, Jie Liao, Ruofan Wu, Liang Chen 외

Graph convolutional networks (GCNs) have been shown to be vulnerable to small adversarial perturbations, which becomes a severe threat and largely limits their applications in security-critical scenarios. To mitigate suc…

Adversarial Defense

Untargeted, Targeted and Universal Adversarial Attacks and Defenses on Time Series

2021-01-13 · Pradeep Rathore, Arghya Basak, Sri Harsha Nistala, Venkataramana Runkana

Deep learning based models are vulnerable to adversarial attacks. These attacks can be much more harmful in case of targeted attacks, where an attacker tries not only to fool the deep learning model, but also to misguide…

Adversarial AttackAdversarial DefenseDeep LearningTime Series+2

Universal, transferable and targeted adversarial attacks

2019-08-29 · Junde Wu, Rao Fu

Deep Neural Networks have been found vulnerable re-cently. A kind of well-designed inputs, which called adver-sarial examples, can lead the networks to make incorrectpredictions. Depending on the different scenarios, goa…

Enhancing the Self-Universality for Transferable Targeted Attacks

2022-09-08 · CVPR 2023 1 · Zhipeng Wei, Jingjing Chen, Zuxuan Wu, Yu-Gang Jiang

In this paper, we propose a novel transfer-based targeted attack method that optimizes the adversarial perturbations without any extra training efforts for auxiliary networks on training data. Our new attack method is pr…

Double Targeted Universal Adversarial Perturbations

2020-10-07 · Philipp Benz, Chaoning Zhang, Tooba Imtiaz, In So Kweon

Despite their impressive performance, deep neural networks (DNNs) are widely known to be vulnerable to adversarial attacks, which makes it challenging for them to be deployed in security-sensitive applications, such as a…

Autonomous Driving