Efficient Bandit Algorithms for Online Multiclass Prediction
Abstract
This paper introduces the Banditron, a variant of the Perceptron, for the multiclass bandit setting. The multiclass bandit setting models a wide range of practical supervised learning applications where the learner only receives partial feedback (referred to as "bandit" feedback, in the spirit of multi-armed bandit models) with respect to the true label (e.g. in many web applications users often only provide positive "click" feedback which does not necessarily fully disclose a true label). The Banditron has the ability to learn in a multiclass classification setting with the "bandit" feedback which only reveals whether or not the prediction made by the algorithm was correct or not (but does not necessarily reveal the true label). We provide (relative) mistake bounds which show how the Banditron enjoys favorable performance, and our experiments demonstrate the practicality of the algorithm. Furthermore, this paper pays close attention to the important special case when the data is linearly separable --- a problem which has been exhaustively studied in the full information setting yet is novel in the bandit setting.
Cite
Text
Kakade et al. "Efficient Bandit Algorithms for Online Multiclass Prediction." International Conference on Machine Learning, 2008. doi:10.1145/1390156.1390212Markdown
[Kakade et al. "Efficient Bandit Algorithms for Online Multiclass Prediction." International Conference on Machine Learning, 2008.](https://mlanthology.org/icml/2008/kakade2008icml-efficient/) doi:10.1145/1390156.1390212BibTeX
@inproceedings{kakade2008icml-efficient,
title = {{Efficient Bandit Algorithms for Online Multiclass Prediction}},
author = {Kakade, Sham M. and Shalev-Shwartz, Shai and Tewari, Ambuj},
booktitle = {International Conference on Machine Learning},
year = {2008},
pages = {440-447},
doi = {10.1145/1390156.1390212},
url = {https://mlanthology.org/icml/2008/kakade2008icml-efficient/}
}