English

The Mathematics Behind Spectral Clustering And The Equivalence To PCA

Machine Learning 2021-03-02 v1 Machine Learning

Abstract

Spectral clustering is a popular algorithm that clusters points using the eigenvalues and eigenvectors of Laplacian matrices derived from the data. For years, spectral clustering has been working mysteriously. This paper explains spectral clustering by dividing it into two categories based on whether the graph Laplacian is fully connected or not. For a fully connected graph, this paper demonstrates the dimension reduction part by offering an objective function: the covariance between the original data points' similarities and the mapped data points' similarities. For a multi-connected graph, this paper proves that with a proper kk, the first kk eigenvectors are the indicators of the connected components. This paper also proves there is an equivalence between spectral embedding and PCA.

Keywords

Cite

@article{arxiv.2103.00733,
  title  = {The Mathematics Behind Spectral Clustering And The Equivalence To PCA},
  author = {T Shen},
  journal= {arXiv preprint arXiv:2103.00733},
  year   = {2021}
}

Comments

6 pages