English

Context Matters: Refining Object Detection in Video with Recurrent Neural Networks

Computer Vision and Pattern Recognition 2016-07-20 v2

Abstract

Given the vast amounts of video available online, and recent breakthroughs in object detection with static images, object detection in video offers a promising new frontier. However, motion blur and compression artifacts cause substantial frame-level variability, even in videos that appear smooth to the eye. Additionally, video datasets tend to have sparsely annotated frames. We present a new framework for improving object detection in videos that captures temporal context and encourages consistency of predictions. First, we train a pseudo-labeler, that is, a domain-adapted convolutional neural network for object detection. The pseudo-labeler is first trained individually on the subset of labeled frames, and then subsequently applied to all frames. Then we train a recurrent neural network that takes as input sequences of pseudo-labeled frames and optimizes an objective that encourages both accuracy on the target frame and consistency across consecutive frames. The approach incorporates strong supervision of target frames, weak-supervision on context frames, and regularization via a smoothness penalty. Our approach achieves mean Average Precision (mAP) of 68.73, an improvement of 7.1 over the strongest image-based baselines for the Youtube-Video Objects dataset. Our experiments demonstrate that neighboring frames can provide valuable information, even absent labels.

Keywords

Cite

@article{arxiv.1607.04648,
  title  = {Context Matters: Refining Object Detection in Video with Recurrent Neural Networks},
  author = {Subarna Tripathi and Zachary C. Lipton and Serge Belongie and Truong Nguyen},
  journal= {arXiv preprint arXiv:1607.04648},
  year   = {2016}
}

Comments

To appear in BMVC 2016

R2 v1 2026-06-22T14:56:06.366Z