Black-box Node Injection Attack for Graph Neural Networks
Mingxuan Ju, Yujie Fan, Yanfang Ye, Liang Zhao

TL;DR
This paper introduces GA2C, a black-box node injection attack framework for GNNs that uses reinforcement learning to generate and insert nodes, effectively evading GNN models without needing access to their internal structure.
Contribution
The paper presents a novel black-box node injection attack method for GNNs using reinforcement learning, which is more practical and effective than previous structural perturbation approaches.
Findings
GA2C outperforms existing attack methods on benchmark datasets.
The approach effectively evades GNNs with limited knowledge of the model.
Injected nodes are realistic and seamlessly integrated into the original graph.
Abstract
Graph Neural Networks (GNNs) have drawn significant attentions over the years and been broadly applied to vital fields that require high security standard such as product recommendation and traffic forecasting. Under such scenarios, exploiting GNN's vulnerabilities and further downgrade its classification performance become highly incentive for adversaries. Previous attackers mainly focus on structural perturbations of existing graphs. Although they deliver promising results, the actual implementation needs capability of manipulating the graph connectivity, which is impractical in some circumstances. In this work, we study the possibility of injecting nodes to evade the victim GNN model, and unlike previous related works with white-box setting, we significantly restrict the amount of accessible knowledge and explore the black-box setting. Specifically, we model the node injection attack…
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
TopicsAdversarial Robustness in Machine Learning · Advanced Graph Neural Networks
