Jump to content

Sammon mapping

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sunjigang1965 (talk | contribs) at 16:41, 20 November 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Sammon projection or Sammon mapping 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.[1] It is considered a non-linear approach as the projection 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.[2]

Denote the distance between ith and jth objects in the original space by , and the distance between their projections by . Sammon's projection aims to minimize the following error function, which is often referred to as Sammon's stress:

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.[3]

References

  1. ^ Sammon JW (1969). "A nonlinear mapping for data structure analysis" (PDF). IEEE Transactions on Computers. 18: 401–409.
  2. ^ 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.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  3. ^ Lerner, B; H. Guterman, M. Aladjem and I. Dinstein. "On the Initialisation of Sammon's Nonlinear Mapping". Pattern Analysis & Applications. 3 (2): 61–68. doi:10.1007/s100440050006.{{cite journal}}: CS1 maint: multiple names: authors list (link)