Fast Computation of Generalized Eigenvectors for Manifold Graph Embedding
Fei Chen, Gene Cheung, Xue Zhang

TL;DR
This paper introduces a fast method for computing low-dimensional embeddings of graph nodes by solving a generalized eigenvalue problem tailored for manifold graphs, enabling efficient clustering.
Contribution
It proposes a novel eigenvector computation approach for manifold graph embedding that is significantly faster and yields superior clustering results compared to existing methods.
Findings
Embedding computation is achieved in linear time using LOBPCG.
The method outperforms existing algorithms in clustering accuracy.
It is among the fastest algorithms for manifold graph embedding.
Abstract
Our goal is to efficiently compute low-dimensional latent coordinates for nodes in an input graph -- known as graph embedding -- for subsequent data processing such as clustering. Focusing on finite graphs that are interpreted as uniform samples on continuous manifolds (called manifold graphs), we leverage existing fast extreme eigenvector computation algorithms for speedy execution. We first pose a generalized eigenvalue problem for sparse matrix pair , where is a sum of graph Laplacian and disconnected two-hop difference matrix . Eigenvector \v minimizing Rayleigh quotient \frac{\v^{\top} \A \v}{\v^{\top} \v} thus minimizes -hop neighbor distances while maximizing distances between disconnected -hop neighbors, preserving graph structure. Matrix that defines eigenvector orthogonality is then…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Face and Expression Recognition
