Accelerated Convergence Using Dynamic Mean Shift

Abstract

Mean shift is an iterative mode-seeking algorithm widely used in pattern recognition and computer vision. However, its convergence is sometimes too slow to be practical. In this paper, we improve the convergence speed of mean shift by dynamically updating the sample set during the iterations, and the resultant procedure is called dynamic mean shift (DMS). When the data is locally Gaussian, it can be shown that both the standard and dynamic mean shift algorithms converge to the same optimal solution. However, while standard mean shift only has linear convergence, the dynamic mean shift algorithm has superlinear convergence. Experiments on color image segmentation show that dynamic mean shift produces comparable results as the standard mean shift algorithm, but can significantly reduce the number of iterations for convergence and takes much less time.

Cite

Text

Zhang et al. "Accelerated Convergence Using Dynamic Mean Shift." European Conference on Computer Vision, 2006. doi:10.1007/11744047_20

Markdown

[Zhang et al. "Accelerated Convergence Using Dynamic Mean Shift." European Conference on Computer Vision, 2006.](https://mlanthology.org/eccv/2006/zhang2006eccv-accelerated/) doi:10.1007/11744047_20

BibTeX

@inproceedings{zhang2006eccv-accelerated,
  title     = {{Accelerated Convergence Using Dynamic Mean Shift}},
  author    = {Zhang, Kai and Kwok, James T. and Tang, Ming},
  booktitle = {European Conference on Computer Vision},
  year      = {2006},
  pages     = {257-268},
  doi       = {10.1007/11744047_20},
  url       = {https://mlanthology.org/eccv/2006/zhang2006eccv-accelerated/}
}