Correlated Probabilistic Trajectories for Pedestrian Motion Detection

Abstract

This paper introduces an algorithm for detecting walking motion using point trajectories in video sequences. Given a number of point trajectories, we identify those which are spatio-temporally correlated as arising from feet in walking motion. Unlike existing techniques we do not assume clean point tracks but instead propose "probabilistic trajectories" as new features to classify. These are extracted from directed acyclic graphs whose edges represent temporal point correspondences and are weighted with their matching probability in terms of appearance and location. This representation tolerates the inherent trajectory ambiguity, for example due to occlusions. We then learn the correlation between the movement of two feet using a random forest classifier. The effectiveness of the algorithm is demonstrated in experiments on image sequences captured with a static camera.

Cite

Text

Perbet et al. "Correlated Probabilistic Trajectories for Pedestrian Motion Detection." IEEE/CVF International Conference on Computer Vision, 2009. doi:10.1109/ICCV.2009.5459372

Markdown

[Perbet et al. "Correlated Probabilistic Trajectories for Pedestrian Motion Detection." IEEE/CVF International Conference on Computer Vision, 2009.](https://mlanthology.org/iccv/2009/perbet2009iccv-correlated/) doi:10.1109/ICCV.2009.5459372

BibTeX

@inproceedings{perbet2009iccv-correlated,
  title     = {{Correlated Probabilistic Trajectories for Pedestrian Motion Detection}},
  author    = {Perbet, Frank and Maki, Atsuto and Stenger, Björn},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2009},
  pages     = {1647-1654},
  doi       = {10.1109/ICCV.2009.5459372},
  url       = {https://mlanthology.org/iccv/2009/perbet2009iccv-correlated/}
}