paper-with-me

Papers

Large-scale spectral clustering using diffusion coordinates on landmark-based bipartite graphs

2018-06-01 · WS 2018 6 · Khiem Pham, Guangliang Chen

Spectral clustering has received a lot of attention due to its ability to separate nonconvex, non-intersecting manifolds, but its high computational complexity has significantly limited its applicability. Motivated by the document-term co-clustering framework by Dhillon (2001), we propose a landmark-based scalable spectral clustering approach in which we first use the selected landmark set and the given data to form a bipartite graph and then run a diffusion process on it to obtain a family of diffusion coordinates for clustering. We show that our proposed algorithm can be implemented based on very efficient operations on the affinity matrix between the given data and selected landmarks, thus capable of handling large data. Finally, we demonstrate the excellent performance of our method by comparing with the state-of-the-art scalable algorithms on several benchmark data sets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringImage/Document ClusteringSemantic Segmentation

Methods 이 논문이 사용한 방법론

Large-scale spectral clustering # Spectral Clustering Spectral clustering aims to partition the data points into $k$ clusters using the spectrum of the…
Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Multiscale Clustering of Hyperspectral Images Through Spectral-Spatial Diffusion Geometry

2021-03-29 · Sam L. Polk, James M. Murphy

Clustering algorithms partition a dataset into groups of similar points. The primary contribution of this article is the Multiscale Spatially-Regularized Diffusion Learning (M-SRDL) clustering algorithm, which uses spati…

Clustering

Spectral clustering on spherical coordinates under the degree-corrected stochastic blockmodel

2020-11-09 · Francesco Sanna Passino, Nicholas A. Heard, Patrick Rubin-Delanchy

Spectral clustering is a popular method for community detection in network graphs: starting from a matrix representation of the graph, the nodes are clustered on a low dimensional projection obtained from a truncated spe…

ClusteringCommunity DetectionModel Selection

Learning by Unsupervised Nonlinear Diffusion

2018-10-15 · Mauro Maggioni, James M. Murphy

This paper proposes and analyzes a novel clustering algorithm that combines graph-based diffusion geometry with techniques based on density and mode estimation. The proposed method is suitable for data generated from mix…

Clustering

Unsupervised Diffusion and Volume Maximization-Based Clustering of Hyperspectral Images

2022-03-18 · Sam L. Polk, Kangning Cui, Aland H. Y. Chan, David A. Coomes 외

Hyperspectral images taken from aircraft or satellites contain information from hundreds of spectral bands, within which lie latent lower-dimensional structures that can be exploited for classifying vegetation and other …

ClusteringImage Clustering

Image Segmentation Based on Multiscale Fast Spectral Clustering

2018-12-12 · Chongyang Zhang, Guofeng Zhu, Minxin Chen, Hong Chen 외

In recent years, spectral clustering has become one of the most popular clustering algorithms for image segmentation. However, it has restricted applicability to large-scale images due to its high computational complexit…

ClusteringImage SegmentationSemantic SegmentationSuperpixels+1