LGITMar 23, 2022

Node Representation Learning in Graph via Node-to-Neighbourhood Mutual Information Maximization

IBM
arXiv:2203.12265v125 citationsh-index: 31Has Code
Originality Highly original
AI Analysis

This work addresses efficient and effective node representation learning for graph-based tasks, offering a novel self-supervised approach with significant speed improvements.

The paper tackles the problem of learning informative node representations in graphs by maximizing mutual information between nodes and their neighborhoods, achieving promising performance on node classification datasets and orders-of-magnitude faster training with MLP encoders.

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 neighbourhood aggregation. Our methods achieve promising performance on various node classification datasets. It is also worth mentioning by applying our loss function to MLP based node encoders, our methods can be orders of faster than existing solutions. Our codes and supplementary materials are available at https://github.com/dongwei156/n2n.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes