SOTAVerified

Wasserstein Embedding for Graph Learning

2020-06-16ICLR 2021Code Available1· sign in to hype

Soheil Kolouri, Navid Naderializadeh, Gustavo K. Rohde, Heiko Hoffmann

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present Wasserstein Embedding for Graph Learning (WEGL), a novel and fast framework for embedding entire graphs in a vector space, in which various machine learning models are applicable for graph-level prediction tasks. We leverage new insights on defining similarity between graphs as a function of the similarity between their node embedding distributions. Specifically, we use the Wasserstein distance to measure the dissimilarity between node embeddings of different graphs. Unlike prior work, we avoid pairwise calculation of distances between graphs and reduce the computational complexity from quadratic to linear in the number of graphs. WEGL calculates Monge maps from a reference distribution to each node embedding and, based on these maps, creates a fixed-sized vector representation of the graph. We evaluate our new graph embedding approach on various benchmark graph-property prediction tasks, showing state-of-the-art classification performance while having superior computational efficiency. The code is available at https://github.com/navid-naderi/WEGL.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COLLABWEGLAccuracy79.8Unverified
D&DWEGLAccuracy78.6Unverified
ENZYMESWEGLAccuracy60.5Unverified
IMDb-BWEGLAccuracy75.4Unverified
IMDb-MWEGLAccuracy52Unverified
MUTAGWEGLAccuracy88.3Unverified
NCI1WEGLAccuracy76.8Unverified
PROTEINSWEGLAccuracy76.5Unverified
PTCWEGLAccuracy67.5Unverified
REDDIT-BWEGLAccuracy92Unverified
RE-M12KWEGLAccuracy47.8Unverified
RE-M5KWEGLAccuracy55.1Unverified

Reproductions