Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Wasserstein Embedding for Graph Learning

About

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.

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

Related benchmarks

TaskDatasetResultRank
Graph ClassificationMUTAG (10-fold cross-validation)
Accuracy91
206
Graph ClassificationPROTEINS (10-fold cross-validation)
Accuracy73.7
197
Graph ClassificationPTC-MR--
153
Graph ClassificationIMDB-B (10-fold cross-validation)
Accuracy66.4
148
Graph ClassificationPTC (10-fold cross-validation)
Accuracy66
115
Graph ClassificationCOLLAB (test)
Accuracy79.8
96
Graph ClassificationIMDB-M (10-fold cross-validation)
Accuracy50.3
84
Graph ClassificationNCI1 (10-fold cross-validation)
Accuracy75.5
82
Graph ClassificationENZYMES (10-fold cross-validation)
Accuracy60
64
Graph ClassificationIMDB-MULTI (test)
Accuracy52
40
Showing 10 of 12 rows

Other info

Code

Follow for update