paper-with-me

Papers

Solving Inverse Physics Problems with Score Matching

2023-01-24 · NeurIPS 2023 11 · Benjamin J. Holzschuh, Simona Vegetti, Nils Thuerey

We propose to solve inverse problems involving the temporal evolution of physics systems by leveraging recent advances from diffusion models. Our method moves the system's current state backward in time step by step by combining an approximate inverse physics simulator and a learned correction function. A central insight of our work is that training the learned correction with a single-step loss is equivalent to a score matching objective, while recursively predicting longer parts of the trajectory during training relates to maximum likelihood training of a corresponding probability flow. We highlight the advantages of our algorithm compared to standard denoising score matching and implicit score matching, as well as fully learned baselines for a wide range of inverse physics problems. The resulting inverse solver has excellent accuracy and temporal stability and, in contrast to other learned inverse solvers, allows for sampling the posterior of the solutions.

📄 PDF Abstract BibTeX arXiv:2301.10250

Code (1)

tum-pbs/smdp 공식 구현 jax

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.
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 제목 키워드 기반

Denoising Score-Matching for Uncertainty Quantification in Inverse Problems

2020-11-16 · Zaccharie Ramzi, Benjamin Remy, Francois Lanusse, Jean-Luc Starck 외

Deep neural networks have proven extremely efficient at solving a wide rangeof inverse problems, but most often the uncertainty on the solution they provideis hard to quantify. In this work, we propose a generic Bayesian…

DenoisingMRI ReconstructionUncertainty Quantification

Physics-Informed Generative Solver: Bridging Data-Driven Priors and Conservation Laws for Stable Spatiotemporal Field Reconstruction

2026-05-21 · Ziyuan Zhu, Keyu Hu, Zhifei Chen, Yuhao Shi 외 arxiv

Reconstructing continuous physical fields from sparse measurements is a central inverse problem, but data-driven generative models can produce states that violate governing dynamics. We introduce a physics-informed gener…

Conditional flow matching for physics-constrained inverse problems with finite training data

2026-03-14 · Agnimitra Dasgupta, Ali Fardisi, Mehrnegar Aminy, Brianna Binder 외 arxiv

This study presents a conditional flow matching framework for solving physics-constrained Bayesian inverse problems. In this setting, samples from the joint distribution of inferred variables and measurements are assumed…

Computational Efficiency

Laplace-fPINNs: Laplace-based fractional physics-informed neural networks for solving forward and inverse problems of subdiffusion

2023-04-03 · Xiong-bin Yan, Zhi-Qin John Xu, Zheng Ma

The use of Physics-informed neural networks (PINNs) has shown promise in solving forward and inverse problems of fractional diffusion equations. However, due to the fact that automatic differentiation is not applicable f…

HomPINNs: homotopy physics-informed neural networks for solving the inverse problems of nonlinear differential equations with multiple solutions

2023-04-06 · Haoyang Zheng, Yao Huang, Ziyang Huang, Wenrui Hao 외

Due to the complex behavior arising from non-uniqueness, symmetry, and bifurcations in the solution space, solving inverse problems of nonlinear differential equations (DEs) with multiple solutions is a challenging task.…