TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Wasserstein Embedding for Graph Learning

Wasserstein Embedding for Graph Learning

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

2020-06-16ICLR 2021 1Graph ClassificationGraph LearningGraph Property PredictionGraph Embedding
PaperPDFCode(official)

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.

Results

TaskDatasetMetricValueModel
Graph ClassificationREDDIT-BAccuracy92WEGL
Graph ClassificationENZYMESAccuracy60.5WEGL
Graph Property Predictionogbg-molhivNumber of params361064WEGL
ClassificationREDDIT-BAccuracy92WEGL
ClassificationENZYMESAccuracy60.5WEGL

Related Papers

SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation2025-07-17SMART: Relation-Aware Learning of Geometric Representations for Knowledge Graphs2025-07-17A Graph-in-Graph Learning Framework for Drug-Target Interaction Prediction2025-07-15Graph World Model2025-07-14Federated Learning with Graph-Based Aggregation for Traffic Forecasting2025-07-13Graph Learning2025-07-08GDGB: A Benchmark for Generative Dynamic Text-Attributed Graph Learning2025-07-04S2FGL: Spatial Spectral Federated Graph Learning2025-07-03