paper-with-me

Papers

Enhanced Ensemble Clustering via Fast Propagation of Cluster-wise Similarities

2018-10-30 · Dong Huang, Chang-Dong Wang, Hongxing Peng, Jian-Huang Lai, Chee-Keong Kwoh

Ensemble clustering has been a popular research topic in data mining and machine learning. Despite its significant progress in recent years, there are still two challenging issues in the current ensemble clustering research. First, most of the existing algorithms tend to investigate the ensemble information at the object-level, yet often lack the ability to explore the rich information at higher levels of granularity. Second, they mostly focus on the direct connections (e.g., direct intersection or pair-wise co-occurrence) in the multiple base clusterings, but generally neglect the multi-scale indirect relationship hidden in them. To address these two issues, this paper presents a novel ensemble clustering approach based on fast propagation of cluster-wise similarities via random walks. We first construct a cluster similarity graph with the base clusters treated as graph nodes and the cluster-wise Jaccard coefficient exploited to compute the initial edge weights. Upon the constructed graph, a transition probability matrix is defined, based on which the random walk process is conducted to propagate the graph structural information. Specifically, by investigating the propagating trajectories starting from different nodes, a new cluster-wise similarity matrix can be derived by considering the trajectory relationship. Then, the newly obtained cluster-wise similarity matrix is mapped from the cluster-level to the object-level to achieve an enhanced co-association (ECA) matrix, which is able to simultaneously capture the object-wise co-occurrence relationship as well as the multi-scale cluster-wise relationship in ensembles. Finally, two novel consensus functions are proposed to obtain the consensus clustering result. Extensive experiments on a variety of real-world datasets have demonstrated the effectiveness and efficiency of our approach.

📄 PDF Abstract BibTeX arXiv:1810.12544

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

DeepCluE: Enhanced Image Clustering via Multi-layer Ensembles in Deep Neural Networks

2022-06-01 · Dong Huang, Ding-Hua Chen, Xiangji Chen, Chang-Dong Wang 외

Deep clustering has recently emerged as a promising technique for complex data clustering. Despite the considerable progress, previous deep clustering works mostly build or learn the final clustering by only utilizing a …

ClusteringContrastive LearningDeep ClusteringImage 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

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

An Improved Probability Propagation Algorithm for Density Peak Clustering Based on Natural Nearest Neighborhood

2022-07-04 · Wendi Zuo, Xinmin Hou

Clustering by fast search and find of density peaks (DPC) (Since, 2014) has been proven to be a promising clustering approach that efficiently discovers the centers of clusters by finding the density peaks. The accuracy …

ClusteringNonparametric Clustering

Fast Multi-view Clustering via Ensembles: Towards Scalability, Superiority, and Simplicity

2022-03-22 · Dong Huang, Chang-Dong Wang, Jian-Huang Lai

Despite significant progress, there remain three limitations to the previous multi-view clustering algorithms. First, they often suffer from high computational complexity, restricting their feasibility for large-scale da…

Clusteringgraph partitioning