pith. sign in

arxiv: 2510.15483 · v2 · submitted 2025-10-17 · 📊 stat.ML · cs.LG

Fast Best-in-Class Regret for Contextual Bandits

Pith reviewed 2026-05-18 06:40 UTC · model grok-4.3

classification 📊 stat.ML cs.LG
keywords contextual banditsbest-in-class regretfast ratesagnostic settingpessimistic objectiveinverse propensity scoringmartingale inequalitypolicy optimization
0
0 comments X

The pith

A pessimistic update rule with variance penalty achieves the first fast regret rates against the best policy in any class for contextual bandits.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper shows how to compete with the best policy in a given class at fast rates in stochastic contextual bandits without assuming the model is realizable or imposing restrictions on rewards. This matters because earlier methods either required strong realizability assumptions or accepted slower square-root rates that scale poorly with time horizon. The algorithm updates the policy each round by minimizing a clipped inverse-propensity estimate of policy value plus a variance penalty term. Under entropy conditions on the policy class and a Hölderian error-bound condition that generalizes the margin condition, the approach yields improved rates that become polylogarithmic in the parametric case. The proof relies on a sequential self-normalized maximal inequality for bounded martingale empirical processes that supplies uniform variance-adaptive confidence bounds.

Core claim

In the agnostic setting for stochastic contextual bandits, where the learner must compete with the best policy in a given class without realizability, the authors prove that minimizing a pessimistic objective defined as a clipped inverse-propensity estimate of the policy value plus a variance penalty produces fast best-in-class regret rates. These rates improve on standard bounds when the policy class satisfies entropy assumptions and a Hölderian error-bound condition holds. The analysis establishes uniform variance-adaptive confidence bounds through a new sequential self-normalized maximal inequality for bounded martingale empirical processes, which also guarantees that the pessimism is not

What carries the argument

The pessimistic objective, a clipped inverse-propensity estimate of policy value plus variance penalty, which enforces uniform confidence bounds under adaptive sampling to deliver fast rates.

If this is right

  • Polylogarithmic regret rates become attainable for parametric policy classes under the entropy and error-bound conditions.
  • The method supplies uniform variance-adaptive confidence bounds that remain valid under adaptive data collection.
  • Best-in-class performance is guaranteed without any realizability assumption on the underlying model.
  • The sequential self-normalized maximal inequality extends to other martingale processes arising in adaptive learning.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The variance penalty approach may replace optimism-based exploration in other online decision problems where data collection is adaptive.
  • Similar pessimistic objectives could improve robustness in misspecified reinforcement learning settings beyond bandits.
  • The fast rates suggest that practical implementations could scale to longer horizons when policy classes are moderately complex.
  • Testing the Hölderian condition on real data distributions would clarify when the polylogarithmic regime applies.

Load-bearing premise

The derivation assumes entropy conditions on the policy class together with a Hölderian error-bound condition that generalizes the margin condition.

What would settle it

Empirical observation of regret that stays at the standard square-root rate even after the policy class entropy is reduced and the Hölderian error-bound condition is satisfied would falsify the fast-rate claim.

read the original abstract

We study the problem of stochastic contextual bandits in the agnostic setting, where the goal is to compete with the best policy in a given class without assuming realizability or imposing model restrictions on losses or rewards. In this work, we establish the first fast rate for regret relative to the best-in-class policy. Our proposed algorithm updates the policy at every round by minimizing a pessimistic objective, defined as a clipped inverse-propensity estimate of the policy value plus a variance penalty. By leveraging entropy assumptions on the policy class and a H\"olderian error-bound condition (a generalization of the margin condition), we achieve fast best-in-class regret rates, including polylogarithmic rates in the parametric case. The analysis is driven by a sequential self-normalized maximal inequality for bounded martingale empirical processes, which yields uniform variance-adaptive confidence bounds and guarantees pessimism under adaptive data collection.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The paper studies stochastic contextual bandits in the agnostic setting and claims to establish the first fast rates for regret relative to the best-in-class policy. The proposed algorithm updates the policy at every round by minimizing a pessimistic objective consisting of a clipped inverse-propensity estimate of the policy value plus a variance penalty. Leveraging entropy assumptions on the policy class and a Hölderian error-bound condition (generalizing the margin condition), the analysis derives polylogarithmic parametric rates and other fast rates. The key technical contribution is a sequential self-normalized maximal inequality for bounded martingale empirical processes that yields uniform variance-adaptive confidence bounds under adaptive sampling.

