Compressed Object Detection
Deep learning approaches have achieved unprecedented performance in visual recognition tasks such as object detection and pose estimation. However, state-of-the-art models have millions of parameters represented as floats which make them computationally expensive and constrain their deployment on hardware such as mobile phones and IoT nodes. Most commonly, activations of deep neural networks tend to be sparse thus proving that models are over parametrized with redundant neurons. Model compression techniques, such as pruning and quantization, have recently shown promising results by improving model complexity with little loss in performance. In this work, we extended pruning, a compression technique that discards unnecessary model connections, and weight sharing techniques for the task of object detection. With our approach, we are able to compress a state-of-the-art object detection model by 30.0% without a loss in performance. We also show that our compressed model can be easily initialized with existing pre-trained weights, and thus is able to fully utilize published state-of-the-art model zoos.
Code (1)
Tasks
Model CompressionObjectobject-detectionObject DetectionPose EstimationQuantizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
ComPrivDet: 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 DetectionObject Detection in the DCT Domain: is Luminance the Solution?
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 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 DetectionImpact 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 CompressionRobust Salient Object Detection on Compressed Images Using Convolutional Neural Networks
Salient object detection (SOD) has achieved substantial progress in recent years. In practical scenarios, compressed images (CI) serve as the primary medium for data transmission and storage. However, scant attention has…
Benchmarkingobject-detectionObject DetectionRepresentation Learning+1