English

Combinatorial Multi-Armed Bandit with General Reward Functions

Machine Learning 2018-07-23 v4 Data Structures and Algorithms Machine Learning

Abstract

In this paper, we study the stochastic combinatorial multi-armed bandit (CMAB) framework that allows a general nonlinear reward function, whose expected value may not depend only on the means of the input random variables but possibly on the entire distributions of these variables. Our framework enables a much larger class of reward functions such as the max()\max() function and nonlinear utility functions. Existing techniques relying on accurate estimations of the means of random variables, such as the upper confidence bound (UCB) technique, do not work directly on these functions. We propose a new algorithm called stochastically dominant confidence bound (SDCB), which estimates the distributions of underlying random variables and their stochastically dominant confidence bounds. We prove that SDCB can achieve O(logT)O(\log{T}) distribution-dependent regret and O~(T)\tilde{O}(\sqrt{T}) distribution-independent regret, where TT is the time horizon. We apply our results to the KK-MAX problem and expected utility maximization problems. In particular, for KK-MAX, we provide the first polynomial-time approximation scheme (PTAS) for its offline problem, and give the first O~(T)\tilde{O}(\sqrt T) bound on the (1ϵ)(1-\epsilon)-approximation regret of its online problem, for any ϵ>0\epsilon>0.

Keywords

Cite

@article{arxiv.1610.06603,
  title  = {Combinatorial Multi-Armed Bandit with General Reward Functions},
  author = {Wei Chen and Wei Hu and Fu Li and Jian Li and Yu Liu and Pinyan Lu},
  journal= {arXiv preprint arXiv:1610.06603},
  year   = {2018}
}

Comments

Published in Neural Information Processing Systems (NIPS) 2016. New in this version: a minor bug fix

R2 v1 2026-06-22T16:27:14.646Z