Improvement of DBSCAN Algorithm Based on Adaptive Eps Parameter Estimation

Lu Zhu,Jiang Zhu,Chongming Bao,Lihua Zhou,Chongyun Wang,Bing Kong
DOI: https://doi.org/10.1145/3302425.3302493
2018-01-01
Abstract:DBSCAN algorithm is a density-based clustering algorithm, which is widely used in various fields and can identify clusters of arbitrary shape. Aiming at the existing problems that the selection of neighborhood radius parameter Eps depends on manual experiment, judgment intervention or calculation estimation, the accuracy of clustering results is sensitive to Eps value, using uniform global parameters in non-uniform density data sets makes the clustering effect unsatisfactory. An adaptive Eps parameter estimation method based on Gauss kernel density is proposed. The kernel probability density of the point is calculated by the Gauss kernel density estimation, and then the positive correlation between the estimated kernel probability density and Eps value is found. It adaptively matches the appropriate Eps value for the current point, rather than setting a globally unified Eps parameter. Theoretical analysis and experimental results show that the method has good clustering effect on non-uniform data sets, and the algorithm is also effective for uniform data sets.
What problem does this paper attempt to address?