scispace - formally typeset
Open AccessJournal ArticleDOI

Improving object detection with boosted histograms

TLDR
This work shows how histogram-based image descriptors can be combined with a boosting classifier to provide a state of the art object detector and introduces a weak learner for multi-valued histogram features and shows how to overcome problems of limited training sets.
About
This article is published in Image and Vision Computing.The article was published on 2009-04-01 and is currently open access. It has received 127 citations till now. The article focuses on the topics: Object-class detection & Viola–Jones object detection framework.

read more

Citations
More filters
Journal ArticleDOI

Multimodal distributional semantics

TL;DR: This work proposes a flexible architecture to integrate text- and image-based distributional information, and shows in a set of empirical tests that the integrated model is superior to the purely text-based approach, and it provides somewhat complementary semantic information with respect to the latter.
Journal ArticleDOI

Efficient Subwindow Search: A Branch and Bound Framework for Object Localization

TL;DR: A simple yet powerful branch and bound scheme that allows efficient maximization of a large class of quality functions over all possible subimages and converges to a globally optimal solution typically in linear or even sublinear time, in contrast to the quadratic scaling of exhaustive or sliding window search.
Posted Content

Filtered Channel Features for Pedestrian Detection

TL;DR: A unifying framework is proposed that multiple top performing pedestrian detectors can be modelled by using an intermediate layer filtering low-level features in combination with a boosted decision forest and experimentally explore different filter families.
Proceedings ArticleDOI

Filtered channel features for pedestrian detection

TL;DR: In this paper, the authors propose a unifying framework and experimentally explore different filter families, including HOG+LUV, boosted decision forest and optical flow features, which achieves the best performance on the Caltech and KITTI datasets.
References
More filters
Proceedings ArticleDOI

Histograms of oriented gradients for human detection

TL;DR: It is shown experimentally that grids of histograms of oriented gradient (HOG) descriptors significantly outperform existing feature sets for human detection, and the influence of each stage of the computation on performance is studied.
Proceedings ArticleDOI

Rapid object detection using a boosted cascade of simple features

TL;DR: A machine learning approach for visual object detection which is capable of processing images extremely rapidly and achieving high detection rates and the introduction of a new image representation called the "integral image" which allows the features used by the detector to be computed very quickly.
Proceedings ArticleDOI

Object recognition from local scale-invariant features

TL;DR: Experimental results show that robust object recognition can be achieved in cluttered partially occluded images with a computation time of under 2 seconds.
Journal ArticleDOI

A Decision-Theoretic Generalization of On-Line Learning and an Application to Boosting

TL;DR: The model studied can be interpreted as a broad, abstract extension of the well-studied on-line prediction model to a general decision-theoretic setting, and it is shown that the multiplicative weight-update Littlestone?Warmuth rule can be adapted to this model, yielding bounds that are slightly weaker in some cases, but applicable to a considerably more general class of learning problems.
Related Papers (5)
Frequently Asked Questions (10)
Q1. What are the contributions in "Improving object detection with boosted histograms" ?

Building upon recent progress in the field the authors show how histogram-based image descriptors can be combined with a boosting classifier to provide a state of the art object detector. Among the improvements the authors introduce a weak learner for multi-valued histogram features and show how to overcome problems of limited training sets. The authors also analyze different choices of image features and address computational aspects of the method. In particular, using a single set of parameters their approach outperforms all the methods reported in VOC05 Challenge for seven out of eight detection tasks and four object classes while providing close to real-time performance. 

To train the classifier for a particular object class, the authors use positive training set with scale and positionnormalized images of objects in similar views. 

Using WFLD as an AdaBoost weak learner eliminates the need of re-sampling training data required by classifiers that do not make use of sample weights. 

A particular advantage of using FLD as a weak learner is the possibility of re-formulating FLD to minimize a weighted classification error as required by AdaBoost. 

For one-dimensional features f 2 R such as Haar features in [29], an efficient classifier for n training samples can be found by selecting an optimal decision threshold in (1) in O(n logn) time. 

Given the high correlation of filter responses at adjacent image scales, computation of integral histograms for a limited set of sparse scale levels is likely to imply a speed up at the cost of a limited decrease of performance. 

One approach to deal with multi-dimensional features used in [15] is to project f onto a pre-defined set of one-dimensional manifolds using a fixed set of functions gj : Rm ! 

To validate the proposed method, the authors test it on the task of object detection in natural images and evaluate the performance on PASCAL Visual Object Category datasets VOC 2005 and VOC 2006 [7,6]. 

To train and to test the detectors the authors use training and validation sets of VOC 2005 challenge and adopt VOC evaluation procedure [7]. 

the authors find Harris-Affine regions to perform no better than random regions in their framework tested on three different object classes.