Numerical solution of kinetic SPDEs via stochastic Magnus expansion
Kevin Kamm, Stefano Pagliarani, Andrea Pascucci
TL;DR
This paper tackles the efficient numerical solution of kinetic SPDEs with two spatial variables by discretizing in space to obtain a large sparse SDE $dX_t = B_t X_t \,dt + A_t X_t \,dW_t$, then applying the Itô-stochastic Magnus expansion $X_t \approx e^{Y_t}$ to propagate in time. By iterating the Magnus expansion on subintervals and exploiting sparsity with GPU-accelerated expmv techniques, the authors demonstrate substantial speedups over Euler–Maruyama while maintaining high accuracy. They validate the method first against a constant-coefficient Langevin SPDE with an explicit solution and then extend to variable coefficients, noting that two or three Magnus terms suffice for good accuracy. The results indicate strong practical impact for solving high-dimensional SPDEs in physics and finance, with speedups ranging from 20 to 200× (up to ~280× in some benchmarks) depending on resolution and tolerance. Overall, the work provides a scalable, parallel, and accurate framework for SPDEs using stochastic Magnus expansion on modern hardware.
Abstract
In this paper, we show how the Itô-stochastic Magnus expansion can be used to efficiently solve stochastic partial differential equations (SPDE) with two space variables numerically. To this end, we will first discretize the SPDE in space only by utilizing finite difference methods and vectorize the resulting equation exploiting its sparsity. As a benchmark, we will apply it to the case of the stochastic Langevin equation with constant coefficients, where an explicit solution is available, and compare the Magnus scheme with the Euler-Maruyama scheme. We will see that the Magnus expansion is superior in terms of both accuracy and especially computational time by using a single GPU and verify it in a variable coefficient case. Notably, we will see speed-ups of order ranging form 20 to 200 compared to the Euler-Maruyama scheme, depending on the accuracy target and the spatial resolution.
