CVDec 2, 2018

Pedestrian Detection with Autoregressive Network Phases

arXiv:1812.00440v179 citations
Originality Incremental advance
AI Analysis

This addresses pedestrian detection for autonomous driving systems, representing an incremental improvement over existing cascaded detection approaches.

The authors tackled pedestrian detection by proposing an autoregressive framework with cascaded phases that progressively improves precision, achieving new state-of-the-art performance on the Caltech pedestrian dataset and competitive results on KITTI.

We present an autoregressive pedestrian detection framework with cascaded phases designed to progressively improve precision. The proposed framework utilizes a novel lightweight stackable decoder-encoder module which uses convolutional re-sampling layers to improve features while maintaining efficient memory and runtime cost. Unlike previous cascaded detection systems, our proposed framework is designed within a region proposal network and thus retains greater context of nearby detections compared to independently processed RoI systems. We explicitly encourage increasing levels of precision by assigning strict labeling policies to each consecutive phase such that early phases develop features primarily focused on achieving high recall and later on accurate precision. In consequence, the final feature maps form more peaky radial gradients emulating from the centroids of unique pedestrians. Using our proposed autoregressive framework leads to new state-of-the-art performance on the reasonable and occlusion settings of the Caltech pedestrian dataset, and achieves competitive state-of-the-art performance on the KITTI dataset.

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