Region-Aware Wasserstein Distances of Persistence Diagrams and Merge Trees
Mathieu Pont, Christoph Garth
TL;DR
This work extends Wasserstein distances to region-aware persistence diagrams and merge trees by augmenting topological features with vertex-level regional geometry, enabling discriminative comparisons beyond birth/death values. A region-aware ground metric, region-aware projection, and a region-aware Wasserstein distance are defined, with a controllable operator to scale the influence of regions and preserve classical metrics as special cases. The authors prove metric and stability properties, and introduce efficiency strategies via subsampling and compression. Applied to time-varying ensembles, the method enables reliable feature tracking and dimensionality reduction, producing more informative visualizations and clustering indicators. A C++ implementation is provided, demonstrating practical utility across diverse SciVis datasets and establishing a foundation for further geometry-aware topological analysis.
Abstract
This paper presents a generalization of the Wasserstein distance for both persistence diagrams and merge trees [20], [66] that takes advantage of the regions of their topological features in the input domain. Specifically, we redefine the comparison of topological features as a distance between the values of their extrema-aligned regions. It results in a more discriminative metric than the classical Wasserstein distance and generalizes it through an input parameter adjusting the impact of the region properties in the distance. We present two strategies to control both computation time and memory storage of our method by respectively enabling the use of subsets of the regions in the computation, and by compressing the regions' properties to obtain low-memory representations. Extensive experiments on openly available ensemble data demonstrate the efficiency of our method, with running times on the orders of minutes on average. We show the utility of our contributions with two applications. First, we use the assignments between topological features provided by our method to track their evolution in time-varying ensembles and propose the temporal persistence curves to facilitate the understanding of how these features appear, disappear and change over time. Second, our method allows to compute a distance matrix of an ensemble that can be used for dimensionality reduction purposes and visually represent in 2D all its members, we show that such distance matrices also allow to detect key phases in the ensemble. Finally, we provide a C++ implementation that can be used to reproduce our results.
