paper-with-me

홈 › Papers

Index-based Solutions for Efficient Density Peak Clustering

2020-02-08 · Zafaryab Rasool, Rui Zhou, Lu Chen, Chengfei Liu, Jiajie Xu

Density Peak Clustering (DPC), a popular density-based clustering approach, has received considerable attention from the research community primarily due to its simplicity and fewer-parameter requirement. However, the resultant clusters obtained using DPC are influenced by the sensitive parameter $d_c$, which depends on data distribution and requirements of different users. Besides, the original DPC algorithm requires visiting a large number of objects, making it slow. To this end, this paper investigates index-based solutions for DPC. Specifically, we propose two list-based index methods viz. (i) a simple List Index, and (ii) an advanced Cumulative Histogram Index. Efficient query algorithms are proposed for these indices which significantly avoids irrelevant comparisons at the cost of space. For memory-constrained systems, we further introduce an approximate solution to the above indices which allows substantial reduction in the space cost, provided that slight inaccuracies are admissible. Furthermore, owing to considerably lower memory requirements of existing tree-based index structures, we also present effective pruning techniques and efficient query algorithms to support DPC using the popular Quadtree Index and R-tree Index. Finally, we practically evaluate all the above indices and present the findings and results, obtained from a set of extensive experiments on six synthetic and real datasets. The experimental insights obtained can help to guide in selecting a befitting index.

📄 PDF Abstract BibTeX arXiv:2002.03182

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A New Index for Clustering Evaluation Based on Density Estimation

2022-07-04 · Gangli Liu

A new index for internal evaluation of clustering is introduced. The index is defined as a mixture of two sub-indices. The first sub-index $ I_a $ is called the Ambiguous Index; the second sub-index $ I_s $ is called the…

ClusteringDensity Estimation

Effective Deterministic Initialization for $k$-Means-Like Methods via Local Density Peaks Searching

2016-11-21 · Fengfu Li, Hong Qiao, Bo Zhang

The $k$-means clustering algorithm is popular but has the following main drawbacks: 1) the number of clusters, $k$, needs to be provided by the user in advance, 2) it can easily reach local minima with randomly selected …

ClusteringObject Categorization

Automatic topography of high-dimensional data sets by non-parametric Density Peak clustering

2018-02-28 · Maria d'Errico, Elena Facco, Alessandro Laio, Alex Rodriguez

Data analysis in high-dimensional spaces aims at obtaining a synthetic description of a data set, revealing its main structure and its salient features. We here introduce an approach providing this description in the for…

Clustering

An Improved Density Peaks Method for Data Clustering

2017-01-02 · Abdulrahman Lotfi, Seyed Amjad Seyedi, Parham Moradi

Clustering is a powerful approach for data analysis and its aim is to group objects based on their similarities. Density peaks clustering is a recently introduced clustering method with the advantages of doesn't need any…

Clustering

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