Point-Level Topological Representation Learning on Point Clouds
Vincent P. Grande, Michael T. Schaub
TL;DR
TOPF introduces Topological Point Features, a framework that converts global topological information from a point cloud into per-point descriptors by projecting persistent-homology generators into the harmonic space of the Hodge Laplacian and aggregating locally. The method couples alpha- and Vietoris–Rips filtrations with harmonic projections, normalizations, and density-aware simplicial weighting to produce a |X|×|F| feature matrix suitable for downstream learning. The authors provide theoretical guarantees (e.g., a TOPF sphere-type theorem) and validate TOPF across synthetic and real data, including a new topological clustering benchmark (TCBS) where TOPF-based spectral clustering often outperforms baselines and matches higher-cost topology-aware methods. They also demonstrate robustness to noise, downsampling, and sampling heterogeneity, and show applicability to high-dimensional and latent spaces (e.g., VAE embeddings). The work advances topology-aware feature extraction for point clouds and enables scalable, interpretable integration with standard ML pipelines.
Abstract
Topological Data Analysis (TDA) allows us to extract powerful topological and higher-order information on the global shape of a data set or point cloud. Tools like Persistent Homology or the Euler Transform give a single complex description of the global structure of the point cloud. However, common machine learning applications like classification require point-level information and features to be available. In this paper, we bridge this gap and propose a novel method to extract node-level topological features from complex point clouds using discrete variants of concepts from algebraic topology and differential geometry. We verify the effectiveness of these topological point features (TOPF) on both synthetic and real-world data and study their robustness under noise and heterogeneous sampling.
