LGApr 5, 2021

Quantized Gromov-Wasserstein

arXiv:2104.02013v230 citations
AI Analysis

This addresses scalability limitations in optimal transport methods for researchers and practitioners working with large-scale graph and point cloud data.

The paper tackles the computational scalability of Gromov-Wasserstein (GW) distances for comparing distributions on different metric spaces by introducing Quantized Gromov-Wasserstein (qGW), which yields algorithmic speedups and memory reductions, enabling applications to datasets with over 1 million points.

The Gromov-Wasserstein (GW) framework adapts ideas from optimal transport to allow for the comparison of probability distributions defined on different metric spaces. Scalable computation of GW distances and associated matchings on graphs and point clouds have recently been made possible by state-of-the-art algorithms such as S-GWL and MREC. Each of these algorithmic breakthroughs relies on decomposing the underlying spaces into parts and performing matchings on these parts, adding recursion as needed. While very successful in practice, theoretical guarantees on such methods are limited. Inspired by recent advances in the theory of quantization for metric measure spaces, we define Quantized Gromov Wasserstein (qGW): a metric that treats parts as fundamental objects and fits into a hierarchy of theoretical upper bounds for the GW problem. This formulation motivates a new algorithm for approximating optimal GW matchings which yields algorithmic speedups and reductions in memory complexity. Consequently, we are able to go beyond outperforming state-of-the-art and apply GW matching at scales that are an order of magnitude larger than in the existing literature, including datasets containing over 1M points.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes