paper-with-me

Papers

CNN-based Density Estimation and Crowd Counting: A Survey

2020-03-28 · Guangshuai Gao, Junyu. Gao, Qingjie Liu, Qi. Wang, Yunhong Wang

Accurately estimating the number of objects in a single image is a challenging yet meaningful task and has been applied in many applications such as urban planning and public safety. In the various object counting tasks, crowd counting is particularly prominent due to its specific significance to social security and development. Fortunately, the development of the techniques for crowd counting can be generalized to other related fields such as vehicle counting and environment survey, if without taking their characteristics into account. Therefore, many researchers are devoting to crowd counting, and many excellent works of literature and works have spurted out. In these works, they are must be helpful for the development of crowd counting. However, the question we should consider is why they are effective for this task. Limited by the cost of time and energy, we cannot analyze all the algorithms. In this paper, we have surveyed over 220 works to comprehensively and systematically study the crowd counting models, mainly CNN-based density map estimation methods. Finally, according to the evaluation metrics, we select the top three performers on their crowd counting datasets and analyze their merits and drawbacks. 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. We provide the density maps and prediction results of some mainstream algorithm in the validation set of NWPU dataset for comparison and testing. Meanwhile, density map generation and evaluation tools are also provided. All the codes and evaluation results are made publicly available at https://github.com/gaoguangshuai/survey-for-crowd-counting.

📄 PDF Abstract BibTeX arXiv:2003.12783

Code (3)

gaoguangshuai/survey-for-crowd-counting 공식 구현
gjy3035/Awesome-Crowd-Counting 공식 구현 pytorch
lyqcom/BiRealNet mindspore

Tasks

Crowd CountingDensity EstimationObject CountingSurvey

Similar Papers 제목 키워드 기반

A Survey of Recent Advances in CNN-based Single Image Crowd Counting and Density Estimation

2017-07-05 · Vishwanath A. Sindagi, Vishal M. Patel

Estimating count and density maps from crowd images has a wide range of applications such as video surveillance, traffic monitoring, public safety and urban planning. In addition, techniques developed for crowd counting …

Crowd CountingDensity Estimation

A Survey on Deep Learning-based Single Image Crowd Counting: Network Design, Loss Function and Supervisory Signal

2020-12-31 · Haoyue Bai, Jiageng Mao, S. -H. Gary Chan

Single image crowd counting is a challenging computer vision problem with wide applications in public safety, city planning, traffic management, etc. With the recent development of deep learning techniques, crowd countin…

Crowd CountingManagementSurvey

DecideNet: Counting Varying Density Crowds Through Attention Guided Detection and Density Estimation

2017-12-18 · CVPR 2018 6 · Jiang Liu, Chenqiang Gao, Deyu Meng, Alexander G. Hauptmann

In real-world crowd counting applications, the crowd densities vary greatly in spatial and temporal domains. A detection based counting method will estimate crowds accurately in low density scenes, while its reliability …

Crowd CountingDensity Estimationregression

Crowd Transformer Network

2019-04-04 · Viresh Ranjan, Mubarak Shah, Minh Hoai Nguyen

In this paper, we tackle the problem of Crowd Counting, and present a crowd density estimation based approach for obtaining the crowd count. Most of the existing crowd counting approaches rely on local features for estim…

Crowd CountingDensity Estimation

Crowd Density Estimation using Imperfect Labels

2022-12-02 · Muhammad Asif Khan, Hamid Menouar, Ridha Hamila

Density estimation is one of the most widely used methods for crowd counting in which a deep learning model learns from head-annotated crowd images to estimate crowd density in unseen images. Typically, the learning perf…

Crowd CountingDensity EstimationMissing Labels