paper-with-me

홈 › Papers

Adaptive Density Map Generation for Crowd Counting

2019-10-01 · ICCV 2019 10 · Jia Wan, Antoni Chan

Crowd counting is an important topic in computer vision due to its practical usage in surveillance systems. The typical design of crowd counting algorithms is divided into two steps. First, the ground-truth density maps of crowd images are generated from the ground-truth dot maps (density map generation), e.g., by convolving with a Gaussian kernel. Second, deep learning models are designed to predict a density map from an input image (density map estimation). Most research efforts have concentrated on the density map estimation problem, while the problem of density map generation has not been adequately explored. In particular, the density map could be considered as an intermediate representation used to train a crowd counting network. In the sense of end-to-end training, the hand-crafted methods used for generating the density maps may not be optimal for the particular network or dataset used. To address this issue, we first show the impact of different density maps and that better ground-truth density maps can be obtained by refining the existing ones using a learned refinement network, which is jointly trained with the counter. Then, we propose an adaptive density map generator, which takes the annotation dot map as input, and learns a density map representation for a counter. The counter and generator are trained jointly within an end-to-end framework. The experiment results on popular counting datasets confirm the effectiveness of the proposed learnable density map representations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Crowd Counting

Similar Papers 제목 키워드 기반

Fine-grained Domain Adaptive Crowd Counting via Point-derived Segmentation

2021-08-06 · Yongtuo Liu, Dan Xu, Sucheng Ren, Hanjie Wu 외

Due to domain shift, a large performance drop is usually observed when a trained crowd counting model is deployed in the wild. While existing domain-adaptive crowd counting methods achieve promising results, they typical…

Crowd CountingDomain AdaptationMultiple Instance Learning

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

Counting Varying Density Crowds Through Density Guided Adaptive Selection CNN and Transformer Estimation

2022-06-21 · Yuehai Chen, Jing Yang, Badong Chen, Shaoyi Du

In real-world crowd counting applications, the crowd densities in an image vary greatly. When facing density variation, humans tend to locate and count the targets in low-density regions, and reason the number in high-de…

Crowd Counting

A-CCNN: adaptive ccnn for density estimation and crowd counting

2018-04-19 · Saeed Amirgholipour Kasmani, Xiangjian He, Wenjing Jia, Dadong Wang 외

Crowd counting, for estimating the number of people in a crowd using vision-based computer techniques, has attracted much interest in the research community. Although many attempts have been reported, real-world problems…

Crowd CountingDensity EstimationObject Counting

Recurrent Distillation based Crowd Counting

2020-06-14 · Yue Gu, Wenxi Liu

In recent years, with the progress of deep learning technologies, crowd counting has been rapidly developed. In this work, we propose a simple yet effective crowd counting framework that is able to achieve the state-of-t…

Crowd Counting