English

Fast Spectral Clustering Using Autoencoders and Landmarks

Machine Learning 2017-04-11 v1 Machine Learning

Abstract

In this paper, we introduce an algorithm for performing spectral clustering efficiently. Spectral clustering is a powerful clustering algorithm that suffers from high computational complexity, due to eigen decomposition. In this work, we first build the adjacency matrix of the corresponding graph of the dataset. To build this matrix, we only consider a limited number of points, called landmarks, and compute the similarity of all data points with the landmarks. Then, we present a definition of the Laplacian matrix of the graph that enable us to perform eigen decomposition efficiently, using a deep autoencoder. The overall complexity of the algorithm for eigen decomposition is O(np)O(np), where nn is the number of data points and pp is the number of landmarks. At last, we evaluate the performance of the algorithm in different experiments.

Keywords

Cite

@article{arxiv.1704.02345,
  title  = {Fast Spectral Clustering Using Autoencoders and Landmarks},
  author = {Ershad Banijamali and Ali Ghodsi},
  journal= {arXiv preprint arXiv:1704.02345},
  year   = {2017}
}

Comments

8 Pages- Accepted in 14th International Conference on Image Analysis and Recognition

R2 v1 2026-06-22T19:11:19.006Z