English

End-to-end people detection in crowded scenes

Computer Vision and Pattern Recognition 2015-07-10 v3

Abstract

Current people detectors operate either by scanning an image in a sliding window fashion or by classifying a discrete set of proposals. We propose a model that is based on decoding an image into a set of people detections. Our system takes an image as input and directly outputs a set of distinct detection hypotheses. Because we generate predictions jointly, common post-processing steps such as non-maximum suppression are unnecessary. We use a recurrent LSTM layer for sequence generation and train our model end-to-end with a new loss function that operates on sets of detections. We demonstrate the effectiveness of our approach on the challenging task of detecting people in crowded scenes.

Keywords

Cite

@article{arxiv.1506.04878,
  title  = {End-to-end people detection in crowded scenes},
  author = {Russell Stewart and Mykhaylo Andriluka},
  journal= {arXiv preprint arXiv:1506.04878},
  year   = {2015}
}

Comments

9 pages, 7 figures. Submitted to NIPS 2015. Supplementary material video: http://www.youtube.com/watch?v=QeWl0h3kQ24

R2 v1 2026-06-22T09:54:20.825Z