使用随机逼近均值漂移算法对大型数据集进行快速非参数密度聚类

Fast Nonparametric Density-Based Clustering of Large Datasets Using a Stochastic Approximation Mean-Shift Algorithm

Journal of Computational and Graphical Statistics · 2015
被引 9
ABS 3

中文导读

提出一种随机逼近均值漂移算法,通过子采样和随机逼近将每次迭代复杂度降至O(n),在大型数据集上比原算法快数十至数百倍,且聚类误差极小,适用于图像分割等场景。

Abstract

Mean-shift is an iterative procedure often used as a nonparametric clustering algorithm that defines clusters based on the modal regions of a density function. The algorithm is conceptually appealing and makes assumptions neither about the shape of the clusters nor about their number. However, with a complexity of O(n2) per iteration, it does not scale well to large datasets. We propose a novel algorithm which performs density-based clustering much quicker than mean shift, yet delivering virtually identical results. This algorithm combines subsampling and a stochastic approximation procedure to achieve a potential complexity of O(n) at each step. Its convergence is established. Its performances are evaluated using simulations and applications to image segmentation, where the algorithm was tens or hundreds of times faster than mean shift, yet causing negligible amounts of clustering errors. The algorithm can be combined with existing approaches to further accelerate clustering.

聚类分析非参数统计机器学习图像分割算法