paper-with-me

홈 › Papers

Redesigning Multi-Scale Neural Network for Crowd Counting

2022-08-04 · Zhipeng Du, Miaojing Shi, Jiankang Deng, Stefanos Zafeiriou

Perspective distortions and crowd variations make crowd counting a challenging task in computer vision. To tackle it, many previous works have used multi-scale architecture in deep neural networks (DNNs). Multi-scale branches can be either directly merged (e.g. by concatenation) or merged through the guidance of proxies (e.g. attentions) in the DNNs. Despite their prevalence, these combination methods are not sophisticated enough to deal with the per-pixel performance discrepancy over multi-scale density maps. In this work, we redesign the multi-scale neural network by introducing a hierarchical mixture of density experts, which hierarchically merges multi-scale density maps for crowd counting. Within the hierarchical structure, an expert competition and collaboration scheme is presented to encourage contributions from all scales; pixel-wise soft gating nets are introduced to provide pixel-wise soft weights for scale combinations in different hierarchies. The network is optimized using both the crowd density map and the local counting map, where the latter is obtained by local integration on the former. Optimizing both can be problematic because of their potential conflicts. We introduce a new relative local counting loss based on relative count differences among hard-predicted local regions in an image, which proves to be complementary to the conventional absolute error loss on the density map. Experiments show that our method achieves the state-of-the-art performance on five public datasets, i.e. ShanghaiTech, UCF_CC_50, JHU-CROWD++, NWPU-Crowd and Trancos.

📄 PDF Abstract BibTeX arXiv:2208.02894

Code (1)

ZPDu/Redesigning-Multi-Scale-Neural-Network-for-Crowd-Counting 공식 구현 pytorch

Tasks

Crowd Counting

Similar Papers 제목 키워드 기반

Multiscale Crowd Counting and Localization By Multitask Point Supervision

2022-02-21 · Mohsen Zand, Haleh Damirchi, Andrew Farley, Mahdiyar Molahasani 외

We propose a multitask approach for crowd counting and person localization in a unified framework. As the detection and localization tasks are well-correlated and can be jointly tackled, our model benefits from a multita…

Crowd Counting

Scale-Aware Crowd Counting Using a Joint Likelihood Density Map and Synthetic Fusion Pyramid Network

2022-11-13 · Yi-Kuan Hsieh, Jun-Wei Hsieh, Yu-Chee Tseng, Ming-Ching Chang 외

We develop a Synthetic Fusion Pyramid Network (SPF-Net) with a scale-aware loss function design for accurate crowd counting. Existing crowd-counting methods assume that the training annotation points were accurate and th…

Crowd Counting

Multi-scale Convolutional Neural Networks for Crowd Counting

2017-02-08 · Lingke Zeng, Xiangmin Xu, Bolun Cai, Suo Qiu 외

Crowd counting on static images is a challenging problem due to scale variations. Recently deep neural networks have been shown to be effective in this task. However, existing neural-networks-based methods often use the …

Crowd Counting

Stacked Pooling: Improving Crowd Counting by Boosting Scale Invariance

2018-08-22 · Siyu Huang, Xi Li, Zhi-Qi Cheng, Zhongfei Zhang 외

In this work, we explore the cross-scale similarity in crowd counting scenario, in which the regions of different scales often exhibit high visual similarity. This feature is universal both within an image and across dif…

Crowd CountingDensity Estimation

Scale-Aware Network with Regional and Semantic Attentions for Crowd Counting under Cluttered Background

2021-01-05 · Qiaosi Yi, Yunxing Liu, Aiwen Jiang, Juncheng Li 외

Crowd counting is an important task that shown great application value in public safety-related fields, which has attracted increasing attention in recent years. In the current research, the accuracy of counting numbers …

Crowd CountingDensity EstimationDiversity