Learning Node Representations against Perturbations
Xu Chen, Yuangang Pan, Ivor Tsang, Ya Zhang

TL;DR
This paper introduces SIGNNAP, a novel GNN framework that enhances node representation stability and identifiability against input perturbations, improving robustness in node classification tasks.
Contribution
It proposes a contrastive learning approach to enforce stability and identifiability in node representations, compatible with various GNN backbones, and demonstrates effectiveness across multiple benchmarks.
Findings
Improves robustness of node representations against perturbations.
Enhances accuracy in node classification tasks.
Compatible with multiple GNN architectures.
Abstract
Recent graph neural networks (GNN) has achieved remarkable performance in node representation learning. One key factor of GNN's success is the \emph{smoothness} property on node representations. Despite this, most GNN models are fragile to the perturbations on graph inputs and could learn unreliable node representations. In this paper, we study how to learn node representations against perturbations in GNN. Specifically, we consider that a node representation should remain stable under slight perturbations on the input, and node representations from different structures should be identifiable, which two are termed as the \emph{stability} and \emph{identifiability} on node representations, respectively. To this end, we propose a novel model called Stability-Identifiability GNN Against Perturbations (SIGNNAP) that learns reliable node representations in an unsupervised manner. SIGNNAP…
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 · Topic Modeling · Recommender Systems and Techniques
MethodsContrastive Learning · GraphSAGE · Graph Convolutional Network
