SOTAVerified

Variational Graph Normalized Auto-Encoders

2021-08-18Code Available1· sign in to hype

Seong Jin Ahn, Myoung Ho Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Link prediction is one of the key problems for graph-structured data. With the advancement of graph neural networks, graph autoencoders (GAEs) and variational graph autoencoders (VGAEs) have been proposed to learn graph embeddings in an unsupervised way. It has been shown that these methods are effective for link prediction tasks. However, they do not work well in link predictions when a node whose degree is zero (i.g., isolated node) is involved. We have found that GAEs/VGAEs make embeddings of isolated nodes close to zero regardless of their content features. In this paper, we propose a novel Variational Graph Normalized AutoEncoder (VGNAE) that utilize L2-normalization to derive better embeddings for isolated nodes. We show that our VGNAEs outperform the existing state-of-the-art models for link prediction tasks. The code is available at https://github.com/SeongJinAhn/VGNAE.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CiteseerVGNAEAUC97Unverified
CiteseerGNAEAUC96.5Unverified
CoraGNAEAUC95.6Unverified
CoraVGNAEAUC95.4Unverified
PubmedVGNAEAUC97.6Unverified
PubmedGNAEAUC97.5Unverified

Reproductions