Center-adaptive weighted binary K-means for image clustering

Yinhe Lan,Zhenyu Weng,Yuesheng Zhu
DOI: https://doi.org/10.1007/978-3-319-77383-4_40
2017-01-01
Abstract:Traditional clustering methods are inherently difficult to handle with a large scale of images, since it is expensive to store all the data and to make pairwise comparison of high-dimensional vectors. To solve this problem, we propose a novel Binary K-means for accurate image clustering. After hashing the data into binary codes, the weights assigned to the binary data are based on the global information and the weights for the binary centers are adapted iteratively. Then, in each iteration, with the center-adaptive weights the distance between the binary data and the binary centers is computed by the weighted Hamming distance. As the data and centers are presented in binary, we can build a hash table to speed up the comparison. We evaluate the proposed method on three large datasets and the experiments show that, the proposed method can achieve a good clustering performance with small storage and efficient computation.
What problem does this paper attempt to address?