← Latest papers
🤖 machine learning

Guiding Posterior Exploration with Optimizer-Derived Geometry

This paper proposes a cost-free preconditioned sampling strategy that leverages curvature estimates from adaptive optimizers like AdamW to guide posterior exploration, thereby eliminating the need for lengthy burn-in phases while maintaining or improving predictive performance and uncertainty quantification in Bayesian neural networks.

Original authors: Moritz Schlager, Emanuel Sommer, Thomas Möllenhoff, David Rügamer

Published 2026-07-29
📖 3 min read☕ Coffee break read

Original authors: Moritz Schlager, Emanuel Sommer, Thomas Möllenhoff, David Rügamer

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to find the best route through a massive, foggy mountain range to get to a hidden treasure. In the world of artificial intelligence, this "treasure" is a perfect way for a computer to understand the world, and the "mountain range" is a complex mathematical landscape full of peaks and valleys. Scientists use a method called Bayesian learning to map this terrain, not just to find the single highest peak (the best answer), but to understand the whole shape of the mountains. This helps the computer know when it is confident and when it is guessing.

However, exploring this foggy mountain is incredibly hard and slow. Traditional methods are like sending out a single hiker who has to wander aimlessly for days just to figure out which way is up. To speed things up, researchers recently started using a "two-step" strategy: first, they use a fast, smart hiker (an optimizer) to sprint to the top of a few promising peaks. Then, they send out a slower, more careful explorer (a sampler) to wander around those peaks and map the details. The problem is that the careful explorer usually starts from scratch, forgetting everything the fast hiker learned about the terrain, leading to a lot of wasted time and energy.

This paper suggests a clever shortcut: why not let the careful explorer borrow the fast hiker's map? The authors, Moritz Schlager and his team, discovered that the fast hiker (specifically an optimizer called AdamW) already calculates a detailed "topography map" of the mountain while it runs. This map shows where the ground is steep and where it is flat. Usually, this map is thrown away once the hiker reaches the top. The team realized that if they hand this map directly to the careful explorer, the explorer can skip the clumsy, slow part of figuring out the terrain and start mapping immediately.

They tested this idea by simulating the process on various computer models, from simple image recognizers to language models. They found that by using the "optimizer-derived geometry" (the map) to guide the sampling, the explorer could find the treasure much faster and with greater stability. In fact, in many cases, they didn't need the slow "warm-up" period at all. The results showed that this method consistently improved the computer's ability to make predictions and, more importantly, to know how uncertain it was about those predictions. The authors suggest that while this approach is highly effective and saves a significant amount of computing time, it works best when the "map" is shared correctly, and that trying to let the explorer re-learn the map on its own (as some other methods do) actually makes the group of explorers less diverse and less effective. Essentially, they proved that sharing the hiker's notes with the explorer is a free, powerful way to make AI smarter and more reliable.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →