Variational Graph Auto-Encoders
About
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.
Thomas N. Kipf, Max Welling• 2016
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Node Classification | Cora | Accuracy71.5 | 885 | |
| Node Classification | Citeseer | Accuracy69.1 | 804 | |
| Graph Classification | PROTEINS | Accuracy70.51 | 742 | |
| Node Classification | Pubmed | Accuracy72.1 | 742 | |
| Node Classification | Citeseer (test) | Accuracy0.658 | 729 | |
| Node Classification | Cora (test) | Mean Accuracy76.8 | 687 | |
| Node Classification | PubMed (test) | Accuracy78.4 | 500 | |
| Graph Classification | NCI1 | Accuracy74.36 | 460 | |
| Node Classification | Cornell | Accuracy43.5 | 426 | |
| Node Classification | Texas | Accuracy0.67 | 410 |
Showing 10 of 290 rows
...