OCMLSep 9, 2020

The Unbalanced Gromov Wasserstein Distance: Conic Formulation and Relaxation

arXiv:2009.04266v392 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in comparing metric measure spaces for machine learning tasks like domain adaptation, though it is an incremental extension of existing methods.

The authors tackled the limitation of the Gromov-Wasserstein distance, which only works with probability distributions, by introducing two Unbalanced Gromov-Wasserstein formulations that allow comparison of metric spaces with arbitrary positive measures, showing efficient optimization and applications in domain adaptation.

Comparing metric measure spaces (i.e. a metric space endowed with aprobability distribution) is at the heart of many machine learning problems. The most popular distance between such metric measure spaces is theGromov-Wasserstein (GW) distance, which is the solution of a quadratic assignment problem. The GW distance is however limited to the comparison of metric measure spaces endowed with a probability distribution. To alleviate this issue, we introduce two Unbalanced Gromov-Wasserstein formulations: a distance and a more tractable upper-bounding relaxation.They both allow the comparison of metric spaces equipped with arbitrary positive measures up to isometries. The first formulation is a positive and definite divergence based on a relaxation of the mass conservation constraint using a novel type of quadratically-homogeneous divergence. This divergence works hand in hand with the entropic regularization approach which is popular to solve large scale optimal transport problems. We show that the underlying non-convex optimization problem can be efficiently tackled using a highly parallelizable and GPU-friendly iterative scheme. The second formulation is a distance between mm-spaces up to isometries based on a conic lifting. Lastly, we provide numerical experiments onsynthetic examples and domain adaptation data with a Positive-Unlabeled learning task to highlight the salient features of the unbalanced divergence and its potential applications in ML.

Code Implementations2 repos
Foundations

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

Your Notes