Source-linked AI summary

Toward Optimal Second-Order Path-Length Guarantee for Adversarial Multi-Armed Bandits

Mengxiao Zhang

arXiv:2608.15996v1cs.LG

TL;DR

The paper asks whether second-order path-length regret is achievable for adversarial bandits under bandit feedback. It gives a refined analysis of Bubeck et al.'s unchanged algorithm and uses adaptive restarts when Q∞,2 is unknown. The results establish optimal dependence on Q∞,2 up to logarithmic factors, while the adaptive guarantee incurs an additional √log T factor.

  • Problem

    The open question is whether adversarial bandits can achieve regret with second-order path-length dependence under bandit feedback.

  • Method

    The paper reanalyzes Bubeck et al.'s exact algorithm using an identity for sampling bias and combines it with prediction-error terms, then adds adaptive restarts for unknown Q∞,2.

  • Results

    The unchanged algorithm achieves the desired second-order path-length guarantee when Q∞,2 is known, and the adaptive scheme removes that knowledge requirement.

  • Takeaways & Limitations

    The results establish optimal dependence on Q∞,2 up to logarithmic factors when combined with the Ω(√KQ∞,2) lower bound.

  • Takeaways & Limitations

    The adaptive guarantee has an additional √log T factor, and the analysis relies essentially on oblivious loss sequences.

Abstract

from arXiv · show

We study second-order path-length regret in adversarial $K$-armed bandits against oblivious loss sequences. Bubeck et al. [2019] designed an algorithm that achieves $\widetilde{\mathcal{O}}(K+\sqrt{KQ_{\infty,1}})$ regret, where $Q_{\infty,1}$ is the first-order path length, and left open whether $\widetilde{\mathcal{O}}(\text{poly}(K)\sqrt{1+Q_{\infty,2}})$ regret is achievable under bandit feedback, where $Q_{\infty,2}$ is the second-order path length. Somewhat surprisingly, we resolve this question positively by showing that with a more involved analysis, the exact same algorithm of Bubeck et al. [2019] achieves $\mathcal{O}\left(K\log(KT)+\sqrt{K\log(KT)\bigl(1+Q_{\infty,2}\bigr)}\right)$ expected regret when $Q_{\infty,2}$ is known, where $T$ is the horizon. This matches the $Ω(\sqrt{KQ_{\infty,2}})$ lower bound up to logarithmic factors and additive terms. We further remove the knowledge of $Q_{\infty,2}$ using an adaptive restart scheme whose path-length estimator has uniformly bounded increments.

1 Introduction

The paper asks whether adversarial bandits can achieve second-order path-length regret under bandit feedback and answers affirmatively for oblivious loss sequences. It reanalyzes an existing recent-arm optimistic algorithm, obtaining the desired dependence on Q∞,2 and an adaptive variant when that quantity is unknown.

  • Problem motivation: The adversarial multi-armed bandit model uses partial feedback, with regret measured against the best fixed arm in hindsight.The learner observes only the loss of the selected arm, while the remaining coordinates stay hidden.
  • Problem motivation: Adaptive guarantees seek regret that reflects loss-sequence complexity rather than automatically scaling with the worst-case horizon rate.Prior examples depend on comparator loss, stochastic structure, empirical variance, or other instance properties.
  • Problem motivation: Second-order path length measures temporal movement quadratically, allowing many small changes to have substantially smaller complexity than first-order movement.When each increment has infinity norm T^-1/2, Q∞,2 can remain O(1) while first-order movement can be much larger.
  • Contributions: The paper proves affirmatively that the same algorithm achieves a second-order path-length guarantee for oblivious losses when Q∞,2 is known.The contribution is a refined analysis rather than a new sampler, estimator, or mirror-descent update.
  • Contributions: The unknown-Q∞,2 setting is handled by an adaptive restart scheme, whose guarantee is a factor of √log T worse than oracle tuning.This extends the result without requiring prior knowledge of the second-order path length.
  • Prior work: Bubeck et al.'s algorithm improved dependence from the ℓ1 path measure to the smaller ℓ∞ measure, but its analysis yielded first-order movement dependence.The present work retains that algorithm while changing the analysis to target Q∞,2.

2 Notations and Problem Setting

