---
title: Problem-Dependent Regret Bounds Overview
url: https://www.emergentmind.com/topics/problem-dependent-regret-bounds
type: topic
---

# Problem-Dependent Regret Bounds Overview

Problem-dependent regret bounds precisely characterize the performance of online learning algorithms by quantifying how regret scales with intrinsic features of the problem instance, such as suboptimality gaps, noise variances, model structure, or other data-dependent quantities, rather than solely with respect to worst-case measures like time horizon or number of actions. These bounds underpin algorithmic optimality in multi-armed bandits, contextual bandits, reinforcement learning, online convex optimization, and adversarial bandit frameworks by reflecting the statistical or structural “difficulty” of a given instance, often matching instance-specific lower bounds up to constant or logarithmic factors.

## 1. Classical Problem-dependent Regret in Stochastic Bandits

The prototypical setting for problem-dependent regret is the stochastic $N$-armed bandit. Here, each arm $i$ has an unknown mean reward $\mu_i$, and the suboptimality gap $\Delta_i = \mu^* - \mu_i$ (where $\mu^* = \max_i \mu_i$) governs the exploration–exploitation tradeoff.

The celebrated result of Agrawal & Goyal shows that Thompson Sampling with $\operatorname{Beta}(1,1)$ priors achieves a regret bound:
\[
R(T)\le (1+\varepsilon)\sum_{i:\;\Delta_i>0}\frac{\ln T}{\Delta_i} + O\left(\frac{N}{\varepsilon^2}\right)
\]
for any $\varepsilon\in(0,1]$, with all constants explicit and finite-time optimality up to a $(1+\varepsilon)$ multiplicative factor [1209.3353]. The proof employs martingale-based techniques and concentration bounds to control the frequency and duration of pulling suboptimal arms, leading to logarithmic time scaling per arm and additive $O(N/\varepsilon^2)$ uniform slack.

This result sharpens previous asymptotic lower bounds (Lai & Robbins) and generalizes to broader bounded-reward or contextual settings via analogous argumentation.

## 2. Variance- and Gap-dependent Regret: Modern Directions

Beyond classical gap-dependent bounds, recent research emphasizes variance-dependent regret, further refining problem-adaptivity:

- **Stochastic Bandits**: For arms with variance $\sigma_i^2$, the optimal regret is $O\left(\sum_{i: \Delta_i>0}\left(\frac{\sigma_i^2}{\Delta_i} + 1\right)\log T\right)$, with lower bounds matching the $2\sigma_i^2/\Delta_i$ scaling up to constants [2206.06810]. This reflects that lower-variance arms can be eliminated faster, reducing exploration cost.
- **Linear Contextual Bandits**: The minimax regret $\tilde O(d\sqrt{K})$ can be sharpened to $\tilde O(d\sqrt{\sum_{k=1}^K \sigma_k^2})$ for heteroscedastic noise sequences, with tight corresponding lower bounds $\Omega\left(d\frac{\sqrt{\sum_{k=1}^K \sigma_k^2}}{\log K}\right)$ for both prefixed and adaptively chosen variance cases [2503.12020, 2302.10371].
- **Reinforcement Learning**: In finite-horizon episodic MDPs, regret can be bounded by the “environmental norm”—the variance of the next-state value functions under optimality:
\[
\mathrm{Regret}(K)\le \tilde{O}\left(\sqrt{\nu^2 SA T}\right)
\]
where $\nu^2$ is the maximum one-step conditional variance over all $(s, a, t)$ under the true transition and reward, strictly improving standard $\tilde O(\sqrt{HSA T})$ scaling when $\nu\ll H$ [1901.00210].
- **Adversarial Bandits**: First- and second-order instance quantities such as the cumulative loss of the best arm $L^*$, or the quadratic variation $V$, allow for refined (small-loss or low-variation) high-probability and expectation bounds, with tight lower bounds $\Omega(\sqrt{K L^*})$, $\Omega(\sqrt{K V})$ [1605.07416, 2006.08040].

## 3. Structured/Generalized Problem-dependent Bounds

In structured or generalized bandit models, such as structured finite-armed bandits or online convex optimization with curvature, the structure itself gives rise to sharper regret scaling:

- **Structured Bandits**: In finite-armed bandits with dependencies among arm means via a shared latent parameter, the UCB-S algorithm achieves
\[
\mathbb{E}[R_n] \le \sum_{i \neq i^*} \frac{8\alpha \sigma^2 \log n}{\Delta_i} + O(K)
\]
when the finite-regret condition fails, matching the lower bound up to constants [1411.2919].
- **Multi-agent Bandits**: In decentralized bandits with a connected communication graph, the instance-dependent lower bound is
\[
R^B_T \ge \Omega\left(\sum_{i \neq i^*} \frac{\log T}{\Delta_i}\right)
\]
matching corresponding centralized upper bounds [2308.08046].

- **Online Convex Optimization**: For convex, exp-concave, or strongly convex sequences, UniGrad achieves regret that scales with the gradient variation $V_T=\sum_{t=1}^T \|\nabla f_t(x_t) - \nabla f_{t-1}(x_{t-1})\|^2$, yielding $O(\sqrt{V_T})$ (convex), $O(\log V_T)$ (exp-concave, strongly convex), thus adapting to instance difficulty [2511.19937].

## 4. Problem-dependent Regret in Reinforcement Learning

