LGCRSIFeb 16, 2023

Graph Adversarial Immunization for Certifiable Robustness

arXiv:2302.08051v210 citationsh-index: 45
AI Analysis

This addresses the problem of adversarial attacks on graph neural networks for researchers and practitioners in graph machine learning, offering a novel data-centric defense approach.

The paper tackles the vulnerability of graph neural networks to adversarial attacks by proposing graph adversarial immunization, which vaccinates parts of the graph structure to improve certifiable robustness, resulting in AdvImmune-Node improving the ratio of robust nodes by up to 294% after immunizing only 5% of nodes.

Despite achieving great success, graph neural networks (GNNs) are vulnerable to adversarial attacks. Existing defenses focus on developing adversarial training or model modification. In this paper, we propose and formulate graph adversarial immunization, i.e., vaccinating part of graph structure to improve certifiable robustness of graph against any admissible adversarial attack. We first propose edge-level immunization to vaccinate node pairs. Unfortunately, such edge-level immunization cannot defend against emerging node injection attacks, since it only immunizes existing node pairs. To this end, we further propose node-level immunization. To avoid computationally intensive combinatorial optimization associated with adversarial immunization, we develop AdvImmune-Edge and AdvImmune-Node algorithms to effectively obtain the immune node pairs or nodes. Extensive experiments demonstrate the superiority of AdvImmune methods. In particular, AdvImmune-Node remarkably improves the ratio of robust nodes by 79%, 294%, and 100%, after immunizing only 5% of nodes. Furthermore, AdvImmune methods show excellent defensive performance against various attacks, outperforming state-of-the-art defenses. To the best of our knowledge, this is the first attempt to improve certifiable robustness from graph data perspective without losing performance on clean graphs, providing new insights into graph adversarial learning.

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