English

Learning Where to Focus for Efficient Video Object Detection

Computer Vision and Pattern Recognition 2020-07-17 v2

Abstract

Transferring existing image-based detectors to the video is non-trivial since the quality of frames is always deteriorated by part occlusion, rare pose, and motion blur. Previous approaches exploit to propagate and aggregate features across video frames by using optical flow-warping. However, directly applying image-level optical flow onto the high-level features might not establish accurate spatial correspondences. Therefore, a novel module called Learnable Spatio-Temporal Sampling (LSTS) has been proposed to learn semantic-level correspondences among adjacent frame features accurately. The sampled locations are first randomly initialized, then updated iteratively to find better spatial correspondences guided by detection supervision progressively. Besides, Sparsely Recursive Feature Updating (SRFU) module and Dense Feature Aggregation (DFA) module are also introduced to model temporal relations and enhance per-frame features, respectively. Without bells and whistles, the proposed method achieves state-of-the-art performance on the ImageNet VID dataset with less computational complexity and real-time speed. Code will be made available at https://github.com/jiangzhengkai/LSTS.

Keywords

Cite

@article{arxiv.1911.05253,
  title  = {Learning Where to Focus for Efficient Video Object Detection},
  author = {Zhengkai Jiang and Yu Liu and Ceyuan Yang and Jihao Liu and Peng Gao and Qian Zhang and Shiming Xiang and Chunhong Pan},
  journal= {arXiv preprint arXiv:1911.05253},
  year   = {2020}
}

Comments

Accepted to ECCV 2020

R2 v1 2026-06-23T12:13:50.010Z