Significance. If the central claims hold, this would represent a meaningful advance by providing the first fast best-in-class regret bounds in the agnostic contextual bandit model without realizability or model assumptions on losses. The pessimistic clipped IPS objective with variance penalty, combined with the new sequential maximal inequality, offers a concrete algorithmic and analytic template that could influence subsequent work on adaptive data collection and uniform convergence under dependence. The entropy and Hölderian conditions are standard in the literature but are used here to obtain rates that improve on the typical sqrt(T) scaling.

major comments (2)
  1. [§4.3, Theorem 3] §4.3, Theorem 3 (main regret bound): the derivation of the polylogarithmic rate appears to require the Hölderian error-bound parameter α to be strictly positive; the paper should explicitly state the dependence of the leading constant on α and confirm that the bound remains meaningful as α approaches the boundary case of no margin condition.
  2. [§3.2, Algorithm 1] §3.2, Algorithm 1 and the definition of the pessimistic objective: the clipping threshold and variance penalty coefficient are introduced without an explicit tuning rule that is independent of unknown problem parameters; the analysis should clarify whether these can be set in a fully data-driven way while preserving the fast-rate guarantee.
minor comments (2)
  1. [§2] Notation for the policy class entropy integral is introduced in §2 but used without re-statement in the proof sketches of §4; adding a short reminder of the definition would improve readability.
  2. [Figure 1] Figure 1 (synthetic experiments) lacks error bars or multiple random seeds; reporting variability across replications would strengthen the empirical support for the theoretical rates.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their careful reading, positive evaluation, and constructive suggestions. We address each major comment below and have updated the manuscript to incorporate the requested clarifications.

read point-by-point responses
  1. Referee: [§4.3, Theorem 3] §4.3, Theorem 3 (main regret bound): the derivation of the polylogarithmic rate appears to require the Hölderian error-bound parameter α to be strictly positive; the paper should explicitly state the dependence of the leading constant on α and confirm that the bound remains meaningful as α approaches the boundary case of no margin condition.

    Authors: We appreciate this observation. The polylogarithmic rate in Theorem 3 is derived under the assumption α > 0, as is standard for fast rates under margin-type conditions. The leading constant depends on α through a factor of order 1/α (arising from the Hölderian error bound in the variance-adaptive concentration). We have revised the statement of Theorem 3 and added a remark in §4.3 that makes this dependence explicit. As α → 0 the bound continuously degrades to the standard O(√(T log |Π|)) rate, which remains meaningful and matches the minimax rate without margin assumptions; we have included a short discussion of this boundary case. revision: yes

  2. Referee: [§3.2, Algorithm 1] §3.2, Algorithm 1 and the definition of the pessimistic objective: the clipping threshold and variance penalty coefficient are introduced without an explicit tuning rule that is independent of unknown problem parameters; the analysis should clarify whether these can be set in a fully data-driven way while preserving the fast-rate guarantee.

    Authors: We agree that explicit, parameter-free tuning is desirable. In the revised version we add a new subsection (3.3) that specifies a fully data-driven choice: the clipping threshold is set to the empirical 1-1/t quantile of observed rewards up to time t, and the variance penalty coefficient is chosen via a doubling schedule that depends only on the known horizon T and an a priori bound on the reward range (standard in the literature). This procedure requires no knowledge of the unknown margin parameter α or the optimal policy value and preserves the fast-rate guarantee up to an extra log T factor. The analysis in §4 has been updated to cover this adaptive choice. revision: yes

Circularity Check

0 steps flagged

No significant circularity

full rationale

The derivation establishes fast best-in-class regret via a pessimistic clipped IPS objective plus variance penalty, under explicit entropy assumptions on the policy class and a Hölderian error-bound condition. The central technical step is the introduction of a sequential self-normalized maximal inequality for bounded martingale empirical processes that yields uniform variance-adaptive confidence bounds. This inequality is presented as a new result enabling the polylogarithmic parametric rates and does not reduce any claimed prediction or regret bound to a fitted parameter or self-referential definition by construction. The chain remains self-contained against the stated assumptions with no load-bearing self-citation or renaming of known results.

Axiom & Free-Parameter Ledger

0 free parameters · 2 axioms · 0 invented entities

The central claim depends on domain assumptions about the policy class and error bounds, plus a new technical inequality for martingales; no free parameters or invented entities are apparent from the abstract.

axioms (2)
  • domain assumption Entropy assumptions on the policy class
    Invoked to achieve fast rates as stated in the abstract.
  • domain assumption Hölderian error-bound condition
    Generalization of the margin condition used for the fast regret analysis.

pith-pipeline@v0.9.0 · 5685 in / 1251 out tokens · 41928 ms · 2026-05-18T06:40:38.534509+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.