An active search strategy for efficient object class detection
Abel Gonzalez-Garcia, Alexander Vezhnevets, Vittorio Ferrari

TL;DR
This paper introduces an active search strategy for object detection that reduces classifier evaluations by sequentially selecting windows based on context and classifier scores, maintaining accuracy with fewer evaluations.
Contribution
The proposed method is a novel active search approach that efficiently guides window evaluation in object detection, compatible with any classifier and significantly reducing computational effort.
Findings
Matches detection accuracy of full evaluation with 9x fewer windows
Utilizes context to jump across image regions efficiently
Compatible with any classifier as a black-box
Abstract
Object class detectors typically apply a window classifier to all the windows in a large set, either in a sliding window manner or using object proposals. In this paper, we develop an active search strategy that sequentially chooses the next window to evaluate based on all the information gathered before. This results in a substantial reduction in the number of classifier evaluations and in a more elegant approach in general. Our search strategy is guided by two forces. First, we exploit context as the statistical relation between the appearance of a window and its location relative to the object, as observed in the training set. This enables to jump across distant regions in the image (e.g. observing a sky region suggests that cars might be far below) and is done efficiently in a Random Forest framework. Second, we exploit the score of the classifier to attract the search to promising…
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 Image and Video Retrieval Techniques · Advanced Neural Network Applications · Video Surveillance and Tracking Methods
MethodsSupport Vector Machine · Max Pooling · Convolution · R-CNN
