GARNET: Reduced-Rank Topology Learning for Robust and Scalable Graph Neural Networks
Chenhui Deng, Xiuyu Li, Zhuo Feng, Zhiru Zhang

TL;DR
GARNET is a scalable spectral method that enhances GNN robustness against adversarial attacks by constructing and refining a base graph, leading to improved accuracy and efficiency on large datasets.
Contribution
GARNET introduces a novel spectral approach combining weighted spectral embedding and probabilistic pruning to improve GNN robustness and scalability.
Findings
Achieves up to 13.27% accuracy improvement against adversarial attacks.
Provides up to 14.7x speedup over existing defense models.
Effective on large graphs with millions of nodes.
Abstract
Graph neural networks (GNNs) have been increasingly deployed in various applications that involve learning on non-Euclidean data. However, recent studies show that GNNs are vulnerable to graph adversarial attacks. Although there are several defense methods to improve GNN robustness by eliminating adversarial components, they may also impair the underlying clean graph structure that contributes to GNN training. In addition, few of those defense models can scale to large graphs due to their high computational complexity and memory usage. In this paper, we propose GARNET, a scalable spectral method to boost the adversarial robustness of GNN models. GARNET first leverages weighted spectral embedding to construct a base graph, which is not only resistant to adversarial attacks but also contains critical (clean) graph structure for GNN training. Next, GARNET further refines the base graph by…
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 · Machine Learning in Materials Science
MethodsPruning · Balanced Selection
