← Latest papers
🤖 machine learning

Beyond Objective-Based Improvement: Stationarity-Aware Expected Improvement for Bayesian Optimization

This paper introduces Expected Improvement via Gradient Norms (EI-GN), a novel Bayesian Optimization acquisition function that enhances search efficiency by incorporating first-order stationarity conditions into the improvement criterion, thereby addressing the limitations of traditional Expected Improvement in regions where objective-value improvement signals vanish.

Original authors: Joshua Hang Sai Ip, Georgios Makrygiorgos, Ali Mesbah

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

Original authors: Joshua Hang Sai Ip, Georgios Makrygiorgos, Ali Mesbah

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 highest peak in a vast, foggy mountain range, but you can only take a few steps at a time, and every step costs you a lot of energy. This is what Bayesian Optimization does: it tries to find the best solution to a complex problem (like tuning a robot or designing a new material) without wasting time testing every single possibility.

The most common tool used for this is called Expected Improvement (EI). Think of EI as a hiker who only looks at the height of the ground. If a spot is higher than where they are now, they get excited and go there. If it's lower, they ignore it.

The Problem: The "Flatland" Trap

The paper points out a flaw in this "height-only" strategy. Imagine you are standing on a wide, flat plateau. To your left and right, the ground is exactly the same height as where you stand.

  • The Old Way (EI): The hiker looks around, sees no higher ground, and thinks, "There's no point moving." The signal to move vanishes. The hiker gets stuck in a loop, checking the same flat spot over and over, or wandering aimlessly because the "height" metric gives no useful information.
  • The Reality: Even if the height isn't changing, the slope might be. You might be standing on a flat spot that is actually the top of a small hill, or you might be on a flat stretch leading toward a much bigger mountain. The old method ignores the slope.

The Solution: EI-GN (The "Slope-Smart" Hiker)

The authors propose a new tool called EI-GN (Expected Improvement via Gradient Norms).

Instead of just asking, "Is this spot higher?" EI-GN asks two questions:

  1. "Is this spot higher?" (The old question).
  2. "Is this spot flatter?" (The new question).

The Analogy of the "Smoothness Penalty":
Imagine you are looking for the perfect spot to set up a tent.

  • Old Method: You only care about the view (the height). If the view is the same, you don't care.
  • New Method (EI-GN): You care about the view, but you also get a bonus if the ground is perfectly flat and stable. If you find a spot that is slightly lower than your current one, but the ground is incredibly flat (meaning you are very close to a peak or a stable valley), EI-GN says, "Hey, this is actually a great improvement because it's so stable!"

By valuing flatness (which mathematicians call "stationarity"), the hiker is guided toward the tops of hills even when the view hasn't changed yet. It keeps the search moving in flat areas where the old method would have given up.

How It Works (Without the Math)

The paper explains that they created a new "score" for every location. This score combines the height of the mountain with a penalty for how "bumpy" the ground is.

  • If the ground is bumpy (steep slopes), the score goes down.
  • If the ground is flat (near a peak), the score goes up.

They proved mathematically that this new score can be calculated quickly and easily. They also showed that this doesn't require building a more complicated map of the mountains; it just changes how the hiker decides where to walk next.

What They Found

The authors tested this new method on several "fake mountains" (standard computer test problems) and found:

  • In bumpy, complex terrain: It worked much better than the old method, finding the highest peaks faster.
  • In flat terrain: It didn't get stuck. While the old method would stop moving because the height didn't change, EI-GN kept moving because it was chasing the "flatness" signal.
  • In a Robot Control Test: They used it to teach a robot how to balance a pole. The robot learned faster using EI-GN than with the old method or standard robot-learning tricks.

The Bottom Line

The paper introduces a smarter way to search for the best solution. Instead of only looking for "higher" results, it also looks for "flatter" results. This prevents the search from getting stuck in boring, flat areas and helps it find the true best spots more efficiently, even when the "height" doesn't seem to be changing.

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 →