菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-25
📄 Abstract - Polynomial Speedup in Diffusion Models with the Multilevel Euler-Maruyama Method

We introduce the Multilevel Euler-Maruyama (ML-EM) method compute solutions of SDEs and ODEs using a range of approximators $f^1,\dots,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,\dots,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, improving over the traditional EM rate of $\epsilon^{-\gamma-1}$. In other terms it allows us to solve the SDE at the same cost as a single evaluation of the drift. In the context of diffusion models, the different levels $f^{1},\dots,f^{k}$ are obtained by training UNets of increasing sizes, and ML-EM allows us to perform sampling with the equivalent of a single evaluation of the largest UNet. Our numerical experiments confirm our theory: we obtain up to fourfold speedups for image generation on the CelebA dataset downscaled to 64x64, where we measure a $\gamma\approx2.5$. Given that this is a polynomial speedup, we expect even stronger speedups in practical applications which involve orders of magnitude larger networks.

顶级标签: model training machine learning theory
详细标签: diffusion models sampling speedup numerical methods sde solvers multilevel monte carlo 或 搜索:

基于多级欧拉-丸山方法的扩散模型多项式加速 / Polynomial Speedup in Diffusion Models with the Multilevel Euler-Maruyama Method


1️⃣ 一句话总结

这篇论文提出了一种名为‘多级欧拉-丸山’的新采样方法,通过巧妙地组合不同精度和成本的神经网络模型来近似计算,从而在图像生成等扩散模型任务中实现了显著的计算加速,其核心贡献是能以近似于单次调用最大模型的成本,获得原本需要多次调用才能达到的采样精度。

源自 arXiv: 2603.24594