paper-with-me

Papers

Scene-Adaptive Attention Network for Crowd Counting

2021-12-31 · Xing Wei, Yuanrui Kang, Jihao Yang, Yunfeng Qiu, Dahu Shi, Wenming Tan, Yihong Gong

In recent years, significant progress has been made on the research of crowd counting. However, as the challenging scale variations and complex scenes existed in crowds, neither traditional convolution networks nor recent Transformer architectures with fixed-size attention could handle the task well. To address this problem, this paper proposes a scene-adaptive attention network, termed SAANet. First of all, we design a deformable attention in-built Transformer backbone, which learns adaptive feature representations with deformable sampling locations and dynamic attention weights. Then we propose the multi-level feature fusion and count-attentive feature enhancement modules further, to strengthen feature representation under the global image context. The learned representations could attend to the foreground and are adaptive to different scales of crowds. We conduct extensive experiments on four challenging crowd counting benchmarks, demonstrating that our method achieves state-of-the-art performance. Especially, our method currently ranks No.1 on the public leaderboard of the NWPU-Crowd benchmark. We hope our method could be a strong baseline to support future research in crowd counting. The source code will be released to the community.

📄 PDF Abstract BibTeX arXiv:2112.15509

Code (0)

등록된 구현이 없습니다.

Tasks

Crowd Counting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Adam 설명 없음

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

Transformer-Based Dual-Optical Attention Fusion Crowd Head Point Counting and Localization Network

2025-05-11 · Fei Zhou, Yi Li, Mingqing Zhu

In this paper, the dual-optical attention fusion crowd head point counting model (TAPNet) is proposed to address the problem of the difficulty of accurate counting in complex scenes such as crowd dense occlusion and low …

Crowd CountingData Augmentation

Crowd counting with crowd attention convolutional neural network

2022-04-15 · Jiwei Chen, Wen Su, Zengfu Wang

Crowd counting is a challenging problem due to the scene complexity and scale variation. Although deep learning has achieved great improvement in crowd counting, scene complexity affects the judgement of these methods an…

Crowd Counting

Few-Shot Scene Adaptive Crowd Counting Using Meta-Learning

2020-02-01 · Mahesh Kumar Krishna Reddy, Mohammad Hossain, Mrigank Rochan, Yang Wang

We consider the problem of few-shot scene adaptive crowd counting. Given a target camera scene, our goal is to adapt a model to this specific scene with only a few labeled images of that scene. The solution to this probl…

Crowd CountingMeta-Learning

AdaCrowd: Unlabeled Scene Adaptation for Crowd Counting

2020-10-23 · Mahesh Kumar Krishna Reddy, Mrigank Rochan, Yiwei Lu, Yang Wang

We address the problem of image-based crowd counting. In particular, we propose a new problem called unlabeled scene-adaptive crowd counting. Given a new target scene, we would like to have a crowd counting model specifi…

Crowd Counting