English

Stochastic Neighbor Embedding with Gaussian and Student-t Distributions: Tutorial and Survey

Machine Learning 2022-08-04 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Stochastic Neighbor Embedding (SNE) is a manifold learning and dimensionality reduction method with a probabilistic approach. In SNE, every point is consider to be the neighbor of all other points with some probability and this probability is tried to be preserved in the embedding space. SNE considers Gaussian distribution for the probability in both the input and embedding spaces. However, t-SNE uses the Student-t and Gaussian distributions in these spaces, respectively. In this tutorial and survey paper, we explain SNE, symmetric SNE, t-SNE (or Cauchy-SNE), and t-SNE with general degrees of freedom. We also cover the out-of-sample extension and acceleration for these methods.

Keywords

Cite

@article{arxiv.2009.10301,
  title  = {Stochastic Neighbor Embedding with Gaussian and Student-t Distributions: Tutorial and Survey},
  author = {Benyamin Ghojogh and Ali Ghodsi and Fakhri Karray and Mark Crowley},
  journal= {arXiv preprint arXiv:2009.10301},
  year   = {2022}
}

Comments

To appear as a part of an upcoming academic book on dimensionality reduction and manifold learning. v2: applied readers' feedback

R2 v1 2026-06-23T18:42:28.963Z