paper-with-me

홈 › Papers

Quantization Mimic: Towards Very Tiny CNN for Object Detection

2018-05-06 · ECCV 2018 9 · Yi Wei, Xinyu Pan, Hongwei Qin, Wanli Ouyang, Junjie Yan

In this paper, we propose a simple and general framework for training very tiny CNNs for object detection. Due to limited representation ability, it is challenging to train very tiny networks for complicated tasks like detection. To the best of our knowledge, our method, called Quantization Mimic, is the first one focusing on very tiny networks. We utilize two types of acceleration methods: mimic and quantization. Mimic improves the performance of a student network by transfering knowledge from a teacher network. Quantization converts a full-precision network to a quantized one without large degradation of performance. If the teacher network is quantized, the search scope of the student network will be smaller. Using this feature of the quantization, we propose Quantization Mimic. It first quantizes the large network, then mimic a quantized small network. The quantization operation can help student network to better match the feature maps from teacher network. To evaluate our approach, we carry out experiments on various popular CNNs including VGG and Resnet, as well as different detection frameworks including Faster R-CNN and R-FCN. Experiments on Pascal VOC and WIDER FACE verify that our Quantization Mimic algorithm can be applied on various settings and outperforms state-of-the-art model acceleration methods given limited computing resouces.

📄 PDF Abstract BibTeX arXiv:1805.02152

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionQuantization

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Sensitive RoI Pooling 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Ethereum Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

TinyM$^2$Net: A Flexible System Algorithm Co-designed Multimodal Learning Framework for Tiny Devices

2022-02-09 · Hasib-Al Rashid, Pretom Roy Ovi, Carl Busart, Aryya Gangopadhyay 외

With the emergence of Artificial Intelligence (AI), new attention has been given to implement AI algorithms on resource constrained tiny devices to expand the application domain of IoT. Multimodal Learning has recently b…

Classificationobject-detectionObject DetectionQuantization+1

TinyissimoYOLO: A Quantized, Low-Memory Footprint, TinyML Object Detection Network for Low Power Microcontrollers

2023-05-22 · Julian Moosmann, Marco Giordano, Christian Vogt, Michele Magno

This paper introduces a highly flexible, quantized, memory-efficient, and ultra-lightweight object detection network, called TinyissimoYOLO. It aims to enable object detection on microcontrollers in the power domain of m…

Objectobject-detectionObject DetectionQuantization+1

DupNet: Towards Very Tiny Quantized CNN with Improved Accuracy for Face Detection

2019-11-13 · Hongxing Gao, Wei Tao, Dongchao Wen, Junjie Liu 외

Deploying deep learning based face detectors on edge devices is a challenging task due to the limited computation resources. Even though binarizing the weights of a very tiny network gives impressive compactness on model…

Face DetectionQuantization

QD-BEV : Quantization-aware View-guided Distillation for Multi-view 3D Object Detection

2023-08-21 · ICCV 2023 1 · Yifan Zhang, Zhen Dong, Huanrui Yang, Ming Lu 외

Multi-view 3D detection based on BEV (bird-eye-view) has recently achieved significant improvements. However, the huge memory consumption of state-of-the-art models makes it hard to deploy them on vehicles, and the non-t…

3D Object DetectionModel Compressionobject-detectionObject Detection+1

Tiny Object Detection in Aerial Images

2021-01-10 · International Conference on Pattern Recognition (ICPR) 2021 1 · Jinwang Wang, Wen Yang, Haowen Guo, Ruixiang Zhang 외

Object detection in Earth Vision has achieved great progress in recent years. However, tiny object detection in aerial images remains a very challenging problem since the tiny objects contain a small number of pixels and…

Objectobject-detectionObject DetectionObject Detection In Aerial Images