← Latest papers
📊 statistics

CLEAR: Calibrated Learning for Epistemic and Aleatoric Risk

The paper proposes CLEAR, a calibration method that combines distinct parameters for aleatoric and epistemic uncertainty to significantly improve the conditional coverage and efficiency of predictive intervals in regression tasks across diverse real-world datasets.

Original authors: Ilia Azizi, Juraj Bodik, Jakob Heiss, Bin Yu

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

Original authors: Ilia Azizi, Juraj Bodik, Jakob Heiss, Bin Yu

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 predict the future, like guessing how much a house will sell for or how fast a car will go. You want your guess to be right, but you also want to know how "shaky" that guess is. In the world of machine learning, there are two main reasons why your guess might be shaky, and for a long time, most tools only looked at one of them.

The Two Types of "Shakiness"

Think of Aleatoric Uncertainty as the "static" on a radio. It's the noise that's just there, like a measurement error or a random gust of wind. No matter how much you study the radio or how many times you listen, that static won't go away unless you fix the radio itself. It's the inherent chaos of the data.

Then there's Epistemic Uncertainty. This is the "I've never been here before" feeling. Imagine you are a mapmaker who has only drawn maps for the city center. If you try to guess what the terrain looks like in a distant, unexplored forest, your guess is shaky because you lack data, not because the forest is noisy. If you went out and collected more data, this kind of shakiness would disappear.

The Problem with Old Maps

Most old methods for making predictions were like a mapmaker who only cared about the static. They would draw a safety zone (a prediction interval) around their guess to cover the "static," but they completely ignored the fact that they were guessing about a place they had never visited. This meant that in familiar areas, their maps were okay, but as soon as you moved to the edge of the known world (extrapolation), their safety zones became dangerously narrow, giving a false sense of security.

Other methods tried to fix the "never been here" problem by making huge, wide safety zones everywhere, just in case. But this made the maps useless because the zones were so wide they didn't tell you anything specific.

Enter CLEAR: The Smart Balancer

The authors of this paper, published at the ICLR 2026 conference, introduced a new method called CLEAR (Calibrated Learning for Epistemic and Aleatoric Risk). Think of CLEAR as a super-smart mapmaker who carries two different rulers: one for the "static" and one for the "unknown territory."

Instead of just guessing how much to widen the safety zone, CLEAR uses two special knobs, called γ1\gamma_1 and γ2\gamma_2, to balance these two types of uncertainty.

  • One knob adjusts for the noise (aleatoric).
  • The other adjusts for the lack of data (epistemic).

The magic happens because CLEAR doesn't just set these knobs to a fixed number. It looks at the data and asks, "Right now, which type of shakiness is the bigger problem?" If the data is noisy, it turns up the first knob. If the data is sparse (like that distant forest), it turns up the second knob. It finds the perfect mix to make the safety zone as tight as possible while still being safe.

What They Found (and What They Didn't)

The researchers tested CLEAR on 17 different real-world datasets, ranging from house prices to energy efficiency. They also ran simulations to see how it behaved in controlled environments.

Here is what the data showed:

  • The Results: In these tests, CLEAR managed to shrink the width of the prediction intervals by an average of 28.3% and 17.5% compared to older methods that were calibrated separately. Crucially, it did this while still keeping the "safety" level exactly where it was supposed to be (maintaining nominal coverage).
  • The "What Ifs": The paper explicitly argues against the idea that you should just add the two uncertainties together in a fixed 1-to-1 ratio (like setting λ=1\lambda = 1). They show that this fixed approach is often suboptimal because the balance changes depending on the data.
  • The Limits: The paper notes that while CLEAR works great on these datasets, it relies on the quality of the base models it uses. If the base models are terrible, CLEAR can't fix them. Also, the theoretical guarantees they discuss mostly hold up in "asymptotic" scenarios (meaning with infinite data) or in simulations; in the real world with finite data, they rely on empirical evidence that it works well, rather than a mathematical proof that it must work in every single impossible edge case.

The "Why" Behind the Magic

The authors suggest that the reason CLEAR works so well is that it fixes a specific flaw in how older methods behave.

  • Old "noise-only" methods (like CQR) tend to be over-confident in places where there is very little data. They draw tiny boxes in the unknown forest.
  • Old "data-lack" methods (like ensembles) tend to be over-cautious in places with lots of data, drawing huge boxes in the busy city center.

CLEAR acts like a mediator. It realizes that in the city, the "noise" ruler is the one to trust, and in the forest, the "unknown" ruler is the one to trust. By letting the data decide the ratio between the two, it creates a safety zone that is tight where it should be and wide where it needs to be.

The Bottom Line

This paper suggests that by treating uncertainty as two separate ingredients that need to be mixed in the right proportion, rather than a single lump, we can make machine learning predictions that are both safer and more precise. It's not a magic wand that solves every problem in the universe, but in the tests they ran, it consistently outperformed the competition, proving that sometimes, the best way to handle the unknown is to know exactly what kind of unknown you are dealing with.

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 →