The paper formalizes adversarial bandits with obliviously fixed loss vectors and expected static regret, then establishes an Ω(√Kq) lower bound whenever Q∞,2 is at most q.

  • Notation: For K ≥ 2, [K] denotes the action set, ei the ith standard basis vector, and ΔK the probability simplex.The notation also defines coordinatewise squaring and Bregman divergence for later analysis.
  • Problem setting: An oblivious adversary fixes loss vectors in [0,1]^K before interaction; each round reveals only the selected coordinate's loss.The learner's action uses internal randomness and the observed history, and performance is expected static pseudoregret.
  • Problem setting: The target adaptive regret bound depends on the second-order path length Q∞,2 rather than only the horizon.Expectations are taken over the learner's randomization and any initial randomization used to draw the oblivious loss table.
  • Lower bound: Ω(√Kq) regret is unavoidable for some oblivious loss sequence with Q∞,2 ≤ q, for every K ≥ 2, T ≥ 2, and 2K ≤ q ≤ T.The lower bound is obtained by adapting the standard binary-loss adversarial-bandit construction.
  • Lower bound: The lower-bound construction uses n = ⌊q⌋ binary-loss rounds followed by zero losses, ensuring Q∞,2 ≤ n ≤ q.Because q ≥ 2K ≥ 2, n ≥ q/2, preserving the stated regret scaling.

3 Known Q∞,2: a Refined Analysis of Bubeck et al. [4]

When Q∞,2 is known, the exact algorithm of Bubeck et al. already achieves a second-order path-length guarantee; the paper’s contribution is a refined analysis rather than a new sampler, estimator, or mirror-descent update.

  • Known Q∞,2: Algorithm 1 of Bubeck et al. needs no algorithmic modification when Q∞,2 is known; only its learning-rate tuning uses that quantity.The sampler, estimator, and mirror-descent update remain unchanged.
  • Algorithm 1: The estimator is unbiased, while its variance can decrease when the loss-vector path length is small.It uses the previous-round and current observed losses, then applies log-barrier OMD and recent-arm biasing.
  • Result: Theorem 3.1 is presented as the first poly(K)(1 + Q∞,2) second-order guarantee for adversarial MAB and resolves the cited open problems.The fixed-rate inequality follows after bounding comparator divergence and optimizing η.
  • Refined analysis: The proof controls sampling bias, OMD stability, update movement, and the recent-arm correction through a sequence of dedicated lemmas.Log-barrier stability supplies the needed divergence and movement controls.
  • Refined analysis: The refined proof retains the exact sampling-bias identity instead of relaxing it into a first-order movement bound.The analysis keeps a signed difference term and combines the bias with a prediction-error square.

4 Unknown Q∞,2: Adaptive Tuning Via Bounded-Scale Estimator

Because Q∞,2 is unobserved under bandit feedback and naive estimation can overshoot thresholds uncontrollably, the paper modifies sampling to bound estimator increments and uses adaptive restarts. The resulting algorithm needs no Q∞,2 knowledge while retaining a second-order path-length guarantee, with a √log T overhead.

  • Motivation: The unknown-Q∞,2 challenge arises because bandit feedback does not reveal the full path length, while the naive estimator can have arbitrarily large increments.Under Algorithm 1, the estimator’s denominator lacks a uniform lower bound, so cumulative estimates may overshoot doubling thresholds uncontrollably.
  • Bounded-scale estimator: The modified sampling rule sets λt = α(2 − ct−1), adding an α floor to the preceding arm’s mass and ensuring pt,It−1 ≥ α/(1 + α).The loss estimator and OMD update remain unchanged; the uniform lower bound controls estimator overshoot at phase transitions.
  • Adaptive algorithm: Algorithm 2 halves ηj across phases, raises the threshold Hj proportionally to 1/ηj^2, and restarts with a uniform distribution when the cumulative estimate exceeds Hj.Each phase accumulates the estimator only after its initial round and begins the next phase on the following round.
  • Guarantee: Algorithm 2 requires no Q∞,2 knowledge and achieves the stated adaptive regret guarantee with a √log T overhead relative to the known-Q∞,2 guarantee.The theorem applies for K ≥ 2, T ≥ 2, and oblivious loss sequences.
  • Estimator analysis: The phasewise doubling statistic has expectation Pj, controlled overshoot, and total expected contribution bounded by the true squared path length.The phase relation Hjρj+1 ≤ Pj ≤ 2Hjρj connects threshold crossings to the estimator’s accumulated variation.
  • Phasewise analysis: The phasewise proof handles stopping-boundary measurability with a one-round correction and replaces a linear-in-Q∞,2 bound by a bound using each phase’s Pj.Directly applying the deterministic-horizon maximum-norm argument would yield insufficient linear dependence on Q∞,2.

5 Conclusion

The paper establishes second-order path-length guarantees for adversarial multi-armed bandits with ordinary bandit feedback. It matches the known lower-bound dependence up to logarithmic factors, while adaptive tuning incurs an additional √log T factor and the analysis assumes oblivious losses.

  • Scope: The paper studies second-order path-length guarantees for adversarial multi-armed bandits under ordinary bandit feedback.
  • Main result: The recent-arm optimistic log-barrier algorithm achieves the expected regret guarantee for oblivious loss sequences through a more refined analysis.
  • Optimality: The results establish optimal dependence on Q∞,2 up to logarithmic factors by matching the Ω(√(KQ∞,2)) lower bound.
  • Open questions: The adaptive guarantee has an additional √log T factor from phase-based tuning, and whether the oracle rate is achievable without Q∞,2 remains open.
  • Scope limitations: The analysis relies essentially on oblivious loss sequences, while extensions to adaptive adversaries and richer partial-information models remain open.

A Omitted Details in Section 4

This section supplies the omitted proof details for the adaptive restart analysis, fixing a phase and bounding its regret through auxiliary lemmas. The argument controls sampling corrections, stability, and boundary residuals to establish the phase-wise bound.

  • A. Omitted Details in Section 4: Each deterministic phase j is analyzed separately, with notation specialized to its phase parameters and start and end rounds.The proof fixes j, defines the phase interval through its first and last rounds, and treats unreached phases as contributing zero.
  • A. Omitted Details in Section 4: The proof decomposes the phase analysis into bounds for the movement term and the recent-arm correction, then combines them with the phase boundary contribution.Lemmas A.2 and A.3 control the components used by Lemma A.1, while the indicator difference δ_t captures the round immediately after a phase ends.
  • A. Omitted Details in Section 4: The 2-Lipschitz property of φ2 converts loss changes into first- and second-order path-length terms in the stability analysis.Specifically, |g_t,i| is bounded by twice the coordinate loss change and g_t,i^2 by four times its square.
  • A. Omitted Details in Section 4: 1800η^2R + 2520η^2P + (24 + 3α/2)ρ bounds the combined terms and proves the target phase-wise inequality.The final bound combines Lemmas A.2 and A.3, with the residual controlled by the expected number of phase-ending boundary events.

A.1 Auxiliary Lemmas

The auxiliary-lemma section develops reusable inequalities for the adaptive phase analysis. These lemmas relate sampling deviations and squared mean norms to phase transitions and loss differences under Algorithm 2.

  • A.1 Auxiliary Lemmas: The proof fixes the oblivious loss sequence and takes expectation only over the randomness generated by Algorithm 2.This establishes the probability space used throughout the auxiliary lemmas.
  • A.1 Auxiliary Lemmas: N(w′; I, x) ≤ N(w; I, x) + 6E[w − w′] and N(w; I, x) ≤ 2E[w] provide monotonicity and magnitude controls for the ratio functional.The functional is also subadditive when w1 + w2 ≤ 1.
  • A.1 Auxiliary Lemmas: The current squared mean norm is decomposed into previous-arm and remainder contributions before each part is bounded separately.The analysis uses the sampling rule, norm propagation, and inequalities such as (u + v)^2 ≤ 2u^2 + 2v^2.
  • A.1 Auxiliary Lemmas: The phasewise norm-propagation lemmas use χ_t to account for whether a phase is active and bound changes at phase entry or exit.The pathwise inequality ∑_{t=1}^{T−1}χ_t(1−χ_{t+1}) ≤ 1{s≤T} limits phase-ending transitions.
  • A.1 Auxiliary Lemmas: The weighted squared-difference lemma bounds changes in ϕ2,t through g_t+1,i and the associated sampling weights q_t,i.These bounds support summation by parts in the phase analysis.
  • A.1 Auxiliary Lemmas: A ≤ 2B + 6(A−B)^2 converts a nonnegative quantity A into a baseline term B plus a squared discrepancy.This proposition is used to control differences between weighted sampling quantities.
Loading 2608.15996v1…