Eigenmaps
Eigenmaps are a class of dimensionality reduction methods that produce low-dimensional embeddings of high-dimensional data by using eigenvectors of a Laplacian-like operator derived from the data. The approach sits at the intersection of spectral graph theory and manifold learning, and its best-known instantiation, Laplacian Eigenmaps, was introduced by Belkin and Niyogi in 2003. The goal is to preserve local geometric structure of the data, reflecting the idea that data lie on or near a lower-dimensional manifold.
Construction typically begins with building a weighted, undirected graph from the data points. Vertices correspond to
Properties and applications: The embedding minimizes the objective sum_{i,j} W_ij ||y_i − y_j||^2 subject to suitable constraints,