1 / 23

Manifold learning: Locally Linear Embedding

Manifold learning: Locally Linear Embedding. Jieping Ye Department of Computer Science and Engineering Arizona State University http://www.public.asu.edu/~jye02. Review: MDS. Metric scaling (classical MDS) assuming D is the squared distance matrix. Non-metric scaling

Download Presentation

Manifold learning: Locally Linear Embedding

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Manifold learning: Locally Linear Embedding Jieping Ye Department of Computer Science and Engineering Arizona State University http://www.public.asu.edu/~jye02

  2. Review: MDS • Metric scaling (classical MDS) • assuming D is the squared distance matrix. • Non-metric scaling • deal with more general dissimilarity measures Solutions: (1) Add a large constant to its diagonal. (2) Find its nearest positive semi-definite matrix by setting all negative eigenvalues to zero.

  3. Constructing neighbourhood graph G For each pair of points in G, Computing shortest path distances ---- geodesic distances. Use Classical MDS with geodesic distances. Euclidean distance Geodesic distance Review: Isomap

  4. Review: Isomap • Isomap is still a global approach • All pairwise distances considered • The resulting distance matrix is dense • Isomap does not scale to large datasets • Landmark Isomap proposed to overcome this problem • LLE • local approach • The resulting matrix is sparse • Apply efficient sparse matrix solvers

  5. Outline of lecture • Local Linear Embedding (LLE) • Intuition • Least squares problem • Eigenvalue problem • Summary

  6. LLE • Nonlinear Dimensionality Reduction by Locally Linear Embedding • Roweis and Saul • Science • http://www.sciencemag.org/cgi/content/full/290/5500/2323

  7. Rn M z x: coordinate for z R2 x2 x x1 Characterictics of a Manifold Locally it is a linear patch Key: how to combine all local patches together?

  8. LLE: Intuition • Assumption: manifold is approximately “linear” when viewed locally, that is, in a small neighborhood • Approximation error, e(W), can be made small • Local neighborhood is effected by the constraint Wij=0 if zi is not a neighbor of zj • A good projection should preserve this local geometric property as much as possible

  9. LLE: Intuition We expect each data point and its neighbors to lie on or close to a locally linear patch of the manifold. Each point can be written as a linear combination of its neighbors. The weights chosen to minimize the reconstruction Error.

  10. LLE: Intuition • The weights that minimize the reconstruction errors are invariant to rotation, rescaling and translation of the data points. • Invariance to translation is enforced by adding the constraint that the weights sum to one. • The weights characterize the intrinsic geometric properties of each neighborhood. • The same weights that reconstruct the data points in D dimensions should reconstruct it in the manifold in d dimensions. • Local geometry is preserved

  11. LLE: Intuition Low-dimensional embedding the i-th row of W Use the same weights from the original space

  12. Local Linear Embedding (LLE) • Assumption: manifold is approximately “linear” when viewed locally, that is, in a small neighborhood • Approximation error, e(W), can be made small • Meaning of W: a linear representation of every data point by its neighbors • This is an intrinsic geometrical property of the manifold • A good projection should preserve this geometric property as much as possible

  13. Constrained Least Square problem Compute the optimal weight for each point individually: Neightbors of x Zero for all non-neighbors of x

  14. Finding a Map to a Lower Dimensional Space • Yi in Rk: projected vector for Xi • The geometrical property is best preserved if the error below is small • Y is given by the eigenvectors of the lowest d non-zero eigenvalues of the matrix Use the same weights computed above

  15. Eigenvalue problem

  16. A simpler approach The following is a more direct and simpler derivation for Y:

  17. Eigenvalue problem Add the following constraint: The optimal d-dimensional embedding is given by the bottom 2nd to (d+1)-th eigenvectors of the following matrix: (Note that 0 is its smallest eigenvalue.)

  18. The LLE algorithm

  19. Examples Images of faces mapped into the embedding space described by the first two coordinates of LLE. Representative faces are shown next to circled points. The bottom images correspond to points along the top-right path (linked by solid line) illustrating one particular mode of variability in pose and expression.

  20. Some Limitations of LLE • require dense data points on the manifold for good estimation • A good neighborhood seems essential to their success • How to choose k? • Too few neighbors • Result in rank deficient tangent space and lead to over-fitting • Too many neighbors • Tangent space will not match local geometry well

  21. Experiment on LLE

  22. Applications • Application of Locally Linear Embedding to the Spaces of Social Interactions and Signed Distance Functions • Hyperspectral Image Processing Using Locally Linear Embedding • Feature Dimension Reduction For Microarray Data Analysis Using Locally Linear Embedding • Locally linear embedding algorithm. Extensions and applications • http://herkules.oulu.fi/isbn9514280415/isbn9514280415.pdf

  23. Next class • Topics • Laplacian Eigenmaps • Readings • Laplacian Eigenmaps for Dimensionality Reduction and Data Representation - Belkin and Niyog • http://math.uchicago.edu/%7Emisha/paper1.ps

More Related