paper-with-me

홈 › Papers

Mobile Video Object Detection with Temporally-Aware Feature Maps

2017-11-17 · CVPR 2018 6 · Mason Liu, Menglong Zhu

This paper introduces an online model for object detection in videos designed to run in real-time on low-powered 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.

📄 PDF Abstract BibTeX arXiv:1711.06368

Code (3)

kyscg/tf-models tf
tensorflow/models tf
vikrant7/mobile-vod-bottleneck-lstm pytorch

Tasks

CPUObjectobject-detectionObject DetectionVideo Object Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

EdgeDAM: Real-time Object Tracking for Mobile Devices

2026-03-05 · Syed Muhammad Raza, Syed Murtaza Hussain Abidi, Khawar Islam, Muhammad Ibrahim 외 arxiv

Single-object tracking (SOT) on edge devices is a critical computer vision task, requiring accurate and continuous target localization across video frames under occlusion, distractor interference, and fast motion. Howeve…

Object Tracking

Mobile Object Tracking in Panoramic Video and LiDAR for Radiological Source-Object Attribution and Improved Source Detection

2023-09-12 · M. R. Marshall, R. J. Cooper, J. C. Curtis, D. Hellfeld 외

The addition of contextual sensors to mobile radiation sensors provides valuable information about radiological source encounters that can assist in adjudication of alarms. This study explores how computer-vision based o…

Objectobject-detectionObject DetectionObject Tracking+1

SmartAdapt: Multi-Branch Object Detection Framework for Videos on Mobiles

2022-01-01 · CVPR 2022 1 · ran Xu, Fangzhou Mu, Jayoung Lee, Preeti Mukherjee 외

Several recent works seek to create lightweight deep networks for video object detection on mobiles. We observe that many existing detectors, previously deemed computationally costly for mobiles, intrinsically suppor…

object-detectionObject DetectionVideo Object Detection

Temporally Identity-Aware SSD with Attentional LSTM

2018-03-01 · Xingyu Chen, Junzhi Yu, Zhengxing Wu

Temporal object detection has attracted significant attention, but most popular detection methods cannot leverage rich temporal information in videos. Very recently, many algorithms have been developed for video detectio…

object-detectionObject Detection

ApproxDet: Content and Contention-Aware Approximate Object Detection for Mobiles

2020-10-21 · ran Xu, Chen-Lin Zhang, Pengcheng Wang, Jayoung Lee 외

Advanced video analytic systems, including scene classification and object detection, have seen widespread success in various domains such as smart cities and autonomous transportation. With an ever-growing number of pow…

Objectobject-detectionObject DetectionObject Tracking+3