2022
DOI: 10.1109/access.2022.3190958
|View full text |Cite
|
Sign up to set email alerts
|

A Density Peaks Clustering Algorithm With Sparse Search and K-d Tree

Abstract: 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 density peaks clustering algorithm with sparse search and K-d tree is developed to solve this problem. Firstly, a sparse distance matrix is calculated by using K-d tree to replace the original full rank distance matrix, so as to accelerate the calculation of local density. Secondly, a sparse s… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
5
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
7

Relationship

2
5

Authors

Journals

citations
Cited by 11 publications
(5 citation statements)
references
References 44 publications
(49 reference statements)
0
5
0
Order By: Relevance
“…Meanwhile, DPC is an advanced density-based clustering algorithm that has been intensively studied in recent years. It is suitable for a wider range of data structures 58 60 . Generating base clustering under these two distinct and complementary partitioning methods can better achieve a balance of quality and diversity.…”
Section: Methodsmentioning
confidence: 99%
“…Meanwhile, DPC is an advanced density-based clustering algorithm that has been intensively studied in recent years. It is suitable for a wider range of data structures 58 60 . Generating base clustering under these two distinct and complementary partitioning methods can better achieve a balance of quality and diversity.…”
Section: Methodsmentioning
confidence: 99%
“…The collision detection tree is a tree structure based on bounding volumes, designed to optimize the calculation of collision detection. Commonly used tree structures include the Bounding Volume Hierarchy (BVH) tree [23], Binary Space Partitioning (BSP) tree [24], and k-dimensional (k-D) tree [25]. The collision detection tree consists of a root node, intermediate nodes, and leaf nodes.…”
Section: Construction Of Collision Detection Treementioning
confidence: 99%
“…The BVH tree [23] or k-D tree [25] is constructed using the AABB [20] or SBV [22] bounding volumes to investigate the efficiency of collision detection for different combinations. The total time required for constructing the collision detection tree and performing collision detection under various combinations varies with the number of triangular surfaces, as depicted in Figure 9.…”
Section: Selection Of Bounding Volume Type and Collision Detection Tr...mentioning
confidence: 99%
“…Xu et al [24] proposed two density screening strategies, grid division (GDPC) and circle division (CDPC), which improved the efficiency of the DPC algorithm. Shan et al [25] proposed a density peak clustering algorithm (SKTDPC) based on sparse search and k-d tree. The algorithm is based on the kd tree theory to find the k nearest neighbors of data points and calculate the sparse distance matrix, realizing the double acceleration of local density and relative distance calculation, reducing the complexity of the algorithm and improving the efficiency of the DPC algorithm.…”
Section: Related Workmentioning
confidence: 99%
“…Lv et al [27] calculated the difference change between the decision values, and automatically obtained the cluster centers according to the position of the inflection point. Shan et al [25] used the second-order difference method to adaptively determine the cluster centers. The above improved algorithms of DPC avoid the inaccuracy and subjectivity of the artificial selection of clustering centers.…”
Section: Related Workmentioning
confidence: 99%