The paper introduces t-SNE, a technique that visualizes high-dimensional data by giving each point a location in a two- or three-dimensional map. t-SNE is a variation of Stochastic Neighbor Embedding (Hinton-Roweis 2002) that is much easier to optimize and produces better visualizations by reducing the tendency to crowd points at the centre of the map. It is especially good at revealing structure at many scales in a single map — important when data lie on several related low-dimensional manifolds — and on a wide range of data sets it outperforms non-parametric methods such as Sammon mapping, Isomap, and Locally Linear Embedding.
"We present a new technique called 't-SNE' that visualizes high-dimensional data by giving each datapoint a location in a two or three-dimensional map … [it] produces significantly better visualizations by reducing the tendency to crowd points together in the center of the map."
A rare methods paper whose single well-chosen modelling decision — swap the map's Gaussian for a Student- — solved the crowding problem that had limited neighbour-embedding methods, and in doing so gave the field its default high-dimensional-visualization tool. The probabilistic framing (match two similarity distributions under a KL objective) is clean and reusable. The caveats the paper is honest about are exactly the ones practitioners forget: t-SNE preserves local neighbourhoods, not global distances or cluster sizes, so map geometry beyond "who is near whom" should not be read as signal. For this wiki it is an outlier in topic (ML visualization rather than time series), but the KL/heavy-tail machinery rhymes with the Student- and divergence themes elsewhere in the collection.