English

BiDet: An Efficient Binarized Object Detector

Computer Vision and Pattern Recognition 2020-03-10 v1 Machine Learning

Abstract

In this paper, we propose a binarized neural network learning method called BiDet for efficient object detection. Conventional network binarization methods directly quantize the weights and activations in one-stage or two-stage detectors with constrained representational capacity, so that the information redundancy in the networks causes numerous false positives and degrades the performance significantly. On the contrary, our BiDet fully utilizes the representational capacity of the binary neural networks for object detection by redundancy removal, through which the detection precision is enhanced with alleviated false positives. Specifically, we generalize the information bottleneck (IB) principle to object detection, where the amount of information in the high-level feature maps is constrained and the mutual information between the feature maps and object detection is maximized. Meanwhile, we learn sparse object priors so that the posteriors are concentrated on informative detection prediction with false positive elimination. Extensive experiments on the PASCAL VOC and COCO datasets show that our method outperforms the state-of-the-art binary neural networks by a sizable margin.

Keywords

Cite

@article{arxiv.2003.03961,
  title  = {BiDet: An Efficient Binarized Object Detector},
  author = {Ziwei Wang and Ziyi Wu and Jiwen Lu and Jie Zhou},
  journal= {arXiv preprint arXiv:2003.03961},
  year   = {2020}
}

Comments

Accepted by CVPR2020

R2 v1 2026-06-23T14:08:22.415Z