LGAINov 6, 2020

Single-Node Attacks for Fooling Graph Neural Networks

arXiv:2011.03574v22 citationsHas Code
AI Analysis

This exposes a critical security flaw in GNNs for applications like social networks and recommendations, with incremental improvements in attack realism and effectiveness.

The paper tackles the vulnerability of graph neural networks (GNNs) to single-node adversarial attacks, where perturbing features or neighbors of one arbitrary node can force misclassification of a target node, achieving high success rates across various GNN types and datasets.

Graph neural networks (GNNs) have shown broad applicability in a variety of domains. These domains, e.g., social networks and product recommendations, are fertile ground for malicious users and behavior. In this paper, we show that GNNs are vulnerable to the extremely limited (and thus quite realistic) scenarios of a single-node adversarial attack, where the perturbed node cannot be chosen by the attacker. That is, an attacker can force the GNN to classify any target node to a chosen label, by only slightly perturbing the features or the neighbor list of another single arbitrary node in the graph, even when not being able to select that specific attacker node. When the adversary is allowed to select the attacker node, these attacks are even more effective. We demonstrate empirically that our attack is effective across various common GNN types (e.g., GCN, GraphSAGE, GAT, GIN) and robustly optimized GNNs (e.g., Robust GCN, SM GCN, GAL, LAT-GCN), outperforming previous attacks across different real-world datasets both in a targeted and non-targeted attacks. Our code is available at https://github.com/benfinkelshtein/SINGLE .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes