← Latest papers
🤖 machine learning

A Human-Centered Validation of the Explainability-Performance Coefficient

This paper introduces the EPC score, a model-agnostic metric that quantifies explanation quality by balancing feature sparsity and performance preservation, and validates its effectiveness across multiple data modalities by demonstrating its strong alignment with human-centered understanding.

Original authors: Christian Oliva, Luis F. Lago-Fernández

Published 2026-08-03
📖 5 min read🧠 Deep dive

Original authors: Christian Oliva, Luis F. Lago-Fernández

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've built a super-smart robot that can predict the future, diagnose diseases, or decide who gets a loan. It's incredibly good at its job, but it's also a "black box"—you can't see how it thinks. It just gives you an answer, and you have to trust it. This is the world of Deep Learning, a branch of artificial intelligence where computers learn by mimicking the human brain. But here's the catch: because these robots are so complex, we often don't know why they make certain decisions. This is a big problem, especially if the robot makes a mistake or if a law says we have a right to know how decisions are made.

To fix this, scientists created a field called Explainable AI (XAI). Think of XAI as a translator that tries to explain the robot's thinking to us. It highlights the "clues" the robot used to make its choice, like pointing to a specific word in a sentence or a specific part of a photo. But here's the tricky part: sometimes the translator lies. It might point to a clue that looks important but actually has nothing to do with the decision, or it might miss the real clue entirely. We need a way to test if these explanations are actually telling the truth or just making things up.

This paper is about building a better "lie detector" for these AI explanations. The authors, Christian Oliva and Luis F. Lago-Fernández, introduce a new tool called the EPC Score. Imagine you are trying to solve a mystery, and you have a list of suspects. A good explanation would tell you exactly which few suspects are guilty and which ones are innocent. The EPC Score tests this by playing a game: it asks, "If we remove the clues the AI says are important, does the robot stop working? And if we remove the clues it says are unimportant, does the robot keep working just fine?" If the explanation is honest, the robot should crash when you take away the important clues and stay calm when you take away the junk. The EPC Score measures how well an explanation passes this test, giving it a single number to show how trustworthy it is.

The researchers didn't just make up a theory; they put their new score to the test across three very different worlds: numbers (like bank loan data), pictures (like recognizing digits or complex images), and words (like figuring out if a movie review is happy or sad). They pitted different explanation methods against each other, from simple ones that just look at the math to complex ones that try to guess the robot's mind without seeing inside it.

What they found is a bit like a race where the heavyweights stumbled and the sprinters won. The complex, "model-agnostic" methods (which try to work on any robot without knowing its insides) turned out to be incredibly slow and often gave poor explanations, especially when the data got complicated. On the other hand, a method called Integrated Gradients (IG) consistently came out on top. It was fast, accurate, and gave the highest EPC scores across the board.

But the real magic happened when they checked these scores against human intuition. In the text world, they compared the AI's "important words" against a dictionary of human feelings. They found that the explanations with the highest EPC scores were the ones that actually picked words that humans would agree are positive or negative. In the image world, they checked if the AI was looking at the right part of a picture (like a dog's face) versus just the background. Again, the high-scoring explanations were the ones that focused on the actual object, not just the scenery.

One of the most interesting discoveries was how the way you "erase" information changes the results. When they tested image explanations, they found that simply turning pixels black (zero-masking) created weird, fake edges that tricked the AI. It made some explanations look good just because they avoided these fake edges. But when they used a "blur" instead of blacking out pixels, the results changed completely. Suddenly, the explanations that looked at every tiny pixel (like Integrated Gradients) were the clear winners, while the ones that just looked at big, blurry blobs fell behind. This suggests that to get a true reading of an AI's mind, you have to be careful not to introduce fake clues while you're testing it.

In the end, the paper suggests that the EPC Score is a reliable way to tell a good explanation from a bad one. It proves that the best explanations aren't just about highlighting a general area; they are about pinpointing the exact, necessary evidence the AI needs to make its decision. While the authors don't claim this solves every mystery in AI, their experiments strongly suggest that if you want an explanation you can trust, you should look for the one that scores high on the EPC test, and that method, Integrated Gradients, seems to be the current champion in this race.

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 →