← Latest papers
📊 statistics

Fixed Budget is No Harder Than Fixed Confidence in Best-Arm Identification up to Logarithmic Factors

This paper introduces FC2FB, a novel meta-algorithm that transforms any fixed-confidence best-arm identification algorithm into a fixed-budget one, proving that the fixed-budget setting is no harder than the fixed-confidence setting up to logarithmic factors.

Original authors: Kapilan Balagopalan, Yinan Li, Yao Zhao, Tuan Nguyen, Anton Daitche, Houssam Nassif, Kwang-Sung Jun

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

Original authors: Kapilan Balagopalan, Yinan Li, Yao Zhao, Tuan Nguyen, Anton Daitche, Houssam Nassif, Kwang-Sung Jun

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 a food critic trying to find the absolute best pizza in a city with 100 different pizzerias. You have two different ways to approach this mission, and this paper is about comparing those two strategies.

The Two Strategies

Strategy 1: The "Confidence" Approach (Fixed-Confidence or FC)
You tell the pizzeria owners: "I will keep eating slices until I am 99% sure I have found the best pizza. Then, I will stop."

  • The Goal: Be right with high certainty.
  • The Cost: You don’t know how many slices you’ll eat. It might take 10 slices, or it might take 1,000. But you stop exactly when you feel confident.

Strategy 2: The "Budget" Approach (Fixed-Budget or FB)
You tell yourself: "I have exactly $50 for pizza. I will spend it all, and then I will guess which pizzeria was the best."

  • The Goal: Make the best guess possible with a strict limit on resources.
  • The Cost: You don’t get to say "I’m 99% sure." You just have to hope your guess is right after spending your money.

The Big Question

For a long time, researchers in machine learning (the field where computers learn from data, like our pizza critic) wondered: Which strategy is harder?

Is it harder to find the best pizza when you have a strict budget (FB), or is it harder when you need to prove you’re right with high confidence (FC)?

In simple cases (like standard pizzerias), the math showed they were roughly equally hard, with only a tiny difference. But in more complex situations (like pizzerias where some are noisier than others, or where the quality follows a specific pattern), it wasn’t clear. Some experts thought the Budget approach might be significantly harder because you don’t get to stop when you’re "sure"—you just have to stop when you’re "broke."

The Paper’s Discovery

This paper proves a surprising and elegant result: The Budget approach is no harder than the Confidence approach.

In fact, they are almost the same difficulty level. If you have a great strategy for the "Confidence" approach, you can easily turn it into a great strategy for the "Budget" approach. The only penalty is a tiny, logarithmic factor (think of it as a very small overhead, like paying a tiny service fee).

The Magic Tool: FC2FB

The authors created a "meta-algorithm" (a recipe for making other recipes) called FC2FB (Fixed-Confidence to Fixed-Budget).

Think of FC2FB as a translator or a converter.

  • Input: You give it a "Confidence" strategy (one that stops when it’s sure).
  • Output: It gives you a "Budget" strategy (one that works with a fixed amount of money).

How does it work?
Imagine you have a strict budget of $50. The FC2FB translator doesn’t just spend the money randomly. It breaks the $50 into small chunks.

  1. It tries the "Confidence" strategy with a very low confidence requirement (e.g., "I’m only 50% sure").
  2. If the strategy finishes early, great! It gives you an answer.
  3. If it doesn’t finish, the translator moves to the next chunk of money and tries again with a slightly higher confidence requirement.
  4. It keeps doing this, getting more and more confident, until it either finds the answer or runs out of money.

Because it starts with low confidence and ramps up, it efficiently uses the budget. It proves that you don’t need to know the "secret numbers" of the pizzerias (like how noisy or difficult they are) to make this work.

Why Does This Matter?

Before this paper, if you wanted to solve a complex problem with a fixed budget (like optimizing a robot’s movement with limited battery life), you had to invent a new, specific algorithm from scratch.

Now, thanks to FC2FB:

  1. You can reuse old work: If someone already invented a great "Confidence" algorithm for a complex problem, you can just plug it into FC2FB to get a great "Budget" algorithm.
  2. Better results: In several complex scenarios (like when the "noise" or uncertainty varies between options, or when the options have a linear structure), the new Budget algorithms created by FC2FB are actually better than the best existing Budget algorithms. They use fewer samples (or less money) to get the right answer.

Real-World Examples Mentioned in the Paper

The paper shows this works for:

  • Heterogeneous Noise: Imagine some pizzerias are very consistent (low noise) and others are wildly inconsistent (high noise). FC2FB handles this better than old methods.
  • Linear Bandits: Imagine the quality of pizza depends on a linear combination of ingredients (like cheese + pepperoni). FC2FB improves the efficiency here.
  • Unimodal Bandits: Imagine the pizzerias are arranged in a line, and quality goes up to a peak and then down (like a mountain). FC2FB can find the peak more efficiently than previous methods.

In Simple Terms

The paper says: "Don’t worry about the difference between having a strict budget and needing high confidence. They are essentially the same problem. If you have a good way to be confident, we can easily convert it into a good way to stay within budget, with almost no loss in efficiency."

It’s like discovering that if you know how to bake a perfect cake when you have unlimited time, you can also figure out how to bake a nearly perfect cake in exactly 30 minutes, using a simple, universal trick.

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 →