Graph Adversarial Immunization for Certifiable Robustness
Shuchang Tao, Huawei Shen, Qi Cao, Yunfan Wu, Liang Hou, Xueqi Cheng

TL;DR
This paper introduces graph adversarial immunization techniques that vaccinate parts of the graph structure to significantly enhance the certifiable robustness of graph neural networks against adversarial attacks, without sacrificing performance on clean data.
Contribution
It proposes novel edge-level and node-level immunization methods along with algorithms to efficiently identify immune nodes, improving robustness without performance loss.
Findings
AdvImmune-Node increases robust node ratio by up to 294%.
Immunizing only 5% of nodes yields substantial robustness gains.
Outperforms existing defenses against various adversarial attacks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks
