- The paper proves minimax regret lower bounds of Ω(K log(T/K)) for quantum multi-armed bandits and Ω(d log(T/d)) for finite-action quantum linear bandits using point-versus-interval testing and trigonometric-polynomial methods.
- The paper introduces LV-G-Elim, which combines small-support G-optimal designs with a low-variance quantum mean estimator to achieve nearly linear regret dependence on dimension d for polynomial-size action sets.
- The results show that T-independent regret is impossible in the quantum reward-oracle model, while leaving open optimal guarantees for general action sets, exponentially large action spaces, and reduced logarithmic factors.
Overview
This paper studies stochastic bandit problems in the quantum reward oracle model introduced by Wan et al., where each arm or action is accessed through a unitary encoding its reward distribution, and the learner may apply the oracle or its inverse at most once per round. Prior work in this model achieved regret O(KlogT) for quantum multi-armed bandits (QMAB) with K arms and O(d2polylogT) for quantum linear bandits (QLB) of dimension d. Two questions were left open: whether the logarithmic dependence on the horizon T is intrinsic, and whether the quadratic dimension dependence for linear bandits can be improved. The paper resolves both: it proves minimax lower bounds of Ω(Klog(T/K)) for QMAB and Ω(dlog(T/d)) for finite-action QLB, and gives an algorithm, LV-G-Elim, whose regret is nearly linear in d when the action set has polynomial size.
The lower bound mechanism: point-versus-interval testing
Neither standard classical lower-bound technique transfers directly to the quantum setting. The two-point change-of-measure argument fails because quantum mean estimation distinguishes two distributions with means differing by ϵ using only O(1/ϵ) queries rather than K0 samples. Instance-dependent bounds fail for a different reason: distinguishing a fixed pair of distinct unitary oracles costs a constant number of coherent queries regardless of the target error probability, so no K1 growth arises from point-versus-point comparisons.
The paper recovers the required logarithmic dependence by replacing the fixed alternative with an interval of alternatives. The hard family uses a needle-in-a-haystack structure: arm 1 has mean K2, all other arms have baseline mean K3 under the null instance, and each alternative instance elevates one candidate arm's mean to an unknown value in K4. A low-regret policy must distinguish, for every suboptimal arm, the baseline mean from this entire interval — a task that provably requires growing query cost as the error probability shrinks.
The technical core is a single-arm quantum testing lemma. For a Bernoulli oracle K5 parameterized by K6, the acceptance probability of any K7-query test is a real trigonometric polynomial of degree at most K8. A Remez-type inequality for trigonometric polynomials (due to Ganzburg) then shows that if such a polynomial is bounded below by a constant at the baseline angle while uniformly at most K9 on an interval separated from it, its degree must be O(d2polylogT)0. This forces O(d2polylogT)1. A truncation argument extends the fixed-query bound to tests making a random number of queries, which is what bandit policies induce.
The bandit-to-testing reduction converts a policy with worst-case regret O(d2polylogT)2 into single-arm tests with both error probabilities O(d2polylogT)3, by declaring "alternative" whenever a candidate arm is selected more than half the time; either error event forces O(d2polylogT)4 regret on some instance. Combining with the testing bound yields O(d2polylogT)5, hence O(d2polylogT)6. Realizing the same hard family as a linear bandit with exactly O(d2polylogT)7 actions — using actions that share a common reference direction so that O(d2polylogT)8 rather than O(d2polylogT)9 — yields the finite-action QLB lower bound of d0.
Two consequences deserve emphasis. First, these are the first minimax regret lower bounds in this model, and they resolve the open question of Wan et al.: d1-independent regret is impossible; logarithmic regret is the worst-case scale even for constant-gap instances. Second, since the hard instances use Bernoulli rewards, the bounds apply equally under bounded-variance assumptions. The reduction does assume classical per-round arm selection, so it does not extend to models permitting superposed arm selection over multiple arms.
LV-G-Elim: design-based elimination with low-variance estimation
The algorithmic contribution addresses the finite-action regime directly, where prior guarantees came only from general-action analyses. LV-G-Elim follows classical phased elimination with d2-optimal exploration, but the quantum setting changes the accounting in two ways that shape the design.
First, the support size becomes a leading term rather than an additive overhead. Quantum mean estimation has leading cost d3, but each support action requires its own estimator call with a constant minimum number of queries, and each query incurs regret proportional to the phase accuracy. The paper therefore constructs a small-support approximate d4-optimal design via the Kiefer–Wolfowitz theorem combined with the rounding method of Allen-Zhu et al., achieving support size d5 and d6-value d7 on an active set of rank d8. In the classical setting small support is merely a computational convenience; here it is essential.
Second, the choice of estimator determines how errors aggregate during extrapolation from support estimates to all active actions. Using QMC, worst-case absolute errors propagate through the prediction weights and inflate by d9, forcing support accuracy T0 and yielding a T1 regret dependence. LV-G-Elim instead uses the nondestructive unbiased amplitude estimator of Cornelissen and Hamoudi, specialized to reward oracles without requiring controlled oracle access. With a query allocation T2 matched to the design weights, independent fluctuations aggregate through variance, and the T3 loss disappears entirely. Median amplification over T4 independent runs then lifts constant-probability accuracy to high probability over the full active set.
The resulting guarantee is expected regret T5. When T6, this is nearly linear in T7 and matches the T8 lower bound up to polylogarithmic factors — improving the prior T9 dependence. The QMC variant, QMC-G-Elim, achieves Ω(Klog(T/K))0: it avoids the Ω(Klog(T/K))1 factor (union bounding only over the support) but pays the Ω(Klog(T/K))2 loss. The paper notes the trade-off explicitly: for exponentially large action sets with Ω(Klog(T/K))3, the QMC variant can give better dimension dependence.
Limitations and open questions
The paper is explicit about several gaps. For QMAB, logarithmic slack remains between the Ω(Klog(T/K))4 lower bound and the Ω(Klog(T/K))5 upper bound. For general action sets, the optimal dimension dependence is unresolved: upper bounds stand at Ω(Klog(T/K))6 (Wan et al.) and Ω(Klog(T/K))7 (a specialization of Hikima et al.'s kernelized analysis given in the appendix), against the Ω(Klog(T/K))8 lower bound. Whether the Ω(Klog(T/K))9 factor of LV-G-Elim can be reduced toward the classical Ω(dlog(T/d))0 while retaining linear dimension dependence is left open, as is the possibility of mild Ω(dlog(T/d))1-dependence in the lower bound for larger fixed action sets. The extension of the upper bound to bounded-variance rewards is sketched but not completed, pending a deterministic-budget version of the variance-aware estimator.
Conclusion
The paper establishes that logarithmic-in-Ω(dlog(T/d))2 regret is unavoidable for quantum multi-armed bandits and finite-action quantum linear bandits in the reward oracle model, via a novel point-versus-interval testing lower bound built on the polynomial method and a Remez-type inequality for trigonometric polynomials. Its LV-G-Elim algorithm nearly matches the linear bandit lower bound for polynomial-size action sets, reducing the dimension dependence from Ω(dlog(T/d))3 to Ω(dlog(T/d))4 by coupling small-support Ω(dlog(T/d))5-optimal designs with a low-bias low-variance quantum mean estimator.