Sammon Mapping Algorithm

From GM-RKB
(Redirected from Sammon Mapping)
Jump to navigation Jump to search

A Sammon Mapping Algorithm is an vector space compression algorithm that ...



References

2015

  • (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Sammon_mapping Retrieved:2015-10-23.
    • 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. It is particularly suited for use in exploratory data analysis. The method was proposed by John W. Sammon in 1969. 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. 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 need to be experimentally determined and convergent solutions are not always guaranteed. Many implementations prefer to use the first Principal Components as a starting configuration. 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 and right Bregman divergence.