paper-with-me

홈 › Papers

Training a Binary Weight Object Detector by Knowledge Transfer for Autonomous Driving

2018-04-17 · Jiaolong Xu, Peng Wang, Heng Yang, Antonio M. López

Autonomous driving has harsh requirements of small model size and energy efficiency, in order to enable the embedded system to achieve real-time on-board object detection. Recent deep convolutional neural network based object detectors have achieved state-of-the-art accuracy. However, such models are trained with numerous parameters and their high computational costs and large storage prohibit the deployment to memory and computation resource limited systems. Low-precision neural networks are popular techniques for reducing the computation requirements and memory footprint. Among them, binary weight neural network (BWN) is the extreme case which quantizes the float-point into just $1$ bit. BWNs are difficult to train and suffer from accuracy deprecation due to the extreme low-bit representation. To address this problem, we propose a knowledge transfer (KT) method to aid the training of BWN using a full-precision teacher network. We built DarkNet- and MobileNet-based binary weight YOLO-v2 detectors and conduct experiments on KITTI benchmark for car, pedestrian and cyclist detection. The experimental results show that the proposed method maintains high detection accuracy while reducing the model size of DarkNet-YOLO from 257 MB to 8.8 MB and MobileNet-YOLO from 193 MB to 7.9 MB.

📄 PDF Abstract BibTeX arXiv:1804.06332

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingobject-detectionObject DetectionTransfer Learning

Similar Papers 제목 키워드 기반

BIND: Binary Integrated Net Descriptors for Texture-Less Object Recognition

2017-07-01 · CVPR 2017 7 · Jacob Chan, Jimmy Addison Lee, Qian Kemao

This paper presents BIND (Binary Integrated Net Descriptor), a texture-less object detector that encodes multi-layered binary-represented nets for high precision edge-based description. Our proposed concept aligns layers…

ObjectObject Recognition

Understanding the Effects of Pre-Training for Object Detectors via Eigenspectrum

2019-09-09 · Yosuke Shinya, Edgar Simo-Serra, Taiji Suzuki

ImageNet pre-training has been regarded as essential for training accurate object detectors for a long time. Recently, it has been shown that object detectors trained from randomly initialized weights can be on par with …

image-classificationImage ClassificationObjectobject-detection+1

Evolutionary Multi-Objective Fusion of Deepfake Speech Detectors

2026-04-01 · Vojtěch Staněk, Martin Perešíni, Lukáš Sekanina, Anton Firc 외 arxiv

While deepfake speech detectors built on large self-supervised learning (SSL) models achieve high accuracy, employing standard ensemble fusion to further enhance robustness often results in oversized systems with diminis…

Self-Supervised Learning

Creating Lightweight Object Detectors with Model Compression for Deployment on Edge Devices

2019-05-06 · Yiwu Yao, Weiqiang Yang, Haoqi Zhu

To achieve lightweight object detectors for deployment on the edge devices, an effective model compression pipeline is proposed in this paper. The compression pipeline consists of automatic channel pruning for the backbo…

Knowledge DistillationModel CompressionObject

Optimized Pedestrian Detection for Multiple and Occluded People

2013-06-01 · CVPR 2013 6 · Sitapa Rujikietgumjorn, Robert T. Collins

We present a quadratic unconstrained binary optimization (QUBO) framework for reasoning about multiple object detections with spatial overlaps. The method maximizes an objective function composed of unary detection confi…

ObjectPedestrian Detection