Persistent Multiscale Density-based Clustering
Daniël Bot, Leland McInnes, Jan Aerts
TL;DR
PLSCAN addresses the challenge of density-based clustering for exploratory data analysis by eliminating heavy hyperparameter tuning. It builds a leaf-cluster hierarchy from a single condensed HDBSCAN* tree while varying only the minimum cluster size, and uses a persistence-based selection to reveal stable clusters across scales. By framing the method in terms of zero-dimensional persistent homology on a novel distance, PLSCAN provides a principled, scalable way to identify multi-level density maxima with robust performance demonstrated against HDBSCAN* and k-Means on real-world datasets. The approach yields higher average ARI on several benchmarks, reduces sensitivity to the neighbor parameter, and offers competitive runtimes, making it a practical tool for multi-resolution pattern discovery in complex data.
Abstract
Clustering is a cornerstone of modern data analysis. Detecting clusters in exploratory data analyses (EDA) requires algorithms that make few assumptions about the data. Density-based clustering algorithms are particularly well-suited for EDA because they describe high-density regions, assuming only that a density exists. Applying density-based clustering algorithms in practice, however, requires selecting appropriate hyperparameters, which is difficult without prior knowledge of the data distribution. For example, DBSCAN requires selecting a density threshold, and HDBSCAN* relies on a minimum cluster size parameter. In this work, we propose Persistent Leaves Spatial Clustering for Applications with Noise (PLSCAN). This novel density-based clustering algorithm efficiently identifies all minimum cluster sizes for which HDBSCAN* produces stable (leaf) clusters. PLSCAN applies scale-space clustering principles and is equivalent to persistent homology on a novel metric space. We compare its performance to HDBSCAN* on several real-world datasets, demonstrating that it achieves a higher average ARI and is less sensitive to changes in the number of mutual reachability neighbours. Additionally, we compare PLSCAN's computational costs to k-Means, demonstrating competitive run-times on low-dimensional datasets. At higher dimensions, run times scale more similarly to HDBSCAN*.
