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
1252
Graph ClassificationMUTAG
Accuracy91
1103
Graph ClassificationCOLLAB
Accuracy79.6
469
Graph ClassificationIMDB-M
Accuracy50.3
425
Graph ClassificationPTC-MR
Accuracy66.2
244
Graph ClassificationMUTAG (10-fold cross-validation)
Accuracy91
227
Graph ClassificationPROTEINS (10-fold cross-validation)
Accuracy73.7
223
Graph ClassificationBZR
Accuracy84.4
165
Graph ClassificationCOX2
Accuracy81.8
161
Graph ClassificationIMDB-B
Mean Accuracy66.4
159
Showing 10 of 21 rows

Other info

Code

Follow for update