paper-with-me

Papers

Simulating Diffusion Bridges with Score Matching

2021-11-14 · Jeremy Heng, Valentin De Bortoli, Arnaud Doucet, James Thornton

We consider the problem of simulating diffusion bridges, which are diffusion processes that are conditioned to initialize and terminate at two given states. The simulation of diffusion bridges has applications in diverse scientific fields and plays a crucial role in the statistical inference of discretely-observed diffusions. This is known to be a challenging problem that has received much attention in the last two decades. This article contributes to this rich body of literature by presenting a new avenue to obtain diffusion bridge approximations. Our approach is based on a backward time representation of a diffusion bridge, which may be simulated if one can time-reverse the unconditioned diffusion. We introduce a variational formulation to learn this time-reversal with function approximation and rely on a score matching method to circumvent intractability. Another iteration of our proposed methodology approximates the Doob's $h$-transform defining the forward time representation of a diffusion bridge. We discuss algorithmic considerations and extensions, and present numerical results on an Ornstein--Uhlenbeck process, a model from financial econometrics for interest rates, and a model from genetics for cell differentiation and development to illustrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2111.07243

Code (1)

jeremyhengjm/diffusionbridge 공식 구현 pytorch

Tasks

Econometrics

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Infinite-dimensional Diffusion Bridge Simulation via Operator Learning

2024-05-28 · Gefan Yang, Elizabeth Louise Baker, Michael L. Severinsen, Christy Anna Hipsley 외

The diffusion bridge, which is a diffusion process conditioned on hitting a specific state within a finite period, has found broad applications in various scientific and engineering fields. However, simulating diffusion …

Bayesian InferenceOperator learning

Denoising Diffusion Samplers

2023-02-27 · Francisco Vargas, Will Grathwohl, Arnaud Doucet

Denoising diffusion models are a popular class of generative models providing state-of-the-art results in many domains. One adds gradually noise to data using a diffusion to transform the data distribution into a Gaussia…

Denoising

Simulation-free Schrödinger bridges via score and flow matching

2023-07-07 · Alexander Tong, Nikolay Malkin, Kilian Fatras, Lazar Atanackovic 외

We present simulation-free score and flow matching ([SF]$^2$M), a simulation-free objective for inferring stochastic dynamics given unpaired samples drawn from arbitrary source and target distributions. Our method genera…

Neural Guided Diffusion Bridges

2025-02-17 · Gefan Yang, Frank van der Meulen, Stefan Sommer

We propose a novel method for simulating conditioned diffusion processes (diffusion bridges) in Euclidean spaces. By training a neural network to approximate bridge dynamics, our approach eliminates the need for computat…

Score matching for bridges without learning time-reversals

2024-07-22 · Elizabeth L. Baker, Moritz Schauer, Stefan Sommer

We propose a new algorithm for learning bridged diffusion processes using score-matching methods. Our method relies on reversing the dynamics of the forward process and using this to learn a score function, which, via Do…