An Incremental Clustering Algorithm Based on CFS

Zhuang Shao,Rui Cao,Yuxin Jia,Zhikui Chen,Shan Jin
DOI: https://doi.org/10.1109/icdh57206.2022.00050
2022-01-01
Abstract:With the development of emerging technologies such as Internet of things, cloud computing and social networks, data is growing and accumulating at an unprecedented rate. It is necessary to effectively analyze the growing data. Clustering, as an important data analysis method, can discover the hidden patterns of data. However, the previous clustering methods can only deal with the static data. To address this challenge, an incremental clustering algorithm (ICFS) based on CFS (clustering by fast search and find of density peaks) is proposed to dynamically partition the growing data. ICFS utilizes the traditional CFS algorithm to divide the initial data to clusters, and then utilizes cluster creation and cluster merging strategies to divide the new data continuously acquired, which ensures the dynamic adjustment of clustering structure. The expensive experiment demonstrate the excellent performance of the proposed method with low time consumption in comparison with the existing incremental clustering algorithms.
What problem does this paper attempt to address?