paper-with-me

홈 › Papers

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

2019-11-13 · Hongxing Gao, Wei Tao, Dongchao Wen, Junjie Liu, Tse-Wei Chen, Kinya Osa, Masami Kato

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 size (e.g. 240.9 KB for IFQ-Tinier-YOLO), it is not tiny enough to fit in the embedded devices with strict memory constraints. In this paper, we propose DupNet which consists of two parts. Firstly, we employ weights with duplicated channels for the weight-intensive layers to reduce the model size. Secondly, for the quantization-sensitive layers whose quantization causes notable accuracy drop, we duplicate its input feature maps. It allows us to use more weights channels for convolving more representative outputs. Based on that, we propose a very tiny face detector, DupNet-Tinier-YOLO, which is 6.5X times smaller on model size and 42.0% less complex on computation and meanwhile achieves 2.4% higher detection than IFQ-Tinier-YOLO. Comparing with the full precision Tiny-YOLO, our DupNet-Tinier-YOLO gives 1,694.2X and 389.9X times savings on model size and computation complexity respectively with only 4.0% drop on detection rate (0.880 vs. 0.920). Moreover, our DupNet-Tinier-YOLO is only 36.9 KB, which is the tiniest deep face detector to our best knowledge.

📄 PDF Abstract BibTeX arXiv:1911.05341

Code (0)

등록된 구현이 없습니다.

Tasks

Face DetectionQuantization

Similar Papers 제목 키워드 기반

Quantization Mimic: Towards Very Tiny CNN for Object Detection

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

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

Objectobject-detectionObject DetectionQuantization

KP2Dtiny: Quantized Neural Keypoint Detection and Description on the Edge

2023-07-07 · AICAS 2023 7 · Thomas Rüegg, Marco Giordano, Michele Magno

Detection and description of keypoints in images is a fundamental component of a wide range of tasks such as Simultaneous Localization And Mapping (SLAM), image alignment and structure from motion (SfM). Efficient comput…

Homography EstimationKeypoint DetectionQuantizationSimultaneous Localization and Mapping

TinyML Towards Industry 4.0: Resource-Efficient Process Monitoring of a Milling Machine

2025-08-22 · Tim Langer, Matthias Widra, Volkhard Beyer arxiv

In the context of industry 4.0, long-serving industrial machines can be retrofitted with process monitoring capabilities for future use in a smart factory. One possible approach is the deployment of wireless monitoring s…

Nano-U: Efficient Terrain Segmentation for Tiny Robot Navigation

2026-05-11 · Federico Pizzolato, Francesco Pasti, Nicola Bellotto arxiv

Terrain segmentation is a fundamental capability for autonomous mobile robots operating in unstructured outdoor environments. However, state-of-the-art models are incompatible with the memory and compute constraints typi…

Knowledge DistillationRobot Navigation

QuaLA-MiniLM: a Quantized Length Adaptive MiniLM

2022-10-31 · Shira Guskin, Moshe Wasserblat, Chang Wang, Haihao Shen

Limited computational budgets often prevent transformers from being used in production and from having their high accuracy utilized. A knowledge distillation approach addresses the computational efficiency by self-distil…

Computational EfficiencyKnowledge DistillationQuantizationQuestion Answering