Memory Enhanced Global-Local Aggregation for Video Object Detection 论文

2020引用 341
Advanced Neural Network ApplicationsAdvanced Image and Video Retrieval TechniquesVideo Surveillance and Tracking Methods

详细信息

发表日期
2020-06-01
发表年份
2020

关键词

Advanced Neural Network ApplicationsAdvanced Image and Video Retrieval TechniquesVideo Surveillance and Tracking Methods

摘要

How do humans recognize an object in a piece of video? Due to the deteriorated quality of single frame, it may be hard for people to identify an occluded object in this frame by just utilizing information within one image. We argue that there are two important cues for humans to recognize objects in videos: the global semantic information and the local localization information. Recently, plenty of methods adopt the self-attention mechanisms to enhance the features in key frame with either global semantic information or local localization information. In this paper we introduce memory enhanced global-local aggregation (MEGA) network, which is among the first trials that takes full consideration of both global and local information. Furthermore, empowered by a novel and carefully-designed Long Range Memory (LRM) module, our proposed MEGA could enable the key frame to get access to much more content than any previous methods. Enhanced by these two sources of information, our method achieves state-of-the-art performance on ImageNet VID dataset. Code is available at https://github.com/Scalsol/mega.pytorch.