An Improved FPT Algorithm for Computing the Interleaving Distance between Merge Trees via Path-Preserving Maps
Althaf P V, Amit Chattopadhyay, Osamu Saeki

TL;DR
This paper presents an improved fixed-parameter tractable algorithm for exactly computing the interleaving distance between merge trees, reducing complexity by leveraging leaf-path decompositions and new parameters.
Contribution
The paper introduces a novel FPT algorithm that uses leaf-node path parameters to significantly reduce the complexity of computing the interleaving distance between merge trees.
Findings
Reduced algorithm complexity to $O(n^2 \, \log n + \eta_g^{\eta_f}(\eta_f + \eta_g) \, n \log n)$
Proved correctness of the new algorithm
Achieved more efficient computation of the interleaving distance
Abstract
A merge tree is a fundamental topological structure used to capture the sub-level set (and similarly, super-level set) topology in scalar data analysis. The interleaving distance is a theoretically sound, stable metric for comparing merge trees. However, computing this distance exactly is NP-hard. First fixed-parameter tractable (FPT) algorithm for it's exact computation introduces the concept of an -good map between two merge trees, where is a candidate value for the interleaving distance. The complexity of their algorithm is where is the degree-bound parameter and is the total number of nodes in both the merge trees. Their algorithm exhibits exponential complexity in , which increases with the increasing value of . In the current paper, we propose an improved FPT algorithm for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopological and Geometric Data Analysis · Digital Image Processing Techniques · Data Management and Algorithms
