GCA: A Real-Time Grid-Based Clustering Algorithm for Large Data Set

Zhiwen Yu,Hau-San Wong
DOI: https://doi.org/10.1109/icpr.2006.597
2006-01-01
Abstract:Few of the current existing methods for unsupervised learning (clustering) algorithms consider clustering the data points in a low-dimensional subspace in real time. In this paper, we present a grid based clustering algorithm (GCA) with time complexity (O(n)). Unlike previous clustering algorithm, GCA pays more attention to the running time of the algorithm. GCA achieves low running time by (i) determining the number of the clusters according to the point density of the grid cell and (ii) computing the distances between the centers of the clusters and the grid cells, not the data points. In order to make GCA more efficient, principal component analysis (PCA) is introduced to transform the data points from high dimension to low dimension. Finally, we analyze the performance of GCA and show that it outperforms most of the current state-of-the-art methods in terms of efficiency. In particular, it outperforms k-means algorithm by several orders in the running time
What problem does this paper attempt to address?