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

An Improved DBSCAN Algorithm Based on the Neighbor Similarity and Fast Nearest Neighbor Query

Abstract: DBSCAN is the most famous density based clustering algorithm which is one of the main clustering paradigms. However, there are many redundant distance computations among the process of DBSCAN clustering, due to brute force Range-Query used to retrieve neighbors for each point in DBSCAN, which yields high complexity (O(n 2)) and low efficiency. Thus, it is unsuitable and not applicable for large scale data. In this paper, an improved DBSCAN based on neighbor similarity is proposed, which utilizes and Cover Tree… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
25
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
5
4
1

Relationship

0
10

Authors

Journals

citations
Cited by 77 publications
(25 citation statements)
references
References 46 publications
0
25
0
Order By: Relevance
“…DBSCAN with neighbor similarity and fast nearest neighbor query [76] O(n( 1 seeds logn + minP ts 2 )) Aimed to remove the redundant region queries in the original DBSCAN through triangle inequality, neighbor similarity, and fast neighbor search algorithm. Uses a cover tree in its implementation.…”
Section: Fast-dbscan [73]mentioning
confidence: 99%
“…DBSCAN with neighbor similarity and fast nearest neighbor query [76] O(n( 1 seeds logn + minP ts 2 )) Aimed to remove the redundant region queries in the original DBSCAN through triangle inequality, neighbor similarity, and fast neighbor search algorithm. Uses a cover tree in its implementation.…”
Section: Fast-dbscan [73]mentioning
confidence: 99%
“…The DBSCAN algorithm is a spatial clustering algorithm based on density [ 39 ]. The remarkable advantage of this algorithm is that the algorithm is fast, and it can divide the regions with enough high density into a group, which effectively deals with noise points and quickly finds spatial clustering of arbitrary shape.…”
Section: Indoor Multiple Dynamic Objects Identification and Localimentioning
confidence: 99%
“…Each subset is represented by a single representative point and the set of representatives is considered as the simplified data set [13]. Common rules include the distance functions or their L2 norm, such as k-means [14]- [16], DBSCAN [17]- [19], CURE [20], Chameleon [21], etc. The concept of shared nearest neighbor was introduced by Ertöz et al [22] to alleviate the problem that the distance functions do not work well in regions with varied densities and high dimensionality.…”
Section: Fig1 Application Framework Of Automatic Assembly Line Basedmentioning
confidence: 99%