Bayesian Inference for PDE-based Inverse Problems using the Optimization of a Discrete Loss

This paper introduces B-ODIL, a Bayesian extension of the Optimization of a Discrete Loss (ODIL) method that integrates PDE-based prior knowledge with data likelihood to solve inverse problems with quantified uncertainties, demonstrating its effectiveness through synthetic benchmarks and a clinical application for estimating brain tumor concentration from MRI scans.

Lucas Amoudruz, Sergey Litvinov, Costas Papadimitriou, Petros Koumoutsakos

Published 2026-03-06
📖 5 min read🧠 Deep dive

Imagine you are a detective trying to solve a mystery, but you only have a few blurry photos of the crime scene and a vague idea of how the suspect usually behaves. You need to figure out exactly what happened, where the suspect started, and how they moved, all while acknowledging that your photos are fuzzy and your ideas might be slightly wrong.

This is the essence of Inverse Problems, a challenge faced by scientists in fields ranging from weather forecasting to medical imaging.

This paper introduces a new detective tool called B-ODIL (Bayesian Optimization of a Discrete Loss). Here is a simple breakdown of how it works, using everyday analogies.

1. The Problem: The "Fuzzy Photo" Mystery

In science, we often know the rules of how things work (like gravity or how a tumor grows), but we don't know the starting conditions or the exact parameters because we can't see everything. We only have noisy, incomplete data (like an MRI scan that only shows the "bright" parts of a tumor).

  • The Old Way: Traditional methods try to find the single best guess that fits the rules and the photo. But if the photo is blurry, this guess might be confidently wrong. It doesn't tell you how unsure it is.
  • The New Way (B-ODIL): Instead of just finding one answer, B-ODIL finds a range of possible answers and tells you how likely each one is. It says, "The tumor probably started here, but it could also be a few millimeters to the left or right."

2. The Ingredients: Rules vs. Evidence

B-ODIL combines two main sources of information, like a judge weighing two types of evidence:

  • The "Rulebook" (The PDE Prior): This is the physics. Imagine a rulebook that says, "Tumors grow like spreading ink in water." In math, this is a Partial Differential Equation (PDE). B-ODIL uses this rulebook as a safety net. It says, "Any solution we come up with must roughly follow these physical rules."
  • The "Witness Testimony" (The Likelihood): This is the actual data (the MRI scan). It says, "I saw the tumor in this specific spot."

The Magic Trick: B-ODIL balances these two. If the data is very clear, it trusts the data more. If the data is blurry, it leans harder on the rulebook. Crucially, it admits when the rulebook might be slightly imperfect (model error) and adjusts its confidence accordingly.

3. The Engine: The "Grid" vs. The "Neural Network"

Previous methods tried to solve this using massive, complex AI neural networks (like a super-smart but slow brain). B-ODIL uses a different approach called ODIL.

  • The Analogy: Imagine trying to smooth out a crumpled piece of paper.
    • Old AI Method: You hire a genius artist who tries to imagine the whole smooth paper at once. It's flexible but takes a long time and can get confused.
    • B-ODIL (ODIL): You lay the paper on a grid of pegs. You push each peg individually to make the paper smooth. Because you are working on a grid, you can do this incredibly fast and efficiently, even for huge, 3D problems.

4. The "Uncertainty" Superpower

The biggest breakthrough in this paper is Quantified Uncertainty.

  • The Scenario: A doctor needs to plan radiation therapy for a brain tumor. They need to know exactly where the tumor cells are to zap them without hurting healthy brain tissue.
  • The Problem: The MRI scan only sees the "core" of the tumor. The "invisible" edges are a guess.
  • B-ODIL's Solution: Instead of drawing a single line around the tumor, B-ODIL runs thousands of simulations in its head. It produces a cloud of possibilities.
    • "There is a 90% chance the tumor is within this red zone."
    • "There is a 10% chance it stretches into this blue zone."

This allows doctors to add a "safety margin" to their treatment plans, ensuring they don't miss any hidden cancer cells because they were overconfident in a single guess.

5. Real-World Test: The Brain Tumor

The authors tested this on real patient data. They took MRI scans of brain tumors and used B-ODIL to reconstruct the invisible parts of the tumor growth.

  • The Result: They found that the "invisible" parts of the tumor could be located in slightly different spots depending on how the data was interpreted.
  • The Impact: By visualizing this uncertainty, doctors can design radiation fields that are safer and more effective, covering the "maybe" zones without blasting healthy tissue unnecessarily.

Summary

Think of B-ODIL as a super-smart, fast, and humble detective.

  1. It knows the rules of physics (the PDEs).
  2. It looks at the evidence (the data).
  3. It doesn't just give you one answer; it gives you a map of possibilities with confidence levels.
  4. It does this fast enough to be useful for 3D medical scans, unlike older methods that were too slow or too rigid.

In short, it turns "I think the tumor is here" into "Here is exactly where the tumor is, how sure we are, and where we should be extra careful."