A Probabilistic Framework for Joint Segmentation and Tracking
Abstract
Most tracking algorithms implicitly apply a coarse segmentation of each target object using a simple mask such as a rectangle or an ellipse. Although convenient, such coarse segmentation results in several problems in tracking - drift, switching of targets, poor target localization, to name a few - since it inherently includes extra non-target pixels if the mask is larger than the target or excludes some portion of target pixels if the mask is smaller than the target. In this paper, we propose a novel probabilistic framework for jointly solving segmentation and tracking. Starting from a joint Gaussian distribution over all the pixels, candidate target locations are evaluated by first computing a pixel-level segmentation and then explicitly including this segmentation in the probability model. The segmentation is also used to incrementally update the probability model based on a modified probabilistic principal component analysis (PPCA). Our experimental results show that the proposed method of explicitly considering pixel-level segmentation as a part of solving the tracking problem significantly improves the robustness and performance of tracking compared to other state-of-the-art trackers, particularly for tracking multiple overlapping targets.
Cite
Text
Aeschliman et al. "A Probabilistic Framework for Joint Segmentation and Tracking." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539810Markdown
[Aeschliman et al. "A Probabilistic Framework for Joint Segmentation and Tracking." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/aeschliman2010cvpr-probabilistic/) doi:10.1109/CVPR.2010.5539810BibTeX
@inproceedings{aeschliman2010cvpr-probabilistic,
title = {{A Probabilistic Framework for Joint Segmentation and Tracking}},
author = {Aeschliman, Chad and Park, Johnny and Kak, Avinash C.},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2010},
pages = {1371-1378},
doi = {10.1109/CVPR.2010.5539810},
url = {https://mlanthology.org/cvpr/2010/aeschliman2010cvpr-probabilistic/}
}