Single Target Tracking Using Adaptive Clustered Decision Trees and Dynamic Multi-Level Appearance Models

Abstract

This paper presents a method for single target tracking of arbitrary objects in challenging video sequences. Targets are modeled at three different levels of granularity (pixel level, parts-based level and bounding box level), which are cross-constrained to enable robust model relearning. The main contribution is an adaptive clustered decision tree method which dynamically selects the minimum combination of features necessary to sufficiently represent each target part at each frame, thereby providing robustness with computational efficiency. The adaptive clustered decision tree is implemented in two separate parts of the tracking algorithm: firstly to enable robust matching at the parts-based level between successive frames; and secondly to select the best superpixels for learning new parts of the target. We have tested the tracker using two different tracking benchmarks (VOT2013-2014 and CVPR2013 tracking challenges), based on two different test methodologies, and show it to be significantly more robust than the best state-of-the-art methods from both of those tracking challenges, while also offering competitive tracking precision.

Cite

Text

Xiao et al. "Single Target Tracking Using Adaptive Clustered Decision Trees and Dynamic Multi-Level Appearance Models." Conference on Computer Vision and Pattern Recognition, 2015. doi:10.1109/CVPR.2015.7299132

Markdown

[Xiao et al. "Single Target Tracking Using Adaptive Clustered Decision Trees and Dynamic Multi-Level Appearance Models." Conference on Computer Vision and Pattern Recognition, 2015.](https://mlanthology.org/cvpr/2015/xiao2015cvpr-single/) doi:10.1109/CVPR.2015.7299132

BibTeX

@inproceedings{xiao2015cvpr-single,
  title     = {{Single Target Tracking Using Adaptive Clustered Decision Trees and Dynamic Multi-Level Appearance Models}},
  author    = {Xiao, Jingjing and Stolkin, Rustam and Leonardis, Ales},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2015},
  doi       = {10.1109/CVPR.2015.7299132},
  url       = {https://mlanthology.org/cvpr/2015/xiao2015cvpr-single/}
}