164
v1v2 (latest)

Near-Optimal Regret Bounds for Contextual Combinatorial Semi-Bandits with Linear Payoff Functions

AAAI Conference on Artificial Intelligence (AAAI), 2021
Abstract

The contextual combinatorial semi-bandit problem with linear payoff functions is a decision-making problem in which a learner chooses a set of arms with the feature vectors in each round under given constraints so as to maximize the sum of rewards of arms. Several existing algorithms have regret bounds that are optimal with respect to the number of rounds TT. However, there is a gap of O~(max(d,k))\tilde{O}(\max(\sqrt{d}, \sqrt{k})) between the current best upper and lower bounds, where dd is the dimension of the feature vectors, kk is the number of the chosen arms in a round, and O~()\tilde{O}(\cdot) ignores the logarithmic factors. The dependence of kk and dd is of practical importance because kk may be larger than TT in real-world applications such as recommender systems. In this paper, we fill the gap by improving the upper and lower bounds. More precisely, we show that the C2{}^2UCB algorithm proposed by Qin, Chen, and Zhu (2014) has the optimal regret bound O~(dkT+dk)\tilde{O}(d\sqrt{kT} + dk) for the partition matroid constraints. For general constraints, we propose an algorithm that modifies the reward estimates of arms in the C2{}^2UCB algorithm and demonstrate that it enjoys the optimal regret bound for a more general problem that can take into account other objectives simultaneously. We also show that our technique would be applicable to related problems. Numerical experiments support our theoretical results and considerations.

View on arXiv
Comments on this paper