paper-with-me

홈 › Papers

Eigenvalue-based Incremental Spectral Clustering

2023-08-18 · Mieczysław A. Kłopotek, Bartłmiej Starosta, Sławomir T. Wierzchoń

Our previous experiments demonstrated that subsets collections of (short) documents (with several hundred entries) share a common normalized in some way eigenvalue spectrum of combinatorial Laplacian. Based on this insight, we propose a method of incremental spectral clustering. The method consists of the following steps: (1) split the data into manageable subsets, (2) cluster each of the subsets, (3) merge clusters from different subsets based on the eigenvalue spectrum similarity to form clusters of the entire set. This method can be especially useful for clustering methods of complexity strongly increasing with the size of the data sample,like in case of typical spectral clustering. Experiments were performed showing that in fact the clustering and merging the subsets yields clusters close to clustering the entire dataset.

📄 PDF Abstract BibTeX arXiv:2308.10999

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Incremental Method for Spectral Clustering of Increasing Orders

2015-12-23 · Pin-Yu Chen, Baichuan Zhang, Mohammad Al Hasan, Alfred O. Hero

The smallest eigenvalues and the associated eigenvectors (i.e., eigenpairs) of a graph Laplacian matrix have been widely used for spectral clustering and community detection. However, in real-life applications the number…

ClusteringCommunity Detection

Efficient Eigen-updating for Spectral Graph Clustering

2013-01-07 · Charanpal Dhanjal, Romaric Gaudel, Stéphan Clémençon

Partitioning a graph into groups of vertices such that those within each group are more densely connected than vertices assigned to different groups, known as graph clustering, is often used to gain insight into the orga…

ClusteringGraph ClusteringSpectral Graph Clustering

Incremental Eigenpair Computation for Graph Laplacian Matrices: Theory and Applications

2017-12-13 · Pin-Yu Chen, Baichuan Zhang, Mohammad Al Hasan

The smallest eigenvalues and the associated eigenvectors (i.e., eigenpairs) of a graph Laplacian matrix have been widely used in spectral clustering and community detection. However, in real-life applications the number …

ClusteringCommunity Detection

Spectral Modification of Graphs for Improved Spectral Clustering

2019-12-01 · NeurIPS 2019 12 · Ioannis Koutis, Huong Le

Spectral clustering algorithms provide approximate solutions to hard optimization problems that formulate graph partitioning in terms of the graph conductance. It is well understood that the quality of these approxima…

Clusteringgraph partitioning

Towards Scalable Spectral Clustering via Spectrum-Preserving Sparsification

2017-10-12 · Yongyu Wang, Zhuo Feng

The eigendeomposition of nearest-neighbor (NN) graph Laplacian matrices is the main computational bottleneck in spectral clustering. In this work, we introduce a highly-scalable, spectrum-preserving graph sparsification …

Clustering