Bounded Gradient Variance in Optimization
- Bounded gradient variance refers to assumptions that control the second moment of stochastic gradients, ensuring that gradient errors remain tractable.
- Recent work generalizes these bounds using non-uniform, geometry-dependent, or solution-local conditions to allow variance growth while retaining convergence guarantees.
- Estimator-specific analyses yield explicit variance bounds for methods like zeroth-order optimization, variational inference, and REINFORCE, driving advances in variance reduction and clipping techniques.
Bounded gradient variance denotes a family of assumptions and estimator-specific guarantees that control the second moment of stochastic gradient-like quantities. In the classical stochastic-approximation formulation, this control appears as a conditional bound on the gradient error, such as , while in stochastic variational inequalities it appears as a uniform oracle bound (Friedlander et al., 2013, Alacaoglu et al., 5 Feb 2026). Recent work has both generalized and localized this notion: some analyses allow variance growth proportional to the squared norm of the iterate, some require finite variance only at a solution, and some replace Euclidean second moments by geometry-dependent surrogates such as in stochastic mirror descent (Cortild et al., 24 Apr 2026, Hendrikx, 2024). In parallel, estimator-level analyses now provide explicit variance bounds for zeroth-order finite differences, reparameterization gradients in variational inference, REINFORCE in linear-quadratic control, and clipped first-order methods under heavy-tailed noise (Feng et al., 2022, Domke, 2019, Preiss et al., 2019, He, 16 Dec 2025).
1. Classical bounded-variance formulations
The classical bounded-variance model in stochastic optimization is a second-moment condition on the stochastic error. In perturbed proximal gradient, the error sequence is adapted to the filtration and satisfies
with often realized by increasing sample sizes (Friedlander et al., 2013). Stronger assumptions in the same framework include coordinate-wise sub-Gaussian tails and an almost-sure deterministic bound , with the paper explicitly noting the implication chain (Friedlander et al., 2013).
In stochastic variational inequalities, the standard assumption is the uniform bounded-variance condition
for an unbiased oracle 0 (Alacaoglu et al., 5 Feb 2026). This is the form explicitly labeled 1 in the literature summarized there. It is a global condition, uniform over the domain, and is commonly paired with Lipschitz continuity of the operator 2 and convexity of the regularizer 3 (Alacaoglu et al., 5 Feb 2026).
A related but more algorithm-facing formulation appears in black-box variational Bayesian inference through the 4 condition: 5 This does not postulate a constant variance bound directly; instead it controls the expected squared norm of the stochastic gradient by a linear combination of function suboptimality, gradient norm, and a residual constant (Kim et al., 2023). The paper shows that black-box variational inference gradients satisfy this structure under smoothness and quadratic-growth assumptions.
These formulations share a common role: they convert stochasticity into a quantitatively tractable perturbation term. What differs is whether the control is uniform in the domain, local to a solution, dependent on geometry, or tied to objective suboptimality.
2. Relaxations beyond uniform boundedness
Several recent analyses replace global bounded variance by weaker assumptions that still permit convergence proofs.
| Setting | Variance condition | Source |
|---|---|---|
| Classical SVI | 6 | (Alacaoglu et al., 5 Feb 2026) |
| Unbounded-variance SVI | 7 | (Alacaoglu et al., 5 Feb 2026) |
| Pseudo-monotone SVI | 8 | (Iusem et al., 2017) |
| Stochastic KM | 9 with 0 | (Cortild et al., 24 Apr 2026) |
| Stochastic mirror descent | 1 | (Hendrikx, 2024) |
The unbounded-variance condition
2
is motivated by the observation that the classical bounded-variance condition fails, for example, for bilinear min-max on 3, whereas the relaxed condition holds for stochastic oracles whose variance can grow as fast as the squared norm of the optimization variable (Alacaoglu et al., 5 Feb 2026). This changes the problem from one of proving uniform noise control to one of proving that iterates remain sufficiently controlled in expectation.
An earlier pseudo-monotone SVI analysis already used a non-uniform variance model: 4 The associated empirical-average errors 5 then satisfy conditional second-moment bounds proportional to 6, making variance reduction a matter of growing the sample size sequence 7 (Iusem et al., 2017).
A further relaxation appears in stochastic Krasnosel'skii-Mann iterations. Instead of requiring a uniform variance bound on 8 for all 9, the assumption is only that there exists one fixed point 0 such that
1
Under nonexpansiveness, this single-point condition implies the global transfer estimate
2
which is enough to recover convergence and oracle-complexity guarantees without uniformly bounded variance (Cortild et al., 24 Apr 2026).
In stochastic mirror descent, the notion of variance is reformulated geometrically. The new quantity
3
is finite under 4-relative smoothness and the existence of minimizers of each 5 (Hendrikx, 2024). The paper explicitly contrasts this with the Euclidean assumption 6, which can fail even in simple linear regression on unbounded domains.
A central implication of these relaxations is that bounded gradient variance is not a single assumption but a design choice in the analysis. Different geometries and operator classes admit different notions of what must remain bounded.
3. Explicit variance bounds for concrete gradient estimators
Estimator-specific analysis replaces abstract boundedness assumptions by explicit inequalities.
For stochastic zeroth-order optimization, the gradient estimator
7
with 8 drawn uniformly from 9, satisfies under 0-smoothness
1
The paper attributes the three terms, respectively, to projection of the true gradient onto 2 random orthonormal axes, a cross-term involving the third-derivative remainder, and the squared third-order remainder. When 3, the two leading terms vanish exactly and only the 4 term remains (Feng et al., 2022).
For reparameterization gradients in black-box variational inference with an affine location-scale family 5, if 6 is 7-smooth and 8 is any stationary point, then
9
where 0 (Domke, 2019). The same work proves that this dependence on 1, 2, and 3 is unimprovable under only the stated assumptions.
A complementary BBVI analysis shows that Monte Carlo gradients satisfy the 4 form with explicit constants. Under the entropy-regularized ELBO assumptions,
5
with
6
The same paper proves a matching lower bound for the matrix square-root parameterization, showing that the 7 factor cannot be improved in that class (Kim et al., 2023).
In policy gradient estimation for finite-horizon LQR, a single-trajectory REINFORCE estimator has variance proxy
8
where
9
and 0 with 1 (Preiss et al., 2019). The paper also provides a scalar lower bound matching the upper bound in all problem parameters except specific horizon dependencies.
Taken together, these results shift the discussion from postulated boundedness to quantified variance structure. The bounds expose how dimension, smoothness, exploration noise, covariance parameterization, and finite-difference geometry enter the stochastic error.
4. Variance reduction, clipping, and estimator selection
A first strategy is structural variance reduction. In zeroth-order methods, sampling 2 orthonormal directions from the Stiefel manifold rather than using one spherical direction reduces variance from
3
for the standard 4 estimator to
5
with the paper giving practical guidelines such as choosing 6 to drive the 7 term below 8 and 9 to make the 0 term 1 (Feng et al., 2022).
A second strategy is estimator switching near singular parameter regimes. For Bernoulli latent-variable models, DisARM is unbiased but has second moment
2
when 3, so the prefactor 4 blows up as 5 (Kunes et al., 2022). The bitflip-1 estimator is also unbiased and satisfies
6
hence its variance does not depend on 7 and is 8 (Kunes et al., 2022). The unbiased gradient variance clipping estimator
9
with canonical choice 0, is proved to have uniformly lower variance than DisARM when 1 (Kunes et al., 2022).
A third strategy is clipping under heavy-tailed first-order noise. Coordinate-wise clipping at level 2 is defined by
3
The clipped bias and variance are quantified as
4
and
5
Under the stronger tail-symmetry condition, one may choose 6 and obtain 7 (He, 16 Dec 2025).
These constructions show that bounded variance can be induced rather than assumed. Orthogonalization, estimator selection, and clipping all modify the estimator so that the dominant source of variance becomes analyzable and, in some regimes, uniformly controlled.
5. Consequences for convergence rates and oracle complexity
Once second moments are controlled, either uniformly or through a weaker surrogate, the resulting optimization rates become explicit.
For perturbed proximal gradient with constant step size 8, the deterministic linear-plus-error inequality
9
connects suboptimality directly to accumulated squared gradient errors (Friedlander et al., 2013). If the variance schedule decays geometrically, 0, then
1
in expectation, and under sub-Gaussian tails the exceedance probability satisfies
2
for some 3 (Friedlander et al., 2013).
In pseudo-monotone stochastic variational inequalities, extragradient with iterative variance reduction achieves an 4 rate in the mean-squared natural residual and oracle complexity
5
that is, optimal 6 up to a logarithm, while allowing an unbounded feasible set, an unbounded operator, and non-uniform variance of the oracle (Iusem et al., 2017).
For constrained stochastic variational inequalities under the unbounded-variance assumption 7, three different algorithms—FBF with large mini-batches, inexact Krasnosel'skii-Mann with MLMC, and variance-reduced FBF with Halpern anchoring—each attain
8
stochastic first-order oracle calls to make the expected residual norm less than 9 (Alacaoglu et al., 5 Feb 2026). The same complexity is shown for both monotone VIs and structured nonmonotone VIs satisfying the 00-weak-Minty condition, with explicit admissible thresholds such as 01 for mini-batch FBF and 02 for the MLMC scheme (Alacaoglu et al., 5 Feb 2026).
In stochastic Krasnosel'skii-Mann iterations, the weaker variance-at-solution assumption still yields
03
almost sure decay of the running minimum residual, and weak convergence of the full sequence when 04 (Cortild et al., 24 Apr 2026). The same paper states that the best-known stochastic oracle complexity is recovered without imposing uniformly bounded variance (Cortild et al., 24 Apr 2026).
In geometry-aware stochastic mirror descent, the variance quantity 05 enters directly into the finite-time bounds. For relatively strongly convex 06,
07
while in the convex case
08
These results recover linear convergence up to an 09 bias in the strongly convex case and the familiar 10-plus-noise trade-off in the convex case (Hendrikx, 2024).
The practical significance is that convergence proofs no longer hinge solely on a global constant 11. They can be driven by vanishing variance schedules, controlled growth, solution-local second moments, or corrected objective surrogates.
6. Conceptual scope, misconceptions, and adjacent notions
A common misconception is that stochastic optimization requires uniformly bounded gradient variance everywhere in the domain. The recent variational-inequality and fixed-point literature shows otherwise: optimal or best-known complexity guarantees can survive under 12 growth conditions or even under finite variance at a single solution (Alacaoglu et al., 5 Feb 2026, Cortild et al., 24 Apr 2026). A plausible implication is that the analytic burden often shifts from proving global boundedness to proving that iterates remain sufficiently stable for the weaker noise model to remain effective.
A second misconception is that variance is always a Euclidean second moment of oracle noise. In relative smoothness, the quantity 13 is not a direct variance of 14, yet it plays the same role in convergence theory and has the small-step limit
15
(Hendrikx, 2024). In BBVI, the 16 condition similarly replaces a constant-variance postulate by a growth inequality involving function suboptimality and gradient norm (Kim et al., 2023).
A third adjacent notion measures not oracle noise but gradient informativeness across tasks. For a hypothesis class 17 with target sampled from 18, Takhanov studies
19
and shows the asymptotic bound
20
where 21 measures pairwise independence of the target class and 22 is the collision entropy of the input distribution (Takhanov, 28 May 2025). This is conceptually distinct from stochastic-gradient noise variance: low variance here means the gradient contains little information about which target function generated the data.
Open questions remain explicit in the current literature. For stochastic variational inequalities without bounded variance, one stated direction is pushing 23 up to the conjectured limit 24 in a single-loop algorithm without large batches; another is lowering the 25 dependence under additional structure such as smoothness or interpolation (Alacaoglu et al., 5 Feb 2026). For stochastic Krasnosel'skii-Mann iterations, the analysis notes that extensions to weaker noise models or to nonexpansive-plus-error-growth settings would require new ideas (Cortild et al., 24 Apr 2026).
Bounded gradient variance is therefore best understood as a spectrum of analytic controls on stochastic gradients and gradient-like objects. In some settings it is assumed globally, in others derived locally, transferred geometrically, or enforced algorithmically; and in each case, the precise form of the bound determines the attainable convergence theory.