paper-with-me

Papers

Approximating persistent homology for a cloud of $n$ points in a subquadratic time

2013-12-05 · Vitaliy Kurlin

The Vietoris-Rips filtration for an $n$-point metric space is a sequence of large simplicial complexes adding a topological structure to the otherwise disconnected space. The persistent homology is a key tool in topological data analysis and studies topological features of data that persist over many scales. The fastest algorithm for computing persistent homology of a filtration has time $O(M(u)+u^2\log^2 u)$, where $u$ is the number of updates (additions or deletions of simplices), $M(u)=O(u^{2.376})$ is the time for multiplication of $u\times u$ matrices. For a space of $n$ points given by their pairwise distances, we approximate the Vietoris-Rips filtration by a zigzag filtration consisting of $u=o(n)$ updates, which is sublinear in $n$. The constant depends on a given error of approximation and on the doubling dimension of the metric space. Then the persistent homology of this sublinear-size filtration can be computed in time $o(n^2)$, which is subquadratic in $n$.

📄 PDF Abstract BibTeX arXiv:1312.1494

Code (0)

등록된 구현이 없습니다.

Tasks

Topological Data Analysis

Similar Papers 제목 키워드 기반

Quantum Persistent Homology for Time Series

2022-11-08 · Bernardo Ameneyro, George Siopsis, Vasileios Maroulas

Persistent homology, a powerful mathematical tool for data analysis, summarizes the shape of data through tracking topological features across changes in different scales. Classical algorithms for persistent homology are…

Time SeriesTime Series Analysis

Approximating Persistent Homology for Large Datasets

2022-04-19 · Yueqi Cao, Anthea Monod

Persistent homology is an important methodology from topological data analysis which adapts theory from algebraic topology to data settings and has been successfully implemented in many applications. It produces a statis…

Topological Data Analysisvalid

Non-isotropic Persistent Homology: Leveraging the Metric Dependency of PH

2023-10-25 · Vincent P. Grande, Michael T. Schaub

Persistent Homology is a widely used topological data analysis tool that creates a concise description of the topological properties of a point cloud based on a specified filtration. Most filtrations used for persistent …

Topological Data Analysis

Stability and Machine Learning Applications of Persistent Homology Using the Delaunay-Rips Complex

2023-03-02 · Amish Mishra, Francis C. Motta

In this paper we define, implement, and investigate a simplicial complex construction for computing persistent homology of Euclidean point cloud data, which we call the Delaunay-Rips complex (DR). Assigning the Vietoris-…

Adaptive Topological Feature via Persistent Homology: Filtration Learning for Point Clouds

2023-07-18 · NeurIPS 2023 11 · Naoki Nishikawa, Yuichi Ike, Kenji Yamanishi

Machine learning for point clouds has been attracting much attention, with many applications in various fields, such as shape recognition and material science. For enhancing the accuracy of such machine learning methods,…