Tracking Appearances with Occlusions

Abstract

Occlusion is a difficult problem for appearance-based target tracking, especially when we need to track multiple targets simultaneously and maintain the target identities during tracking. To cope with the occlusion problem explicitly, this paper proposes a dynamic Bayesian network, which accommodates an extra hidden process for occlusion and stipulates the conditions on which the image observation likelihood is calculated. The statistical inference of such a hidden process can reveal the occlusion relations among different targets, which makes the tracker more robust against partial even complete occlusions. In addition, considering the fact that target appearances change with views, another generative model for multiple view representation is proposed by adding a switching variable to select from different view templates. The integration of the occlusion model and multiple view model results in a complex dynamic Bayesian network, where extra hidden processes describe the switch of targets' templates, the targets' dynamics, and the occlusions among different targets. The tracking and inferring algorithms are implemented by the sampling-based sequential Monte Carlo strategies. Our experiments show the effectiveness of the proposed probabilistic models and the algorithms.

Cite

Text

Wu et al. "Tracking Appearances with Occlusions." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003. doi:10.1109/CVPR.2003.1211433

Markdown

[Wu et al. "Tracking Appearances with Occlusions." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003.](https://mlanthology.org/cvpr/2003/wu2003cvpr-tracking/) doi:10.1109/CVPR.2003.1211433

BibTeX

@inproceedings{wu2003cvpr-tracking,
  title     = {{Tracking Appearances with Occlusions}},
  author    = {Wu, Ying and Yu, Ting and Hua, Gang},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2003},
  pages     = {789-795},
  doi       = {10.1109/CVPR.2003.1211433},
  url       = {https://mlanthology.org/cvpr/2003/wu2003cvpr-tracking/}
}