Fast Object Detection in Compressed Video
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, the free of charge yet valuable motion information already embedded in the video compression format is usually overlooked. In this paper, we propose a fast object detection method by taking advantage of this with a novel Motion aided Memory Network (MMNet). The MMNet has two major advantages: 1) It significantly accelerates the procedure of feature extraction for compressed videos. It only need to run a complete recognition network for I-frames, i.e. a few reference frames in a video, and it produces the features for the following P frames (predictive frames) with a light weight memory network, which runs fast; 2) Unlike existing methods that establish an additional network to model motion of frames, we take full advantage of both motion vectors and residual errors that are freely available in video streams. To our best knowledge, the MMNet is the first work that investigates a deep convolutional detector on compressed videos. Our method is evaluated on the large-scale ImageNet VID dataset, and the results show that it is 3x times faster than single image detector R-FCN and 10x times faster than high-performance detector MANet at a minor accuracy loss.
Code (0)
등록된 구현이 없습니다.
Tasks
Objectobject-detectionObject DetectionReal-Time Object DetectionVideo CompressionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Impact of Video Compression on the Performance of Object Detection Systems for Surveillance Applications
This study examines the relationship between H.264 video compression and the performance of an object detection network (YOLOv5). We curated a set of 50 surveillance videos and annotated targets of interest (people, bike…
object-detectionObject DetectionVideo CompressionReal-Time and Accurate Object Detection in Compressed Video by Long Short-term Feature Aggregation
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…
GPUObjectobject-detectionObject Detection+2Robust Deep Neural Object Detection and Segmentation for Automotive Driving Scenario with Compressed Image Data
Deep neural object detection or segmentation networks are commonly trained with pristine, uncompressed data. However, in practical applications the input images are usually deteriorated by compression that is applied to …
Autonomous Drivingobject-detectionObject DetectionComPrivDet: Efficient Privacy Object Detection in Compressed Domains Through Inference Reuse
As the Internet of Things (IoT) becomes deeply embedded in daily life, users are increasingly concerned about privacy leakage, especially from video data. Since frame-by-frame protection in large-scale video analytics (e…
License Plate DetectionObject DetectionFace DetectionFast object detection in compressed JPEG Images
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