Sammon mapping

From HandWiki

Sammon mapping or Sammon projection is an algorithm that maps a high-dimensional space to a space of lower dimensionality (see multidimensional scaling) by trying to preserve the structure of inter-point distances in high-dimensional space in the lower-dimension projection.[1]

It is particularly suited for use in exploratory data analysis.

The method was proposed by John W. Sammon in 1969.[2]

It is considered a non-linear approach as the mapping cannot be represented as a linear combination of the original variables as possible in techniques such as principal component analysis, which also makes it more difficult to use for classification applications.[3]

Denote the distance between ith and jth objects in the original space by [math]\displaystyle{ \scriptstyle d^{*}_{ij} }[/math], and the distance between their projections by [math]\displaystyle{ \scriptstyle d^{}_{ij} }[/math].

Sammon's mapping aims to minimize the following error function, which is often referred to as Sammon's stress or Sammon's error:

[math]\displaystyle{ E = \frac{1}{\sum\limits_{i\lt j}d^{*}_{ij}}\sum_{i\lt j}\frac{(d^{*}_{ij}-d_{ij})^2}{d^{*}_{ij}}. }[/math]

The minimization can be performed either by gradient descent, as proposed initially, or by other means, usually involving iterative methods.

The number of iterations needs to be experimentally determined and convergent solutions are not always guaranteed.

Many implementations prefer to use the first Principal Components as a starting configuration.[4]

The Sammon mapping has been one of the most successful nonlinear metric multidimensional scaling methods since its advent in 1969, but effort has been focused on algorithm improvement rather than on the form of the stress function.

The performance of the Sammon mapping has been improved by extending its stress function using left Bregman divergence [5] and right Bregman divergence.[6]

See also

References

  1. Jeevanandam, Nivash (2021-09-13). "Underrated But Fascinating ML Concepts #5 – CST, PBWM, SARSA, & Sammon Mapping" (in en). https://analyticsindiamag.com/underrated-but-fascinating-ml-concepts-5-cst-pbwm-sarsa-sammon-mapping/. 
  2. Sammon JW (1969). "A nonlinear mapping for data structure analysis". IEEE Transactions on Computers 18 (5): 401,402 (missing in PDF),403–409. doi:10.1109/t-c.1969.222678. http://theoval.cmp.uea.ac.uk/~gcc/matlab/sammon/sammon.pdf. 
  3. Lerner, B; Hugo Guterman, Mayer Aladjem, Itshak Dinsteint, Yitzhak Romem (1998). "On pattern classification with Sammon's nonlinear mapping an experimental study". Pattern Recognition 31 (4): 371–381. doi:10.1016/S0031-3203(97)00064-2. Bibcode1998PatRe..31..371L. 
  4. Lerner, B; H. Guterman, M. Aladjem and I. Dinstein (2000). "On the Initialisation of Sammon's Nonlinear Mapping". Pattern Analysis and Applications 3 (2): 61–68. doi:10.1007/s100440050006. 
  5. J. Sun, M. Crowe, C. Fyfe (May 2011). "Extending metric multidimensional scaling with Bregman divergences". Pattern Recognition 44 (5): 1137–1154. doi:10.1016/j.patcog.2010.11.013. Bibcode2011PatRe..44.1137S. 
  6. J. Sun, C. Fyfe, M. Crowe (2011). "Extending Sammon mapping with Bregman divergences". Information Sciences 187: 72–92. doi:10.1016/j.ins.2011.10.013. 

External links