New method to improve DBSCAN clustering algorithm quality

Shao-rong FENG,Wen-jun XIAO
DOI: https://doi.org/10.3969/j.issn.1001-2400.2008.03.028
2008-01-01
Abstract:There are three problems along with the Density Based Spatial Clustering of Applications with Noise (DBSCAN) Clustering Algorithm: input sensitivity, desire for too much memory space and the effect of nonuniform data. To solve these problems, a fast Data Partition DBSCAN using Genetic Algorithm (DPDGA) Algorithm is developed which considerably improves the cluster quality. First, the Genetic Algorithm is used to improve the K-means Algorithm to get the initial clustering center. Second, data is partitioned and the DBSCAN Algorithm is applied to cluster partitions. Finally, all clustered result sets are merged. Simulation experiments indicate that the DPDGA Algorithm works well to solve these problems and that both the efficiency and the cluster quality are better than those of the original DBSCAN Algorithm.
What problem does this paper attempt to address?