TL;DR
This paper introduces a GPU-accelerated, linear-complexity t-SNE optimization method using WebGL and TensorFlow.js, enabling interactive visualization of large datasets directly in web browsers.
Contribution
A novel GPU-based t-SNE optimization approach that achieves linear complexity and can run efficiently in web browsers, surpassing previous scalable methods.
Findings
Achieves linear computational complexity for t-SNE.
Enables interactive visualization of large datasets in browsers.
Outperforms existing scalable t-SNE algorithms.
Abstract
The t-distributed Stochastic Neighbor Embedding (tSNE) algorithm has become in recent years one of the most used and insightful techniques for the exploratory data analysis of high-dimensional data. tSNE reveals clusters of high-dimensional data points at different scales while it requires only minimal tuning of its parameters. Despite these advantages, the computational complexity of the algorithm limits its application to relatively small datasets. To address this problem, several evolutions of tSNE have been developed in recent years, mainly focusing on the scalability of the similarity computations between data points. However, these contributions are insufficient to achieve interactive rates when visualizing the evolution of the tSNE embedding for large datasets. In this work, we present a novel approach to the minimization of the tSNE objective function that heavily relies on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
