Welcome to the book on “Uncertainty Quantification in Inverse Problems with CUQIpy”. This book contains training material on how to use the CUQIpy library for uncertainty quantification in inverse problems. It also covers some of the theoretical background behind the methods implemented in CUQIpy.
⚠️ Disclaimer: The code in this book runs without a fixed random seed, so results will vary with each re-compilation and user run. While conclusions should remain consistent, specific values may differ due to the probabilistic nature of Bayesian sampling, which is fundamental when working with uncertainty quantification.
Table of contents¶
- Uncertainty Quantification in Inverse Problems with CUQIpy
- Part I: Foundations of CUQIpy and Bayesian Inverse Problems
- Chapter 1: Introduction to uncertainty, priors, and Bayesian inverse problems
- Chapter 2: Introduction to CUQIpy
- Chapter 3: Introduction to Bayesian Inverse Problems (BIPs) in CUQIpy
- Chapter 4: Distributions, random variables, and priors in CUQIpy
- Chapter 5: Forward models, data generation, and forward UQ
- Chapter 6: Solving BIPs in CUQIpy
- Chapter 7: More on CUQIpy technical details
- Part II: Inference and Sampling Methods
- Part III: Applications and Research Using CUQIpy
- Chapter 12: X-ray Computed Tomography (CT)
- Chapter 13: PDE-based BIP
- Chapter 14: More applications and benchmarks using CUQIpy
- Chapter 15: Research based on CUQIpy
- 1. CUQIpy – I. Computational uncertainty quantification for inverse problems in Python
- 2. CUQIpy – II. Computational uncertainty quantification for PDE-based inverse problems in Python
- 3. A Computational Framework and Implementation of Implicit Priors in Bayesian Inverse Problems
- 4. Integration of CUQIpy and UM-Bridge
- Prior modeling and uncertainty quantification in X-ray computed tomography with application to defect detection in subsea pipes
- 6. Cochlear aqueduct advection and diffusion inferred from computed tomography imaging with a Bayesian approach
- 7. Efficient monotonic Gaussian processes via Randomize-then-Optimize
- Chapter 16: Resources and bibliography