paper-with-me

홈 › Papers

Compressed Object Detection

2021-02-04 · Gedeon Muhawenayo, Georgia Gkioxari

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.

📄 PDF Abstract BibTeX arXiv:2102.02896

Code (1)

Gedeon-m-gedus/compressed_object_detection pytorch

Tasks

Model CompressionObjectobject-detectionObject DetectionPose EstimationQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

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

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

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

Robust Salient Object Detection on Compressed Images Using Convolutional Neural Networks

2024-09-20 · Guibiao Liao, Wei Gao

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