Optimal Transport Graph Neural Networks
Benson Chen, Gary B\'ecigneul, Octavian-Eugen Ganea, Regina, Barzilay, Tommi Jaakkola

TL;DR
OT-GNN introduces a novel graph embedding method using optimal transport and prototypes, capturing structural information more effectively than traditional aggregation, with theoretical guarantees and improved empirical performance.
Contribution
The paper proposes OT-GNN, combining optimal transport with parametric prototypes for graph embeddings, providing universal approximation guarantees and addressing optimization issues.
Findings
Outperforms existing methods on molecular property prediction tasks.
Produces smoother and more informative graph representations.
Addresses collapse issues with a noise contrastive regularizer.
Abstract
Current graph neural network (GNN) architectures naively average or sum node embeddings into an aggregated graph representation -- potentially losing structural or semantic information. We here introduce OT-GNN, a model that computes graph embeddings using parametric prototypes that highlight key facets of different graph aspects. Towards this goal, we successfully combine optimal transport (OT) with parametric graph models. Graph representations are obtained from Wasserstein distances between the set of GNN node embeddings and ``prototype'' point clouds as free parameters. We theoretically prove that, unlike traditional sum aggregation, our function class on point clouds satisfies a fundamental universal approximation theorem. Empirically, we address an inherent collapse optimization issue by proposing a noise contrastive regularizer to steer the model towards truly exploiting the OT…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Topic Modeling
MethodsGraph Neural Network
