Explainable Artificial Intelligence for Dependent Features: Additive Effects of Collinearity
Ahmed M Salih

TL;DR
This paper introduces AEC, a novel XAI method that accounts for feature collinearity by dividing models into univariate components, improving robustness and stability in explaining AI predictions.
Contribution
The paper proposes the Additive Effects of Collinearity (AEC), a new XAI approach that explicitly considers collinearity among features, unlike existing methods assuming feature independence.
Findings
AEC outperforms existing XAI methods in robustness against collinearity.
AEC provides more stable feature effect explanations in both simulated and real data.
The method effectively models the impact of feature collinearity on AI predictions.
Abstract
Explainable Artificial Intelligence (XAI) emerged to reveal the internal mechanism of machine learning models and how the features affect the prediction outcome. Collinearity is one of the big issues that XAI methods face when identifying the most informative features in the model. Current XAI approaches assume the features in the models are independent and calculate the effect of each feature toward model prediction independently from the rest of the features. However, such assumption is not realistic in real life applications. We propose an Additive Effects of Collinearity (AEC) as a novel XAI method that aim to considers the collinearity issue when it models the effect of each feature in the model on the outcome. AEC is based on the idea of dividing multivariate models into several univariate models in order to examine their impact on each other and consequently on the outcome. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI)
