Effective backdoor attack on graph neural networks in link prediction tasks
Jiazhu Dai, Haoyu Sun

TL;DR
This paper demonstrates a novel backdoor attack on graph neural networks for link prediction, revealing security vulnerabilities by embedding triggers that cause mispredictions when activated.
Contribution
It introduces the first backdoor attack method targeting GNN link prediction tasks, using a single node trigger to manipulate predictions during inference.
Findings
Backdoor can be embedded via training with poisoned data.
Trigger activation causes incorrect link predictions.
Vulnerabilities expose security risks in GNN applications.
Abstract
Graph Neural Networks (GNNs) are a class of deep learning models capable of processing graph-structured data, and they have demonstrated significant performance in a variety of real-world applications. Recent studies have found that GNN models are vulnerable to backdoor attacks. When specific patterns (called backdoor triggers, e.g., subgraphs, nodes, etc.) appear in the input data, the backdoor embedded in the GNN models is activated, which misclassifies the input data into the target class label specified by the attacker, whereas when there are no backdoor triggers in the input, the backdoor embedded in the GNN models is not activated, and the models work normally. Backdoor attacks are highly stealthy and expose GNN models to serious security risks. Currently, research on backdoor attacks against GNNs mainly focus on tasks such as graph classification and node classification, and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Adversarial Robustness in Machine Learning
MethodsFocus
