LLEc
LLEc is a family of extensions to the Local Linear Embedding (LLE) framework that adds extra constraints or curvature-aware terms to improve embeddings in cases of uneven sampling, noise, or nonlinear manifold structure. Like LLE, LLEc aims to preserve local geometry by representing each data point as a weighted combination of its neighbors and then finding a low-dimensional embedding that respects those weights, but with modifications designed to enhance robustness and fidelity on challenging data.
Variants of LLEc differ in the form of the additional terms. In some versions, reconstruction weights are
Algorithmic outline. For each point, determine a neighborhood using k-nearest neighbors. Solve a constrained least-squares problem
Applications and limitations. LLEc is used for dimensionality reduction, visualization, and pattern recognition on data with
See also: Local Linear Embedding, Isomap, Laplacian Eigenmaps.