Implicit Color Segmentation Features for Pedestrian and Object Detection

Abstract

We investigate the problem of pedestrian detection in still images. Sliding window classifiers, notably using the Histogram-of-Gradient (HOG) features proposed by Dalal and Triggs are the state-of-the-art for this task, and we base our method on this approach. We propose a novel feature extraction scheme which computes implicit `soft segmentations' of image regions into foreground/background. The method yields stronger object/background edges than gray-scale gradient alone, suppresses textural and shading variations, and captures local coherence of object appearance. The main contributions of our work are: (i) incorporation of segmentation cues into object detection; (ii) integration with classifier learning cf. a post-processing filter; (iii) high computational efficiency. We report results on the INRIA person detection dataset, achieving state-of-the-art results considerably exceeding those of the original HOG detector. Preliminary results for generic object detection on the PASCAL VOC2006 dataset also show substantial improvements in accuracy.

Cite

Text

Ott and Everingham. "Implicit Color Segmentation Features for Pedestrian and Object Detection." IEEE/CVF International Conference on Computer Vision, 2009. doi:10.1109/ICCV.2009.5459238

Markdown

[Ott and Everingham. "Implicit Color Segmentation Features for Pedestrian and Object Detection." IEEE/CVF International Conference on Computer Vision, 2009.](https://mlanthology.org/iccv/2009/ott2009iccv-implicit/) doi:10.1109/ICCV.2009.5459238

BibTeX

@inproceedings{ott2009iccv-implicit,
  title     = {{Implicit Color Segmentation Features for Pedestrian and Object Detection}},
  author    = {Ott, Patrick and Everingham, Mark},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2009},
  pages     = {723-730},
  doi       = {10.1109/ICCV.2009.5459238},
  url       = {https://mlanthology.org/iccv/2009/ott2009iccv-implicit/}
}