English

Combinatorial Neural Bandits

Machine Learning 2023-06-02 v1 Machine Learning

Abstract

We consider a contextual combinatorial bandit problem where in each round a learning agent selects a subset of arms and receives feedback on the selected arms according to their scores. The score of an arm is an unknown function of the arm's feature. Approximating this unknown score function with deep neural networks, we propose algorithms: Combinatorial Neural UCB (CN-UCB\texttt{CN-UCB}) and Combinatorial Neural Thompson Sampling (CN-TS\texttt{CN-TS}). We prove that CN-UCB\texttt{CN-UCB} achieves O~(d~T)\tilde{\mathcal{O}}(\tilde{d} \sqrt{T}) or O~(d~TK)\tilde{\mathcal{O}}(\sqrt{\tilde{d} T K}) regret, where d~\tilde{d} is the effective dimension of a neural tangent kernel matrix, KK is the size of a subset of arms, and TT is the time horizon. For CN-TS\texttt{CN-TS}, we adapt an optimistic sampling technique to ensure the optimism of the sampled combinatorial action, achieving a worst-case (frequentist) regret of O~(d~TK)\tilde{\mathcal{O}}(\tilde{d} \sqrt{TK}). To the best of our knowledge, these are the first combinatorial neural bandit algorithms with regret performance guarantees. In particular, CN-TS\texttt{CN-TS} is the first Thompson sampling algorithm with the worst-case regret guarantees for the general contextual combinatorial bandit problem. The numerical experiments demonstrate the superior performances of our proposed algorithms.

Keywords

Cite

@article{arxiv.2306.00242,
  title  = {Combinatorial Neural Bandits},
  author = {Taehyun Hwang and Kyuwook Chai and Min-hwan Oh},
  journal= {arXiv preprint arXiv:2306.00242},
  year   = {2023}
}

Comments

Accepted in ICML 2023

R2 v1 2026-06-28T10:52:42.866Z