Simplicial Hausdorff Distance for Topological Data Analysis
Nkechi Nnadi, Daniel Isaksen
TL;DR
The paper addresses the problem of comparing simplicial complexes by a distance that integrates geometric proximity and topological structure. It introduces the simplicial Hausdorff distance $\delta((X,f),(Y,g))$, defined via directed distances with $\vec{d}\left((X,f),(Y,g)\right)= \max_k \max_{\sigma \in X,\dim \sigma=k} \min_{\tau \in Y,\dim \tau=k} \max_{v\in\sigma} \min_{w\in\tau} d(f(v),g(w))$ and uses $d(\cdot,\cdot)$ as Euclidean; it extends to filtrations via $\hat{\delta}$. The work proves that these distances are extended metrics, analyzes polynomial-time complexity bounds $O(p^{2D+2})$ (with $p=\max\{n,m\}$ and $D=\max\{|X|,|Y|\}$) and tighter $O(p^6)$ when dimensions are bounded by $2$, and studies the impact of non-injective measurement functions (leading to pseudometrics) and Vietoris–Rips collapses. It also discusses practical considerations, including an R implementation compatible with the TDA package and directions for stability analysis and integration with topological learning workflows. Together, these results provide a geometry–topology aware tool for comparing simplicial complexes in TDA pipelines and facilitating robust downstream analyses.
Abstract
Many practical applications in topological data analysis arise from data in the form of point clouds, which then yield simplicial complexes. The combinatorial structure of simplicial complexes captures the topological relationships between the elements of the complex. In addition to the combinatorial structure, simplicial complexes possess a geometric realization that provides a concrete way to visualize the complex and understand its geometric properties. This work presents an amended Hausdorff distance as an extended metric that integrates geometric proximity with the topological features of simplicial complexes. We also present a version of the simplicial Hausdorff metric for filtered complexes and show results on its computational complexity. In addition, we discuss concerns about the monotonicity of the measurement functions involved in the setup of the simplicial complexes.
