← Latest papers
🤖 machine learning

Epsilon-Neighborhood Decision-Boundary Governed Estimation (EDGE) of 2D Black Box Classifier Functions

This paper introduces EDGE, a sample-efficient and function-agnostic algorithm that leverages the intermediate value theorem to estimate the decision boundaries of 2D black-box classifiers within a user-specified ε\varepsilon-neighborhood, demonstrating superior performance over existing adaptive and grid-based methods in both synthetic tests and a real-world electric grid stability case study.

Original authors: Mithun Goutham, Riccardo DalferroNucci, Stephanie Stockar, Meghna Menon, Sneha Nayak, Harshad Zade, Chetan Patel, Mario Santillo

Published 2026-02-17
📖 5 min read🧠 Deep dive

Original authors: Mithun Goutham, Riccardo DalferroNucci, Stephanie Stockar, Meghna Menon, Sneha Nayak, Harshad Zade, Chetan Patel, Mario Santillo

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 draw a map of a mysterious island. You know there is a "Safe Zone" (where you can walk without sinking) and a "Danger Zone" (where the ground gives way). Somewhere in between lies the Decision Boundary—the exact line where the safe ground turns into quicksand.

The problem? You can't see the line. The island is a "Black Box." You can only test a spot by stepping on it. If you sink, it's dangerous. If you stay dry, it's safe. But stepping on the ground is expensive and slow (maybe it costs money to send a drone, or it takes hours to run a simulation).

Your goal is to find that invisible line as accurately as possible without wasting steps, and you want to be guaranteed that your drawn line is never more than a few inches away from the real one.

The Problem with Old Methods

Previous ways of doing this were like wandering around the island randomly or walking in a giant, rigid grid pattern:

  • The Random Walker: They guess where the line might be, take a step, and if they aren't sure, they guess again. They often waste time exploring deep in the safe zone or deep in the danger zone, far away from the line they are trying to find.
  • The Grid Walker: They walk in perfect squares, checking every single inch of the island. This guarantees they find the line, but it takes forever and requires millions of steps. It's like mowing a lawn with a pair of scissors instead of a mower.
  • The "Smart" Learner (Active Learning): They use a robot that tries to "guess" the line based on previous steps. But the robot is fickle; sometimes it guesses right, sometimes it gets confused, and it needs a lot of tuning to work well. Plus, it can't promise you that its guess is within a specific distance of the real line.

The New Solution: EDGE

This paper introduces a new method called EDGE (ε-Neighborhood Decision-Boundary Governed Estimation). Think of EDGE as a clever explorer with a very specific set of rules and a magical compass.

Here is how EDGE works, using simple analogies:

1. The "Magic Rope" (The Intermediate Value Theorem)

EDGE starts by finding one safe spot and one dangerous spot. Imagine tying a rope between them.

  • The Logic: If one end of the rope is on dry land and the other is in the water, the rope must cross the water's edge somewhere.
  • The Trick: EDGE pulls the rope tight and checks the middle. If the middle is safe, it moves the "danger" end of the rope to the middle. If it's dangerous, it moves the "safe" end. It keeps cutting the rope in half (bisection) until the two ends of the rope are so close together (within your allowed error margin, called ε) that they are practically touching the water's edge.

2. The "Hula Hoop Walk" (The Core Algorithm)

Once EDGE has found a safe point and a dangerous point that are very close to the line, it starts "walking" along the boundary.

  • The Analogy: Imagine you are holding a hula hoop with a radius of ε (your allowed error). You place the hoop so it touches your current safe point and your current dangerous point.
  • The Move: The hoop will intersect the invisible boundary at two points. EDGE picks one of those intersection points, steps there, and checks if it's safe or dangerous.
  • The Result: It effectively "hops" along the edge of the island, always staying within the hula hoop's distance from the real line. It never wanders off into the deep safe zone or the deep danger zone. Every single step it takes is useful because it's right on the edge.

3. The "No-Tuning" Advantage

Unlike the "Smart Robot" (Active Learning) which needs you to adjust its settings (like how big its brain should be or how fast it learns), EDGE needs zero settings. You just tell it, "I want the map to be accurate within 1 inch," and it figures out the rest. It works on any shape of island, whether the edge is a straight line or a crazy, wiggly curve.

Real-World Example: The Power Grid

The paper tested this on a real-world problem: Electric Grid Stability.

  • The Island: A map showing how much solar and wind power can be added to the grid.
  • The Danger Zone: Too much renewable energy causes the grid to crash (blackouts).
  • The Safe Zone: The grid runs smoothly.
  • The Edge: The exact limit where adding one more watt of solar power causes a failure.

Using EDGE, engineers could find this limit with far fewer tests than before. They didn't have to simulate the grid millions of times (like the grid walker) or hope a machine learning guess was right (like the active learner). They just "hopped" along the edge until they had a complete map.

Why This Matters

  • Efficiency: It saves time and money. If checking the grid costs $1,000 per test, EDGE might save you thousands of dollars by taking fewer steps.
  • Safety: It gives a guarantee. You know for a fact that the line you drew is within your acceptable error margin. You don't have to worry, "Is the robot close enough?"
  • Simplicity: It works without needing a PhD to tune the settings.

In short, EDGE is like a smart, tireless hiker who knows exactly how to trace the edge of a cliff without ever falling off or wandering into the forest, ensuring you get a perfect map with the fewest steps possible.

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 →