Single-seed generation of Brownian paths and integrals for adaptive and high order SDE solvers
Andra\v{z} Jelin\v{c}i\v{c}, James Foster, Patrick Kidger

TL;DR
This paper extends the Virtual Brownian Tree method to generate Brownian motion and its integrals for adaptive, high-order SDE solvers, enabling efficient, memory-light simulations with proven distributional accuracy.
Contribution
It introduces a novel VBT extension that produces Brownian paths and integrals with exact distributional matching, supporting adaptive high-order SDE solving.
Findings
Achieved over twice the convergence order in CIR model simulations.
Outperformed NUTS in MCMC with fewer function evaluations.
Enabled adaptive high-order SDE solvers with constant memory footprint.
Abstract
Despite the success of adaptive time-stepping in ODE simulation, it has so far seen few applications for Stochastic Differential Equations (SDEs). To simulate SDEs adaptively, methods such as the Virtual Brownian Tree (VBT) have been developed, which can generate Brownian motion (BM) non-chronologically. However, in most applications, knowing only the values of Brownian motion is not enough to achieve a high order of convergence; for that, we must compute time-integrals of BM such as . With the aim of using high order SDE solvers adaptively, we extend the VBT to generate these integrals of BM in addition to the Brownian increments. A JAX-based implementation of our construction is included in the popular Diffrax library (https://github.com/patrick-kidger/diffrax). Since the entire Brownian path produced by VBT is uniquely determined by a single PRNG seed,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Neural Networks and Applications · Simulation Techniques and Applications
MethodsLib
