Randomized-Tamed Milstein Scheme
- The paper introduces a randomized-tamed Milstein scheme that attains strong L^p convergence of order one under relaxed conditions, combining drift randomization with a taming strategy.
- Drift randomization compensates for limited Hölder temporal continuity, while the taming mechanism controls superlinear growth, ensuring stability and boundedness.
- The method's efficacy is demonstrated through numerical examples, restoring full order one convergence where classical methods typically plateau.
The randomized-tamed Milstein scheme is a numerical method for strong approximation of stochastic differential equations (SDEs) with drift coefficients exhibiting superlinear growth in the state variable and limited temporal regularity. This approach combines a taming mechanism—controlling state-dependent blowup of the drift—with a drift randomization strategy to compensate for merely Hölder temporal continuity. The method achieves an optimal strong -convergence rate of order one under suitably relaxed assumptions, overcoming the barriers posed by superlinear drifts and low regularity (Biswas, 14 Jan 2026).
1. Problem Framework and Structural Assumptions
Consider the SDE on : where may be superlinear in and only -Hölder in for , while is globally Lipschitz in with at most linear growth. The underlying probability space supports an -dimensional Brownian motion .
The following technical conditions ensure uniqueness and finiteness of moments of the true solution :
- Initial moment: for .
- Monotonicity-coercivity: For all , ,
and .
- Polynomial Lipschitz in (superlinear drift): For ,
- -Hölder temporal regularity: For all , ,
- Lipschitz diffusion: For all , ,
These regularity conditions generalize classical settings significantly, in particular allowing for with superlinear state dependence and mere Hölder temporal continuity—a context where standard Euler and Milstein methods can diverge or lose strong order.
2. Time Discretization and Drift Randomization
Uniform time discretization at grid points for , , is combined with stepwise drift evaluation at randomized times. In each interval :
- An independent is sampled, yielding random evaluation points .
- For any , set , .
Randomization of the drift evaluation time addresses bias introduced by low temporal regularity in . This device is crucial for restoring the full strong order when is merely Hölder—a regime where classical deterministic time-stepping would typically stall at order (Biswas, 14 Jan 2026).
3. Taming Mechanism
To control potential blowup from the superlinear drift, the method replaces with a tamed version: where is the superlinear exponent from the structural assumption on . This yields
ensuring uniform boundedness of the drift while pointwise consistency is preserved: as . The taming bias is and is explicitly controlled in the error analysis.
4. Scheme Definition and Algorithm
The one-step randomized-tamed Milstein update from to is given by: where
and .
Key elements:
- Drift is evaluated at the random time , with taming applied.
- Diffusion and Milstein corrections use the standard time grid value .
- The update is explicit and computationally feasible.
An equivalent continuous-time formulation is provided but, for implementation, the discrete one-step scheme is used. Per time step, complexity is for evaluations of and its Jacobian, plus one extra uniform random variate per step.
| Component | Evaluation Time | Modification |
|---|---|---|
| Drift term | Tamed: at random time | |
| Diffusion | Standard Milstein correction at grid | |
| Milstein term | Uses Jacobian and cross-terms |
The randomization applies solely to the drift term; the Milstein correction ensures strong order one when is sufficiently smooth in .
5. Convergence Theory
The central result is strong -convergence of order one under conditions: for all and (Biswas, 14 Jan 2026). The analysis proceeds by:
- Introducing an auxiliary process matching the SDE dynamic but with randomized drift,
- Proving via the -Hölder continuity of and a discrete martingale argument,
- Showing by Itô’s formula, estimating both the taming error and the Milstein discretization error,
- Employing a Grönwall-type argument to conclude the global order one result.
Critical intermediate estimates include uniform moment bounds, local error bounds per step, and tight control of the bias introduced by taming.
A notable implication is that, in contrast to classical tamed Milstein methods which achieve only order when is -Hölder in , randomization of the drift evaluation recovers the full strong order $1$ rate.
6. Implementation Procedure
The practical implementation follows these steps for :
- Sample .
- Set .
- Compute .
- Sample .
- Evaluate Milstein correction .
- Update .
The method is computationally straightforward, requiring only one additional randomness source per time step relative to the standard Milstein method.
7. Numerical Illustration and Practical Behavior
Applied to the FitzHugh–Nagumo system—a coupled SDE with superlinear drift in —the randomized-tamed Milstein scheme demonstrates near-optimal strong convergence close to order one. Specifically,
- For drift coefficients that are only -Hölder in time, classical tamed Milstein methods plateau at order ;
- The introduction of drift randomization restores the expected order one performance (Biswas, 14 Jan 2026).
This suggests that the randomized-tamed Milstein scheme effectively overcomes bias due to temporal irregularity, broadening the applicability of strong Milstein-type methods to a larger class of SDEs with irregular drift behavior.