HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Variational Graph Auto-Encoders

Thomas N. Kipf; Max Welling

Variational Graph Auto-Encoders

Abstract

We introduce the variational graph auto-encoder (VGAE), a framework for unsupervised learning on graph-structured data based on the variational auto-encoder (VAE). This model makes use of latent variables and is capable of learning interpretable latent representations for undirected graphs. We demonstrate this model using a graph convolutional network (GCN) encoder and a simple inner product decoder. Our model achieves competitive results on a link prediction task in citation networks. In contrast to most existing models for unsupervised learning on graph-structured data and link prediction, our model can naturally incorporate node features, which significantly improves predictive performance on a number of benchmark datasets.

Code Repositories

flawless1202/vgae_pyg
pytorch
Mentioned in GitHub
xiyou3368/DGVAE
tf
Mentioned in GitHub
Monti03/VGAE
tf
Mentioned in GitHub
Omairss/RepresentationLearning
tf
Mentioned in GitHub
DaehanKim/vgae_pytorch
pytorch
Mentioned in GitHub
leffff/vgae-pytorch
pytorch
Mentioned in GitHub
zfjsail/gae-pytorch
pytorch
Mentioned in GitHub
qkrdmsghk/GOODHSE
pytorch
Mentioned in GitHub
MysteryVaibhav/DW-GAE
pytorch
Mentioned in GitHub
JuliaSun623/VGAE_dgl
pytorch
Mentioned in GitHub
tkipf/gae
Official
tf
Mentioned in GitHub
lfhase/ciga
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
graph-clustering-on-citeseerGAE
ACC: 40.8
graph-clustering-on-coraGAE
ACC: 59.6
graph-clustering-on-pubmedVGAE
ACC: 65.48
link-prediction-on-citeseerVariational graph auto-encoders
ACC: 91.4
link-prediction-on-coraVariational graph auto-encoders
ACC: 92.0
link-prediction-on-pubmedVariational graph auto-encoders
ACC: 97.1

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Variational Graph Auto-Encoders | Papers | HyperAI