Crossing the Line: Crowd Counting by Integer Programming with Local Features

Abstract

We propose an integer programming method for estimating the instantaneous count of pedestrians crossing a line of interest in a video sequence. Through a line sampling process, the video is first converted into a temporal slice image. Next, the number of people is estimated in a set of overlapping sliding windows on the temporal slice image, using a regression function that maps from local features to a count. Given that count in a sliding window is the sum of the instantaneous counts in the corresponding time interval, an integer programming method is proposed to recover the number of pedestrians crossing the line of interest in each frame. Integrating over a specific time interval yields the cumulative count of pedestrian crossing the line. Compared with current methods for line counting, our proposed approach achieves state-of-the-art performance on several challenging crowd video datasets.

Cite

Text

Ma and Chan. "Crossing the Line: Crowd Counting by Integer Programming with Local Features." Conference on Computer Vision and Pattern Recognition, 2013. doi:10.1109/CVPR.2013.328

Markdown

[Ma and Chan. "Crossing the Line: Crowd Counting by Integer Programming with Local Features." Conference on Computer Vision and Pattern Recognition, 2013.](https://mlanthology.org/cvpr/2013/ma2013cvpr-crossing/) doi:10.1109/CVPR.2013.328

BibTeX

@inproceedings{ma2013cvpr-crossing,
  title     = {{Crossing the Line: Crowd Counting by Integer Programming with Local Features}},
  author    = {Ma, Zheng and Chan, Antoni B.},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2013},
  doi       = {10.1109/CVPR.2013.328},
  url       = {https://mlanthology.org/cvpr/2013/ma2013cvpr-crossing/}
}