paper-with-me

홈 › 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 perturbations to the graph structure and/or node data. Most of the current work on graph adversarial attacks aims at lowering the overall prediction accuracy, but we argue that the resulting abnormal model performance may catch attention easily and invite quick counterattack. Moreover, attacks through modification of existing graph data may be hard to conduct if good security protocols are implemented. In this work, we consider an easier attack harder to be noticed, through adversarially patching the graph with new nodes and edges. The attack is universal: it targets a single node each time and flips its connection to the same set of patch nodes. The attack is unnoticeable: it does not modify the predictions of nodes other than the target. We develop an algorithm, named GUAP, that achieves high attack success rate but meanwhile preserves the prediction accuracy. GUAP is fast to train by employing a sampling strategy. We demonstrate that a 5% sampling in each epoch yields 20x speedup in training, with only a slight degradation in attack performance. Additionally, we show that the adversarial patch trained with the graph convolutional network transfers well to other GNNs, such as the graph attention network.

📄 PDF Abstract BibTeX arXiv:2301.01731

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionNode Classification

Similar Papers 제목 키워드 기반

Generalizing Universal Adversarial Attacks Beyond Additive Perturbations

2020-10-15 · Yanghao Zhang, Wenjie Ruan, Fu Wang, Xiaowei Huang

The previous study has shown that universal adversarial attacks can fool deep neural networks over a large set of input images with a single human-invisible perturbation. However, current methods for universal adversaria…

Adversarial Attack

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

Can LLMs Fool Graph Learning? Exploring Universal Adversarial Attacks on Text-Attributed Graphs

2026-03-22 · Zihui Chen, Yuling Wang, Pengfei Jiao, Kai Wu 외 arxiv

Text-attributed graphs (TAGs) enhance graph learning by integrating rich textual semantics and topological context for each node. While boosting expressiveness, they also expose new vulnerabilities in graph learning thro…

Graph Learning

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

Universal Adversarial Perturbations Through the Lens of Deep Steganography: Towards A Fourier Perspective

2021-02-12 · Chaoning Zhang, Philipp Benz, Adil Karjauv, In So Kweon

The booming interest in adversarial attacks stems from a misalignment between human vision and a deep neural network (DNN), i.e. a human imperceptible perturbation fools the DNN. Moreover, a single perturbation, often ca…

Decoder