Density-Aware Pedestrian Proposal Networks for Robust People Detection in Crowded Scenes

Abstract

In this paper, we propose a density-aware pedestrian proposal network (DAPPN) for robust people detection in crowded scenes. Conventional pedestrian detectors and object proposal algorithms easily fail to find people in crowded scenes because of severe occlusions among people. Our method utilizes a crowd density map to resolve the occlusion problem. The proposed network is composed of two networks: the proposal network and the selection network. First, the proposal network predicts the initial pedestrian detection proposals and the crowd density map. After that, the selection network selectively picks the final proposals by considering the initial proposals and the crowd density. To validate the performance of the proposed method, experiments are conducted on crowd-scene datasets: WorldExpo10 and PETS2009. The experimental results show that our method outperforms the conventional method and achieves near real-time speed on a GPU (25 fps).

Cite

Text

Yun et al. "Density-Aware Pedestrian Proposal Networks for Robust People Detection in Crowded Scenes." European Conference on Computer Vision Workshops, 2016. doi:10.1007/978-3-319-48881-3_45

Markdown

[Yun et al. "Density-Aware Pedestrian Proposal Networks for Robust People Detection in Crowded Scenes." European Conference on Computer Vision Workshops, 2016.](https://mlanthology.org/eccvw/2016/yun2016eccvw-densityaware/) doi:10.1007/978-3-319-48881-3_45

BibTeX

@inproceedings{yun2016eccvw-densityaware,
  title     = {{Density-Aware Pedestrian Proposal Networks for Robust People Detection in Crowded Scenes}},
  author    = {Yun, Sangdoo and Yun, Kimin and Choi, Jongwon and Choi, Jin Young},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2016},
  pages     = {643-654},
  doi       = {10.1007/978-3-319-48881-3_45},
  url       = {https://mlanthology.org/eccvw/2016/yun2016eccvw-densityaware/}
}