LGMar 15, 2023

NESS: Node Embeddings from Static SubGraphs

arXiv:2303.08958v26 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses link prediction in graph learning, offering improvements for a wide range of graph encoders, but it is incremental as it builds on existing autoencoding methods.

The paper tackles the problem of learning node embeddings for link prediction by partitioning the training graph into static, sparse subgraphs and aggregating representations, achieving state-of-the-art results on multiple real-world datasets with varying homophily ratios.

We present a framework for learning Node Embeddings from Static Subgraphs (NESS) using a graph autoencoder (GAE) in a transductive setting. NESS is based on two key ideas: i) Partitioning the training graph to multiple static, sparse subgraphs with non-overlapping edges using random edge split during data pre-processing, ii) Aggregating the node representations learned from each subgraph to obtain a joint representation of the graph at test time. Moreover, we propose an optional contrastive learning approach in transductive setting. We demonstrate that NESS gives a better node representation for link prediction tasks compared to current autoencoding methods that use either the whole graph or stochastic subgraphs. Our experiments also show that NESS improves the performance of a wide range of graph encoders and achieves state-of-the-art results for link prediction on multiple real-world datasets with edge homophily ratio ranging from strong heterophily to strong homophily.

Code Implementations1 repo
Foundations

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

Your Notes