Deep Gaussian Embedding of Graphs: Unsupervised Inductive Learning via Ranking
Aleksandar Bojchevski, Stephan G\"unnemann

TL;DR
Graph2Gauss introduces a novel unsupervised inductive graph embedding method that models nodes as Gaussian distributions, capturing uncertainty and generalizing to unseen nodes, with strong performance on link prediction and node classification.
Contribution
It is the first to embed nodes as Gaussian distributions for uncertainty modeling and supports inductive learning on various graph types without additional training.
Findings
Outperforms state-of-the-art methods on multiple tasks
Effectively models uncertainty to analyze neighborhood diversity
Generalizes to unseen nodes without retraining
Abstract
Methods that learn representations of nodes in a graph play a critical role in network analysis since they enable many downstream learning tasks. We propose Graph2Gauss - an approach that can efficiently learn versatile node embeddings on large scale (attributed) graphs that show strong performance on tasks such as link prediction and node classification. Unlike most approaches that represent nodes as point vectors in a low-dimensional continuous space, we embed each node as a Gaussian distribution, allowing us to capture uncertainty about the representation. Furthermore, we propose an unsupervised method that handles inductive learning scenarios and is applicable to different types of graphs: plain/attributed, directed/undirected. By leveraging both the network structure and the associated node attributes, we are able to generalize to unseen nodes without additional training. To learn…
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 · Complex Network Analysis Techniques · Bayesian Modeling and Causal Inference
