Computer Examples: Tenenbaum, de Silva, Langford "A Global Geometric Framework For Nonlinear Dimensionality Reduction"
Computer Examples: Tenenbaum, de Silva, Langford "A Global Geometric Framework For Nonlinear Dimensionality Reduction"
Explanations:
Geodesic distance on the manifold is
approximated by shortest-path distance in a
neighbor graph.
Sparsity in neighbor graphs result in
distance error for points far away on the
graph.
Testing the sensibility of the
manifold coordinates
Geodesic distance approximator can’t be perfect in the
face of sparse data
Testing the sensibility of the
manifold coordinates
The test expected this face:
Testing the sensibility of the
manifold coordinates
…to be a bit more left-facing than this face:
Traversing the manifold
• Collapsing the manifold to one dimension
isn’t the way to use it.
• Try tracing one dimension while keeping
the other dimensions from jumping around
too much.
Traversing the manifold
• Algorithm used:
• Sort images by “left-right” coord as before
• Draw a smooth line through the manifold
• Only add images that are within a certain
manifold distance D from this line.
Traversing the manifold
Traversing the manifold
Traversing the manifold
Traversing the manifold
D = 20
(Half the range of the “up-down” dimension)
Traversing the manifold
(D = 30)
Traversing the manifold
Input images:
Output images:
Weakness under translation
• Uniform translation, 1-column overlap
Input images:
Output images:
Weakness under translation
• Uniform translation, 1-column overlap
Weakness under translation
• Uniform translation, with a skip
Weakness under translation
• Isomap with k = 1 (like before)
(Original)
(Reconstruction)
Weakness under translation
• Isomap with k = 2
(Original)
(Reconstruction)
Overestimating k
• Isomap with k = 2
End