paper-with-me

Papers

A tutorial on the Bayesian statistical approach to inverse problems

2023-04-15 · Faaiq G. Waqar, Swati Patel, Cory M. Simon

Inverse problems are ubiquitous in the sciences and engineering. Two categories of inverse problems concerning a physical system are (1) estimate parameters in a model of the system from observed input-output pairs and (2) given a model of the system, reconstruct the input to it that caused some observed output. Applied inverse problems are challenging because a solution may (i) not exist, (ii) not be unique, or (iii) be sensitive to measurement noise contaminating the data. Bayesian statistical inversion (BSI) is an approach to tackle ill-posed and/or ill-conditioned inverse problems. Advantageously, BSI provides a "solution" that (i) quantifies uncertainty by assigning a probability to each possible value of the unknown parameter/input and (ii) incorporates prior information and beliefs about the parameter/input. Herein, we provide a tutorial of BSI for inverse problems, by way of illustrative examples dealing with heat transfer from ambient air to a cold lime fruit. First, we use BSI to infer a parameter in a dynamic model of the lime temperature from measurements of the lime temperature over time. Second, we use BSI to reconstruct the initial condition of the lime from a measurement of its temperature later in time. We demonstrate the incorporation of prior information, visualize the posterior distributions of the parameter/initial condition, and show posterior samples of lime temperature trajectories from the model. Our tutorial aims to reach a wide range of scientists and engineers.

📄 PDF Abstract BibTeX arXiv:2304.07610

Code (1)

faaiqgwaqar/inverse-problems 공식 구현

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Solution of Physics-based Bayesian Inverse Problems with Deep Generative Priors

2021-07-06 · Dhruv V Patel, Deep Ray, Assad A Oberai

Inverse problems are ubiquitous in nature, arising in almost all areas of science and engineering ranging from geophysics and climate science to astrophysics and biomechanics. One of the central challenges in solving inv…

Bayesian InferenceGenerative Adversarial NetworkGeophysics

Novel Deep neural networks for solving Bayesian statistical inverse

2021-02-08 · Harbir Antil, Howard C Elman, Akwum Onwunta, Deepanshu Verma

We consider the simulation of Bayesian statistical inverse problems governed by large-scale linear and nonlinear partial differential equations (PDEs). Markov chain Monte Carlo (MCMC) algorithms are standard techniques t…

Optimization-Based MCMC Methods for Nonlinear Hierarchical Statistical Inverse Problems

2020-02-15 · Johnathan Bardsley, Tiangang Cui

In many hierarchical inverse problems, not only do we want to estimate high- or infinite-dimensional model parameters in the parameter-to-observable maps, but we also have to estimate hyperparameters that represent criti…

Bayesian neural networks via MCMC: a Python-based tutorial

2023-04-02 · Rohitash Chandra, Joshua Simmons

Bayesian inference provides a methodology for parameter estimation and uncertainty quantification in machine learning and deep learning methods. Variational inference and Markov Chain Monte-Carlo (MCMC) sampling methods …

Bayesian InferenceDeep Learningparameter estimationUncertainty Quantification+1

Hands-on Bayesian Neural Networks -- a Tutorial for Deep Learning Users

2020-07-14 · Laurent Valentin Jospin, Wray Buntine, Farid Boussaid, Hamid Laga 외

Modern deep learning methods constitute incredibly powerful tools to tackle a myriad of challenging problems. However, since deep learning methods operate as black boxes, the uncertainty associated with their predictions…

BIG-bench Machine LearningDeep Learning