Minimal Correlation Classification

Abstract

When the description of the visual data is rich and consists of many features, a classification based on a single model can often be enhanced using an ensemble of models. We suggest a new ensemble learning method that encourages the base classifiers to learn different aspects of the data. Initially, a binary classification algorithm such as Support Vector Machine is applied and its confidence values on the training set are considered. Following the idea that ensemble methods work best when the classification errors of the base classifiers are not related, we serially learn additional classifiers whose output confidences on the training examples are minimally correlated. Finally, these uncorrelated classifiers are assembled using the GentleBoost algorithm. Presented experiments in various visual recognition domains demonstrate the effectiveness of the method.

Cite

Text

Levy and Wolf. "Minimal Correlation Classification." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33783-3_3

Markdown

[Levy and Wolf. "Minimal Correlation Classification." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/levy2012eccv-minimal/) doi:10.1007/978-3-642-33783-3_3

BibTeX

@inproceedings{levy2012eccv-minimal,
  title     = {{Minimal Correlation Classification}},
  author    = {Levy, Noga and Wolf, Lior},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {29-42},
  doi       = {10.1007/978-3-642-33783-3_3},
  url       = {https://mlanthology.org/eccv/2012/levy2012eccv-minimal/}
}