A Deep Latent Space Model for Graph Representation Learning
Hanxuan Yang, Qingchao Kong, Wenji Mao

TL;DR
This paper introduces a Deep Latent Space Model for directed graph representation learning that combines deep learning with traditional Bayesian models, improving interpretability and scalability for tasks like link prediction and community detection.
Contribution
It proposes a novel hierarchical variational auto-encoder framework for directed graphs, incorporating degree heterogeneity and enabling scalable, interpretable embeddings.
Findings
Achieves state-of-the-art results on link prediction
Outperforms existing models in community detection
Provides interpretable node embeddings
Abstract
Graph representation learning is a fundamental problem for modeling relational data and benefits a number of downstream applications. Traditional Bayesian-based graph models and recent deep learning based GNN either suffer from impracticability or lack interpretability, thus combined models for undirected graphs have been proposed to overcome the weaknesses. As a large portion of real-world graphs are directed graphs (of which undirected graphs are special cases), in this paper, we propose a Deep Latent Space Model (DLSM) for directed graphs to incorporate the traditional latent variable based generative model into deep learning frameworks. Our proposed model consists of a graph convolutional network (GCN) encoder and a stochastic decoder, which are layer-wise connected by a hierarchical variational auto-encoder architecture. By specifically modeling the degree heterogeneity using node…
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 · Topic Modeling
MethodsStochastic Gradient Variational Bayes
