paper-with-me

Papers

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

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

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 prediction methods have been studied, which have dominant prediction accuracy compared with non-deep methods. However,the threats of maliciously crafted training graph will leave a specific backdoor in the deep model, thus when some specific examples are fed into the model, it will make wrong prediction, defined as backdoor attack. It is an important aspect that has been overlooked in the current literature. In this paper, we prompt the concept of backdoor attack on link prediction, and propose Link-Backdoor to reveal the training vulnerability of the existing link prediction methods. Specifically, the Link-Backdoor combines the fake nodes with the nodes of the target link to form a trigger. Moreover, it optimizes the trigger by the gradient information from the target model. Consequently, the link prediction model trained on the backdoored dataset will predict the link with trigger to the target state. Extensive experiments on five benchmark datasets and five well-performing link prediction models demonstrate that the Link-Backdoor achieves the state-of-the-art attack success rate under both white-box (i.e., available of the target model parameter)and black-box (i.e., unavailable of the target model parameter) scenarios. Additionally, we testify the attack under defensive circumstance, and the results indicate that the Link-Backdoor still can construct successful attack on the well-performing link prediction methods. The code and data are available at https://github.com/Seaocn/Link-Backdoor.

📄 PDF Abstract BibTeX arXiv:2208.06776

Code (1)

seaocn/link-backdoor 공식 구현 pytorch

Tasks

Backdoor AttackLink PredictionPrediction

Similar 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 hav…

Backdoor AttackGraph ClassificationLink PredictionNode Classification

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

Influence of Backdoor Paths on Causal Link Prediction

2024-09-12 · Utkarshani Jaimini, Cory Henson, Amit Sheth

The current method for predicting causal links in knowledge graphs uses weighted causal relations. For a given link between cause-effect entities, the presence of a confounder affects the causal link prediction, which ca…

Knowledge GraphsLink PredictionPrediction

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

Shortcuts Everywhere and Nowhere: Exploring Multi-Trigger Backdoor Attacks

2024-01-27 · Yige Li, Jiabo He, Hanxun Huang, Jun Sun 외

Backdoor attacks have become a significant threat to the pre-training and deployment of deep neural networks (DNNs). Although numerous methods for detecting and mitigating backdoor attacks have been proposed, most rely o…