CoreSPECT: Enhancing Clustering Algorithms via an Interplay of Density and Geometry
Chandra Sekhar Mukherjee, Joonyoung Bae, Jiapeng Zhang
TL;DR
This work identifies a density-geometry correlation in real data and proposes CoreSPECT, a four-step framework that leverages density-layer cores and layer-wise CDNN-based propagation to boost clustering. By extracting dense cores, clustering them, constructing a core-directed nearest-neighbor graph, and expanding labels layer-by-layer, CoreSPECT substantially improves K-Means and HDBSCAN performance on 19 large datasets while remaining computationally efficient. Theoretical guarantees for a CoreSPECT-enabled K-Means variant are provided under the Layered Core-Periphery Density Model (LCPDM), and extensive experiments demonstrate meaningful gains in NMI and ARI across image and genomics domains, with notable speedups on large data. The method approaches or matches state-of-the-art manifold clustering in several cases without requiring priors such as the true number of clusters, highlighting its practical impact for scalable clustering in complex data geometriess.
Abstract
In this paper, we provide a novel perspective on the underlying structure of real-world data with ground-truth clusters via characterization of an abundantly observed yet often overlooked density-geometry correlation, that manifests itself as a multi-layered manifold structure. We leverage this correlation to design CoreSPECT (Core Space Projection based Enhancement of Clustering Techniques), a general framework that improves the performance of generic clustering algorithms. Our framework boosts the performance of clustering algorithms by applying them to strategically selected regions, then extending the partial partition to a complete partition for the dataset using a novel neighborhood graph based multi-layer propagation procedure. We provide initial theoretical support of the functionality of our framework under the assumption of our model, and then provide large-scale real-world experiments on 19 datasets that include standard image datasets as well as genomics datasets. We observe two notable improvements. First, CoreSPECT improves the NMI of K-Means by 20% on average, making it competitive to (and in some cases surpassing) the state-of-the-art manifold-based clustering algorithms, while being orders of magnitude faster. Secondly, our framework boosts the NMI of HDBSCAN by more than 100% on average, making it competitive to the state-of-the-art in several cases without requiring the true number of clusters and hyper-parameter tuning. The overall ARI improvements are higher.
