CVFeb 23, 2017

Learning Chained Deep Features and Classifiers for Cascade in Object Detection

arXiv:1702.07054v15 citations
Originality Incremental advance
AI Analysis

This work addresses faster and more accurate object detection for computer vision applications, representing an incremental improvement over existing cascade methods.

The paper tackles the problem of improving object detection by proposing a chained cascade network (CC-Net) that uses features and classifiers from previous stages to aid later stages, resulting in a state-of-the-art mAP of 81.1% on PASCAL VOC 2007.

Cascade is a widely used approach that rejects obvious negative samples at early stages for learning better classifier and faster inference. This paper presents chained cascade network (CC-Net). In this CC-Net, the cascaded classifier at a stage is aided by the classification scores in previous stages. Feature chaining is further proposed so that the feature learning for the current cascade stage uses the features in previous stages as the prior information. The chained ConvNet features and classifiers of multiple stages are jointly learned in an end-to-end network. In this way, features and classifiers at latter stages handle more difficult samples with the help of features and classifiers in previous stages. It yields consistent boost in detection performance on benchmarks like PASCAL VOC 2007 and ImageNet. Combined with better region proposal, CC-Net leads to state-of-the-art result of 81.1% mAP on PASCAL VOC 2007.

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