2018

SpectralNet: Spectral Clustering using Deep Neural Networks

Shaham, Uri, Stanton, Kelly, Li, Henry et al.

Understand

Spectral clustering is a leading and popular technique in unsupervised data analysis.

  • Two of its major limitations are scalability and generalization of the spectral embedding (i.e., out-of-sample-extension).
  • In this paper we introduce a deep learning approach to spectral clustering that overcomes the above shortcomings.
  • Our network, which we call SpectralNet, learns a map that embeds input data points into the eigenspace of their associated graph Laplacian matrix and subsequently clusters them.

Reading the bibliography…