← Latest papers
🤖 machine learning

Elicitation-Augmented Bayesian Optimization

This paper introduces a human-in-the-loop Bayesian optimization framework that leverages pairwise comparisons to elicit tacit expert knowledge, utilizing a cost-aware value-of-information acquisition function to dynamically balance direct observations and expert queries for improved sample efficiency.

Original authors: Alvar Haltia, Ville Hyvönen, Samuel Kaski

Published 2026-05-13
📖 4 min read☕ Coffee break read

Original authors: Alvar Haltia, Ville Hyvönen, Samuel Kaski

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 absolute best spot to build a new park in a massive, foggy city. You want the location with the most sunshine, the best soil, and the least noise. However, checking these conditions is expensive and slow: you have to send a team of scientists to physically dig holes and measure the sun (let's call this a "Direct Evaluation"). Each check costs you $5.

But you also have a local expert who knows the city very well. They can't give you exact numbers, but they can easily look at two spots and say, "I'm 90% sure Spot A is better than Spot B." Asking the expert for this opinion is fast and cheap, costing only $1.

The Problem with Old Methods

Previous methods for finding the best spot had a major flaw: they assumed the expert could give them a precise map or a specific number (like "The best spot is at 45 degrees latitude"). But in real life, human experts often have "gut feelings" or "tacit knowledge." They can't always put a number on their intuition, but they are very good at comparing two things.

The New Solution: EA-BO

The paper introduces a new method called Elicitation-Augmented Bayesian Optimization (EA-BO). Think of this as a smart project manager who knows how to mix the expensive scientific checks with the cheap expert opinions to save money and find the best spot faster.

Here is how it works, using simple analogies:

1. The "Taste Test" vs. The "Lab Report"

  • Direct Evaluation (The Lab Report): This is the expensive, high-precision data. It tells you the exact truth, but it's slow.
  • Pairwise Comparison (The Taste Test): This is the cheap, noisy data. The expert tastes two soups and says, "Soup A is better than Soup B." It's not a perfect measurement, but it gives you a strong hint.

2. The Smart Budget Manager

The core innovation is a "Cost-Aware Value-of-Information" rule. Imagine the project manager has a fixed budget (say, $150). They have to decide: Should I spend $5 on a lab test, or $1 on an expert's opinion right now?

  • Early in the game: The manager knows very little. The expert's cheap "taste tests" are incredibly valuable because they quickly rule out bad areas. The manager spends most of the budget on these cheap comparisons to narrow down the search.
  • Later in the game: Once the manager has narrowed it down to a few promising spots, the cheap comparisons aren't enough to tell the difference between two very similar spots. Now, the manager switches to the expensive "Lab Reports" to get the precise final answer.

The method automatically figures out when to switch from cheap guesses to expensive facts, without the human needing to tell it when to do so.

3. The "Convex Hull" Achievement

The paper claims that this method is so good that it essentially draws a line connecting the best performance of "just using experts" and "just using labs."

  • If comparisons are cheap, it acts like a master of comparisons.
  • If comparisons are noisy or expensive, it acts like a master of lab tests.
  • It never does worse than the best single method; it always finds a way to combine them for the best result.

What They Tested

The researchers tested this on several "virtual cities" (mathematical benchmarks) with different levels of complexity.

  • The Result: EA-BO consistently found better solutions faster than methods that only used labs or only used experts.
  • The Comparison: It beat a previous method (CoExBO) that also tried to use expert opinions, but that older method was less efficient at deciding when to use the expert versus the lab.

The Bottom Line

This paper presents a tool that helps you optimize expensive processes by listening to human experts who can't give you numbers but can compare things. It treats the expert's "gut feeling" as valid data, mixes it with hard data, and automatically decides the most cost-effective way to use your budget to find the best possible solution.

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 →