paper-with-me

Papers

A Training-Free Conditional Diffusion Model for Learning Stochastic Dynamical Systems

2024-10-04 · Yanfang Liu, Yuan Chen, Dongbin Xiu, Guannan Zhang

This study introduces a training-free conditional diffusion model for learning unknown stochastic differential equations (SDEs) using data. The proposed approach addresses key challenges in computational efficiency and accuracy for modeling SDEs by utilizing a score-based diffusion model to approximate their stochastic flow map. Unlike the existing methods, this technique is based on an analytically derived closed-form exact score function, which can be efficiently estimated by Monte Carlo method using the trajectory data, and eliminates the need for neural network training to learn the score function. By generating labeled data through solving the corresponding reverse ordinary differential equation, the approach enables supervised learning of the flow map. Extensive numerical experiments across various SDE types, including linear, nonlinear, and multi-dimensional systems, demonstrate the versatility and effectiveness of the method. The learned models exhibit significant improvements in predicting both short-term and long-term behaviors of unknown stochastic systems, often surpassing baseline methods like GANs in estimating drift and diffusion coefficients.

📄 PDF Abstract BibTeX arXiv:2410.03108

Code (1)

YanfangLiu11/Conditional-Diffusion-Model-for-SDE-Learning 공식 구현 pytorch

Tasks

Computational Efficiency

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 제목 키워드 기반

Training-free score-based diffusion for parameter-dependent stochastic dynamical systems

2026-02-02 · Minglei Yang, Sicheng He arxiv

Simulating parameter-dependent stochastic differential equations (SDEs) presents significant computational challenges, as separate high-fidelity simulations are typically required for each parameter value of interest. De…

Stochastic and Non-local Closure Modeling for Nonlinear Dynamical Systems via Latent Score-based Generative Models

2025-06-25 · Xinghao Dong, Huchen Yang, Jin-Long Wu

We propose a latent score-based generative AI framework for learning stochastic, non-local closure models and constitutive laws in nonlinear dynamical systems of computational mechanics. This work addresses a key challen…

Drift Estimation for Stochastic Differential Equations with Denoising Diffusion Models

2026-02-19 · Marcos Tapia Costa, Nikolas Kantas, George Deligiannidis arxiv

We study the estimation of time-homogeneous drift functions in multivariate stochastic differential equations with known diffusion coefficient, from multiple trajectories observed at high frequency over a fixed time hori…

Data-Driven Stochastic Closure Modeling via Conditional Diffusion Model and Neural Operator

2024-08-06 · Xinghao Dong, Chuanqi Chen, Jin-Long Wu

Closure models are widely used in simulating complex multiscale dynamical systems such as turbulence and the earth system, for which direct numerical simulation that resolves all scales is often too expensive. For those …

Generative AI Models for Learning Flow Maps of Stochastic Dynamical Systems in Bounded Domains

2025-07-17 · Minglei Yang, Yanfang Liu, Diego del-Castillo-Negrete, Yanzhao Cao 외 arxiv

Simulating stochastic differential equations (SDEs) in bounded domains, presents significant computational challenges due to particle exit phenomena, which requires accurate modeling of interior stochastic dynamics and b…