Riemannian Laplace Approximation with the Fisher Metric

This paper addresses the limitations of the Riemannian Laplace Approximation using the Fisher metric, which produces biased and overly narrow estimates, by introducing two corrected variants that ensure asymptotic exactness and demonstrate practical improvements across various experiments.

Hanlin Yu, Marcelo Hartmann, Bernardo Williams, Mark Girolami, Arto Klami

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

Imagine you are trying to draw a map of a mysterious, foggy island based on a few scattered clues. Your goal is to create a "best guess" map that shows where the treasure (the most likely data points) is hidden and how spread out the rest of the island might be.

In the world of machine learning and statistics, this "map" is called a posterior distribution. It's often a complex, wiggly, high-dimensional shape that is very hard to calculate exactly.

The Old Way: The "Flat Map" (Laplace Approximation)

For decades, the standard tool for this job has been the Laplace Approximation. Think of this as a cartographer who looks at the highest peak of the island (the most likely spot) and says, "Okay, I'll just draw a perfect, round circle around this peak."

  • The Good: It's incredibly fast. You just find the peak and draw a circle.
  • The Bad: Real islands aren't perfect circles. They have valleys, ridges, and weird curves. If the island is actually shaped like a banana or a funnel, a simple circle is a terrible map. It misses the shape entirely.

The New Idea: The "Curved Map" (Riemannian Geometry)

Recently, researchers tried to fix this by using Riemannian Geometry. Imagine instead of drawing on a flat piece of paper, you are drawing on a flexible, stretchy rubber sheet that bends and twists to fit the shape of the island perfectly.

This method (introduced by Bergamin et al. in 2023) takes your simple circle and stretches it along the "geodesics" (the shortest paths on that curved sheet) to match the island's shape.

  • The Promise: It should give a much better map.
  • The Problem: The specific rubber sheet they used (called the Monge metric) was a bit defective. It was like using a rubber sheet that was too stiff in the wrong places. It ended up drawing maps that were too small (underestimating the uncertainty) and biased (pointing in the wrong direction), even when you had a lot of data. It was like trying to fit a square peg in a round hole, but the peg kept shrinking.

The Solution: The "Fisher Metric" (The Perfect Rubber Sheet)

The authors of this paper, Hanlin Yu and colleagues, realized the problem wasn't the idea of using a curved sheet, but the type of sheet they were using. They proposed a new, better rubber sheet based on something called the Fisher Information Matrix (FIM).

Here is the analogy:

  • The Old Sheet (Monge): Was based on how steep the hill was right where you were standing. It reacted too aggressively to small bumps, causing the map to shrink and warp incorrectly.
  • The New Sheet (Fisher): Is based on the average sensitivity of the entire island. It's a "statistically natural" way to measure distance.

Why is the Fisher Metric better?

  1. It's Honest: If the island is actually a perfect circle (a Gaussian distribution), the Fisher Metric map is exactly a circle. It doesn't shrink or warp it.
  2. It Handles Weird Shapes: If the island is a "banana" shape or a "funnel" shape, the Fisher Metric stretches the rubber sheet perfectly to hug those curves.
  3. It's Efficient: Surprisingly, even though it's more complex mathematically, it often requires fewer computational steps to draw the map than the old, flawed method.

The "Hausdorff" Twist

There was one other small issue. When you stretch a rubber sheet, the "center" of your map might shift slightly depending on how you look at it. The authors also introduced a way to find the "true center" (called the Hausdorff MAP) that doesn't get confused by how you rotate or stretch your coordinate system. This ensures the map stays centered on the treasure, no matter how you look at the island.

The Results: A Better Map for Everyone

The team tested their new method (called RLA-F) against the old methods on several tricky problems:

  • The Banana Distribution: A classic test where the data is shaped like a curved banana. The old methods drew a tiny, straight line; the new method drew the perfect banana curve.
  • Neural Networks: They tested this on AI models (Neural Networks). The new method produced predictions that were almost indistinguishable from the "gold standard" (which takes hours to compute), but did it in seconds.

The Takeaway

Think of this paper as upgrading the cartographer's toolkit.

  • Old Tool: A ruler and a compass (draws perfect circles, fails on curves).
  • Previous Upgrade: A stretchy rubber sheet, but it was the wrong kind of rubber (it shrank and warped).
  • This Paper's Upgrade: A smart, self-adjusting rubber sheet (Fisher Metric) that knows exactly how to stretch to fit the terrain, whether it's a simple hill or a complex, winding canyon.

It's a way to get the speed of a simple guess with the accuracy of a complex, detailed map, making it a powerful new tool for AI and data science.