Transferable Graph Backdoor Attack
Shuiqiao Yang, Bao Gia Doan, Paul Montague, Olivier De Vel, Tamas, Abraham, Seyit Camtepe, Damith C. Ranasinghe, Salil S. Kanhere

TL;DR
This paper introduces TRAP, a novel transferable backdoor attack on Graph Neural Networks that uses gradient-based perturbations to poison training data, effectively compromising multiple GNN models.
Contribution
The paper presents the first transferable backdoor attack on GNNs using gradient-based perturbation triggers generated from a surrogate model.
Findings
TRAP effectively creates transferable backdoors across different GNN models.
The attack works on multiple real-world datasets and GNN architectures.
Sample-specific perturbation triggers outperform fixed-pattern triggers.
Abstract
Graph Neural Networks (GNNs) have achieved tremendous success in many graph mining tasks benefitting from the message passing strategy that fuses the local structure and node features for better graph representation learning. Despite the success of GNNs, and similar to other types of deep neural networks, GNNs are found to be vulnerable to unnoticeable perturbations on both graph structure and node features. Many adversarial attacks have been proposed to disclose the fragility of GNNs under different perturbation strategies to create adversarial examples. However, vulnerability of GNNs to successful backdoor attacks was only shown recently. In this paper, we disclose the TRAP attack, a Transferable GRAPh backdoor attack. The core attack principle is to poison the training dataset with perturbation-based triggers that can lead to an effective and transferable backdoor attack. The…
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
MethodsGraph Convolutional Network
