Iterative Crowd Counting
About
In this work, we tackle the problem of crowd counting in images. We present a Convolutional Neural Network (CNN) based density estimation approach to solve this problem. Predicting a high resolution density map in one go is a challenging task. Hence, we present a two branch CNN architecture for generating high resolution density maps, where the first branch generates a low resolution density map, and the second branch incorporates the low resolution prediction and feature maps from the first branch to generate a high resolution density map. We also propose a multi-stage extension of our approach where each stage in the pipeline utilizes the predictions from all the previous stages. Empirical comparison with the previous state-of-the-art crowd counting methods shows that our method achieves the lowest mean absolute error on three challenging crowd counting benchmarks: Shanghaitech, WorldExpo'10, and UCF datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Crowd Counting | ShanghaiTech Part A (test) | MAE68.5 | 227 | |
| Crowd Counting | ShanghaiTech Part B (test) | MAE10.4 | 191 | |
| Crowd Counting | ShanghaiTech Part B | MAE10.4 | 160 | |
| Crowd Counting | ShanghaiTech Part A | MAE68.5 | 138 | |
| Crowd Counting | WorldExpo'10 (test) | Scene 1 Error17 | 80 | |
| Crowd Counting | UCF_CC_50 (test) | MAE260.9 | 66 | |
| Crowd Counting | UCF-CC-50 (test) | MAE260.9 | 15 | |
| Crowd Counting | UCF Crowd Counting | MAE260.9 | 9 | |
| Crowd Counting | DLR-ACD | MAE1.48e+3 | 5 | |
| Person Detection | DLR-ACD | Precision44 | 5 |