Doubly-Uniform Regret: Robustness Across Two Axes
- Doubly-uniform regret is defined as a guarantee that holds simultaneously along two distinct parameters, removing dependence on any single operating regime.
- It is applied in settings like discounted online convex optimization, linear regression, reinforcement learning, and dynamic pricing, adapting to unknown discount factors, comparator norms, or accuracy thresholds.
- This framework promotes algorithmic robustness by ensuring a single, unified bound over a continuum of objectives, reducing the need for parameter tuning and enhancing performance guarantees.
Doubly-uniform regret is a family of regret guarantees in which a single bound is required to hold simultaneously along two distinct axes of uncertainty or performance measurement. The term does not have a single universal definition across the literature. In discounted online convex optimization, it refers to uniformity over both the discount factor and the horizon (Yang et al., 26 May 2025). In online linear regression, it denotes regret that is simultaneously uniform in the comparator and invariant to scaling of the covariates (Chen et al., 2 May 2026). In episodic reinforcement learning, the closely related Uniform-PAC framework yields guarantees that are uniform over both accuracy and time (Dann et al., 2017). In dynamic contextual pricing, the term is used for regret bounds that are uniform over two nonparametric model classes, namely the mean utility function and the noise distribution (Chen et al., 2024). Earlier adjacent usages include “twice uniform regret” in sequential linear regression, meaning uniformity over comparator vectors and worst-case sequences (Gaillard et al., 2018), and uniformly bounded regret in both the number of candidates and the budget in the multi-secretary problem (Arlotto et al., 2017). This suggests that “doubly-uniform” is best understood as a structural property: a regret guarantee that removes dependence on two problem parameters or two specification choices at once.
1. Terminological scope and common structure
Across the cited works, doubly-uniform regret is not a single theorem but a recurring design objective. The shared pattern is that the learner is asked to compete without knowing in advance which member of a family of objectives, scales, smoothness classes, or horizons will be the relevant one. In each case, the regret guarantee is required to hold simultaneously, rather than after tuning to a single parameter.
In discounted online convex optimization, the target is a bound that holds “simultaneously for all in a continuous interval” and is “essentially uniform over ” (Yang et al., 26 May 2025). In online linear regression with square loss, the bound must hold “for all without dependence on 0” and also be “scale-invariant” under 1 (Chen et al., 2 May 2026). In Uniform-PAC reinforcement learning, one high-probability event controls both the number of 2-suboptimal episodes for all 3 and the regret for all 4 (Dann et al., 2017). In dynamic pricing, the uniformity is over two unknown nonparametric objects, 5 and 6, with regret statements of the form
7
for appropriate smoothness classes (Chen et al., 2024).
A plausible implication is that the phrase identifies a shift from single-parameter adaptivity to simultaneous robustness. Rather than optimizing for one comparator norm, one discount factor, one accuracy threshold, or one model class, the algorithm is analyzed against an entire continuum or product class.
2. Discounted online convex optimization
In discounted online convex optimization, the core performance metric is the 8-discounted regret
9
where recent losses are weighted more heavily than distant ones (Yang et al., 26 May 2025). Under convexity, bounded gradients, bounded domain, and range normalization, Online Gradient Descent with update
0
achieves 1 discounted regret when 2 is known, using
3
with the explicit bound
4
The step size and bound are independent of 5 (Yang et al., 26 May 2025).
The doubly-uniform question in this setting is whether one can adapt to an unknown discount factor. The interval considered is
6
and Smoothed OGD (SOGD) is shown to satisfy, for every comparator 7 and all 8,
9
where 0 and 1 in the theorem statement, yielding dominant order
2
uniformly across all 3 (Yang et al., 26 May 2025).
The algorithmic construction uses a geometric grid
4
with one OGD expert per grid point, and sequentially aggregates them by Discounted-Normal-Predictor with conservative updating (DNP-cu). The combiner forms
5
and the crucial technical fact is that DNP-cu can aggregate experts even when they optimize discounted regret with different discount factors (Yang et al., 26 May 2025).
Here, “doubly-uniform” has a precise local meaning: the bound is uniform in 6 over a continuous interval and uniform in 7 up to the explicit 8 adaptivity overhead. Relative to known-9 OGD, the price of adaptivity is that factor 0 (Yang et al., 26 May 2025).
3. Online linear regression, self-normalization, and scale invariance
In online linear regression with square loss, doubly-uniform regret is defined differently. The protocol is
1
A regret bound is uniform over 2 if it holds simultaneously for all 3 without explicit dependence on 4, and it is doubly-uniform if it is additionally scale-invariant under 5 for any 6 (Chen et al., 2 May 2026).
The analytical object underlying this definition is the self-normalized quantity
7
Under scaling 8, one has 9 and 0, so
1
showing that the self-normalized ratio is intrinsically scale-invariant (Chen et al., 2 May 2026).
The main structural result is dimension-dependent. In dimension 2, nontrivial scale-invariant self-normalized bounds exist without boundedness or moment assumptions on the covariates beyond predictability. Specifically, for any dyadic martingale and any 3,
4
and therefore
5
This leads to an explicit algorithm with deterministic regret
6
for 7 and 8, uniform in 9 and scale-invariant in 0 (Chen et al., 2 May 2026).
For 1, the paper proves impossibility in full generality. For any 2 and 3, there exists a dyadic martingale such that
4
and this transfers to regret lower bounds showing that sublinear doubly-uniform regret is impossible without additional assumptions (Chen et al., 2 May 2026). The obstruction is geometric: the adversary can inject energy in directions orthogonal to the current information direction.
Under a smoothness condition on the conditional covariate laws,
5
sublinear regret reappears in 6. The unregularized VAW predictor then satisfies
7
with probability at least 8, and the self-normalized concentration inequality becomes
9
without a regularization matrix 0 and without boundedness assumptions on 1 (Chen et al., 2 May 2026).
This literature also connects directly to an earlier notion of “twice uniform regret.” In sequential linear regression with square loss, uniform regret over 2 means
3
and “twice uniform regret” refers to uniformity over all competitor vectors and worst-case feature and observation sequences (Gaillard et al., 2018). When features are known beforehand, the adapted metric forecaster achieves
4
while the minimax lower bound is
5
For sequentially revealed features, the parameter-free 6 variant satisfies
7
which yields asymptotic order 8 for any individual sequence, but a worst-case doubly-uniform bound remains open (Gaillard et al., 2018).
4. Uniformity in accuracy and time in episodic reinforcement learning
In episodic finite-horizon reinforcement learning, the closely related concept is Uniform-PAC. For episodic regret,
9
and for PAC-style performance the key count is
0
An algorithm is Uniform-PAC if, for 1,
2
with one event controlling all 3 (Dann et al., 2017).
The UBEV algorithm achieves, with probability at least 4, simultaneously for all 5,
6
The conversion theorem then shows that if one has a bound of the form
7
then on the same high-probability event one also has, for all 8 simultaneously,
9
For UBEV, this yields
0
for all 1 with probability at least 2 (Dann et al., 2017).
The paper does not use the phrase “doubly-uniform regret,” but the property is explicit: uniformity in 3 through Uniform-PAC and uniformity in 4 through anytime high-probability regret. The technical mechanism is time-uniform concentration, including finite-time law-of-the-iterated-logarithm style confidence widths such as
5
This use of “double uniformity” differs from the OCO and regression usages, but it preserves the same structural theme: a single event controls an entire continuum of thresholds and all horizons (Dann et al., 2017).
5. Dynamic contextual pricing and two-class uniformity
In dynamic contextual pricing under doubly nonparametric random utility models, the data are contexts 6, prices 7, and binary purchases 8. The model is
9
with both 00 and the noise CDF 01 unknown and modeled nonparametrically. Revenue is
02
and regret is
03
with oracle price
04
Identification is based on two population equations under uniform random exploration prices. Writing 05,
06
The oracle pricing map is expressed through
07
so that
08
under the regularity assumption 09 (Chen et al., 2024).
The “doubly-uniform” aspect has two layers. First, the estimators achieve uniform sup-norm control over their domains. For DNN,
10
and for TDNN,
11
The kernel estimators of 12 and 13 are also controlled uniformly over 14 and over 15 in a neighborhood (Chen et al., 2024).
Second, the regret bounds are uniform over both nonparametric classes: 16 for the DNN-based policy, and
17
for the TDNN-based policy (Chen et al., 2024).
The paper explicitly characterizes this as “doubly-uniform” because the bounds are uniform over both the mean utility class and the noise distribution class. The analysis combines uniform convergence, stability of 18, and a second-order expansion showing that per-period regret scales quadratically in the price error: 19 This makes the interaction between context dimension 20 and noise smoothness 21 explicit in the regret exponent (Chen et al., 2024).
6. Related formulations: universality, adaptivity, and bounded regret across problem parameters
A recent OCO formulation uses “doubly-uniform” to mean simultaneous universality across curvature classes and adaptivity to gradient variation 22 (Zhao et al., 25 Nov 2025). In this setting,
23
The goal is a single algorithm that simultaneously achieves
24
for convex, exp-concave, and strongly convex losses respectively, while also recovering the standard worst-case 25-based universal rates (Zhao et al., 25 Nov 2025).
UniGrad.Correct and UniGrad.Bregman realize this by maintaining 26 base learners on exponential grids
27
UniGrad.Correct achieves
28
while UniGrad.Bregman achieves the same curvature-adaptive logarithmic bounds and the optimal convex
29
rate (Zhao et al., 25 Nov 2025). The authors describe this as “universality + adaptivity” simultaneously. This is another instance of double uniformity, now across curvature families and variation regimes.
A different but historically important example appears in the multi-secretary problem. There, a policy has doubly-uniform regret if there exists a constant 30 independent of both 31 and 32 such that
33
With finite support 34 and known probabilities, the adaptive Budget-Ratio policy satisfies
35
for all 36, whereas for non-adaptive policies the regret is generally at least of order 37: 38 in a broad budget range (Arlotto et al., 2017). Here the two axes are the number of candidates and the budget.
Taken together, these formulations show that “doubly-uniform regret” is a cross-disciplinary label for regret bounds that are robust in two directions at once: two continuous performance parameters, two scales, two model classes, two difficulty measures, or two resource parameters. The specific axes vary by problem class, but the underlying methodological challenge is consistent: to obtain a single algorithmic guarantee that remains valid without committing in advance to one operating regime.