Enhancing the Resilience of Graph Neural Networks to Topological Perturbations in Sparse Graphs
Shuqi He, Jun Zhuang, Ding Wang, Luyao Peng, Jun Song

TL;DR
This paper introduces TraTopo, a novel framework that enhances GNN robustness against topological perturbations in sparse graphs by combining topology-driven label propagation, Bayesian methods, and link analysis, leading to improved node classification accuracy.
Contribution
TraTopo is a new label inference framework that outperforms existing methods in sparse graphs by integrating random walk sampling and shortest-path strategies for better robustness and accuracy.
Findings
TraTopo significantly outperforms previous GNN models in accuracy.
It effectively handles sparse graphs with topological perturbations.
Empirical results demonstrate improved robustness and efficiency.
Abstract
Graph neural networks (GNNs) have been extensively employed in node classification. Nevertheless, recent studies indicate that GNNs are vulnerable to topological perturbations, such as adversarial attacks and edge disruptions. Considerable efforts have been devoted to mitigating these challenges. For example, pioneering Bayesian methodologies, including GraphSS and LlnDT, incorporate Bayesian label transitions and topology-based label sampling to strengthen the robustness of GNNs. However, GraphSS is hindered by slow convergence, while LlnDT faces challenges in sparse graphs. To overcome these limitations, we propose a novel label inference framework, TraTopo, which combines topology-driven label propagation, Bayesian label transitions, and link analysis via random walks. TraTopo significantly surpasses its predecessors on sparse graphs by utilizing random walk sampling, specifically…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Advanced Memory and Neural Computing · Advanced Graph Neural Networks
MethodsGraph Convolutional Network
