CVMar 5, 2022

Boosting Crowd Counting via Multifaceted Attention

arXiv:2203.02636v1222 citationsh-index: 60Has Code
Originality Incremental advance
AI Analysis

This work addresses crowd counting for applications like surveillance and event management, presenting an incremental improvement over existing transformer-based methods.

The paper tackles the challenge of large-scale variations in crowd images by proposing a Multifaceted Attention Network (MAN) that improves transformer models for local spatial relation encoding, achieving state-of-the-art results on four datasets including ShanghaiTech and UCF-QNRF.

This paper focuses on the challenging crowd counting task. As large-scale variations often exist within crowd images, neither fixed-size convolution kernel of CNN nor fixed-size attention of recent vision transformers can well handle this kind of variation. To address this problem, we propose a Multifaceted Attention Network (MAN) to improve transformer models in local spatial relation encoding. MAN incorporates global attention from a vanilla transformer, learnable local attention, and instance attention into a counting model. Firstly, the local Learnable Region Attention (LRA) is proposed to assign attention exclusively for each feature location dynamically. Secondly, we design the Local Attention Regularization to supervise the training of LRA by minimizing the deviation among the attention for different feature locations. Finally, we provide an Instance Attention mechanism to focus on the most important instances dynamically during training. Extensive experiments on four challenging crowd counting datasets namely ShanghaiTech, UCF-QNRF, JHU++, and NWPU have validated the proposed method. Codes: https://github.com/LoraLinH/Boosting-Crowd-Counting-via-Multifaceted-Attention.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes