Deep Learning with Logged Bandit Feedback

Abstract

We propose a new output layer for deep neural networks that permits the use of logged contextual bandit feedback for training. Such contextual bandit feedback can be available in huge quantities (e.g., logs of search engines, recommender systems) at little cost, opening up a path for training deep networks on orders of magnitude more data. To this effect, we propose a Counterfactual Risk Minimization (CRM) approach for training deep networks using an equivariant empirical risk estimator with variance regularization, BanditNet, and show how the resulting objective can be decomposed in a way that allows Stochastic Gradient Descent (SGD) training. We empirically demonstrate the effectiveness of the method by showing how deep networks -- ResNets in particular -- can be trained for object recognition without conventionally labeled images.

Cite

Text

Joachims et al. "Deep Learning with Logged Bandit Feedback." International Conference on Learning Representations, 2018.

Markdown

[Joachims et al. "Deep Learning with Logged Bandit Feedback." International Conference on Learning Representations, 2018.](https://mlanthology.org/iclr/2018/joachims2018iclr-deep/)

BibTeX

@inproceedings{joachims2018iclr-deep,
  title     = {{Deep Learning with Logged Bandit Feedback}},
  author    = {Joachims, Thorsten and Swaminathan, Adith and de Rijke, Maarten},
  booktitle = {International Conference on Learning Representations},
  year      = {2018},
  url       = {https://mlanthology.org/iclr/2018/joachims2018iclr-deep/}
}