← Latest papers
📊 statistics

On importance sampling and independent Metropolis-Hastings with an unbounded weight function

This paper analyzes the bias of importance sampling and independent Metropolis-Hastings algorithms without assuming a bounded weight function, demonstrating that common random numbers coupling yields maximal convergence and enabling the construction of efficient, unbiased estimators with finite moments for tasks like normalizing constant estimation and nested expectations.

Original authors: George Deligiannidis (University of Oxford), Pierre E. Jacob (ESSEC Business School), El Mahdi Khribch (ESSEC Business School), Guanyang Wang (Rutgers University)

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

Original authors: George Deligiannidis (University of Oxford), Pierre E. Jacob (ESSEC Business School), El Mahdi Khribch (ESSEC Business School), Guanyang Wang (Rutgers University)

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 guess the average height of everyone in a massive, mysterious city (the Target Distribution). You can't measure everyone, so you need a strategy.

This paper compares two popular strategies for making that guess: Importance Sampling (IS) and Independent Metropolis–Hastings (IMH). Both strategies rely on a "helper" map (the Proposal Distribution) that isn't perfect but is easier to use. The paper also tackles a tricky problem: what happens when the "weight" (how much you trust a specific guess) can get infinitely large?

Here is the breakdown of their findings using simple analogies.

1. The Two Strategies: The "Weighted Vote" vs. The "Game of Keep-Away"

Importance Sampling (The Weighted Vote):
Imagine you ask 100 random people on the street for their height. You know your "helper map" is a bit off, so you assign a "vote weight" to each person. If someone looks like they fit the city's profile perfectly, they get a huge vote. If they look like a tourist, they get a tiny vote. You then calculate the average based on these weighted votes.

  • The Flaw: This method is slightly biased. It tends to slightly over- or under-estimate the true average, especially if you don't have infinite people. It's like a scale that is slightly off; it gets closer to the truth as you add more weight, but it never quite hits the bullseye perfectly with a finite number of samples.

Independent Metropolis–Hastings (The Game of Keep-Away):
Imagine you have a friend who suggests a height. You then ask a second friend to suggest a new height. You compare the two. If the new one looks more like the "real" city profile, you switch to it. If not, you keep the old one. You do this over and over.

  • The Flaw: This method also has a bias at the start. It takes time for the chain of guesses to "settle down" and start looking like the real city.

2. The Big Discovery: Who is More Accurate?

The paper asks: If we have a limited budget of guesses, which method gets us closer to the truth faster?

The authors found that Independent Metropolis–Hastings (IMH) is often less biased than Importance Sampling (IS), provided the "weights" aren't too crazy.

  • The Analogy: Imagine you are trying to find a needle in a haystack.
    • IS grabs a handful of hay, weighs every piece, and calculates an average. If one piece of hay is incredibly heavy (a huge weight), it skews the whole calculation.
    • IMH is like a game where you only keep a piece of hay if it's better than the one you currently hold. The authors proved that this "keep-away" game is actually better at filtering out the bad guesses and getting closer to the needle (the truth) than the simple weighted average, especially when the weights can get very large (unbounded).

They showed that the "error" (bias) in IMH shrinks at a specific, predictable rate (polynomially) as you run the game longer, even when the weights are wild.

3. The "Magic Trick": Removing the Bias Entirely

The paper doesn't just compare the two; it offers a way to fix the bias completely.

Usually, if you want an unbiased answer, you have to run a simulation forever, which is impossible. However, the authors use a clever coupling technique.

  • The Analogy: Imagine you have two identical twins playing the "Keep-Away" game. They start with different guesses, but they use the exact same "dice rolls" (random numbers) to decide whether to switch.
    • Eventually, they will both land on the exact same guess at the same time. This is called a meeting time.
    • The authors realized that if you run these two games side-by-side and subtract their differences until they meet, the bias cancels out perfectly.
    • The Result: You get a perfectly unbiased estimate. It's like getting a crystal-clear photo of the needle without any blur.

4. The Cost of Perfection

Is this magic trick free? No.

  • The Trade-off: The unbiased method takes a bit more computing power (it's about twice as expensive as the standard method) because you have to run two games at once. However, the paper proves that as you increase your sample size, this extra cost becomes negligible compared to the benefit of having zero bias.
  • When to use it: The paper suggests using this unbiased method when the "bias" is dangerous. For example:
    • Nested Expectations: When you are calculating the average of an average (like "What is the average profit of a company, given that the market is fluctuating?"). If your inner calculation is biased, the final result can be wildly wrong.
    • Robust Statistics: When you need to estimate a mean that isn't thrown off by outliers.

5. The "Heavy Tail" Warning

The paper also warns about "heavy tails."

  • The Analogy: Imagine a lottery where most tickets are worth $1, but one ticket is worth $1,000,000. If your math assumes the maximum prize is $100, you will be in trouble.
  • The authors show that even if the weights can be huge (unbounded), their method still works, as long as the "super-heavy" weights don't happen too often. They provide a mathematical guarantee on how fast the error shrinks based on how "heavy" those tails are.

Summary

  • The Problem: Standard methods for estimating averages (Importance Sampling) are slightly biased, especially when data is weird or weights are huge.
  • The Comparison: The "Keep-Away" game (IMH) is often better at reducing this bias than the "Weighted Vote" (IS).
  • The Solution: By running two parallel "Keep-Away" games with the same random seeds and stopping when they meet, you can create a perfectly unbiased estimator.
  • The Payoff: This is crucial for complex, multi-layered calculations where even a tiny bias can ruin the final result. The cost is slightly higher, but the accuracy is worth it.

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 →