Online Algorithm Selection

Abstract

Algorithm selection approaches have achieved impressive performance improvements in many areas of AI. Most of the literature considers the offline algorithm selection problem, where the initial selection model is never updated after training. However, new data from running algorithms on instances becomes available while an algorithm selection method is in use. In this extended abstract, the online algorithm selection problem is considered. In online algorithm selection, additional data can be processed, and the selection model can change over time. This abstract details the online algorithm setting, shows that it is a contextual multi-armed bandit, proposes a solution methodology, and empirically validates it.

Cite

Text

Degroote. "Online Algorithm Selection." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/746

Markdown

[Degroote. "Online Algorithm Selection." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/degroote2017ijcai-online/) doi:10.24963/IJCAI.2017/746

BibTeX

@inproceedings{degroote2017ijcai-online,
  title     = {{Online Algorithm Selection}},
  author    = {Degroote, Hans},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {5173-5174},
  doi       = {10.24963/IJCAI.2017/746},
  url       = {https://mlanthology.org/ijcai/2017/degroote2017ijcai-online/}
}