Skip to content

Latest commit

 

History

History
 
 

selsa

Sequence Level Semantics Aggregation for Video Object Detection

Abstract

Video objection detection (VID) has been a rising research direction in recent years. A central issue of VID is the appearance degradation of video frames caused by fast motion. This problem is essentially ill-posed for a single frame. Therefore, aggregating features from other frames becomes a natural choice. Existing methods rely heavily on optical flow or recurrent neural networks for feature aggregation. However, these methods emphasize more on the temporally nearby frames. In this work, we argue that aggregating features in the full-sequence level will lead to more discriminative and robust features for video object detection. To achieve this goal, we devise a novel Sequence Level Semantics Aggregation (SELSA) module. We further demonstrate the close relationship between the proposed method and the classic spectral clustering method, providing a novel view for understanding the VID problem. We test the proposed method on the ImageNet VID and the EPIC KITCHENS dataset and achieve new state-of-theart results. Our method does not need complicated postprocessing methods such as Seq-NMS or Tubelet rescoring, which keeps the pipeline simple and clean.

Citation

@inproceedings{wu2019sequence,
  title={Sequence level semantics aggregation for video object detection},
  author={Wu, Haiping and Chen, Yuntao and Wang, Naiyan and Zhang, Zhaoxiang},
  booktitle={Proceedings of the IEEE International Conference on Computer Vision},
  pages={9217--9225},
  year={2019}
}

Results and models on ImageNet VID dataset

We observe around 1 mAP fluctuations in performance, and provide the best model.

Method Backbone Style Lr schd Mem (GB) Inf time (fps) box AP@50 Config Download
SELSA R-50-DC5 pytorch 7e 3.49 7.5 78.4 config model | log
SELSA R-101-DC5 pytorch 7e 5.18 7.2 81.5 config model | log
SELSA X-101-DC5 pytorch 7e 9.15 - 83.1 config model | log
SELSA
(FP16)
R-50-DC5 pytorch 7e 2.71 - 78.7 config model | log

Note:

  • FP16 means Mixed Precision (FP16) is adopted in training.