Detecting Temporally Consistent Objects in Videos Through Object Class Label Propagation

Abstract

Object proposals for detecting moving or static video objects need to address issues such as speed, memory complexity and temporal consistency. We propose an efficient Video Object Proposal (VOP) generation method and show its efficacy in learning a better video object detector A deep-learning based video object detector learned using the proposed VOP achieves state-of-the-art detection performance on the Youtube-Objects dataset. We further propose a clustering of VOPs which can efficiently be used for detecting objects in video in a streaming fashion. As opposed to applying per-frame convolutional neural network (CNN) based object detection, our proposed method called Objects in Video Enabler thRough LAbel Propagation (OVERLAP) needs to classify only a small fraction of all candidate proposals in every video frame through streaming clustering of object proposals and class-label propagation. Source code for VOP clustering is available at https://github. com/subtri/streaming_VOP_clustering.

Cite

Text

Tripathi et al. "Detecting Temporally Consistent Objects in Videos Through Object Class Label Propagation." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016. doi:10.1109/WACV.2016.7477702

Markdown

[Tripathi et al. "Detecting Temporally Consistent Objects in Videos Through Object Class Label Propagation." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016.](https://mlanthology.org/wacv/2016/tripathi2016wacv-detecting/) doi:10.1109/WACV.2016.7477702

BibTeX

@inproceedings{tripathi2016wacv-detecting,
  title     = {{Detecting Temporally Consistent Objects in Videos Through Object Class Label Propagation}},
  author    = {Tripathi, Subarna and Belongie, Serge J. and Hwang, Youngbae and Nguyen, Truong Q.},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2016},
  pages     = {1-9},
  doi       = {10.1109/WACV.2016.7477702},
  url       = {https://mlanthology.org/wacv/2016/tripathi2016wacv-detecting/}
}