Relevant Region Prediction for Crowd Counting
Xinya Chen, Yanrui Bin, Changxin Gao, Nong Sang, and Hao Tang

TL;DR
This paper introduces Relevant Region Prediction (RRP), a novel crowd counting method that emphasizes counting over localization and models region dependencies using GCNs, leading to improved accuracy in congested scenes.
Contribution
The paper proposes RRP with Count Map and RRAM, leveraging GCNs to model region dependencies, which enhances crowd counting performance in dense scenes.
Findings
Outperforms state-of-the-art methods on three datasets.
Focuses on counting rather than localization for better accuracy.
Models region dependencies using GCNs to improve crowd density estimation.
Abstract
Crowd counting is a concerned and challenging task in computer vision. Existing density map based methods excessively focus on the individuals' localization which harms the crowd counting performance in highly congested scenes. In addition, the dependency between the regions of different density is also ignored. In this paper, we propose Relevant Region Prediction (RRP) for crowd counting, which consists of the Count Map and the Region Relation-Aware Module (RRAM). Each pixel in the count map represents the number of heads falling into the corresponding local area in the input image, which discards the detailed spatial information and forces the network pay more attention to counting rather than localizing individuals. Based on the Graph Convolutional Network (GCN), Region Relation-Aware Module is proposed to capture and exploit the important region dependency. The module builds a fully…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Anomaly Detection Techniques and Applications · Human Pose and Action Recognition
MethodsGraph Convolutional Network
