paper-with-me

Papers

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 performance compared with the traditional clustering methods. Existing ensemble clustering methods usually directly use the clustering results of the base clustering algorithms for ensemble learning, which cannot make good use of the intrinsic data structures explored by the graph Laplacians in spectral clustering, thus cannot obtain the desired clustering result. In this paper, we propose a new ensemble learning method for spectral clustering-based clustering algorithms. Instead of directly using the clustering results obtained from each base spectral clustering algorithm, the proposed method learns a robust presentation of graph Laplacian by ensemble learning from the spectral embedding of each base spectral clustering algorithm. Finally, the proposed method applies k-means on the spectral embedding obtain from the learned graph Laplacian to get clusters. Experimental results on both synthetic and real-world datasets show that the proposed method outperforms other existing ensemble clustering methods.

📄 PDF Abstract BibTeX

Code (1)

Li-Hongmin/MyPaperWithCode 공식 구현

Tasks

ClusteringEnsemble LearningImage/Document Clustering

Methods 이 논문이 사용한 방법론

Ensemble Clustering Ensemble clustering, also called consensus clustering, has been attracting much attention in recent years, aiming to combine multiple base clustering algorithms into a better and…
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 제목 키워드 기반

LSEC: Large-scale spectral ensemble clustering

2021-06-18 · Hongmin Li, Xiucai Ye, Akira Imakura, Tetsuya Sakurai

Ensemble clustering is a fundamental problem in the machine learning field, combining multiple base clusterings into a better clustering result. However, most of the existing methods are unsuitable for large-scale ensemb…

Clustering

Weighted Spectral Cluster Ensemble

2016-04-25 · Muhammad Yousefnezhad, Daoqiang Zhang

Clustering explores meaningful patterns in the non-labeled data sets. Cluster Ensemble Selection (CES) is a new approach, which can combine individual clustering results for increasing the performance of the final result…

ClusteringCommunity DetectionDiversity

Ultra-Scalable Spectral Clustering and Ensemble Clustering

2019-03-04 · Dong Huang, Chang-Dong Wang, Jian-Sheng Wu, Jian-Huang Lai 외

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) an…

ClusteringImage/Document Clustering

Snapshot Spectral Clustering -- a costless approach to deep clustering ensembles generation

2023-07-17 · Adam Piróg, Halina Kwaśnicka

Despite tremendous advancements in Artificial Intelligence, learning from large sets of data in an unsupervised manner remains a significant challenge. Classical clustering algorithms often fail to discover complex depen…

ClusteringClustering EnsembleDeep ClusteringEnsemble Learning

Spectral Clustering via Ensemble Deep Autoencoder Learning (SC-EDAE)

2019-01-08 · Severine Affeldt, Lazhar Labiod, Mohamed Nadif

Recently, a number of works have studied clustering strategies that combine classical clustering algorithms and deep learning methods. These approaches follow either a sequential way, where a deep representation is learn…

ClusteringDeep ClusteringEnsemble Learning