cs.LGFeb 19, 2025

On the Sublinear Regret of Continuous K-Max Bandits

Authors: Yu ChenSiwei WangLongbo HuangWei Chen

Organizations: Institute for Interdisciplinary Information Sciences, Tsinghua University · 2Microsoft Research Asia

Abstract

The KK-Max combinatorial multi-armed bandit problem arises in applications such as recommendation and distributed decision making, where the reward is determined by the maximum outcome among KK selected arms. When outcomes are continuous and only the maximum value together with the winner's index is observed, this problem introduces unprecedented difficulties including discretization errors, non-deterministic tie-breaking, and severe estimation biases. To overcome these barriers, we introduce DCK-UCB, an efficient algorithm combining adaptive discretization with bias-corrected confidence bounds. We prove that DCK-UCB achieves a O~(T3/4)\widetilde{O}(T^{3/4}) regret bound, the first sublinear guarantee in this setting. Numerical experiments show strong performance over baseline methods. Furthermore, for the specific case of exponential distributions under full-bandit feedback, we propose the MLE-Exp algorithm that attains a near-optimal O~(T)\widetilde{O}(\sqrt{T}) regret bound. This work establishes fundamental theoretical guarantees and provides a powerful algorithmic solution for continuous combinatorial bandits.

Explore similar work

May 20, 2026cs.LG

Finite-Time Regret Analysis of Retry-Aware Bandits

We study a stochastic bandit algorithm motivated by retry-aware objectives that value the best outcome among multiple attempts, such as pass@kk and max@kk. Given a posterior over arm values, ReMax chooses a sampling distribution that maximizes the posterior expected maximum reward over MM virtual draws. Although this objective was introduced in reinforcement learning as an exploration mechanism under uncertainty, its regret properties in bandit problems have remained unclear. For Gaussian rewards and the first nontrivial case M=2M=2, we characterize the optimal ReMax distribution through an expected-improvement balance condition and prove the first sublinear regret bound for ReMax. Our analysis separates the usual saturation behavior of suboptimal arms from a ReMax-specific underestimation effect, in which the optimal arm may be sampled too rarely after an unfavorable estimate. This explains why ReMax can be more exploitative than Thompson sampling (TS) and why its regret analysis is technically delicate. Experiments support this picture: ReMax often outperforms KL-UCB and Thompson sampling under mild underestimation, while posterior-variance scaling empirically mitigates severe underestimation.
Bingkui Tong, Junpei Komiyama, Soichiro Nishimori +1
Apr 16, 2026cs.IT

Regret Tail Characterization of Optimal Bandit Algorithms with Generic Rewards

We study the tail behavior of regret in stochastic multi-armed bandits for algorithms that are asymptotically optimal in expectation. While minimizing expected regret is the classical objective, recent work shows that even such algorithms can exhibit heavy regret tails, incurring large regret with non-negligible probability. Existing sharp characterizations of regret tails are largely restricted to parametric settings, such as single-parameter exponential families. In this work, we extend the \KLinf\KLinf-UCB algorithm of to a broad nonparametric class of reward distributions satisfying mild assumptions, and establish its asymptotic optimality in expectation. We then analyze the tail behavior of its regret and derive a novel upper bound on the regret tail probability. As special cases, our results recover regret-tail guarantees for both bounded-support and heavy-tailed (moment-bounded) bandit models. Moreover, for the special case of finitely-supported reward distributions, our upper bound matches the known lower bound exactly. Our results thus provide a unified and tight characterization of regret tails for asymptotically optimal KL-based UCB algorithms, going beyond parametric models.
Subhodip Panda, Shubhada Agrawal
Aug 12, 2026cs.LG

An Efficient Near-Optimal Algorithm for Adversarial mm-Set Bandits

We study adversarial combinatorial bandits with mm-set actions, where at each round the learner selects mm out of dd items and observes only the aggregate loss of the selected items. The resulting action set contains K=(dm)K=\binom{d}{m} elements and can therefore be exponentially large. Nevertheless, the loss of every action is determined by the same dd-dimensional vector of item losses. We propose a computationally efficient algorithm that exploits this structure without explicitly enumerating the action set. Against adaptive non-anticipating adversaries, it guarantees, with probability at least 1δ1-δ, regret against the best fixed action of RT=O(dTlog(K/δ)).R_T = O\left(\sqrt{dT\log(K/δ)}\right). This matches the high-probability regret bound of the finite-action EXP3-KW algorithm of Zimmert and Lattimore, whose direct implementation may require exponential space. Our algorithm instead represents each sampling distribution with dd parameters and runs in polynomial time without enumerating the action set. Thus, it resolves the open problem posed by Maiti et al.
Francesco Bacchiocchi, Tommaso Cesari, Roberto Colomboni