Merge Tree Geodesics and Barycenters with Path Mappings
Florian Wetzels, Mathieu Pont, Julien Tierny, Christoph Garth
TL;DR
The paper addresses the challenge of comparing scalar fields using topological descriptors by merging path-mapping distance with Wasserstein geodesics/barycenters on merge trees. It introduces deformation-based geodesics and barycenters built from path mappings, including strategies to handle non-pure edge mappings with imaginary nodes and to ensure structural validity. Empirical results across ensemble summarization, clustering, and time-series reduction show that path-mapping barycenters often yield higher-quality representatives and more accurate clustering than Wasserstein-based counterparts, albeit with higher computational costs. The work provides an open-source C++ implementation within the Topology ToolKit (TTK), enabling practical application and integration into existing visualization pipelines.
Abstract
Comparative visualization of scalar fields is often facilitated using similarity measures such as edit distances. In this paper, we describe a novel approach for similarity analysis of scalar fields that combines two recently introduced techniques: Wasserstein geodesics/barycenters as well as path mappings, a branch decomposition-independent edit distance. Effectively, we are able to leverage the reduced susceptibility of path mappings to small perturbations in the data when compared with the original Wasserstein distance. Our approach therefore exhibits superior performance and quality in typical tasks such as ensemble summarization, ensemble clustering, and temporal reduction of time series, while retaining practically feasible runtimes. Beyond studying theoretical properties of our approach and discussing implementation aspects, we describe a number of case studies that provide empirical insights into its utility for comparative visualization, and demonstrate the advantages of our method in both synthetic and real-world scenarios. We supply a C++ implementation that can be used to reproduce our results.
