Dimensionality Reduction Meets Network Science: Sensemaking on UMAP's kNN Graph

arXiv:2607.087467.0
Predicted impact top 48% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using UMAP for high-dimensional data exploration, this work reveals an overlooked resource (the kNN graph) that can enhance sensemaking without additional computational cost.

The paper demonstrates that UMAP's internal kNN graph can be used for data sensemaking tasks like exemplar selection, core-periphery analysis, and neighborhood detection, achieving results competitive with purpose-built methods on MNIST and Fashion MNIST.

While UMAP is widely used for exploring high-dimensional data, typical workflows focus on its lower-dimensional embedding, largely overlooking the rich k-nearest-neighbor (kNN) graph that UMAP constructs internally. This graph encodes the data manifold in its original high-dimensional space, before the distortion that UMAP's 2D projection introduces. We demonstrate the untapped potential of this internal representation, showing how standard graph algorithms applied to this graph enhance data sensemaking: (1) PageRank identifies representative data points, (2) k-core decomposition reveals dense core regions versus sparse periphery, and (3) clustering coefficient detects tight-knit neighborhoods with highly-similar data points. Through quantitative and qualitative evaluation on MNIST and Fashion MNIST, we show that these graph-based analyses are not only practical but also competitive with or complementary to purpose-built methods (e.g., k-medoids for exemplar selection, HDBSCAN for density-based clustering).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes