T-distributed stochastic neighbor embedding explained
t-distributed stochastic neighbor embedding (t-SNE) is a statistical method for visualizing high-dimensional data by giving each datapoint a location in a two or three-dimensional map. It is based on Stochastic Neighbor Embedding originally developed by Geoffrey Hinton and Sam Roweis,[1] where Laurens van der Maaten proposed the t-distributed variant.[2] It is a nonlinear dimensionality reduction technique for embedding high-dimensional data for visualization in a low-dimensional space of two or three dimensions. Specifically, it models each high-dimensional object by a two- or three-dimensional point in such a way that similar objects are modeled by nearby points and dissimilar objects are modeled by distant points with high probability.
The t-SNE algorithm comprises two main stages. First, t-SNE constructs a probability distribution over pairs of high-dimensional objects in such a way that similar objects are assigned a higher probability while dissimilar points are assigned a lower probability. Second, t-SNE defines a similar probability distribution over the points in the low-dimensional map, and it minimizes the Kullback–Leibler divergence (KL divergence) between the two distributions with respect to the locations of the points in the map. While the original algorithm uses the Euclidean distance between objects as the base of its similarity metric, this can be changed as appropriate. A Riemannian variant is UMAP.
t-SNE has been used for visualization in a wide range of applications, including genomics, computer security research,[3] natural language processing, music analysis,[4] cancer research,[5] bioinformatics,[6] geological domain interpretation,[7] [8] [9] and biomedical signal processing.[10]
For a data set with n elements, t-SNE runs in time and requires space.[11]
Details
Given a set of
high-dimensional objects
, t-SNE first computes probabilities
that are proportional to the similarity of objects
and
, as follows.
For
, define
pj\mid=
| |
\sum | | \exp(-\lVertxi-/ | | k ≠ i | |
|
and set
. Note the above denominator ensures
for all
.
As van der Maaten and Hinton explained: "The similarity of datapoint
to datapoint
is the conditional probability,
, that
would pick
as its neighbor if neighbors were picked in proportion to their probability density under a Gaussian centered at
."
[2] Now define
This is motivated because
and
from the N samples are estimated as 1/N, so the conditional probability can be written as
and
. Since
, you can obtain previous formula.
Also note that
and
.
The bandwidth of the Gaussian kernels
is set in such a way that the
entropy of the conditional distribution equals a predefined entropy using the
bisection method. As a result, the bandwidth is adapted to the
density of the data: smaller values of
are used in denser parts of the data space.
Since the Gaussian kernel uses the Euclidean distance
, it is affected by the
curse of dimensionality, and in high dimensional data when distances lose the ability to discriminate, the
become too similar (asymptotically, they would converge to a constant). It has been proposed to adjust the distances with a power transform, based on the
intrinsic dimension of each point, to alleviate this.
[12] t-SNE aims to learn a
-dimensional map
(with
and
typically chosen as 2 or 3) that reflects the similarities
as well as possible. To this end, it measures similarities
between two points in the map
and
, using a very similar approach. Specifically, for
, define
as
and set
. Herein a heavy-tailed
Student t-distribution (with one-degree of freedom, which is the same as a
Cauchy distribution) is used to measure similarities between low-dimensional points in order to allow dissimilar objects to be modeled far apart in the map.
The locations of the points
in the map are determined by minimizing the (non-symmetric)
Kullback–Leibler divergence of the distribution
from the distribution
, that is:
KL\left(P\parallelQ\right)=\sumipijlog
The minimization of the Kullback–Leibler divergence with respect to the points
is performed using
gradient descent. The result of this optimization is a map that reflects the similarities between the high-dimensional inputs.
Output
While t-SNE plots often seem to display clusters, the visual clusters can be strongly influenced by the chosen parameterization and so a good understanding of the parameters for t-SNE is needed. Such "clusters" can be shown to even appear in structured data with no clear clustering,[13] and so may be false findings. Similarly, the size of clusters produced by t-SNE is not informative, and neither is the distance between clusters.[14] Thus, interactive exploration may be needed to choose parameters and validate results.[15] [16] It has been shown that t-SNE can often recover well-separated clusters, and with special parameter choices, approximates a simple form of spectral clustering.[17]
Software
- The R package Rtsne implements t-SNE in R.
- ELKI contains tSNE, also with Barnes-Hut approximation
- scikit-learn, a popular machine learning library in Python implements t-SNE with both exact solutions and the Barnes-Hut approximation.
- Tensorboard, the visualization kit associated with TensorFlow, also implements t-SNE (online version)
- The Julia package TSne implements t-SNE
External links
Notes and References
- Hinton. Geoffrey. Roweis. Sam. Neural Information Processing Systems. Stochastic neighbor embedding. January 2002 .
- van der Maaten. L.J.P.. Hinton, G.E. . Visualizing Data Using t-SNE. Journal of Machine Learning Research . 9. Nov 2008. 2579–2605.
- Gashi. I.. Stankovic, V. . Leita, C. . Thonnard, O. . An Experimental Study of Diversity with Off-the-shelf AntiVirus Engines. Proceedings of the IEEE International Symposium on Network Computing and Applications. 2009. 4–11.
- Hamel. P.. Eck, D. . Learning Features from Music Audio with Deep Belief Networks. Proceedings of the International Society for Music Information Retrieval Conference. 2010. 339–344.
- Jamieson. A.R.. Giger, M.L. . Drukker, K. . Lui, H. . Yuan, Y. . Bhooshan, N. . Exploring Nonlinear Feature Space Dimension Reduction and Data Representation in Breast CADx with Laplacian Eigenmaps and t-SNE. Medical Physics . 1. 2010. 339–351. 10.1118/1.3267037. 20175497. 37. 2807447.
- Wallach. I.. Liliean, R. . The Protein-Small-Molecule Database, A Non-Redundant Structural Resource for the Analysis of Protein-Ligand Binding. Bioinformatics . 2009. 615–620. 10.1093/bioinformatics/btp035. 25. 5. 19153135. free.
- 2019-04-01. A comparison of t-SNE, SOM and SPADE for identifying material type domains in geological data. Computers & Geosciences. en. 125. 78–89. 10.1016/j.cageo.2019.01.011. 0098-3004. Balamurali. Mehala. Silversides. Katherine L.. Melkumyan. Arman. 2019CG....125...78B . 67926902.
- Balamurali. Mehala. Melkumyan. Arman. 2016. Hirose. Akira. Ozawa. Seiichi. Doya. Kenji. Ikeda. Kazushi. Lee. Minho. Liu. Derong. t-SNE Based Visualisation and Clustering of Geological Domain. Neural Information Processing. Lecture Notes in Computer Science. 9950. en. Cham. Springer International Publishing. 565–572. 10.1007/978-3-319-46681-1_67. 978-3-319-46681-1.
- Leung. Raymond. Balamurali. Mehala. Melkumyan. Arman. 2021-01-01. Sample Truncation Strategies for Outlier Removal in Geochemical Data: The MCD Robust Distance Approach Versus t-SNE Ensemble Clustering. Mathematical Geosciences. en. 53. 1. 105–130. 10.1007/s11004-019-09839-z. 2021MaGeo..53..105L . 208329378. 1874-8953.
- Book: Birjandtalab. J.. Pouyan. M. B.. Nourani. M.. 2016 IEEE-EMBS International Conference on Biomedical and Health Informatics (BHI) . Nonlinear dimension reduction for EEG-based epileptic seizure detection . 2016-02-01. 595–598. 10.1109/BHI.2016.7455968. 978-1-5090-2455-1. 8074617.
- Web site: Approximated and User Steerable tSNE for Progressive Visual Analytics. Pezzotti. Nicola. 31 August 2023.
- Schubert. Erich. Gertz. Michael. 2017-10-04. Intrinsic t-Stochastic Neighbor Embedding for Visualization and Outlier Detection. SISAP 2017 – 10th International Conference on Similarity Search and Applications. 188–203. 10.1007/978-3-319-68474-1_13.
- Web site: K-means clustering on the output of t-SNE . 2018-04-16 . Cross Validated.
- Wattenberg . Martin . Viégas . Fernanda . Johnson . Ian . 2016-10-13 . How to Use t-SNE Effectively . Distill . en . 1 . 10 . e2 . 10.23915/distill.00002 . 2476-0757. free .
- Pezzotti . Nicola . Lelieveldt . Boudewijn P. F. . Maaten . Laurens van der . Hollt . Thomas . Eisemann . Elmar . Vilanova . Anna . 2017-07-01 . Approximated and User Steerable tSNE for Progressive Visual Analytics . IEEE Transactions on Visualization and Computer Graphics . en-US . 23 . 7 . 1739–1752 . 1512.01655 . 10.1109/tvcg.2016.2570755 . 1077-2626 . 28113434 . 353336.
- Wattenberg . Martin . Viégas . Fernanda . Johnson . Ian . 2016-10-13 . How to Use t-SNE Effectively . Distill . en . 1 . 10 . 10.23915/distill.00002 . 4 December 2017 . free.
- 1706.02582 . cs.LG . George C. . Linderman . Stefan . Steinerberger . Clustering with t-SNE, provably . 2017-06-08.