Related Experiment Video
Updated: Aug 14, 2025

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
Published on: June 13, 2025
Why did AI get this one wrong? - Tree-based explanations of machine learning model predictions.
Enea Parimbelli1, Tommaso Mario Buonocore2, Giovanna Nicora3
1Department of Electric, Computer and Biomedical Engineering, University of Pavia, Pavia, Italy; Telfer school of Management, University of Ottawa, Ottawa, Ontario, Canada.
This study introduces AraucanaXAI, a new method for explaining black-box machine learning (ML) predictions using surrogate trees. It offers better fidelity and handles complex data in medical AI applications.
Area of Science:
- Artificial Intelligence
- Machine Learning
- Explainable AI (XAI)
Background:
- Complex machine learning (ML) models, including boosting, bagging, and deep learning, achieve high accuracy but suffer from poor interpretability, creating a performance-intelligibility trade-off.
- This trade-off is particularly critical in high-stakes fields like medicine, where understanding model predictions is essential for trust and adoption.
Purpose of the Study:
- To propose a novel methodological approach for generating post-hoc explanations for predictions made by generic machine learning models.
- Introduce AraucanaXAI, a new explainable AI (XAI) method designed to enhance the intelligibility of black-box ML models.
Main Methods:
- Developed AraucanaXAI, a method utilizing surrogate, locally-fitted classification and regression trees.
- Applied the method to provide post-hoc explanations for specific ML model predictions on given instances.
- Evaluated the method's behavior in medical AI scenarios, including model-physician disagreement and data scarcity.
Main Results:
- AraucanaXAI demonstrates superior fidelity to the original ML model.
- The method effectively handles non-linear decision boundaries.
- Provides native support for both classification and regression tasks.
- Successfully evaluated in medical AI contexts, addressing challenges like prediction uncertainty.
Conclusions:
- AraucanaXAI offers a robust solution to the interpretability challenge in complex ML models.
- The method enhances trust and utility of AI in critical applications like medicine.
- An open-source implementation is available for broader adoption and research.
More Related Videos
04:09Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma
Published on: October 10, 2018
06:19Constructing and Visualizing Models using Mime-based Machine-learning Framework
Published on: July 22, 2025
Related Concept Videos
Survival Tree
Building a Survival Tree
Constructing a...
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Variation
When independent and dependent variables are plotted on a scatter plot, the slope of a line is a value that describes the rate of change between the two...
Hindsight Biases
Regression Analysis
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Multiple Regression
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...