paper-with-me

홈 › Papers

Spectral Clustering via the Power Method -- Provably

2013-11-12 · Christos Boutsidis, Alex Gittens, Prabhanjan Kambadur

Spectral clustering is one of the most important algorithms in data mining and machine intelligence; however, its computational complexity limits its application to truly large scale data analysis. The computational bottleneck in spectral clustering is computing a few of the top eigenvectors of the (normalized) Laplacian matrix corresponding to the graph representing the data to be clustered. One way to speed up the computation of these eigenvectors is to use the "power method" from the numerical linear algebra literature. Although the power method has been empirically used to speed up spectral clustering, the theory behind this approach, to the best of our knowledge, remains unexplored. This paper provides the \emph{first} such rigorous theoretical justification, arguing that a small number of power iterations suffices to obtain near-optimal partitionings using the approximate eigenvectors. Specifically, we prove that solving the $k$-means clustering problem on the approximate eigenvectors obtained via the power method gives an additive-error approximation to solving the $k$-means problem on the optimal eigenvectors.

📄 PDF Abstract BibTeX arXiv:1311.2854

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Fast and Simple Spectral Clustering in Theory and Practice

2023-09-21 · NeurIPS 2023 11

Spectral clustering is a popular and effective algorithm designed to find $k$ clusters in a graph $G$. In the classical spectral clustering algorithm, the vertices of $G$ are embedded into $\mathbb{R}^k$ using $k$ eigenv…

Cluster-aware Semi-supervised Learning: Relational Knowledge Distillation Provably Learns Clustering

2023-07-20 · NeurIPS 2023 11

Despite the empirical success and practical significance of (relational) knowledge distillation that matches (the relations of) features between teacher and student models, the corresponding theoretical interpretations r…

ClusteringData AugmentationKnowledge Distillation

An $\ell_p$ theory of PCA and spectral clustering

2020-06-24 · Emmanuel Abbe, Jianqing Fan, Kaizheng Wang

Principal Component Analysis (PCA) is a powerful tool in statistics and machine learning. While existing study of PCA focuses on the recovery of principal components and their associated eigenvalues, there are few precis…

ClusteringCommunity Detection

A Robust Spectral Clustering Algorithm for Sub-Gaussian Mixture Models with Outliers

2019-12-16 · Prateek R. Srivastava, Purnamrita Sarkar, Grani A. Hanasusanto

We consider the problem of clustering datasets in the presence of arbitrary outliers. Traditional clustering algorithms such as k-means and spectral clustering are known to perform poorly for datasets contaminated with e…

Clustering

Fast and Effective Algorithms for Symmetric Nonnegative Matrix Factorization

2016-09-17 · Reza Borhani, Jeremy Watt, Aggelos Katsaggelos

Symmetric Nonnegative Matrix Factorization (SNMF) models arise naturally as simple reformulations of many standard clustering algorithms including the popular spectral clustering method. Recent work has demonstrated that…

Clustering