isomap-geodesic-mds-procedure
IN premise — summaries/2026/08/24/wiki-Nonlinear_dimensionality_reduction-chunk-1.md
Created 2026-08-24T17:11:20+00:00
Isomap computes low-dimensional embeddings by: (1) building a k-NN graph, (2) computing geodesic distances via Floyd–Warshall shortest-path algorithm, and (3) applying classical Multidimensional Scaling to the full pairwise distance matrix.
Summary
Isomap is a concrete three-step recipe for simplifying high-dimensional data: it finds local neighbors, measures distances by tracing paths along the data's surface rather than straight lines, and then projects the result into fewer dimensions while preserving those surface distances. This matters because it captures the true curved geometry of the data instead of just flattening it, giving the system a principled way to reduce complexity without losing the relationships that actually exist between points.