Definition

Multidimensional Scaling (MDS) is a non-linear dimensional reduction method. It aims to represent high-dimensional data in a lower-dimensional space while preserving the pairwise distances

Algorithm

MDS

  1. Find a low-dimensional that minimizes the difference in the pairwise distance of points. where is a data point vector, is a distance function.

Local MDS

  1. Build a set of nearby pairs where is the set of the k-nearest neighbors of
  2. Find a low-dimensional that minimizes the difference in the local pairwise distance of points. where is a data point vector, is a distance function, is a matrix with very large value, and is a small value weight often .