Dual-space posterior sampling for Bayesian inference in constrained inverse problems

This paper proposes a dual-space posterior sampling framework that integrates the Alternating Direction Method of Multipliers (ADMM) with Stein Variational Gradient Descent (SVGD) to perform Bayesian inference in constrained inverse problems, effectively translating hard physical constraints into relaxable penalties that enable well-calibrated uncertainty quantification even with noisy and incomplete data.

Ali Siahkoohi, Kamal Aghazade, Ali Gholami

Published 2026-03-03
📖 4 min read☕ Coffee break read

Imagine you are a detective trying to solve a mystery: What does the inside of the Earth look like?

You can't dig a hole to the center of the planet, so instead, you listen to the echoes of earthquakes (seismic waves) bouncing off underground rocks. This is called an Inverse Problem. You have the sound (the data), and you need to figure out what made the sound (the underground structure).

The Problem: A Noisy, Tricky Puzzle

The problem is that the data is messy. It's like trying to hear a whisper in a crowded stadium. Plus, the math is "ill-conditioned," meaning there are thousands of different underground maps that could explain the same sound. If you just pick one map, you might be wrong, and you won't know how confident you should be.

Bayesian Inference is the solution. Instead of guessing one map, you generate a whole cloud of possible maps (a distribution). This cloud shows you not just the most likely answer, but also the "what-ifs." It tells you, "We are 95% sure the rock is here, but there's a small chance it's over there."

The Big Hurdle: The "Physics Rule"

Here's the catch: The Earth follows strict physical laws (the Wave Equation). Any map you guess must obey these laws. If your map says sound travels faster than light, it's physically impossible.

In traditional methods, you have to force every single guess to obey these laws perfectly before you even check if it fits the data. This is like trying to solve a maze while blindfolded, but you have to touch the walls perfectly at every step. It's slow, stiff, and often gets stuck.

Other methods try to "relax" the rules, letting the guesses break the laws a little bit to make the math easier. But then, you have to guess how much to relax the rules. If you relax them too much, your map is nonsense. If you don't relax them enough, the math breaks.

The Solution: ADMM-SVGD (The "Dual-Space" Dance)

This paper introduces a clever new method called ADMM-SVGD. Let's break it down with an analogy.

Imagine you are trying to find the best route through a city (the solution) while obeying traffic laws (the physics constraints).

  1. The Team of Explorers (SVGD): Instead of sending one detective, you send a team of 1,000 explorers. They all start at different random spots. They talk to each other. If they all crowd into one dead-end, they push each other apart (to keep exploring different areas). If they find a good path, they all move toward it. This is Stein Variational Gradient Descent (SVGD). It's a smart way to explore all possibilities at once.

  2. The Referee (ADMM): The problem is that the explorers keep breaking traffic laws. Enter the Referee (the Augmented Lagrangian method).

    • In the old way, the referee would stop the explorers immediately if they broke a rule, making the whole process grind to a halt.
    • In this new Dual-Space method, the referee is more flexible. He says, "Okay, you broke the rule, but I'm going to give you a penalty ticket (a multiplier)."
    • The explorers keep moving, but the penalty ticket gets bigger every time they break the rule.
    • Over time, the penalty gets so huge that breaking the rule becomes impossible. The explorers naturally learn to obey the laws without the referee stopping them at every single step.

Why is this a Game-Changer?

  • It's Flexible: The explorers can wander a bit in the beginning (when the model is far from the truth) without getting stuck. They only get strictly forced to obey the laws at the very end.
  • It's Honest: Because we have a whole team of explorers, we get a full picture of the uncertainty. We can see, "Oh, in this deep valley, the explorers are all over the place. We really don't know what's down there."
  • It Works: The authors tested this on a fake mountain (Rosenbrock) and a real, complex geological map (Marmousi II).
    • They found that as they added more data (more "ears" listening), the cloud of possible maps shrank and focused on the truth.
    • They found that even with noisy data, the method didn't panic; it just said, "We are less sure, but here is the range of possibilities."

The Bottom Line

This paper gives scientists a new, smarter way to map the Earth's interior. Instead of forcing a single, rigid answer, it uses a team of explorers guided by a smart referee to find the truth while respecting the laws of physics. It tells us not just where the oil or water might be, but how sure we are about it, which is crucial for making safe and smart decisions.

Get papers like this in your inbox

Personalized daily or weekly digests matching your interests. Gists or technical summaries, in your language.

Try Digest →