Paper Overview
- Field: Machine Learning
- Author: Arthur Jacot
- Published: 2026-03-25
- arXiv: 2603.24594
- arXiv page: https://arxiv.org/abs/2603.24594
Introduction
This post introduces the paper *Multilevel Euler-Maruyama for Solving SDEs and ODEs with Deep Learning* by Arthur Jacot, with a Chinese summary followed by the original abstract.
Chinese Summary (translated)
The paper introduces the Multilevel Euler-Maruyama (ML-EM) method, which computes solutions of SDEs and ODEs using a series of approximators f^1,...,f^k to the drift f with increasing accuracy and computational cost. It only requires a few evaluations of the most accurate f^k and many evaluations of the cheaper f^1,...,f^{k-1}. If the drift lies in the so-called Harder than Monte Carlo (HTMC) regime — i.e., it requires epsilon^{-gamma} compute to be epsilon-approximated where gamma > 2 — then ML-EM can epsilon-approximate the solution of the SDE with epsilon^{-gamma} compute.
Original Abstract
> We introduce the Multilevel Euler-Maruyama (ML-EM) method compute solutions of SDEs and ODEs using a range of approximators f^1,...,f^k to the drift f with increasing accuracy and computational cost, only requiring a few evaluations of the most accurate f^k and many evaluations of the less costly f^1,...,f^{k-1}. If the drift lies in the so-called Harder than Monte Carlo (HTMC) regime, i.e. it requires epsilon^{-gamma} compute to be epsilon-approximated for some gamma>2, then ML-EM epsilon-approximates the solution of the SDE with epsilon^{-gamma} compute.