Multimodal People Detection and Tracking in Crowded Scenes

Abstract

This paper presents a novel people detection and tracking method based on a multi-modal sensor fusion approach that utilizes 2D laser range and camera data. The data points in the laser scans are clustered using a novel graph-based method and an SVM based version of the cascaded AdaBoost classifier is trained with a set of geometrical features of these clusters. In the detection phase, the classified laser data is projected into the camera image to define a region of interest for the vision-based people detector. This detector is a fast version of the Implicit Shape Model (ISM) that learns an appearance codebook of local SIFT descriptors from a set of hand-labeled images of pedestrians and uses them in a voting scheme to vote for centers of detected people. The extension consists in a fast and detailed analysis of the spatial distribution of voters per detected person. Each detected person is tracked using a greedy data association method and multiple Extended Kalman Filters that use different motion models. This way, the filter can cope with a variety of different motion patterns. The tracker is asynchronously updated by the detections from the laser and the camera data. Experiments conducted in real-world outdoor scenarios with crowds of pedestrians demonstrate the usefulness of our approach.

Cite

Text

Spinello et al. "Multimodal People Detection and Tracking in Crowded Scenes." AAAI Conference on Artificial Intelligence, 2008.

Markdown

[Spinello et al. "Multimodal People Detection and Tracking in Crowded Scenes." AAAI Conference on Artificial Intelligence, 2008.](https://mlanthology.org/aaai/2008/spinello2008aaai-multimodal/)

BibTeX

@inproceedings{spinello2008aaai-multimodal,
  title     = {{Multimodal People Detection and Tracking in Crowded Scenes}},
  author    = {Spinello, Luciano and Triebel, Rudolph and Siegwart, Roland},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2008},
  pages     = {1409-1414},
  url       = {https://mlanthology.org/aaai/2008/spinello2008aaai-multimodal/}
}