CVNov 13, 2017

Crowd counting via scale-adaptive convolutional neural network

arXiv:1711.04433v4262 citations
Originality Incremental advance
AI Analysis

This work addresses crowd counting for surveillance and public safety applications, offering an incremental improvement over existing multi-column CNN approaches.

The paper tackled the problem of crowd counting in images with varying scales and perspectives by proposing a scale-adaptive CNN (SaCNN) architecture that uses a fixed small receptive field backbone and combines multi-layer features, along with a relative count loss to improve performance in scenes with few pedestrians. Results showed significant improvements over state-of-the-art methods on datasets like ShanghaiTech, UCF_CC_50, WorldExpo, and a new SmartCity dataset.

The task of crowd counting is to automatically estimate the pedestrian number in crowd images. To cope with the scale and perspective changes that commonly exist in crowd images, state-of-the-art approaches employ multi-column CNN architectures to regress density maps of crowd images. Multiple columns have different receptive fields corresponding to pedestrians (heads) of different scales. We instead propose a scale-adaptive CNN (SaCNN) architecture with a backbone of fixed small receptive fields. We extract feature maps from multiple layers and adapt them to have the same output size; we combine them to produce the final density map. The number of people is computed by integrating the density map. We also introduce a relative count loss along with the density map loss to improve the network generalization on crowd scenes with few pedestrians, where most representative approaches perform poorly on. We conduct extensive experiments on the ShanghaiTech, UCF_CC_50 and WorldExpo datasets as well as a new dataset SmartCity that we collect for crowd scenes with few people. The results demonstrate significant improvements of SaCNN over the state-of-the-art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes