CVAug 14, 2018

Multispectral Pedestrian Detection via Simultaneous Detection and Segmentation

arXiv:1808.04818v1203 citations
Originality Incremental advance
AI Analysis

This addresses pedestrian detection for applications like autonomous driving, especially in low-light conditions, but is incremental as it builds on existing multispectral methods.

The paper tackles the problem of multispectral pedestrian detection under poor lighting by proposing a network fusion architecture that jointly optimizes detection and segmentation, significantly outperforming state-of-the-art methods on the KAIST dataset while maintaining speed.

Multispectral pedestrian detection has attracted increasing attention from the research community due to its crucial competence for many around-the-clock applications (e.g., video surveillance and autonomous driving), especially under insufficient illumination conditions. We create a human baseline over the KAIST dataset and reveal that there is still a large gap between current top detectors and human performance. To narrow this gap, we propose a network fusion architecture, which consists of a multispectral proposal network to generate pedestrian proposals, and a subsequent multispectral classification network to distinguish pedestrian instances from hard negatives. The unified network is learned by jointly optimizing pedestrian detection and semantic segmentation tasks. The final detections are obtained by integrating the outputs from different modalities as well as the two stages. The approach significantly outperforms state-of-the-art methods on the KAIST dataset while remain fast. Additionally, we contribute a sanitized version of training annotations for the KAIST dataset, and examine the effects caused by different kinds of annotation errors. Future research of this problem will benefit from the sanitized version which eliminates the interference of annotation errors.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes