Flow Counting Using Realboosted Multi-Sized Window Detectors

Abstract

One classic approach to real-time object detection is to use adaboost to a train a set of look up tables of discrete features. By utilizing a discrete feature set, from features such as local binary patterns, efficient classifiers can be designed. However, these classifiers include interpolation operations while scaling the images over various scales. In this work, we propose the use of real valued weak classifiers which are designed on different scales in order to avoid costly interpolations. The use of real valued weak classifiers in combination with the proposed method avoiding interpolation leads to substantially faster detectors compared to baseline detectors. Furthermore, we investigate the speed and detection performance of such classifiers and their impact on tracking performance. Results indicate that the realboost framework combined with the proposed scaling framework achieves an 80% speed up over adaboost with bilinear interpolation.

Cite

Text

Ardö et al. "Flow Counting Using Realboosted Multi-Sized Window Detectors." European Conference on Computer Vision Workshops, 2012. doi:10.1007/978-3-642-33885-4_20

Markdown

[Ardö et al. "Flow Counting Using Realboosted Multi-Sized Window Detectors." European Conference on Computer Vision Workshops, 2012.](https://mlanthology.org/eccvw/2012/ardo2012eccvw-flow/) doi:10.1007/978-3-642-33885-4_20

BibTeX

@inproceedings{ardo2012eccvw-flow,
  title     = {{Flow Counting Using Realboosted Multi-Sized Window Detectors}},
  author    = {Ardö, Håkan and Nilsson, Mikael G. and Berthilsson, Rikard},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2012},
  pages     = {193-202},
  doi       = {10.1007/978-3-642-33885-4_20},
  url       = {https://mlanthology.org/eccvw/2012/ardo2012eccvw-flow/}
}