LGCRJun 12, 2021

TDGIA:Effective Injection Attacks on Graph Neural Networks

arXiv:2106.06663v2142 citations
Originality Highly original
AI Analysis

This addresses security risks for GNN applications in real-world scenarios, representing a strong specific gain in adversarial attack methods.

The paper tackles the vulnerability of Graph Neural Networks (GNNs) to graph injection attacks (GIA), where adversaries inject nodes rather than modify existing ones, and proposes TDGIA, which significantly outperforms baselines by causing a performance drop more than double that of the best solution in a competition.

Graph Neural Networks (GNNs) have achieved promising performance in various real-world applications. However, recent studies have shown that GNNs are vulnerable to adversarial attacks. In this paper, we study a recently-introduced realistic attack scenario on graphs -- graph injection attack (GIA). In the GIA scenario, the adversary is not able to modify the existing link structure and node attributes of the input graph, instead the attack is performed by injecting adversarial nodes into it. We present an analysis on the topological vulnerability of GNNs under GIA setting, based on which we propose the Topological Defective Graph Injection Attack (TDGIA) for effective injection attacks. TDGIA first introduces the topological defective edge selection strategy to choose the original nodes for connecting with the injected ones. It then designs the smooth feature optimization objective to generate the features for the injected nodes. Extensive experiments on large-scale datasets show that TDGIA can consistently and significantly outperform various attack baselines in attacking dozens of defense GNN models. Notably, the performance drop on target GNNs resultant from TDGIA is more than double the damage brought by the best attack solution among hundreds of submissions on KDD-CUP 2020.

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