paper-with-me

Papers

Rethinking the Trigger-injecting Position in Graph Backdoor Attack

2023-04-05 · Jing Xu, Gorka Abad, Stjepan Picek

Backdoor attacks have been demonstrated as a security threat for machine learning models. Traditional backdoor attacks intend to inject backdoor functionality into the model such that the backdoored model will perform abnormally on inputs with predefined backdoor triggers and still retain state-of-the-art performance on the clean inputs. While there are already some works on backdoor attacks on Graph Neural Networks (GNNs), the backdoor trigger in the graph domain is mostly injected into random positions of the sample. There is no work analyzing and explaining the backdoor attack performance when injecting triggers into the most important or least important area in the sample, which we refer to as trigger-injecting strategies MIAS and LIAS, respectively. Our results show that, generally, LIAS performs better, and the differences between the LIAS and MIAS performance can be significant. Furthermore, we explain these two strategies' similar (better) attack performance through explanation techniques, which results in a further understanding of backdoor attacks in GNNs.

📄 PDF Abstract BibTeX arXiv:2304.02277

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackPosition

Similar Papers 제목 키워드 기반

Explainability-based Backdoor Attacks Against Graph Neural Networks

2021-04-08 · Jing Xu, Minhui, Xue, Stjepan Picek

Backdoor attacks represent a serious threat to neural network models. A backdoored model will misclassify the trigger-embedded inputs into an attacker-chosen target label while performing normally on other benign inputs.…

Backdoor AttackNode ClassificationPosition

Motif-Backdoor: Rethinking the Backdoor Attack on Graph Neural Networks via Motifs

2022-10-25 · Haibin Zheng, Haiyang Xiong, Jinyin Chen, Haonan Ma 외

Graph neural network (GNN) with a powerful representation capability has been widely applied to various areas, such as biological gene prediction, social recommendation, etc. Recent works have exposed that GNN is vulnera…

Backdoor AttackGraph Neural Network

Defending Against Backdoor Attack on Graph Nerual Network by Explainability

2022-09-07 · Bingchen Jiang, Zhao Li

Backdoor attack is a powerful attack algorithm to deep learning model. Recently, GNN's vulnerability to backdoor attack has been proved especially on graph classification task. In this paper, we propose the first backdoo…

Backdoor AttackGraph Classification

Rethinking Graph Backdoor Attacks: A Distribution-Preserving Perspective

2024-05-17 · Zhiwei Zhang, Minhua Lin, Enyan Dai, Suhang Wang

Graph Neural Networks (GNNs) have shown remarkable performance in various tasks. However, recent works reveal that GNNs are vulnerable to backdoor attacks. Generally, backdoor attack poisons the graph by attaching backdo…

Backdoor AttackMemorizationOutlier Detection

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.…