Dense Scale Network for Crowd Counting
Feng Dai, Hao Liu, Yike Ma, Juan Cao, Qiang Zhao, Yongdong Zhang

TL;DR
This paper introduces DSNet, a dense scale network for crowd counting that effectively captures multiple scales through dense dilated convolutions and residual connections, significantly improving accuracy across several datasets.
Contribution
The paper proposes a novel dense dilated convolution block with scale-preserving connections and a multi-scale density level consistency loss for enhanced crowd counting performance.
Findings
Achieves state-of-the-art results on four datasets
Improves accuracy by up to 30% over previous methods
Effectively captures a wide range of scales in crowd images
Abstract
Crowd counting has been widely studied by computer vision community in recent years. Due to the large scale variation, it remains to be a challenging task. Previous methods adopt either multi-column CNN or single-column CNN with multiple branches to deal with this problem. However, restricted by the number of columns or branches, these methods can only capture a few different scales and have limited capability. In this paper, we propose a simple but effective network called DSNet for crowd counting, which can be easily trained in an end-to-end fashion. The key component of our network is the dense dilated convolution block, in which each dilation layer is densely connected with the others to preserve information from continuously varied scales. The dilation rates in dilation layers are carefully selected to prevent the block from gridding artifacts. To further enlarge the range of…
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.
Code & Models
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 · Advanced Neural Network Applications
MethodsDilated Convolution · Convolution
