Detecting Pedestrians by Learning Shapelet Features

Abstract

In this paper, we address the problem of detecting pedestrians in still images. We introduce an algorithm for learning shapelet features, a set of mid-level features. These features are focused on local regions of the image and are built from low-level gradient information that discriminates between pedestrian and non-pedestrian classes. Using Ad-aBoost, these shapelet features are created as a combination of oriented gradient responses. To train the final classifier, we use AdaBoost for a second time to select a subset of our learned shapelets. By first focusing locally on smaller feature sets, our algorithm attempts to harvest more useful information than by examining all the low-level features together. We present quantitative results demonstrating the effectiveness of our algorithm. In particular, we obtain an error rate 14 percentage points lower (at 10 <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">-6</sup> FPPW) than the previous state of the art detector of Dalal and Triggs on the INRIA dataset.

Cite

Text

Sabzmeydani and Mori. "Detecting Pedestrians by Learning Shapelet Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007. doi:10.1109/CVPR.2007.383134

Markdown

[Sabzmeydani and Mori. "Detecting Pedestrians by Learning Shapelet Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007.](https://mlanthology.org/cvpr/2007/sabzmeydani2007cvpr-detecting/) doi:10.1109/CVPR.2007.383134

BibTeX

@inproceedings{sabzmeydani2007cvpr-detecting,
  title     = {{Detecting Pedestrians by Learning Shapelet Features}},
  author    = {Sabzmeydani, Payam and Mori, Greg},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2007},
  doi       = {10.1109/CVPR.2007.383134},
  url       = {https://mlanthology.org/cvpr/2007/sabzmeydani2007cvpr-detecting/}
}