LGAIJun 21, 2021

Adversarial Attack on Graph Neural Networks as An Influence Maximization Problem

arXiv:2106.10785v142 citations
Originality Incremental advance
AI Analysis

This addresses the robustness of GNNs for real-world applications, but it is incremental as it builds on existing adversarial attack research with a new perspective.

The paper tackles the problem of adversarial attacks on Graph Neural Networks (GNNs) in a realistic setup by perturbing features of a small set of nodes without access to model parameters or predictions, and it shows that the proposed attack strategies significantly degrade the performance of three popular GNN models, outperforming baseline methods.

Graph neural networks (GNNs) have attracted increasing interests. With broad deployments of GNNs in real-world applications, there is an urgent need for understanding the robustness of GNNs under adversarial attacks, especially in realistic setups. In this work, we study the problem of attacking GNNs in a restricted and realistic setup, by perturbing the features of a small set of nodes, with no access to model parameters and model predictions. Our formal analysis draws a connection between this type of attacks and an influence maximization problem on the graph. This connection not only enhances our understanding on the problem of adversarial attack on GNNs, but also allows us to propose a group of effective and practical attack strategies. Our experiments verify that the proposed attack strategies significantly degrade the performance of three popular GNN models and outperform baseline adversarial attack strategies.

Code Implementations2 repos
Foundations

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

Your Notes