Multidimensional Persistence: Topology with Multiple Parameters
Published:
Why Multiple Parameters?
Single-parameter persistence is limited because real data often has multiple relevant scales:
- Noisy point clouds: simultaneously filter by distance scale \(r\) and density threshold \(\rho\). Points in sparse regions (noise) should be down-weighted.
- Weighted networks: filter simultaneously by edge weight and node degree.
- Image data: filter by pixel intensity and local gradient.
The Rips density bifiltration defines \(K^{(r,\rho)} = \mathrm{Rips}(P_\rho, r)\) where \(P_\rho = \{p \in P : \rho(p) \geq \rho\}\) and \(\rho(p)\) is a local density estimate at \(p\). This is monotone in both parameters: increasing \(r\) adds simplices, decreasing \(\rho\) adds more points.
Persistence Modules over Posets
A 2-parameter persistence module assigns a vector space \(M_{(a,b)}\) to each point \((a,b) \in \mathbb{R}^2\) and a linear map \(M_{(a,b)} \to M_{(a',b')}\) whenever \((a,b) \leq (a', b')\) (componentwise). This is a functor from the poset \((\mathbb{R}^2, \leq)\) to vector spaces.
The bad news (Carlsson & Zomorodian 2009): For 2-parameter persistence modules over fields, there is generally no complete discrete invariant analogous to the barcode. The indecomposable representations of the 2-parameter grid poset are not classified by a finite set of intervals โ the representation theory is โwild.โ
Computable Invariants
Despite the negative result, several useful invariants exist:
Rank invariant: For \((a,b) \leq (a',b')\), define:
The rank invariant captures how many topological features persist from scale \((a,b)\) to scale \((a',b')\).
Fibered barcodes: For a line \(L\) in parameter space, the restriction of \(M\) to \(L\) is a 1-parameter persistence module with a well-defined barcode. The collection of barcodes over all lines is the fibered barcode.
RIVET: A software tool (Lesnick & Wright 2015) that computes and visualises fibered barcodes efficiently using a 2D arrangement structure.
References
- G. Carlsson & A. Zomorodian, โThe Theory of Multidimensional Persistence,โ Discrete & Computational Geometry, 2009.
- M. Lesnick & M. Wright, โInteractive Visualisation of 2-D Persistence Modules,โ arXiv:1512.00180.
- RIVET: rivet.readthedocs.io
