paper-with-me

Papers

Effective backdoor attack on graph neural networks in link prediction tasks

2024-01-05 · Jiazhu Dai, Haoyu Sun

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 backdoor attacks against link prediction tasks are rarely studied. In this paper, we propose a backdoor attack against the link prediction tasks based on GNNs and reveal the existence of such security vulnerability in GNN models, which make the backdoored GNN models to incorrectly predict unlinked two nodes as having a link relationship when a trigger appear. The method uses a single node as the trigger and poison selected node pairs in the training graph, and then the backdoor will be embedded in the GNN models through the training process. In the inference stage, the backdoor in the GNN models can be activated by simply linking the trigger node to the two end nodes of the unlinked node pairs in the input data, causing the GNN models to produce incorrect link prediction results for the target node pairs.

📄 PDF Abstract BibTeX arXiv:2401.02663

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackGraph ClassificationLink PredictionNode Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Link-Backdoor: Backdoor Attack on Link Prediction via Node Injection

2022-08-14 · Haibin Zheng, Haiyang Xiong, Haonan Ma, Guohan Huang 외

Link prediction, inferring the undiscovered or potential links of the graph, is widely applied in the real-world. By facilitating labeled links of the graph as the training data, numerous deep learning based link predict…

Backdoor AttackLink PredictionPrediction

Dyn-Backdoor: Backdoor Attack on Dynamic Link Prediction

2021-10-08 · Jinyin Chen, Haiyang Xiong, Haibin Zheng, Jian Zhang 외

Dynamic link prediction (DLP) makes graph prediction based on historical information. Since most DLP methods are highly dependent on the training data to achieve satisfying prediction performance, the quality of the trai…

Backdoor AttackDynamic Link PredictionGenerative Adversarial NetworkLink Prediction+1

Stealthy Yet Effective: Distribution-Preserving Backdoor Attacks on Graph Classification

2025-09-30 · Xiaobao Wang, Ruoxiao Sun, Yujun Zhang, Bingdao Feng 외 arxiv

Graph Neural Networks (GNNs) have demonstrated strong performance across tasks such as node classification, link prediction, and graph classification, but remain vulnerable to backdoor attacks that implant imperceptible …

Graph ClassificationNode ClassificationAnomaly DetectionLink Prediction

Backdoor Attacks to Graph Neural Networks

2020-06-19 · Zaixi Zhang, Jinyuan Jia, Binghui Wang, Neil Zhenqiang Gong

In this work, we propose the first backdoor attack to graph neural networks (GNN). Specifically, we propose a \emph{subgraph based backdoor attack} to GNN for graph classification. In our backdoor attack, a GNN classifie…

Backdoor AttackGeneral ClassificationGraph ClassificationNode Classification

Poisoning the Inner Prediction Logic of Graph Neural Networks for Clean-Label Backdoor Attacks

2026-03-05 · Yuxiang Zhang, Bin Ma, Enyan Dai arxiv

Graph Neural Networks (GNNs) have achieved remarkable results in various tasks. Recent studies reveal that graph backdoor attacks can poison the GNN model to predict test nodes with triggers attached as the target class.…