The reviewed record of science sign in
Pith

arxiv: 1801.01587 · v6 · pith:X3IJTWZP · submitted 2018-01-04 · stat.ML · cs.LG

SpectralNet: Spectral Clustering using Deep Neural Networks

Reviewed by Pithpith:X3IJTWZPopen to challenge →

classification stat.ML cs.LG
keywords spectralnetclusteringspectraldatanetworkaffinitiesdeepembedding
0
0 comments X
read the original abstract

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. We train SpectralNet using a procedure that involves constrained stochastic optimization. Stochastic optimization allows it to scale to large datasets, while the constraints, which are implemented using a special-purpose output layer, allow us to keep the network output orthogonal. Moreover, the map learned by SpectralNet naturally generalizes the spectral embedding to unseen data points. To further improve the quality of the clustering, we replace the standard pairwise Gaussian affinities with affinities leaned from unlabeled data using a Siamese network. Additional improvement can be achieved by applying the network to code representations produced, e.g., by standard autoencoders. Our end-to-end learning procedure is fully unsupervised. In addition, we apply VC dimension theory to derive a lower bound on the size of SpectralNet. State-of-the-art clustering results are reported on the Reuters dataset. Our implementation is publicly available at https://github.com/kstant0725/SpectralNet .

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ARMA-C3: A Contrastive ARMA Convolutional Framework for Unsupervised and Semi-supervised Classification

    cs.CV 2026-05 unverdicted novelty 4.0

    ARMA-C3 introduces a contrastive ARMA convolutional graph framework for unsupervised and semi-supervised node classification on biomedical imaging datasets.

  2. Cohort Organized Learning: Clustering Through Agreement

    cs.MA 2026-06 unverdicted novelty 3.0

    CoOL clusters data by training neural networks via expectation-maximization gradients to assign groups based on agreement.