Delaunay-Rips filtration: a study and an algorithm
By: Mattéo Clémot, Julie Digne, Julien Tierny
Potential Business Impact:
Finds shapes in scattered data faster.
The Delaunay-Rips filtration is a lighter and faster alternative to the well-known Rips filtration for low-dimensional Euclidean point clouds. Despite these advantages, it has seldom been studied. In this paper, we aim to bridge this gap by providing a thorough theoretical and empirical analysis of this construction. From a theoretical perspective, we show how the persistence diagrams associated with the Delaunay-Rips filtration approximate those obtained with the Rips filtration. Additionally, we describe the instabilities of the Delaunay-Rips persistence diagrams when the input point cloud is perturbed. Finally, we introduce an algorithm that computes persistence diagrams of Delaunay-Rips filtrations in any dimension. We show that our method is faster and has a lower memory footprint than traditional approaches in low dimensions. Our C++ implementation, which comes with Python bindings, is available at https://github.com/MClemot/GeoPH.
Similar Papers
Monoidal Rips: Stable Multiparameter Filtrations of Directed Networks
Algebraic Topology
Finds patterns in complex networks better.
Ellipsoidal Filtration for Topological Denoising of Recurrent Signals
Computational Geometry
Cleans up messy signals by following their flow.
The Flood Complex: Large-Scale Persistent Homology on Millions of Points
Machine Learning (CS)
Finds shapes in messy 3D data faster.