Exploit All the Layers: Fast and Accurate CNN Object Detector with Scale Dependent Pooling and Cascaded Rejection Classifiers

Abstract

In this paper, we investigate two new strategies to detect objects accurately and efficiently using deep convolutional neural network: 1) scale-dependent pooling and 2) layer-wise cascaded rejection classifiers. The scale-dependent pooling (SDP) improves detection accuracy by exploiting appropriate convolutional features depending on the scale of candidate object proposals. The cascaded rejection classifiers (CRC) effectively utilize convolutional features and eliminate negative object proposals in a cascaded manner, which greatly speeds up the detection while maintaining high accuracy. In combination of the two, our method achieves significantly better accuracy compared to other state-of-the-arts in three challenging datasets, PASCAL object detection challenge, KITTI object detection benchmark and newly collected Inner-city dataset, while being more efficient.

Cite

Text

Yang et al. "Exploit All the Layers: Fast and Accurate CNN Object Detector with Scale Dependent Pooling and Cascaded Rejection Classifiers." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.234

Markdown

[Yang et al. "Exploit All the Layers: Fast and Accurate CNN Object Detector with Scale Dependent Pooling and Cascaded Rejection Classifiers." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/yang2016cvpr-exploit-a/) doi:10.1109/CVPR.2016.234

BibTeX

@inproceedings{yang2016cvpr-exploit-a,
  title     = {{Exploit All the Layers: Fast and Accurate CNN Object Detector with Scale Dependent Pooling and Cascaded Rejection Classifiers}},
  author    = {Yang, Fan and Choi, Wongun and Lin, Yuanqing},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2016},
  doi       = {10.1109/CVPR.2016.234},
  url       = {https://mlanthology.org/cvpr/2016/yang2016cvpr-exploit-a/}
}