Uncertainty-Matching Graph Neural Networks to Defend Against Poisoning Attacks
Uday Shankar Shanthamallu, Jayaraman J. Thiagarajan, Andreas, Spanias

TL;DR
This paper introduces UM-GNN, a novel graph neural network that enhances robustness against poisoning attacks by leveraging epistemic uncertainties, effectively deterring adversarial structural perturbations and outperforming existing methods.
Contribution
The paper proposes a new uncertainty-matching strategy in GNNs that improves robustness to poisoning attacks by decoupling the predictor from direct graph access.
Findings
UM-GNN significantly outperforms baseline models in robustness.
The approach is immune to evasion attacks by design.
Empirical results show improved performance on standard benchmarks.
Abstract
Graph Neural Networks (GNNs), a generalization of neural networks to graph-structured data, are often implemented using message passes between entities of a graph. While GNNs are effective for node classification, link prediction and graph classification, they are vulnerable to adversarial attacks, i.e., a small perturbation to the structure can lead to a non-trivial performance degradation. In this work, we propose Uncertainty Matching GNN (UM-GNN), that is aimed at improving the robustness of GNN models, particularly against poisoning attacks to the graph structure, by leveraging epistemic uncertainties from the message passing framework. More specifically, we propose to build a surrogate predictor that does not directly access the graph structure, but systematically extracts reliable knowledge from a standard GNN through a novel uncertainty-matching strategy. Interestingly, this…
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.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Adversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI)
MethodsGraph Convolutional Network
