paper-with-me

Papers

Ultra-Scalable Spectral Clustering and Ensemble Clustering

2019-03-04 · Dong Huang, Chang-Dong Wang, Jian-Sheng Wu, Jian-Huang Lai, Chee-Keong Kwoh

This paper focuses on scalability and robustness of spectral clustering for extremely large-scale datasets with limited resources. Two novel algorithms are proposed, namely, ultra-scalable spectral clustering (U-SPEC) and ultra-scalable ensemble clustering (U-SENC). In U-SPEC, a hybrid representative selection strategy and a fast approximation method for K-nearest representatives are proposed for the construction of a sparse affinity sub-matrix. By interpreting the sparse sub-matrix as a bipartite graph, the transfer cut is then utilized to efficiently partition the graph and obtain the clustering result. In U-SENC, multiple U-SPEC clusterers are further integrated into an ensemble clustering framework to enhance the robustness of U-SPEC while maintaining high efficiency. Based on the ensemble generation via multiple U-SEPC's, a new bipartite graph is constructed between objects and base clusters and then efficiently partitioned to achieve the consensus clustering result. It is noteworthy that both U-SPEC and U-SENC have nearly linear time and space complexity, and are capable of robustly and efficiently partitioning ten-million-level nonlinearly-separable datasets on a PC with 64GB memory. Experiments on various large-scale datasets have demonstrated the scalability and robustness of our algorithms. The MATLAB code and experimental data are available at https://www.researchgate.net/publication/330760669.

📄 PDF Abstract BibTeX arXiv:1903.01057

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringImage/Document Clustering

Methods 이 논문이 사용한 방법론

pc 설명 없음
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 제목 키워드 기반

Secuer: ultrafast, scalable and accurate clustering of single-cell RNA-seq data

2022-05-25 · Nana Wei, Yating Nie, Lin Liu, Xiaoqi Zheng 외

Identifying cell clusters is a critical step for single-cell transcriptomics study. Despite the numerous clustering tools developed recently, the rapid growth of scRNA-seq volumes prompts for a more (computationally) eff…

Clustering

Bringing in the outliers: A sparse subspace clustering approach to learn a dictionary of mouse ultrasonic vocalizations

2020-03-12

Mice vocalize in the ultrasonic range during social interactions. These vocalizations are used in neuroscience and clinical studies to tap into complex behaviors and states. The analysis of these ultrasonic vocalizations…

Clustering

Ensemble Learning for Spectral Clustering

2020-11-20 · Hongmin Li, Xiucai Ye, Akira Imakura, Tetsuya Sakurai

Ensemble clustering has attracted much attention in machine learning and data mining for the high performance in the task of clustering. Spectral clustering is one of the most popular clustering methods and has superior …

ClusteringEnsemble LearningImage/Document Clustering

GRASPEL: Graph Spectral Learning at Scale

2019-11-23 · Yongyu Wang, Zhiqiang Zhao, Zhuo Feng

Learning meaningful graphs from data plays important roles in many data mining and machine learning tasks, such as data representation and analysis, dimension reduction, data clustering, and visualization, etc. In this w…

BIG-bench Machine LearningClusteringDimensionality ReductionGraph Learning

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