Mean-Shift Blob Tracking Through Scale Space

Abstract

The mean-shift algorithm is an efficient technique for tracking 2D blobs through an image. Although the scale of the mean-shift kernel is a crucial parameter, there is presently no clean mechanism for choosing or updating scale while tracking blobs that are changing in size. We adapt Lindeberg 's theory of feature scale selection based on local maxima of differential scale-space filters to the problem of selecting kernel scale for mean-shift blob tracking. We show that a difference of Gaussian (DOG) mean-shift kernel enables efficient tracking of blobs through scale space. Using this kernel requires generalizing the mean-shift algorithm to handle images that contain negative sample weights.

Cite

Text

Collins. "Mean-Shift Blob Tracking Through Scale Space." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003. doi:10.1109/CVPR.2003.1211475

Markdown

[Collins. "Mean-Shift Blob Tracking Through Scale Space." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003.](https://mlanthology.org/cvpr/2003/collins2003cvpr-mean/) doi:10.1109/CVPR.2003.1211475

BibTeX

@inproceedings{collins2003cvpr-mean,
  title     = {{Mean-Shift Blob Tracking Through Scale Space}},
  author    = {Collins, Robert T.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2003},
  pages     = {234-240},
  doi       = {10.1109/CVPR.2003.1211475},
  url       = {https://mlanthology.org/cvpr/2003/collins2003cvpr-mean/}
}