Crowd Counting

137 papers with code • 10 benchmarks • 19 datasets

Crowd Counting is a task to count people in image. It is mainly used in real-life for automated public monitoring such as surveillance and traffic control. Different from object detection, Crowd Counting aims at recognizing arbitrarily sized targets in various situations including sparse and cluttering scenes at the same time.

Source: Deep Density-aware Count Regressor

Most implemented papers

Densely Connected Convolutional Networks

liuzhuang13/DenseNet CVPR 2017

Recent work has shown that convolutional networks can be substantially deeper, more accurate, and efficient to train if they contain shorter connections between layers close to the input and those close to the output.

SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

PaddlePaddle/PaddleSeg 2 Nov 2015

We show that SegNet provides good performance with competitive inference time and more efficient inference memory-wise as compared to other architectures.

CSRNet: Dilated Convolutional Neural Networks for Understanding the Highly Congested Scenes

leeyeehoo/CSRNet-pytorch CVPR 2018

We demonstrate CSRNet on four datasets (ShanghaiTech dataset, the UCF_CC_50 dataset, the WorldEXPO'10 dataset, and the UCSD dataset) and we deliver the state-of-the-art performance.

Single-Image Crowd Counting via Multi-Column Convolutional Neural Network

svishwa/crowdcount-mcnn Conference 2016

To this end, we have proposed a simple but effective Multi-column Convolutional Neural Network (MCNN) architecture to map the image to its crowd density map.

From Open Set to Closed Set: Counting Objects by Spatial Divide-and-Conquer

xhp-hust-2018-2011/S-DCNet ICCV 2019

A dense region can always be divided until sub-region counts are within the previously observed closed set.

NWPU-Crowd: A Large-Scale Benchmark for Crowd Counting and Localization

gjy3035/Awesome-Crowd-Counting 10 Jan 2020

In the last decade, crowd counting and localization attract much attention of researchers due to its wide-spread applications, including crowd monitoring, public safety, space design, etc.

Context-Aware Crowd Counting

weizheliu/Context-Aware-Crowd-Counting CVPR 2019

State-of-the-art methods for counting people in crowded scenes rely on deep networks to estimate crowd density.

C^3 Framework: An Open-source PyTorch Code for Crowd Counting

gjy3035/C-3-Framework 5 Jul 2019

This technical report attempts to provide efficient and solid kits addressed on the field of crowd counting, which is denoted as Crowd Counting Code Framework (C$^3$F).

Bayesian Loss for Crowd Count Estimation with Point Supervision

ZhihengCV/Baysian-Crowd-Counting ICCV 2019

In crowd counting datasets, each person is annotated by a point, which is usually the center of the head.

CNN-based Density Estimation and Crowd Counting: A Survey

gjy3035/Awesome-Crowd-Counting 28 Mar 2020

Through our analysis, we expect to make reasonable inference and prediction for the future development of crowd counting, and meanwhile, it can also provide feasible solutions for the problem of object counting in other fields.