Viewpoint Invariant Pedestrian Recognition with an Ensemble of Localized Features

Abstract

Viewpoint invariant pedestrian recognition is an important yet under-addressed problem in computer vision. This is likely due to the difficulty in matching two objects with unknown viewpoint and pose. This paper presents a method of performing viewpoint invariant pedestrian recognition using an efficiently and intelligently designed object representation, the ensemble of localized features (ELF). Instead of designing a specific feature by hand to solve the problem, we define a feature space using our intuition about the problem and let a machine learning algorithm find the best representation. We show how both an object class specific representation and a discriminative recognition model can be learned using the AdaBoost algorithm. This approach allows many different kinds of simple features to be combined into a single similarity function. The method is evaluated using a viewpoint invariant pedestrian recognition dataset and the results are shown to be superior to all previous benchmarks for both recognition and reacquisition of pedestrians.

Cite

Text

Gray and Tao. "Viewpoint Invariant Pedestrian Recognition with an Ensemble of Localized Features." European Conference on Computer Vision, 2008. doi:10.1007/978-3-540-88682-2_21

Markdown

[Gray and Tao. "Viewpoint Invariant Pedestrian Recognition with an Ensemble of Localized Features." European Conference on Computer Vision, 2008.](https://mlanthology.org/eccv/2008/gray2008eccv-viewpoint/) doi:10.1007/978-3-540-88682-2_21

BibTeX

@inproceedings{gray2008eccv-viewpoint,
  title     = {{Viewpoint Invariant Pedestrian Recognition with an Ensemble of Localized Features}},
  author    = {Gray, Douglas and Tao, Hai},
  booktitle = {European Conference on Computer Vision},
  year      = {2008},
  pages     = {262-275},
  doi       = {10.1007/978-3-540-88682-2_21},
  url       = {https://mlanthology.org/eccv/2008/gray2008eccv-viewpoint/}
}