Laplacian Matrix for Dimensionality Reduction and Clustering

Many problems in machine learning can be expressed by means of a graph with nodes representing training samples and edges representing the relationship between samples in terms of similarity, temporal proximity, or label information. Graphs can in turn be represented by matrices. A special example is the Laplacian matrix, which allows us to assign each node a value that varies only little between strongly connected nodes and more between distant nodes. Such an assignment can be used to extract a useful feature representation, find a good embedding of data in a low dimensional space, or perform clustering on the original samples. In these lecture notes we first introduce the Laplacian matrix and then present a small number of algorithms designed around it.

Paper

References (22)

06Rayleigh quotient — Wikipedia, The Free Encyclopedia2017 · https://en.wikipedia.org/w/index.php?title=Rayleigh_ quotient&oldid=808561799, accessed 3 December 2017. 14
08Hint: Use the notation w i := σ iwi with appropriate scaling factors σ i (with 0 < σ i to make it unique)
09Solve the generalized eigenvalue problem Lw i = λ i Dw i for i = 1, 2, 3. The eigenvectors do not need to be normalized yet
10Find weights α i that are consistent with constraints (2,3) and that minimize the objective function
11L and ˆ L have only non-negative eigenvalues
12discuss the role of the normalization constraint (47) vs. (42) (Sec. 3.5)

Scroll for more · 10 remaining

Similar papers

© 2026 NYSGPT2525 LLC