An Efficient Crowd Density Estimation Algorithm Through Network Compression

Meng Li,Tao Chen,Zhihua Li,Hezi Liu
DOI: https://doi.org/10.1007/978-3-030-55973-1_21
2020-01-01
Abstract:EstimatingLi, MengChen, TaoLi, ZhihuaLiu, Hezi count and density maps from crowd images has a wide range of applications such as video surveillance, traffic monitoring and pedestrian dynamics study. The state-of-the art deep learning approaches generally build a multi-column deep network architecture. Although such architectures perform well, the inference cost is neglected. In this paper, we apply the net-work compression to the convolutional neural network-basedConvolutional Neural Networks (CNN) crowd density estimationDensity estimation model, to reduce its storage and computation costs. Specifically, we rely on using l1-norm to select unimportant filters and physically prune them. Convolutional filters with small scaling factor value and its corresponding kernels in the next layer will be removed. The model can be trained to improve its regression performance and identify the unimportant filters at the same time. A state-of-the art model, the CSRNet, is tested in the ShanghaiTech dataset. Our method can reduce inference costs for the network significantly (up to approximately 78%) while regaining close to the original accuracy by retraining the networks.
What problem does this paper attempt to address?