paper-with-me

Papers

Congested Crowd Instance Localization with Dilated Convolutional Swin Transformer

2021-08-02 · Junyu Gao, Maoguo Gong, Xuelong Li

Crowd localization is a new computer vision task, evolved from crowd counting. Different from the latter, it provides more precise location information for each instance, not just counting numbers for the whole crowd scene, which brings greater challenges, especially in extremely congested crowd scenes. In this paper, we focus on how to achieve precise instance localization in high-density crowd scenes, and to alleviate the problem that the feature extraction ability of the traditional model is reduced due to the target occlusion, the image blur, etc. To this end, we propose a Dilated Convolutional Swin Transformer (DCST) for congested crowd scenes. Specifically, a window-based vision transformer is introduced into the crowd localization task, which effectively improves the capacity of representation learning. Then, the well-designed dilated convolutional module is inserted into some different stages of the transformer to enhance the large-range contextual information. Extensive experiments evidence the effectiveness of the proposed methods and achieve state-of-the-art performance on five popular datasets. Especially, the proposed model achieves F1-measure of 77.5\% and MAE of 84.2 in terms of localization and counting performance, respectively.

📄 PDF Abstract BibTeX arXiv:2108.00584

Code (1)

taohan10200/IIM 공식 구현 pytorch

Tasks

Crowd CountingRepresentation Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Residual Connection 설명 없음
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$…

Similar Papers 제목 키워드 기반

Crowd Scene Analysis by Output Encoding

2020-01-27 · Yao Xue, Siming Liu, Yonghui Li, Xueming Qian

Crowd scene analysis receives growing attention due to its wide applications. Grasping the accurate crowd location (rather than merely crowd count) is important for spatially identifying high-risk regions in congested sc…

compressed sensingregression

An Improved Dilated Convolutional Network for Herd Counting in Crowded Scenes

2020-08-17 · Soufien Hamrouni, Hakim Ghazzai, Hamid Menouar, Yahya Massoud

Crowd management technologies that leverage computer vision are widespread in contemporary times. There exists many security-related applications of these methods, including, but not limited to: following the flow of an …

Management

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

2018-02-27 · CVPR 2018 6 · Yuhong Li, Xiaofan Zhang, Deming Chen

We propose a network for Congested Scene Recognition called CSRNet to provide a data-driven and deep learning method that can understand highly congested scenes and perform accurate count estimation as well as present hi…

Crowd CountingScene Recognition

Learning Discriminative Features for Crowd Counting

2023-11-08 · Yuehai Chen, Qingzhong Wang, Jing Yang, Badong Chen 외

Crowd counting models in highly congested areas confront two main challenges: weak localization ability and difficulty in differentiating between foreground and background, leading to inaccurate estimations. The reason i…

Contrastive LearningCrowd Countingobject-detectionObject Detection

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

2020-01-10 · Qi. Wang, Junyu. Gao, Wei. Lin, Xuelong. Li

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. Many Convolutional Neural Netwo…

Crowd Counting