Computing Betti tables and minimal presentations of zero-dimensional persistent homology
Yuan Luo, Dmitriy Morozov, Luis Scoccola
TL;DR
This work addresses scalable computation of Betti tables and minimal presentations for zero-dimensional persistent homology in multiparameter (notably two-parameter) settings. By introducing minimal filtered graphs and dynamic dendrograms, the authors achieve $O(|G|)$ time for $eta_0$, $O(|G|^2)$ for minimal presentations, and $O(|G|\, ext{log}|G|)$ for full Betti tables in the $ ext{R}^2$-case, while uncovering field-independence for the first two Betti tables and field-dependent higher Betti tables. They establish a connection between algebraic invariants and connectivity properties, and provide robust algorithms for handling multi-critical filtrations with a tractable preprocessing step. An implementation in C++ with Python bindings demonstrates practical speedups and memory efficiency over existing tools on both synthetic and real datasets, enabling scalable analysis of large topological datasets. The work contributes both theoretical insights into the structure of zero-dimensional multiparameter persistence and practical methods for efficient computation and visualization of Betti descriptors.
Abstract
The Betti tables of a multigraded module encode the grades at which there is an algebraic change in the module. Multigraded modules show up in many areas of pure and applied mathematics, and in particular in topological data analysis, where they are known as persistence modules, and where their Betti tables describe the places at which the homology of filtered simplicial complexes changes. Although Betti tables of singly and bigraded modules are already being used in applications of topological data analysis, their computation in the bigraded case (which relies on an algorithm that is cubic in the size of the filtered simplicial complex) is a bottleneck when working with large datasets. We show that, in the special case of zero-dimensional homology (relevant for clustering and graph classification) Betti tables of bigraded modules can be computed in log-linear time. We also consider the problem of computing minimal presentations, and show that minimal presentations of zero-dimensional persistent homology can be computed in quadratic time, regardless of the grading poset.
