# SCAR: Spatial-/Channel-wise Attention Regression Networks for Crowd   Counting

**Authors:** Junyu Gao, Qi Wang, Yuan Yuan

arXiv: 1908.03716 · 2019-08-13

## TL;DR

This paper introduces SCAR, a novel crowd counting network that integrates spatial and channel-wise attention mechanisms into CNNs to improve density map estimation by capturing contextual and discriminative features, achieving state-of-the-art results.

## Contribution

The paper proposes the integration of spatial and channel-wise attention modules into regression CNNs for crowd counting, enhancing feature representation and accuracy.

## Key findings

- Achieves state-of-the-art performance on four popular datasets.
- Effectively encodes pixel-wise context and discriminative features.
- Improves crowd density estimation accuracy.

## Abstract

Recently, crowd counting is a hot topic in crowd analysis. Many CNN-based counting algorithms attain good performance. However, these methods only focus on the local appearance features of crowd scenes but ignore the large-range pixel-wise contextual and crowd attention information. To remedy the above problems, in this paper, we introduce the Spatial-/Channel-wise Attention Models into the traditional Regression CNN to estimate the density map, which is named as "SCAR". It consists of two modules, namely Spatial-wise Attention Model (SAM) and Channel-wise Attention Model (CAM). The former can encode the pixel-wise context of the entire image to more accurately predict density maps at the pixel level. The latter attempts to extract more discriminative features among different channels, which aids model to pay attention to the head region, the core of crowd scenes. Intuitively, CAM alleviates the mistaken estimation for background regions. Finally, two types of attention information and traditional CNN's feature maps are integrated by a concatenation operation. Furthermore, the extensive experiments are conducted on four popular datasets, Shanghai Tech Part A/B, GCC, and UCF_CC_50 Dataset. The results show that the proposed method achieves state-of-the-art results.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.03716/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1908.03716/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1908.03716/full.md

---
Source: https://tomesphere.com/paper/1908.03716