MLITLGFeb 12, 2017

On Consistency of Compressive Spectral Clustering

arXiv:1702.03522v33 citations
Originality Incremental advance
AI Analysis

This provides theoretical guarantees for a faster spectral clustering method, addressing scalability issues for large datasets in community detection.

The paper tackles the computational bottleneck of eigen decomposition in spectral clustering for large graphs by analyzing a graph filtering approach, showing how sparsity, dimensionality, and filter errors affect cluster recovery consistency.

Spectral clustering is one of the most popular methods for community detection in graphs. A key step in spectral clustering algorithms is the eigen decomposition of the $n{\times}n$ graph Laplacian matrix to extract its $k$ leading eigenvectors, where $k$ is the desired number of clusters among $n$ objects. This is prohibitively complex to implement for very large datasets. However, it has recently been shown that it is possible to bypass the eigen decomposition by computing an approximate spectral embedding through graph filtering of random signals. In this paper, we analyze the working of spectral clustering performed via graph filtering on the stochastic block model. Specifically, we characterize the effects of sparsity, dimensionality and filter approximation error on the consistency of the algorithm in recovering planted clusters.

Foundations

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

Your Notes