Nbc: an Efficient Hierarchical Clustering Algorithm for Large Datasets

Wei Zhang,Gongxuan Zhang,Yongli Wang,Zhaomeng Zhu,Tao Li
DOI: https://doi.org/10.1142/s1793351x15400085
2015-01-01
International Journal of Semantic Computing
Abstract:Nearest neighbor search is a key technique used in hierarchical clustering and its computing complexity decides the performance of the hierarchical clustering algorithm. The time complexity of standard agglomerative hierarchical clustering is O(n(3)), while the time complexity of more advanced hierarchical clustering algorithms (such as nearest neighbor chain, SLINK and CLINK) is O(n(2)). This paper presents a new nearest neighbor search method called nearest neighbor boundary (NNB), which first divides a large dataset into independent subset and then finds nearest neighbor of each point in subset. When NNB is used, the time complexity of hierarchical clustering can be reduced to O(n log(2)n). Based on NNB, we propose a fast hierarchical clustering algorithm called nearest-neighbor boundary clustering (NBC), and the proposed algorithm can be adapted to the parallel and distributed computing framework. The experimental results demonstrate that our algorithm is practical for large datasets.
What problem does this paper attempt to address?