Share your thoughts, 1 month free Claude Pro on usSee more
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 ClassificationPROTEINS
Accuracy73.7
994
Graph ClassificationMUTAG
Accuracy91
862
Graph ClassificationCOLLAB
Accuracy79.6
422
Graph ClassificationIMDB-M
Accuracy50.3
275
Graph ClassificationMUTAG (10-fold cross-validation)
Accuracy91
219
Graph ClassificationPROTEINS (10-fold cross-validation)
Accuracy73.7
214
Graph ClassificationPTC-MR
Accuracy66.2
197
Graph ClassificationIMDB-B (10-fold cross-validation)
Accuracy66.4
148
Graph ClassificationDHFR
Accuracy82.2
140
Graph ClassificationPTC (10-fold cross-validation)
Accuracy66
115
Showing 10 of 21 rows

Other info

Code

Follow for update