paper-with-me

Papers

Ensemble clustering based on evidence extracted from the co-association matrix

2019-08-01

The evidence accumulation model is an approach for collecting the information of base partitions in a clustering ensemble method, and can be viewed as a kernel transformation from the original data space to a co-association matrix. However, cluster structure information may be partially lost in this transformation; hence, some methods proposed in the literature try to find the lost information and return it to the ensemble process. In this paper, an interesting phenomenon is introduced: remove some evidences from the co-association matrix, which can result in more accurate clustering results. The intuitive explanation for this is that some evidences in the original co-association matrix could be noise, with negative effects on the final clustering. However, it is difficult to detect those evidences practically, let alone remove them from the matrix. To remedy this problem, we remove multiple level evidences having low occurrence frequencies, because negative evidences do not normally occur regularly in the base partitions. Subsequently, we use normalized cut to achieve multiple clustering results. To discriminate the optimal ensemble result, an internal validity index, which uses only the co-association matrix, is specially designed for the clustering ensemble. The experimental results on 16 datasets demonstrate that the proposed scheme outperforms some state-of-the-art clustering ensemble approaches.

📄 PDF Abstract BibTeX

Code (1)

zhongcaiming/clustering-ensemble 공식 구현

Tasks

ClusteringClustering EnsembleSpectral Graph Clustering

Similar Papers 제목 키워드 기반

Clustering Ensemble Meets Low-rank Tensor Approximation

2020-12-16 · Yuheng Jia, Hui Liu, Junhui Hou, Qingfu Zhang

This paper explores the problem of clustering ensemble, which aims to combine multiple base clusterings to produce better performance than that of the individual one. The existing clustering ensemble methods generally co…

ClusteringClustering Ensemble

Similarity and Dissimilarity Guided Co-association Matrix Construction for Ensemble Clustering

2024-11-01 · Xu Zhang, Yuheng Jia, Mofei Song, Ran Wang

Ensemble clustering aggregates multiple weak clusterings to achieve a more accurate and robust consensus result. The Co-Association matrix (CA matrix) based method is the mainstream ensemble clustering approach that cons…

Clustering

Ensemble Clustering via Co-association Matrix Self-enhancement

2022-05-12 · Yuheng Jia, Sirui Tao, Ran Wang, Yongheng Wang

Ensemble clustering integrates a set of base clustering results to generate a stronger one. Existing methods usually rely on a co-association (CA) matrix that measures how many times two samples are grouped into the same…

Clustering

Subspace Clustering using Ensembles of $K$-Subspaces

2017-09-14 · John Lipor, David Hong, Yan Shuo Tan, Laura Balzano

Subspace clustering is the unsupervised grouping of points lying near a union of low-dimensional linear subspaces. Algorithms based directly on geometric properties of such data tend to either provide poor empirical perf…

Clustering

Linear time Evidence Accumulation Clustering with KMeans

2023-11-15 · Gaëlle Candel

Among ensemble clustering methods, Evidence Accumulation Clustering is one of the simplest technics. In this approach, a co-association (CA) matrix representing the co-clustering frequency is built and then clustered to …

Clustering