# Generalization ability of region proposal networks for multispectral   person detection

**Authors:** Kevin Fritz, Daniel K\"onig, Ulrich Klauck, Michael Teutsch

arXiv: 1905.02758 · 2019-05-21

## TL;DR

This study evaluates the generalization of region proposal networks for multispectral person detection across different datasets, finding that the KAIST dataset yields the best training results with a 29.74% miss rate.

## Contribution

It empirically compares multispectral datasets for training generalizable person detectors using RPN within Faster R-CNN architecture.

## Key findings

- KAIST dataset provides the best training basis among tested datasets.
- The trained detector achieves a log-average Miss Rate of 29.74%.
- RPN-based detectors show promising generalization for multispectral person detection.

## Abstract

Multispectral person detection aims at automatically localizing humans in images that consist of multiple spectral bands. Usually, the visual-optical (VIS) and the thermal infrared (IR) spectra are combined to achieve higher robustness for person detection especially in insufficiently illuminated scenes. This paper focuses on analyzing existing detection approaches for their generalization ability. Generalization is a key feature for machine learning based detection algorithms that are supposed to perform well across different datasets. Inspired by recent literature regarding person detection in the VIS spectrum, we perform a cross-validation study to empirically determine the most promising dataset to train a well-generalizing detector. Therefore, we pick one reference Deep Convolutional Neural Network (DCNN) architecture and three different multispectral datasets. The Region Proposal Network (RPN) originally introduced for object detection within the popular Faster R-CNN is chosen as a reference DCNN. The reason is that a stand-alone RPN is able to serve as a competitive detector for two-class problems such as person detection. Furthermore, current state-of-the-art approaches initially apply an RPN followed by individual classifiers. The three considered datasets are the KAIST Multispectral Pedestrian Benchmark including recently published improved annotations for training and testing, the Tokyo Multi-spectral Semantic Segmentation dataset, and the OSU Color-Thermal dataset including recently released annotations. The experimental results show that the KAIST Multispectral Pedestrian Benchmark with its improved annotations provides the best basis to train a DCNN with good generalization ability compared to the other two multispectral datasets. On average, this detection model achieves a log-average Miss Rate (MR) of 29.74 % evaluated on the reasonable test subsets of the three datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.02758/full.md

## Figures

40 figures with captions in the complete paper: https://tomesphere.com/paper/1905.02758/full.md

## References

45 references — full list in the complete paper: https://tomesphere.com/paper/1905.02758/full.md

---
Source: https://tomesphere.com/paper/1905.02758