paper-with-me

Papers

Real-Time and Accurate Object Detection in Compressed Video by Long Short-term Feature Aggregation

2021-03-25 · Xinggang Wang, Zhaojin Huang, Bencheng Liao, Lichao Huang, Yongchao Gong, Chang Huang

Video object detection is a fundamental problem in computer vision and has a wide spectrum of applications. Based on deep networks, video object detection is actively studied for pushing the limits of detection speed and accuracy. To reduce the computation cost, we sparsely sample key frames in video and treat the rest frames are non-key frames; a large and deep network is used to extract features for key frames and a tiny network is used for non-key frames. To enhance the features of non-key frames, we propose a novel short-term feature aggregation method to propagate the rich information in key frame features to non-key frame features in a fast way. The fast feature aggregation is enabled by the freely available motion cues in compressed videos. Further, key frame features are also aggregated based on optical flow. The propagated deep features are then integrated with the directly extracted features for object detection. The feature extraction and feature integration parameters are optimized in an end-to-end manner. The proposed video object detection network is evaluated on the large-scale ImageNet VID benchmark and achieves 77.2\% mAP, which is on-par with state-of-the-art accuracy, at the speed of 30 FPS using a Titan X GPU. The source codes are available at \url{https://github.com/hustvl/LSFA}.

📄 PDF Abstract BibTeX arXiv:2103.14529

Code (1)

hustvl/LSFA 공식 구현 mxnet

Tasks

GPUObjectobject-detectionObject DetectionOptical Flow EstimationVideo Object Detection

Similar Papers 제목 키워드 기반

Developing a Compressed Object Detection Model based on YOLOv4 for Deployment on Embedded GPU Platform of Autonomous System

2021-08-01 · Issac Sim, Ju-Hyung Lim, Young-Wan Jang, JiHwan You 외

Latest CNN-based object detection models are quite accurate but require a high-performance GPU to run in real-time. They still are heavy in terms of memory size and speed for an embedded system with limited memory space.…

GPUObjectobject-detectionObject Detection

Real-time Online Multi-Object Tracking in Compressed Domain

2022-04-05 · Qiankun Liu, Bin Liu, Yue Wu, Weihai Li 외

Recent online Multi-Object Tracking (MOT) methods have achieved desirable tracking performance. However, the tracking speed of most existing methods is rather slow. Inspired from the fact that the adjacent frames are hig…

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

Object Detection in the DCT Domain: is Luminance the Solution?

2020-06-10 · Benjamin Deguerre, Clement Chatelain, Gilles Gasso

Object detection in images has reached unprecedented performances. The state-of-the-art methods rely on deep architectures that extract salient features and predict bounding boxes enclosing the objects of interest. These…

Objectobject-detectionObject Detection

Fast Object Detection in Compressed Video

2018-11-27 · ICCV 2019 10 · Shiyao Wang, Hongchao Lu, Zhidong Deng

Object detection in videos has drawn increasing attention since it is more practical in real scenarios. Most of the deep learning methods use CNNs to process each decoded frame in a video stream individually. However, th…

Objectobject-detectionObject DetectionReal-Time Object Detection+1

Fast object detection in compressed JPEG Images

2019-04-16 · Benjamin Deguerre, Clément Chatelain, Gilles Gasso

Object detection in still images has drawn a lot of attention over past few years, and with the advent of Deep Learning impressive performances have been achieved with numerous industrial applications. Most of these deep…

Objectobject-detectionObject DetectionReal-Time Object Detection