Hybrid Classifiers for Object Classification with a Rich Background

Abstract

The majority of current methods in object classification use the one-against-rest training scheme. We argue that when applied to a large number of classes, this strategy is problematic: as the number of classes increases, the negative class becomes a very large and complicated collection of images. The resulting classification problem then becomes extremely unbalanced, and kernel SVM classifiers trained on such sets require long training time and are slow in prediction. To address these problems, we propose to consider the negative class as a background and characterize it by a prior distribution . Further, we propose to construct ”hybrid” classifiers, which are trained to separate this distribution from the samples of the positive class. A typical classifier first projects (by a function which may be non-linear) the inputs to a one-dimensional space, and then thresholds this projection. Theoretical results and empirical evaluation suggest that, after projection, the background has a relatively simple distribution, which is much easier to parameterize and work with. Our results show that hybrid classifiers offer an advantage over SVM classifiers, both in performance and complexity, especially when the negative (background) class is large.

Cite

Text

Osadchy et al. "Hybrid Classifiers for Object Classification with a Rich Background." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33715-4_21

Markdown

[Osadchy et al. "Hybrid Classifiers for Object Classification with a Rich Background." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/osadchy2012eccv-hybrid/) doi:10.1007/978-3-642-33715-4_21

BibTeX

@inproceedings{osadchy2012eccv-hybrid,
  title     = {{Hybrid Classifiers for Object Classification with a Rich Background}},
  author    = {Osadchy, Margarita and Keren, Daniel and Fadida-Specktor, Bella},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {284-297},
  doi       = {10.1007/978-3-642-33715-4_21},
  url       = {https://mlanthology.org/eccv/2012/osadchy2012eccv-hybrid/}
}