Mobile Video Object Detection with Temporally-Aware Feature Maps
Abstract
This paper introduces an online model for object detection in videos with real-time performance on mobile and embedded devices. Our approach combines fast single-image object detection with convolutional long short term memory (LSTM) layers to create an interweaved recurrent-convolutional architecture. Additionally, we propose an efficient Bottleneck-LSTM layer that significantly reduces computational cost compared to regular LSTMs. Our network achieves temporal awareness by using Bottleneck-LSTMs to refine and propagate feature maps across frames. This approach is substantially faster than existing detection methods in video, outperforming the fastest single-frame models in model size and computational cost while attaining accuracy comparable to much more expensive single-frame models on the Imagenet VID 2015 dataset. Our model reaches a real-time inference speed of up to 15 FPS on a mobile CPU.
Cite
Text
Liu and Zhu. "Mobile Video Object Detection with Temporally-Aware Feature Maps." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00596Markdown
[Liu and Zhu. "Mobile Video Object Detection with Temporally-Aware Feature Maps." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/liu2018cvpr-mobile/) doi:10.1109/CVPR.2018.00596BibTeX
@inproceedings{liu2018cvpr-mobile,
title = {{Mobile Video Object Detection with Temporally-Aware Feature Maps}},
author = {Liu, Mason and Zhu, Menglong},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2018},
doi = {10.1109/CVPR.2018.00596},
url = {https://mlanthology.org/cvpr/2018/liu2018cvpr-mobile/}
}