Multi-Pedestrian Detection in Crowded Scenes: A Global View

Abstract

Recent state-of-the-art algorithms have achieved good performance on normal pedestrian detection tasks. However, pedestrian detection in crowded scenes is still challenging due to the significant appearance variation caused by heavy occlusions and complex spatial interactions. In this paper we propose a unified probabilistic framework to globally describe multiple pedestrians in crowded scenes in terms of appearance and spatial interaction. We utilize a mixture model, where every pedestrian is assumed in a special subclass and described by the sub-model. Scores of pedestrian parts are used to represent appearance and quadratic kernel is used to represent relative spatial interaction. For efficient inference, multi-pedestrian detection is modeled as a MAP problem and we utilize greedy algorithm to get an approximation. For discriminative parameter learning, we formulate it as a learning to rank problem, and propose Latent Rank SVM for learning from weakly labeled data. Experiments on various databases validate the effectiveness of the proposed approach.

Cite

Text

Yan et al. "Multi-Pedestrian Detection in Crowded Scenes: A Global View." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6248045

Markdown

[Yan et al. "Multi-Pedestrian Detection in Crowded Scenes: A Global View." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/yan2012cvpr-multi/) doi:10.1109/CVPR.2012.6248045

BibTeX

@inproceedings{yan2012cvpr-multi,
  title     = {{Multi-Pedestrian Detection in Crowded Scenes: A Global View}},
  author    = {Yan, Junjie and Lei, Zhen and Yi, Dong and Li, Stan Z.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {3124-3129},
  doi       = {10.1109/CVPR.2012.6248045},
  url       = {https://mlanthology.org/cvpr/2012/yan2012cvpr-multi/}
}