Size-Constrained Clustering Using an Initial Points Selection Method.

Kai Lei,Sibo Wang,Weiwei Song,Qilin Li
DOI: https://doi.org/10.1007/978-3-642-39787-5_16
2013-01-01
Abstract:Size-Constrained clustering tries to solve the problem that how to classify dataset into groups based on each document’s similarity with additional requirement which each group size is within a fixed range. By far, adding constraints to assignment step in K-Means clustering is a main approach. But the performance of the algorithm also depends highly on the initial cluster centers like standard K-Means. We propose an initial points selection method by recursively discovering the point with large density around it. Root Mean Square Error and convergence speed (iteration times) are the two most important evaluation standards for clustering using an iterative procedure. Our experiments are conducted on about ten thousand research proposals of National Natural Science Foundation of China and the results show that our method can reduce the iteration times by over 50% and get smaller Root Mean Square Error. The method is scalable and can be coupled with a scalable size-constrained clustering algorithm to address the large-scale clustering problem in data mining.
What problem does this paper attempt to address?