Problem-dependent analysis in RL provides a principled characterization of environment “difficulty” beyond worst-case parameters.

- **Finite-horizon MDPs**: A fully problem-dependent lower bound [2106.13013] characterizes the regret via an occupancy-measure-constrained optimization:
\[
v^*(M) = \inf_{\eta_h(s,a) \ge 0} \sum_{h,s,a} \eta_h(s,a)\Delta_{M,h}(s,a) \quad \text{subject to dynamics/occupancy constraints}
\]
where $\Delta_{M,h}(s,a)=V_{M,h}^*(s)-Q_{M,h}^*(s,a)$, and the occupancy constraints ensure the exploration measure is feasible under environment dynamics. This LP yields exact asymptotic constants and reveals when lower bounds depend on minimal action-gaps, maximal policy-gaps, or transition bottlenecks.

- **Deterministic MDPs**: In DMDPs, problems decompose into cycles with cycle-dependent regret lower bounds. For disjoint graphs, the bandit lower bound is matched: for each cycle $C \neq C^*$
\[
\min_{\eta(C)\ge 0} \sum_{C\neq C^*} |C|\,\eta(C)[g_\phi^*-g_\phi(C)] \quad \text{s.t.}~\eta(C) I(C)\ge 1
\]
where $I(C)$ is an information number analogous to KL-divergence [2106.14338]. The additional navigation complexity of MDPs does not inflate the regret relative to bandits in the deterministic case.

- **Tail Regret (Non-asymptotic Distributional Bounds)**: Recent results provide tight control on the distribution of regret—sub-Gaussian tails up to an instance-dependent threshold, sub-Weibull beyond—with the baseline determined by the global $Q^*$-gap and scaling as
\[
m_K = \Theta\left(\frac{H^4 S A (S + K^\alpha)}{gap^*}\right)
\]
where $gap^*$ is the uniform action-value gap [2511.18247]. The full tail probability bound reads
\[
\Pr(R_K\ge x) \le 
\begin{cases}
\exp\left(-c_1\frac{(x-m_K)^2}{H^3 K}\right), & x \le x_0 \\
\exp(-c_3 K^\alpha), & x > x_0
\end{cases}
\]
with explicit regimes and interpretability.

## 5. Lower and Upper Bound Methodology

The prevailing analytic approach for problem-dependent regret combines statistical lower bounds—typically variants of information-theoretic change-of-measure and Pinsker inequalities—with algorithmic upper bounds leveraging martingale concentration, KL-divergence controls, occupancy/visitation-based LPs, and fine-grained decomposition of the regret into instance-specific terms.

In stochastic and structured bandits, the gap- and variance-aware arguments explicitly reveal how regret must scale with $\Delta_i$ and $\sigma_i^2$, with martingale-based analyses delivering matching upper bounds in Thompson Sampling and UCB-type algorithms [1209.3353, 2206.06810].

For contextual and linear bandits, variance-peeling and multi-layer construction, combined with Freedman-type concentration for martingales, yield tight matching upper and lower bounds in terms of $\sum \sigma_k^2$ [2503.12020, 2302.10371]. In online convex optimization, meta-algorithms over curvature discretization guarantee regret scaling with gradient variation [2511.19937].

RL admits problem-dependent asymptotics via occupancy-constrained linear programs, with the complexity determined by the feasible allocation of visits to state-actions or cycles and associated KL-information rates [2106.13013, 2106.14338].

## 6. Data-dependent and Adversarial Extensions

Problem-dependence extends to data-dependent and adversarial settings:

- **Adversarial MAB**: High-probability and expected regret must scale as $\Omega(\sqrt{K L^*})$ where $L^*$ is the loss of the best arm, or $\Omega(\sqrt{K V})$ for quadratic variation $V$, even when these quantities are much less than $T$ [1605.07416, 2006.08040]. No improvement is possible merely due to the existence of an always-optimal arm or small per-round loss range.
- **Constrained Bandits**: In settings with hard stochastic constraints, regret admits a decomposition into safety-complexity and learning-complexity, both data-dependent and necessary:
\[
R_T \le \widetilde O \left( \frac{K}{\rho} \sqrt{\sum_t (\ell_t^\top(x^\circ - x^*))^2} + \frac{1}{\rho} \sqrt{K \sum_t \ell_t^\top x^*} \right)
\]
where $\rho$ is the Slater gap, $x^\circ$ strictly feasible, and $x^*$ optimal [2505.20010].

## 7. Significance and Open Directions

Problem-dependent regret analysis is central to algorithmic optimality, practical efficiency, and instance-tuned performance guarantees:

- Establishes sharp separations between easy and hard instances, clarifies the effect of gaps, variance, structural information, curvature, and communication patterns.
- Informs parameter tuning (e.g., $\varepsilon$, variance penalties), guides exploration/exploitation design, and enables anytime/data-adaptive algorithms.
- Unifies diverse settings—classical bandits, contextual, RL, adversarial, OCO—under a statistical lens via information and complexity measures.

Open questions remain on better control or elimination of additive slack in finite-time upper bounds, adaptivity to additional forms of instance difficulty (e.g., heavy tails, non-stationarity), computational/statistical tradeoffs in structured/generalized settings, and the extension of sharp problem-dependent tail bounds to broader classes of online decision processes.

Source: https://www.emergentmind.com/topics/problem-dependent-regret-bounds