SOTAVerified

Multispectral Deep Neural Networks for Pedestrian Detection

2016-11-08Code Available1· sign in to hype

Jingjing Liu, Shaoting Zhang, Shu Wang, Dimitris N. Metaxas

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Multispectral pedestrian detection is essential for around-the-clock applications, e.g., surveillance and autonomous driving. We deeply analyze Faster R-CNN for multispectral pedestrian detection task and then model it into a convolutional network (ConvNet) fusion problem. Further, we discover that ConvNet-based pedestrian detectors trained by color or thermal images separately provide complementary information in discriminating human instances. Thus there is a large potential to improve pedestrian detection by using color and thermal images in DNNs simultaneously. We carefully design four ConvNet fusion architectures that integrate two-branch ConvNets on different DNNs stages, all of which yield better performance compared with the baseline detector. Our experimental results on KAIST pedestrian benchmark show that the Halfway Fusion model that performs fusion on the middle-level convolutional features outperforms the baseline method by 11% and yields a missing rate 3.5% lower than the other proposed architectures.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DroneVehicleHalfwayFusionVal/mAP5068.2Unverified

Reproductions