Node Representation Learning in Graph via Node-to-Neighbourhood Mutual Information Maximization
Wei Dong, Junsheng Wu, Yi Luo, Zongyuan Ge, Peng Wang

TL;DR
This paper introduces a self-supervised node representation learning method that maximizes mutual information between nodes and their neighborhoods, improving efficiency and performance in graph-based tasks.
Contribution
The work proposes a mutual information maximization framework with a topology-aware positive sampling strategy, enabling faster and more effective node embedding learning.
Findings
Achieves promising results on node classification datasets.
Orders of magnitude faster than existing methods when using MLP encoders.
Theoretically justified by its link to graph smoothing.
Abstract
The key towards learning informative node representations in graphs lies in how to gain contextual information from the neighbourhood. In this work, we present a simple-yet-effective self-supervised node representation learning strategy via directly maximizing the mutual information between the hidden representations of nodes and their neighbourhood, which can be theoretically justified by its link to graph smoothing. Following InfoNCE, our framework is optimized via a surrogate contrastive loss, where the positive selection underpins the quality and efficiency of representation learning. To this end, we propose a topology-aware positive sampling strategy, which samples positives from the neighbourhood by considering the structural dependencies between nodes and thus enables positive selection upfront. In the extreme case when only one positive is sampled, we fully avoid expensive…
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 · Domain Adaptation and Few-Shot Learning · Recommender Systems and Techniques
MethodsInfoNCE
