Online Object Tracking, Learning and Parsing with And-or Graphs

Abstract

This paper presents a framework for simultaneously tracking, learning and parsing objects with a hierarchical and compositional And-Or graph (AOG) representation. The AOG is discriminatively learned online to account for the appearance (e.g., lighting and partial occlusion) and structural (e.g., different poses and viewpoints) variations of the object itself, as well as the distractors (e.g., similar objects) in the scene background. In tracking, the state of the object (i.e., bounding box) is inferred by parsing with the current AOG using a spatial-temporal dynamic programming (DP) algorithm. When the AOG grows big for handling objects with large variations in long-term tracking, we propose a bottom-up/top-down scheduling scheme for efficient inference, which performs focused inference with the most stable and discriminative small sub-AOG. During online learning, the AOG is re-learned iteratively with two steps: (i) Identifying the false positives and false negatives of the current AOG in a new frame by exploiting the spatial and temporal constraints observed in the trajectory; (ii) Updating the structure of the AOG, and re-estimating the parameters based on the augmented training dataset. In experiments, the proposed method outperforms state-of-theart tracking algorithms on a recent public tracking benchmark with 50 testing videos and 30 publicly available trackers evaluated [34].

Cite

Text

Lu et al. "Online Object Tracking, Learning and Parsing with And-or Graphs." Conference on Computer Vision and Pattern Recognition, 2014. doi:10.1109/CVPR.2014.443

Markdown

[Lu et al. "Online Object Tracking, Learning and Parsing with And-or Graphs." Conference on Computer Vision and Pattern Recognition, 2014.](https://mlanthology.org/cvpr/2014/lu2014cvpr-online/) doi:10.1109/CVPR.2014.443

BibTeX

@inproceedings{lu2014cvpr-online,
  title     = {{Online Object Tracking, Learning and Parsing with And-or Graphs}},
  author    = {Lu, Yang and Wu, Tianfu and Zhu, Song Chun},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2014},
  doi       = {10.1109/CVPR.2014.443},
  url       = {https://mlanthology.org/cvpr/2014/lu2014cvpr-online/}
}