LGMLFeb 6, 2024

Partial Gromov-Wasserstein Metric

arXiv:2402.03664v54 citationsh-index: 31Has Code
Originality Incremental advance
AI Analysis

This provides a rigorous metric for machine learning tasks involving unbalanced data in metric spaces, such as shape analysis, though it is incremental relative to prior work on Gromov-Wasserstein distances.

The paper tackles the problem of comparing measures in different metric spaces by proposing Partial Gromov-Wasserstein (PGW) as a well-defined metric, overcoming limitations of existing methods, and validates it with applications like shape matching and retrieval, showing effectiveness against baselines.

The Gromov-Wasserstein (GW) distance has gained increasing interest in the machine learning community in recent years, as it allows for the comparison of measures in different metric spaces. To overcome the limitations imposed by the equal mass requirements of the classical GW problem, researchers have begun exploring its application in unbalanced settings. However, Unbalanced GW (UGW) can only be regarded as a discrepancy rather than a rigorous metric/distance between two metric measure spaces (mm-spaces). In this paper, we propose a particular case of the UGW problem, termed Partial Gromov-Wasserstein (PGW). We establish that PGW is a well-defined metric between mm-spaces and discuss its theoretical properties, including the existence of a minimizer for the PGW problem and the relationship between PGW and GW, among others. We then propose two variants of the Frank-Wolfe algorithm for solving the PGW problem and show that they are mathematically and computationally equivalent. Moreover, based on our PGW metric, we introduce the analogous concept of barycenters for mm-spaces. Finally, we validate the effectiveness of our PGW metric and related solvers in applications such as shape matching, shape retrieval, and shape interpolation, comparing them against existing baselines. Our code is available at https://github.com/mint-vu/PGW_Metric.

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