paper-with-me

Papers

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, 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.

📄 PDF Abstract BibTeX arXiv:1811.11057

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionReal-Time Object DetectionVideo Compression

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음
Position-Sensitive RoI Pooling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
R-FCN Region-based Fully Convolutional Networks, or R-FCNs, are a type of region-based object detector. In contrast to previous region-based object detectors such as…

Similar Papers 제목 키워드 기반

Impact of Video Compression on the Performance of Object Detection Systems for Surveillance Applications

2022-11-10 · Michael O'Byrne, Vibhoothi, Mark Sugrue, Anil Kokaram

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 Compression

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 외

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+2

Robust Deep Neural Object Detection and Segmentation for Automotive Driving Scenario with Compressed Image Data

2022-05-13 · Kristian Fischer, Christian Blum, Christian Herglotz, André Kaup

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 Detection

ComPrivDet: Efficient Privacy Object Detection in Compressed Domains Through Inference Reuse

2026-04-04 · Yunhao Yao, Zhiqiang Wang, Ruiqi Li, Haoran Cheng 외 arxiv

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 Detection

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