CVJul 25, 2017

Spatiotemporal Modeling for Crowd Counting in Videos

arXiv:1707.07890v1191 citations
Originality Incremental advance
AI Analysis

This work addresses crowd counting in videos for surveillance and public safety applications, offering an incremental improvement by incorporating temporal information.

The authors tackled the problem of crowd counting in videos by proposing a bidirectional ConvLSTM model that captures spatiotemporal dependencies, achieving improved accuracy over frame-independent CNN methods as demonstrated on four public datasets.

Region of Interest (ROI) crowd counting can be formulated as a regression problem of learning a mapping from an image or a video frame to a crowd density map. Recently, convolutional neural network (CNN) models have achieved promising results for crowd counting. However, even when dealing with video data, CNN-based methods still consider each video frame independently, ignoring the strong temporal correlation between neighboring frames. To exploit the otherwise very useful temporal information in video sequences, we propose a variant of a recent deep learning model called convolutional LSTM (ConvLSTM) for crowd counting. Unlike the previous CNN-based methods, our method fully captures both spatial and temporal dependencies. Furthermore, we extend the ConvLSTM model to a bidirectional ConvLSTM model which can access long-range information in both directions. Extensive experiments using four publicly available datasets demonstrate the reliability of our approach and the effectiveness of incorporating temporal information to boost the accuracy of crowd counting. In addition, we also conduct some transfer learning experiments to show that once our model is trained on one dataset, its learning experience can be transferred easily to a new dataset which consists of only very few video frames for model adaptation.

Foundations

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

Your Notes