Overview
- Field: Data Science
- Authors: Duen Horng Chau, Donghao Ren, Fred Hohman
- Published: 2025-07-12
- arXiv: 2507.08728
Abstract
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.
The authors 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 the sparse periphery. 3. Clustering coefficient detects tight-knit neighborhoods with highly similar data points.
Through quantitative and qualitative evaluation on MNIST and Fashion MNIST, they show that these graph-based analyses are competitive with or complementary to purpose-built methods.
Key Takeaway
The kNN graph that UMAP already builds during dimensionality reduction can be reused as a first-class data structure for graph-based analysis—no additional computation pipelines required—enabling richer interpretation of high-dimensional datasets than the 2D embedding alone.
--- *Auto-collected on 2025-07-13*