A Scalable Approach to Clustering Embedding Projections
By: Donghao Ren, Fred Hohman, Dominik Moritz
Potential Business Impact:
Finds patterns in data much faster.
Interactive visualization of embedding projections is a useful technique for understanding data and evaluating machine learning models. Labeling data within these visualizations is critical for interpretation, as labels provide an overview of the projection and guide user navigation. However, most methods for producing labels require clustering the points, which can be computationally expensive as the number of points grows. In this paper, we describe an efficient clustering approach using kernel density estimation in the projected 2D space instead of points. This algorithm can produce high-quality cluster regions from a 2D density map in a few hundred milliseconds, orders of magnitude faster than current approaches. We contribute the design of the algorithm, benchmarks, and applications that demonstrate the utility of the algorithm, including labeling and summarization.
Similar Papers
InfoClus: Informative Clustering of High-dimensional Data Embeddings
Machine Learning (CS)
Helps understand complex data by grouping and explaining.
Out-of-Sample Embedding with Proximity Data: Projection versus Restricted Reconstruction
Machine Learning (Stat)
Helps computers add new data to existing charts.
Embedding Atlas: Low-Friction, Interactive Embedding Visualization
Human-Computer Interaction
Makes big data pictures easy to explore.