paper-with-me

홈 › Papers

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-density regions. We observe that CNN focus on the local information correlation using a fixed-size convolution kernel and the Transformer could effectively extract the semantic crowd information by using the global self-attention mechanism. Thus, CNN could locate and estimate crowds accurately in low-density regions, while it is hard to properly perceive the densities in high-density regions. On the contrary, Transformer has a high reliability in high-density regions, but fails to locate the targets in sparse regions. Neither CNN nor Transformer can well deal with this kind of density variation. To address this problem, we propose a CNN and Transformer Adaptive Selection Network (CTASNet) which can adaptively select the appropriate counting branch for different density regions. Firstly, CTASNet generates the prediction results of CNN and Transformer. Then, considering that CNN/Transformer is appropriate for low/high-density regions, a density guided adaptive selection module is designed to automatically combine the predictions of CNN and Transformer. Moreover, to reduce the influences of annotation noise, we introduce a Correntropy based optimal transport loss. Extensive experiments on four challenging crowd counting datasets have validated the proposed method.

📄 PDF Abstract BibTeX arXiv:2206.10075

Code (0)

등록된 구현이 없습니다.

Tasks

Crowd Counting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

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

PaDNet: Pan-Density Crowd Counting

2018-11-07 · Yukun Tian, Yiming Lei, Junping Zhang, James Z. Wang

The problem of counting crowds in varying density scenes or in different density regions of the same scene, named as pan-density crowd counting, is highly challenging. Previous methods are designed for single density sce…

Crowd Counting

LDC-Net: A Unified Framework for Localization, Detection and Counting in Dense Crowds

2021-10-10 · Qi Wang, Tao Han, Junyu Gao, Yuan Yuan 외

The rapid development in visual crowd analysis shows a trend to count people by positioning or even detecting, rather than simply summing a density map. It also enlightens us back to the essence of the field, detection t…

Visual Crowd Analysis

MRCNet: Crowd Counting and Density Map Estimation in Aerial and Ground Imagery

2019-09-27 · Reza Bahmanyar, Elenora Vig, Peter Reinartz

In spite of the many advantages of aerial imagery for crowd monitoring and management at mass events, datasets of aerial images of crowds are still lacking in the field. As a remedy, in this work we introduce a novel cro…

Crowd CountingDecoderManagement

Locate, Size and Count: Accurately Resolving People in Dense Crowds via Detection

2019-06-18 · Deepak Babu Sam, Skand Vishwanath Peri, Mukuntha Narayanan Sundararaman, Amogh Kamath 외

We introduce a detection framework for dense crowd counting and eliminate the need for the prevalent density regression paradigm. Typical counting models predict crowd density for an image as opposed to detecting every p…

Crowd Countingregression