LGCRFeb 25, 2022

Projective Ranking-based GNN Evasion Attacks

arXiv:2202.12993v330 citations
Originality Incremental advance
AI Analysis

This work addresses security vulnerabilities in GNNs for graph-related tasks, but it is incremental as it builds on prior attack methods.

The paper tackles the problem of adversarial evasion attacks on graph neural networks (GNNs) by addressing limitations in existing methods, such as ignoring long-term benefits and poor transferability across attack budgets, and proposes a projective ranking method that achieves high attack performance and effective transferability in comparative assessments.

Graph neural networks (GNNs) offer promising learning methods for graph-related tasks. However, GNNs are at risk of adversarial attacks. Two primary limitations of the current evasion attack methods are highlighted: (1) The current GradArgmax ignores the "long-term" benefit of the perturbation. It is faced with zero-gradient and invalid benefit estimates in certain situations. (2) In the reinforcement learning-based attack methods, the learned attack strategies might not be transferable when the attack budget changes. To this end, we first formulate the perturbation space and propose an evaluation framework and the projective ranking method. We aim to learn a powerful attack strategy then adapt it as little as possible to generate adversarial samples under dynamic budget settings. In our method, based on mutual information, we rank and assess the attack benefits of each perturbation for an effective attack strategy. By projecting the strategy, our method dramatically minimizes the cost of learning a new attack strategy when the attack budget changes. In the comparative assessment with GradArgmax and RL-S2V, the results show our method owns high attack performance and effective transferability. The visualization of our method also reveals various attack patterns in the generation of adversarial samples.

Foundations

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

Your Notes