English

Approximate Nearest Neighbors in the Space of Persistence Diagrams

Computational Geometry 2021-03-24 v2

Abstract

Persistence diagrams are important tools in the field of topological data analysis that describe the presence and magnitude of features in a filtered topological space. However, current approaches for comparing a persistence diagram to a set of other persistence diagrams is linear in the number of diagrams or do not offer performance guarantees. In this paper, we apply concepts from locality-sensitive hashing to support approximate nearest neighbor search in the space of persistence diagrams. Given a set Γ\Gamma of nn (M,m)(M,m)-bounded persistence diagrams, each with at most mm points, we snap-round the points of each diagram to points on a cubical lattice and produce a key for each possible snap-rounding. Specifically, we fix a grid over each diagram at several resolutions and consider the snap-roundings of each diagram to the four nearest lattice points. Then, we propose a data structure with τ\tau levels Dτ\mathbb{D}_{\tau} that stores all snap-roundings of each persistence diagram in Γ\Gamma at each resolution. This data structure has size O(n5mτ)O(n5^m\tau) to account for varying lattice resolutions as well as snap-roundings and the deletion of points with low persistence. To search for a persistence diagram, we compute a key for a query diagram by snapping each point to a lattice and deleting points of low persistence. Furthermore, as the lattice parameter decreases, searching our data structure yields a six-approximation of the nearest diagram in Γ\Gamma in O((mlogn+m2)logτ)O((m\log{n}+m^2)\log\tau) time and a constant factor approximation of the kkth nearest diagram in O((mlogn+m2+k)logτ)O((m\log{n}+m^2+k)\log\tau) time.

Keywords

Cite

@article{arxiv.1812.11257,
  title  = {Approximate Nearest Neighbors in the Space of Persistence Diagrams},
  author = {Brittany Terese Fasy and Xiaozhou He and Zhihui Liu and Samuel Micka and David L. Millman and Binhai Zhu},
  journal= {arXiv preprint arXiv:1812.11257},
  year   = {2021}
}