Boosting Convolutional Features for Robust Object Proposals
Nikolaos Karianakis, Thomas J. Fuchs, Stefano Soatto

TL;DR
This paper introduces a boosting method that leverages hierarchical CNN features to generate more accurate and faster object proposals, improving detection performance especially in cluttered and occluded scenes.
Contribution
The paper presents a novel boosting approach that directly utilizes CNN features for object proposal generation, reducing runtime and increasing robustness over traditional methods.
Findings
Improved object proposal accuracy on ImageNet benchmark
Faster region proposal generation compared to existing methods
Enhanced robustness to image perturbations
Abstract
Deep Convolutional Neural Networks (CNNs) have demonstrated excellent performance in image classification, but still show room for improvement in object-detection tasks with many categories, in particular for cluttered scenes and occlusion. Modern detection algorithms like Regions with CNNs (Girshick et al., 2014) rely on Selective Search (Uijlings et al., 2013) to propose regions which with high probability represent objects, where in turn CNNs are deployed for classification. Selective Search represents a family of sophisticated algorithms that are engineered with multiple segmentation, appearance and saliency cues, typically coming with a significant run-time overhead. Furthermore, (Hosang et al., 2014) have shown that most methods suffer from low reproducibility due to unstable superpixels, even for slight image perturbations. Although CNNs are subsequently used for classification…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsSelective Search
