English

Combinatorial Logistic Bandits

Machine Learning 2025-05-15 v3

Abstract

We introduce a novel framework called combinatorial logistic bandits (CLogB), where in each round, a subset of base arms (called the super arm) is selected, with the outcome of each base arm being binary and its expectation following a logistic parametric model. The feedback is governed by a general arm triggering process. Our study covers CLogB with reward functions satisfying two smoothness conditions, capturing application scenarios such as online content delivery, online learning to rank, and dynamic channel allocation. We first propose a simple yet efficient algorithm, CLogUCB, utilizing a variance-agnostic exploration bonus. Under the 1-norm triggering probability modulated (TPM) smoothness condition, CLogUCB achieves a regret bound of O~(dκKT)\tilde{O}(d\sqrt{\kappa KT}), where O~\tilde{O} ignores logarithmic factors, dd is the dimension of the feature vector, κ\kappa represents the nonlinearity of the logistic model, and KK is the maximum number of base arms a super arm can trigger. This result improves on prior work by a factor of O~(κ)\tilde{O}(\sqrt{\kappa}). We then enhance CLogUCB with a variance-adaptive version, VA-CLogUCB, which attains a regret bound of O~(dKT)\tilde{O}(d\sqrt{KT}) under the same 1-norm TPM condition, improving another O~(κ)\tilde{O}(\sqrt{\kappa}) factor. VA-CLogUCB shows even greater promise under the stronger triggering probability and variance modulated (TPVM) condition, achieving a leading O~(dT)\tilde{O}(d\sqrt{T}) regret, thus removing the additional dependency on the action-size KK. Furthermore, we enhance the computational efficiency of VA-CLogUCB by eliminating the nonconvex optimization process when the context feature map is time-invariant while maintaining the tight O~(dT)\tilde{O}(d\sqrt{T}) regret. Finally, experiments on synthetic and real-world datasets demonstrate the superior performance of our algorithms compared to benchmark algorithms.

Keywords

Cite

@article{arxiv.2410.17075,
  title  = {Combinatorial Logistic Bandits},
  author = {Xutong Liu and Xiangxiang Dai and Xuchuang Wang and Mohammad Hajiesmaili and John C. S. Lui},
  journal= {arXiv preprint arXiv:2410.17075},
  year   = {2025}
}

Comments

Accepted in ACM SIGMETRICS 2025

R2 v1 2026-06-28T19:31:36.250Z