paper-with-me

Papers

Wasserstein Distances, Geodesics and Barycenters of Merge Trees

2021-07-16 · Mathieu Pont, Jules Vidal, Julie Delon, Julien Tierny

This paper presents a unified computational framework for the estimation of distances, geodesics and barycenters of merge trees. We extend recent work on the edit distance [106] and introduce a new metric, called the Wasserstein distance between merge trees, which is purposely designed to enable efficient computations of geodesics and barycenters. Specifically, our new distance is strictly equivalent to the L2-Wasserstein distance between extremum persistence diagrams, but it is restricted to a smaller solution space, namely, the space of rooted partial isomorphisms between branch decomposition trees. This enables a simple extension of existing optimization frameworks [112] for geodesics and barycenters from persistence diagrams to merge trees. We introduce a task-based algorithm which can be generically applied to distance, geodesic, barycenter or cluster computation. The task-based nature of our approach enables further accelerations with shared-memory parallelism. Extensive experiments on public ensembles and SciVis contest benchmarks demonstrate the efficiency of our approach -- with barycenter computations in the orders of minutes for the largest examples -- as well as its qualitative ability to generate representative barycenter merge trees, visually summarizing the features of interest found in the ensemble. We show the utility of our contributions with dedicated visualization applications: feature tracking, temporal reduction and ensemble clustering. We provide a lightweight C++ implementation that can be used to reproduce our results.

📄 PDF Abstract BibTeX arXiv:2107.07789

Code (1)

MatPont/WassersteinMergeTrees 공식 구현

Similar Papers 제목 키워드 기반

Stability of Entropic Wasserstein Barycenters and application to random geometric graphs

2022-10-19 · Marc Theveneau, Nicolas Keriven

As interest in graph data has grown in recent years, the computation of various geometric tools has become essential. In some area such as mesh processing, they often rely on the computation of geodesics and shortest pat…

Learning to Generate Wasserstein Barycenters

2021-02-24 · Julien Lacombe, Julie Digne, Nicolas Courty, Nicolas Bonneel

Optimal transport is a notoriously difficult problem to solve numerically, with current approaches often remaining intractable for very large scale applications such as those encountered in machine learning. Wasserstein …

GPU

Fast Computation of Wasserstein Barycenters

2013-10-16 · Marco Cuturi, Arnaud Doucet

We present new algorithms to compute the mean of a set of empirical probability measures under the optimal transport metric. This mean, known as the Wasserstein barycenter, is the measure that minimizes the sum of its Wa…

ClusteringConstrained Clustering

Hyperbolic Sliced-Wasserstein via Geodesic and Horospherical Projections

2022-11-18 · Clément Bonet, Laetitia Chapel, Lucas Drumetz, Nicolas Courty

It has been shown beneficial for many types of data which present an underlying hierarchical structure to be embedded in hyperbolic spaces. Consequently, many tools of machine learning were extended to such spaces, but o…

image-classificationImage Classification

A Smoothed Dual Approach for Variational Wasserstein Problems

2015-03-09 · Marco Cuturi, Gabriel Peyré

Variational problems that involve Wasserstein distances have been recently proposed to summarize and learn from probability measures. Despite being conceptually simple, such problems are computationally challenging becau…