# Fast Video Crowd Counting with a Temporal Aware Network

**Authors:** Xingjiao Wu, Baohan Xu, Yingbin Zheng, Hao Ye, Jing Yang, Liang He

arXiv: 1907.02198 · 2022-02-15

## TL;DR

This paper presents a fast, efficient video crowd counting framework that leverages temporal relationships between frames using a lightweight network with dilated residual blocks, outperforming previous methods.

## Contribution

Introduces a novel temporal aware network with dilated residual blocks and a lightweight design for real-time video crowd counting.

## Key findings

- Outperforms previous video-based crowd counting methods in accuracy.
- Achieves faster processing speeds suitable for real-time applications.
- Demonstrates effectiveness on standard crowd counting benchmarks.

## Abstract

Crowd counting aims to count the number of instantaneous people in a crowded space, and many promising solutions have been proposed for single image crowd counting. With the ubiquitous video capture devices in public safety field, how to effectively apply the crowd counting technique to video content has become an urgent problem. In this paper, we introduce a novel framework based on temporal aware modeling of the relationship between video frames. The proposed network contains a few dilated residual blocks, and each of them consists of the layers that compute the temporal convolutions of features from the adjacent frames to improve the prediction. To alleviate the expensive computation and satisfy the demand of fast video crowd counting, we also introduce a lightweight network to balance the computational cost with representation ability. We conduct experiments on the crowd counting benchmarks and demonstrate its superiority in terms of effectiveness and efficiency over previous video-based approaches.

## Full text

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

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1907.02198/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1907.02198/full.md

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