Context-Aware Crowd Counting

Abstract

State-of-the-art methods for counting people in crowded scenes rely on deep networks to estimate crowd density. They typically use the same filters over the whole image or over large image patches. Only then do they estimate local scale to compensate for perspective distortion. This is typically achieved by training an auxiliary classifier to select, for predefined image patches, the best kernel size among a limited set of choices. As such, these methods are not end-to-end trainable and restricted in the scope of context they can leverage. In this paper, we introduce an end-to-end trainable deep architecture that combines features obtained using multiple receptive field sizes and learns the importance of each such feature at each image location. In other words, our approach adaptively encodes the scale of the contextual information required to accurately predict crowd density. This yields an algorithm that outperforms state-of-the-art crowd counting methods, especially when perspective effects are strong.

Cite

Text

Liu et al. "Context-Aware Crowd Counting." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00524

Markdown

[Liu et al. "Context-Aware Crowd Counting." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/liu2019cvpr-contextaware/) doi:10.1109/CVPR.2019.00524

BibTeX

@inproceedings{liu2019cvpr-contextaware,
  title     = {{Context-Aware Crowd Counting}},
  author    = {Liu, Weizhe and Salzmann, Mathieu and Fua, Pascal},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.00524},
  url       = {https://mlanthology.org/cvpr/2019/liu2019cvpr-contextaware/}
}