Fast Pedestrian Detection via Random Projection Features with Shape Prior

Abstract

Accurate pedestrian detection with high speed is always of great interests especially for practical application. Detectors usually follow the feature selection paradigm, and need to first construct rich and diverse features. In particular, current state-of-the-arts generate more channels of feature by convolving the basic feature channels with filter banks, which significantly improves accuracy. In this paper, we propose to apply random projection over the basic feature channels, implicitly selecting feature from a much larger feature space. Our method is more efficient than the ones employing filter banks by avoiding the convolution operation. We further impose shape prior to guide the random projection, making the generated feature be more robust to occlusion, pose variation and scale change. Experimental results on Caltech pedestrian dataset demonstrate the accuracy and efficiency of our method. Compared with thestate-of-arts, our method can achieve 5-10× speedup with comparable accuracy.

Cite

Text

Zhao et al. "Fast Pedestrian Detection via Random Projection Features with Shape Prior." IEEE/CVF Winter Conference on Applications of Computer Vision, 2017. doi:10.1109/WACV.2017.112

Markdown

[Zhao et al. "Fast Pedestrian Detection via Random Projection Features with Shape Prior." IEEE/CVF Winter Conference on Applications of Computer Vision, 2017.](https://mlanthology.org/wacv/2017/zhao2017wacv-fast/) doi:10.1109/WACV.2017.112

BibTeX

@inproceedings{zhao2017wacv-fast,
  title     = {{Fast Pedestrian Detection via Random Projection Features with Shape Prior}},
  author    = {Zhao, Yun and Yuan, Zejian and Chen, Dapeng and Lyu, Jie and Liu, Tie},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2017},
  pages     = {962-970},
  doi       = {10.1109/WACV.2017.112},
  url       = {https://mlanthology.org/wacv/2017/zhao2017wacv-fast/}
}