English

Towards Dense People Detection with Deep Learning and Depth images

Computer Vision and Pattern Recognition 2020-07-15 v1 Machine Learning Image and Video Processing

Abstract

This paper proposes a DNN-based system that detects multiple people from a single depth image. Our neural network processes a depth image and outputs a likelihood map in image coordinates, where each detection corresponds to a Gaussian-shaped local distribution, centered at the person's head. The likelihood map encodes both the number of detected people and their 2D image positions, and can be used to recover the 3D position of each person using the depth image and the camera calibration parameters. Our architecture is compact, using separated convolutions to increase performance, and runs in real-time with low budget GPUs. We use simulated data for initially training the network, followed by fine tuning with a relatively small amount of real data. We show this strategy to be effective, producing networks that generalize to work with scenes different from those used during training. We thoroughly compare our method against the existing state-of-the-art, including both classical and DNN-based solutions. Our method outperforms existing methods and can accurately detect people in scenes with significant occlusions.

Keywords

Cite

@article{arxiv.2007.07171,
  title  = {Towards Dense People Detection with Deep Learning and Depth images},
  author = {David Fuentes-Jimenez and Cristina Losada-Gutierrez and David Casillas-Perez and Javier Macias-Guarasa and Roberto Martin-Lopez and Daniel Pizarro and Carlos A. Luna},
  journal= {arXiv preprint arXiv:2007.07171},
  year   = {2020}
}
R2 v1 2026-06-23T17:06:58.970Z