STLGMLJan 25, 2021

Eigen-convergence of Gaussian kernelized graph Laplacian by manifold heat interpolation

arXiv:2101.09875v331 citations
Originality Incremental advance
AI Analysis

This provides theoretical guarantees for manifold learning algorithms, though it is incremental as it builds on existing convergence analysis with new rates and conditions.

This work tackles the problem of spectral convergence of graph Laplacians to the Laplace-Beltrami operator on manifolds, proving specific convergence rates for eigenvalues and eigenvectors with Gaussian kernel bandwidths, achieving rates like N^{-1/(d/2+2)} for eigenvalues and N^{-1/(d+4)} for eigenvectors under certain conditions.

This work studies the spectral convergence of graph Laplacian to the Laplace-Beltrami operator when the graph affinity matrix is constructed from $N$ random samples on a $d$-dimensional manifold embedded in a possibly high dimensional space. By analyzing Dirichlet form convergence and constructing candidate approximate eigenfunctions via convolution with manifold heat kernel, we prove that, with Gaussian kernel, one can set the kernel bandwidth parameter $ε\sim (\log N/ N)^{1/(d/2+2)}$ such that the eigenvalue convergence rate is $N^{-1/(d/2+2)}$ and the eigenvector convergence in 2-norm has rate $N^{-1/(d+4)}$; When $ε\sim (\log N/N)^{1/(d/2+3)}$, both eigenvalue and eigenvector rates are $N^{-1/(d/2+3)}$. These rates are up to a $\log N$ factor and proved for finitely many low-lying eigenvalues. The result holds for un-normalized and random-walk graph Laplacians when data are uniformly sampled on the manifold, as well as the density-corrected graph Laplacian (where the affinity matrix is normalized by the degree matrix from both sides) with non-uniformly sampled data. As an intermediate result, we prove new point-wise and Dirichlet form convergence rates for the density-corrected graph Laplacian. Numerical results are provided to verify the theory.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes