Boosting Expert Ensembles for Rapid Concept Recall

Abstract

Many learning tasks in adversarial domains tend to be highly dependent on the opponent. Predefined strate-gies optimized for play against a specific opponent are not likely to succeed when employed against another opponent. Learning a strategy for each new opponent from scratch, though, is inefficient as one is likely to encounter the same or similar opponents again. We call this particular variant of inductive transfer a con-cept recall problem. We present an extension to Ad-aBoost called ExpBoost that is especially designed for such a sequential learning tasks. It automatically bal-ances between an ensemble of experts each trained on one known opponent and learning the concept of the new opponent. We present and compare results of Exp-Boost and other algorithms on both synthetic data and in a simulated robot soccer task. ExpBoost can rapidly adjust to new concepts and achieve performance com-parable to a classifier trained exclusively on a particular opponent with far more data.

Cite

Text

Rettinger et al. "Boosting Expert Ensembles for Rapid Concept Recall." AAAI Conference on Artificial Intelligence, 2006.

Markdown

[Rettinger et al. "Boosting Expert Ensembles for Rapid Concept Recall." AAAI Conference on Artificial Intelligence, 2006.](https://mlanthology.org/aaai/2006/rettinger2006aaai-boosting/)

BibTeX

@inproceedings{rettinger2006aaai-boosting,
  title     = {{Boosting Expert Ensembles for Rapid Concept Recall}},
  author    = {Rettinger, Achim and Zinkevich, Martin and Bowling, Michael H.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2006},
  pages     = {464-469},
  url       = {https://mlanthology.org/aaai/2006/rettinger2006aaai-boosting/}
}