---
title: 'Variance Explosion: Theory & Mitigation'
url: https://www.emergentmind.com/topics/variance-explosion
type: topic
---

# Variance Explosion: Theory & Mitigation

Variance explosion refers to the rapid—often exponential or even super-exponential—increase in the variance of certain random variables or estimators as a system parameter, such as time or discretization step, increases. This phenomenon arises in a variety of applied contexts including importance sampling for stochastic processes and stochastic volatility modeling in quantitative finance. Variance explosion undermines the reliability of reweighting schemes, causes collapse of effective sample size, and is a central obstruction to unbiased inference and rare-event simulation methods over long timescales or with highly variable underlying state processes.

## 1. Variance Explosion in Girsanov Reweighting for Itô Diffusions

A canonical example of variance explosion appears in the Girsanov theorem, which gives the likelihood ratio between the law $\mu$ for a $d$-dimensional Itô diffusion with drift $a$ and reference law $\tilde\mu$ with drift $\tilde a$ but identical nondegenerate diffusion $b$ over a finite time horizon $[0,T]$. The Radon–Nikodym derivative is
\[
L_T = \exp\Bigl(\int_0^T \theta_s^\top\,dW_s - \frac{1}{2}\int_0^T \|\theta_s\|^2 ds\Bigr),
\]
with $\theta_s = b(X_s)^{-1} (a(X_s) - \tilde a(X_s))$ under reference law $\tilde\mu$.

Although $L_T$ is an unbiased importance weight ($\mathbb{E}[L_T | \{ \theta_s \} ] = 1$), its variance conditional on $\{ \theta_s \}$,
\[
\mathrm{Var}(L_T|\{ \theta_s \}) = \exp\Bigl(\int_0^T \|\theta_s\|^2 ds \Bigr) - 1,
\]
scales as $\exp(\overline{c}T)$ for ergodic systems ($\overline{c} > 0$). Thus, $\mathrm{Var}(L_T)$ becomes rapidly unmanageable for long time horizons $T$, rendering importance sampling estimators using $L_T$ impractical [2509.25872].

## 2. Practical Impact: Sample Collapse, Biased Estimators, and Rare Event Inference

Variance explosion in practice leads to effective sample size (ESS) collapse, with nearly all weight concentrated on a vanishing fraction of trajectories and the remainder carrying negligible information. For long trajectories, as typically required for unbiased kinetic or Bayesian inference in stochastic dynamics or molecular simulation, the true variance of estimators based on classical Girsanov weights becomes so large that sampling noise dominates and estimators are unreliable. This effect is particularly acute in metastable systems, rare-event sampling, and Bayesian inference for SDEs with sparse observation schemes [2509.25872].

## 3. Mitigation Strategies and Marginal Girsanov Reweighting (MGR)

Several approaches have been developed to address variance explosion, among which Marginal Girsanov Reweighting (MGR) is prominent. MGR avoids direct computation of $L_T$ by instead targeting the lag-$\tau$ transition weight
\[
w_\tau(x_t, x_{t+\tau}) = \frac{p(x_{t+\tau}\mid x_t)}{\tilde p(x_{t+\tau}\mid x_t)} = \mathbb{E}_{\tilde\mu}\Bigl[\frac{d\mu}{d\tilde\mu}(\mathbf X_{t,\tau}) \,\middle|\, X_t = x_t,\, X_{t+\tau}=x_{t+\tau}\Bigr],
\]
and decomposes long-horizon weights into compositions of short-lag, numerically stable Girsanov weights and learned binary classifiers that marginalize over intermediate states.

The key algorithmic step involves recursively accumulating stable short-lag weights using importance sampling and density ratio estimation, such that the variance of the weight estimator $w_{k\tau}(x, x_{t+k\tau})$ grows **at most linearly** in $k$ (or even sub-linearly in well-mixing cases), i.e.,
\[
\mathrm{Var}[w_{k\tau}] = O(k),
\]
in strong contrast to the exponential growth $O(e^{k\tau})$ in the classical pathwise scheme [2509.25872].

## 4. Variance Explosion in Stochastic Volatility Models: Randomised Heston

In mathematical finance, variance explosion arises in the context of short-maturity options pricing and implied volatility surfaces. The “randomised Heston model” introduced by Jacquier and Shi assumes a random initial variance $V_0$ rather than a deterministic one:
\[
\begin{cases}
dX_t = -\frac{1}{2} V_t dt + \sqrt{V_t}\bigl(\rho\,dW^{(1)}_t + \sqrt{1-\rho^2}\,dW^{(2)}_t\bigr), \quad X_0=0,\\
dV_t = \kappa(\theta-V_t) dt + \xi \sqrt{V_t} dW^{(1)}_t, \quad V_0 \sim \text{Law},
\end{cases}
\]
with $W^{(1)}, W^{(2)}$ independent Brownian motions [1608.07158].

The right-tail decay of the density of $V_0$ sets the speed of explosion for the squared implied volatility $\sigma^2_t(x)$ as $t \to 0$:
\[
\sigma^2_t(x) \sim C(x) t^{-\gamma},
\]
with the “explosion exponent” $\gamma$ controlled by the moment generating function (mgf) or regular variation properties of $V_0$. With sufficiently heavy right tails, one can recover empirically observed exponents $\gamma \in (0,1/2]$, which are unattainable in classical (fixed-$V_0$) models.

## 5. Quantitative Examples: Explosion Exponents and Probability Tail Behavior

In the randomised Heston model, three regimes are possible:

| Regime           | $V_0$ Tail     | Explosion Exponent $\gamma$ | Asymptotics for $\sigma^2_t(x)$      |
|------------------|---------------|-----------------------------|--------------------------------------|
| Bounded support  | Fast cutoff   | $0$                         | No explosion                        |
| Fat-tail mgf     | $M_{V_0}(u)<\infty$ for $u<m$ | $1/2$         | $\sim C(x)t^{-1/2}$                 |
| Thin-tail        | $\log f(v)\sim -l_1 v^{l_2}$, $l_2>1$ | $1/(1+l_2)\in(0,1/2)$ | $\sim \frac{2}{\eta} t^{-\gamma}$    |

For instance, if $V_0$ is exponential (mgf has finite cutoff), then $\gamma=1/2$; if $V_0$ is Rayleigh (thin-tail: $l_2=2$), then $\gamma=1/3$ [1608.07158].

## 6. Broader Implications and Methodological Significance

Variance explosion sets fundamental limits on the feasibility of unbiased rare-event simulation, inference for long-horizon dynamical systems, and pricing of short-maturity financial derivatives. It has driven the development of alternative reweighting schemes, variance reduction frameworks, and density ratio estimation tools (e.g., MGR using neural networks). In molecular dynamics, MGR demonstrated stable recovery of kinetic and thermodynamic properties at time horizons where classical Girsanov weights fail completely. In stochastic volatility, randomisation of initial variance provides a tractable mechanism to interpolate between insufficiently explosive classical volatility surfaces and observed steep option smiles.

A plausible implication is that controlling variance explosion—not merely reducing mean squared error—should be central in the design of sampling, inference, and asset pricing methodologies for high-dimensional and long-horizon stochastic systems. Challenges remain in optimizing step sizes, classifier architectures, and in extending these variance-controlling principles to more general state spaces and rare-event regimes [2509.25872] [1608.07158].

Source: https://www.emergentmind.com/topics/variance-explosion