Pedestrian Detection in Low Resolution Videos

Abstract

Pedestrian detection in low resolution videos can be challenging. In outdoor surveillance scenarios, the size of pedestrians in the images is often very small (around 20 pixels tall). The most common and successful approaches for single frame pedestrian detection use gradient-based features and a support vector machine classifier. We propose an extension of these ideas, and develop a new algorithm that extracts gradient features from a spatiotemporal volume, consisting of a short sequence of images (about one second in duration). The additional information provided by the motion of the person compensates for the loss of resolution. On standard datasets (PETS2001, VIRAT) we show a significant improvement in performance over single-frame detection.

Cite

Text

Sager and Hoff. "Pedestrian Detection in Low Resolution Videos." IEEE/CVF Winter Conference on Applications of Computer Vision, 2014. doi:10.1109/WACV.2014.6836038

Markdown

[Sager and Hoff. "Pedestrian Detection in Low Resolution Videos." IEEE/CVF Winter Conference on Applications of Computer Vision, 2014.](https://mlanthology.org/wacv/2014/sager2014wacv-pedestrian/) doi:10.1109/WACV.2014.6836038

BibTeX

@inproceedings{sager2014wacv-pedestrian,
  title     = {{Pedestrian Detection in Low Resolution Videos}},
  author    = {Sager, Hisham and Hoff, William A.},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2014},
  pages     = {668-673},
  doi       = {10.1109/WACV.2014.6836038},
  url       = {https://mlanthology.org/wacv/2014/sager2014wacv-pedestrian/}
}