Skip to content

gionuno/local_tangent_space_alignment

Repository files navigation

local_tangent_space_alignment

LTSA, in MATLAB. Like LLE, LTSA is for nonlinear dimension reduction. But, LTSA is a method that constructs a principal manifold.

A principle manifold, a nonlinear mapping from one euclidean space to another. It's very interesting.

For example, given a spiral with gaussian noise we may want to find a 1d curve that describes it.

image

These are the coordinates that were found using LTSA, compared with the [0,1] interval.

image

So, using the same image as for the LLE example, we find this embedding with LTSA:

image

And finally, using 13 categories from the COIL-100 dataset, I apply this algorithm with k=100 and receive the following alignment:

image

About

LTSA, in MATLAB. Zhang and Zha's paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages