English

Detecting Humans in RGB-D Data with CNNs

Computer Vision and Pattern Recognition 2022-07-19 v1

Abstract

We address the problem of people detection in RGB-D data where we leverage depth information to develop a region-of-interest (ROI) selection method that provides proposals to two color and depth CNNs. To combine the detections produced by the two CNNs, we propose a novel fusion approach based on the characteristics of depth images. We also present a new depth-encoding scheme, which not only encodes depth images into three channels but also enhances the information for classification. We conduct experiments on a publicly available RGB-D people dataset and show that our approach outperforms the baseline models that only use RGB data.

Keywords

Cite

@article{arxiv.2207.08064,
  title  = {Detecting Humans in RGB-D Data with CNNs},
  author = {Kaiyang Zhou and Adeline Paiement and Majid Mirmehdi},
  journal= {arXiv preprint arXiv:2207.08064},
  year   = {2022}
}

Comments

An (outdated) MSc project (2016), which studied how to use CNNs to detect humans in RGBD data

R2 v1 2026-06-25T00:58:44.662Z