CVOct 28, 2015

Scale-aware Fast R-CNN for Pedestrian Detection

arXiv:1510.08160v3830 citations
Originality Incremental advance
AI Analysis

This work improves pedestrian detection for applications like autonomous driving by handling scale variance, though it is incremental as it builds on Fast R-CNN.

The paper tackles pedestrian detection by addressing large scale variance with a Scale-Aware Fast R-CNN framework, achieving state-of-the-art performance on Caltech, INRIA, and ETH datasets and competitive results on KITTI.

In this work, we consider the problem of pedestrian detection in natural scenes. Intuitively, instances of pedestrians with different spatial scales may exhibit dramatically different features. Thus, large variance in instance scales, which results in undesirable large intra-category variance in features, may severely hurt the performance of modern object instance detection methods. We argue that this issue can be substantially alleviated by the divide-and-conquer philosophy. Taking pedestrian detection as an example, we illustrate how we can leverage this philosophy to develop a Scale-Aware Fast R-CNN (SAF R-CNN) framework. The model introduces multiple built-in sub-networks which detect pedestrians with scales from disjoint ranges. Outputs from all the sub-networks are then adaptively combined to generate the final detection results that are shown to be robust to large variance in instance scales, via a gate function defined over the sizes of object proposals. Extensive evaluations on several challenging pedestrian detection datasets well demonstrate the effectiveness of the proposed SAF R-CNN. Particularly, our method achieves state-of-the-art performance on Caltech, INRIA, and ETH, and obtains competitive results on KITTI.

Foundations

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

Your Notes