DeepProposal: Hunting Objects by Cascading Deep Convolutional Layers
Amir Ghodrati, Ali Diba, Marco Pedersoli, Tinne Tuytelaars, Luc Van, Gool

TL;DR
DeepProposal introduces a CNN-based object proposal method that combines high recall from deep layers with precise localization from early layers through an inverse cascade, resulting in efficient and accurate object detection.
Contribution
The paper proposes a novel inverse cascade approach that leverages CNN features across layers for improved object proposal generation, combining localization and recall effectively.
Findings
Outperforms previous object proposal methods in accuracy.
Achieves state-of-the-art detection performance when integrated with CNN detectors.
Efficiently generates proposals using feature aggregation and an inverse coarse-to-fine process.
Abstract
In this paper we evaluate the quality of the activation layers of a convolutional neural network (CNN) for the gen- eration of object proposals. We generate hypotheses in a sliding-window fashion over different activation layers and show that the final convolutional layers can find the object of interest with high recall but poor localization due to the coarseness of the feature maps. Instead, the first layers of the network can better localize the object of interest but with a reduced recall. Based on this observation we design a method for proposing object locations that is based on CNN features and that combines the best of both worlds. We build an inverse cascade that, going from the final to the initial convolutional layers of the CNN, selects the most promising object locations and refines their boxes in a coarse-to-fine manner. The method is efficient, because i) it uses the same…
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.
Code & Models
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
