← Latest papers
📊 statistics

Gaussian Mean Field Variational Inference can Overestimate Predictive Variance

This paper challenges the conventional wisdom that Mean Field Variational Inference always underestimates uncertainty by demonstrating that, in Bayesian Linear Regression, it can actually overestimate predictive variance on in-distribution data due to a trade-off where underestimation in some parameter directions necessitates overestimation in others, a phenomenon that can be mitigated through temperature scaling.

Original authors: James Odgers, Ben Riegler, Siddharth Swaroop, Vincent Fortuin

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

Original authors: James Odgers, Ben Riegler, Siddharth Swaroop, Vincent Fortuin

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

The Big Misunderstanding

For a long time, scientists believed that a specific method called Mean Field Variational Inference (MFVI) was always "too confident." They thought it looked at the data, made a guess, and then said, "I'm pretty sure about this," even when it should have been more uncertain. In technical terms, they thought it underestimated the variance (uncertainty).

This paper flips that story on its head. The authors show that while MFVI is indeed too confident about the internal details of the model, it can actually be too unsure (overestimate uncertainty) when it comes to making predictions on data that looks like the training data.

The Analogy: The Map and the Road

Imagine you are trying to draw a map of a city based on a few photos of a single street.

  1. The "Internal" View (Parameter Space):
    If you look at the map itself, MFVI draws a very tight, small circle around the street. It thinks, "I know exactly where this street is." It ignores the fact that the rest of the city is foggy and unknown. In this sense, it is too confident about the map's details.

  2. The "Prediction" View (Predictive Space):
    Now, imagine you are a driver trying to predict where the road goes ahead of you.

    • The Exact Truth: The real road is straight and narrow. The uncertainty is low because the road is well-defined.
    • The MFVI Prediction: Because MFVI drew such a tiny, tight circle around the street in step 1, it gets confused about how that tight circle translates to the road ahead. It ends up drawing a huge, fuzzy cloud of "maybe the road goes left, maybe right, maybe it disappears."
    • The Result: On the actual road (the training data), MFVI is too scared. It thinks the road is much more dangerous and unpredictable than it really is.

The "Balancing Act" (The See-Saw)

The paper explains a strange rule about this method: It cannot be wrong in just one way.

Think of the model's uncertainty as a see-saw.

  • If the model is too confident (underestimates uncertainty) in some directions, it must be too unsure (overestimates uncertainty) in other directions to keep the math balanced.
  • The paper proves that for data that looks like the training data (In-Distribution), the "too unsure" side of the see-saw is the one that wins. The model overestimates the risk.

The "Cold" Fix

The authors discovered a way to fix this over-cautiousness. In the world of Bayesian math, there is a concept called Temperature.

  • High Temperature: Makes the model more relaxed and spread out (more uncertain).
  • Low Temperature (Cold): Makes the model sharper and more focused (less uncertain).

Usually, people think you need to "cool down" a model to make it less confident. But here, because the model is already too scared (overestimating uncertainty), the authors found that lowering the temperature (making it "Cold") actually helps.

It's like telling a nervous driver: "You are overestimating the danger. Take a deep breath and focus." By lowering the temperature, the model's predictions snap back to reality, matching the true, exact answer much better.

The High-Dimensional Trap

The paper shows a scary scenario where this gets worse as things get more complex (high dimensions).

  • Imagine trying to navigate a city with 1,000 streets instead of just one.
  • If all your photos are of just one specific street, the MFVI model gets so confused by the other 999 empty streets that it forgets the one street it actually saw.
  • It ends up predicting that the road is just as uncertain as if it had seen no data at all. It completely fails to learn from the training data.
  • However, applying the "Cold" fix (lowering the temperature) saves the day, allowing the model to realize, "Oh, I do know something about this street," and corrects its prediction.

The "Cold Posterior Effect"

In the world of Deep Learning, researchers have noticed that models often work better when they are "cooled down" (a phenomenon called the Cold Posterior Effect). Usually, people blamed this on bad data or bad models.

This paper offers a new reason: Even with perfect data and a perfect model, the math of MFVI naturally makes the model too scared. Therefore, "cooling" the model isn't a hack; it's a necessary correction to stop the model from overestimating uncertainty on data it should know well.

Summary

  • Old Belief: MFVI is always too confident.
  • New Discovery: MFVI is too confident about the model's internal settings, but too uncertain about the predictions it makes on familiar data.
  • The Fix: Lowering the "temperature" (making the posterior "Cold") corrects this over-cautiousness, making the predictions accurate again.
  • The Warning: In very complex, high-dimensional situations, this over-cautiousness can get so bad that the model forgets what it learned entirely, unless you apply the "Cold" fix.

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 →