paper-with-me

Papers

VDPC: Variational Density Peak Clustering Algorithm

2021-12-29 · Yizhang Wang, Di Wang, You Zhou, Xiaofeng Zhang, Chai Quek

The widely applied density peak clustering (DPC) algorithm makes an intuitive cluster formation assumption that cluster centers are often surrounded by data points with lower local density and far away from other data points with higher local density. However, this assumption suffers from one limitation that it is often problematic when identifying clusters with lower density because they might be easily merged into other clusters with higher density. As a result, DPC may not be able to identify clusters with variational density. To address this issue, we propose a variational density peak clustering (VDPC) algorithm, which is designed to systematically and autonomously perform the clustering task on datasets with various types of density distributions. Specifically, we first propose a novel method to identify the representatives among all data points and construct initial clusters based on the identified representatives for further analysis of the clusters' property. Furthermore, we divide all data points into different levels according to their local density and propose a unified clustering framework by combining the advantages of both DPC and DBSCAN. Thus, all the identified initial clusters spreading across different density levels are systematically processed to form the final clusters. To evaluate the effectiveness of the proposed VDPC algorithm, we conduct extensive experiments using 20 datasets including eight synthetic, six real-world and six image datasets. The experimental results show that VDPC outperforms two classical algorithms (i.e., DPC and DBSCAN) and four state-of-the-art extended DPC algorithms.

📄 PDF Abstract BibTeX arXiv:2201.00641

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

A Domain Adaptive Density Clustering Algorithm for Data with Varying Density Distribution

2019-11-23 · Jianguo Chen, Philip S. Yu

As one type of efficient unsupervised learning methods, clustering algorithms have been widely used in data mining and knowledge discovery with noticeable advantages. However, clustering algorithms based on density peak …

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

A novel density peaks clustering algorithm based on K nearest neighbors with adaptive merging strategy

2021-08-03 · 22 June 2021 2021 8 · Xiaoning Yuan1 ,Hang Yu1 , Jun Liang2 ·,Bing Xu2

Recently the density peaks clustering algorithm (DPC) has received a lot of attention from researchers. The DPC algorithm is able to find cluster centers and complete clustering tasks quickly. It is also suitable for di…

Clustering

Hierarchical clustering that takes advantage of both density-peak and density-connectivity

2018-10-08 · Ye Zhu, Kai Ming Ting, Yuan Jin, Maia Angelova

This paper focuses on density-based clustering, particularly the Density Peak (DP) algorithm and the one based on density-connectivity DBSCAN; and proposes a new method which takes advantage of the individual strengths o…

Clustering

A density peaks clustering algorithm with sparse search and K-d tree

2022-03-02 · Yunxiao Shan, Shu Li, Fuxiang Li, Yuxin Cui 외

Density peaks clustering has become a nova of clustering algorithm because of its simplicity and practicality. However, there is one main drawback: it is time-consuming due to its high computational complexity. Herein, a…

2kClustering