graph-based-nldr-cannot-embed-out-of-sample
IN premise — summaries/2026/08/24/wiki-Nonlinear_dimensionality_reduction-chunk-1.md
Created 2026-08-24T17:11:20+00:00
Most graph-based NLDR methods (LLE, Hessian LLE, Isomap, MVU, Laplacian Eigenmaps, LTSA) cannot natively embed out-of-sample points and require additional regularization (e.g., RKHS) to do so, whereas KPCA and Autoencoders have an internal model that permits new-point mapping.
Summary
Graph-based dimensionality reduction methods build their low-dimensional map by stitching together relationships among the specific points they were given, so they have no built-in way to place a brand-new data point without bolting on extra machinery like kernel regularization. That means if a system needs to keep embedding new data as it arrives, these methods carry a hidden engineering cost, while model-based approaches like KPCA and Autoencoders can simply pass a new point through their learned mapping and get an answer.