CVNov 13, 2019

Learning Where to Focus for Efficient Video Object Detection

arXiv:1911.05253v212 citationsHas Code
Originality Incremental advance
AI Analysis

This work improves video object detection efficiency for applications like surveillance or autonomous driving, though it is incremental by building on existing feature propagation techniques.

The paper tackles the problem of video object detection by addressing issues like occlusion and motion blur, proposing a method that achieves state-of-the-art performance on the ImageNet VID dataset with reduced computational complexity and real-time speed.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes