DALE: Differential Accumulated Local Effects for efficient and accurate global explanations
Vasilis Gkolemis, Theodore Dalamagas, Christos Diou

TL;DR
DALE introduces a novel, efficient method for estimating feature effects in machine learning models that overcomes limitations of existing ALE methods, especially in high-dimensional and small-sample scenarios.
Contribution
The paper proposes Differential Accumulated Local Effects (DALE), a new ALE approximation that is computationally efficient, unbiased, and robust to out-of-distribution sampling, applicable to differentiable models.
Findings
DALE significantly reduces computational overhead.
DALE provides unbiased feature effect estimates under certain conditions.
Experiments show DALE's effectiveness on synthetic and real datasets.
Abstract
Accumulated Local Effect (ALE) is a method for accurately estimating feature effects, overcoming fundamental failure modes of previously-existed methods, such as Partial Dependence Plots. However, ALE's approximation, i.e. the method for estimating ALE from the limited samples of the training set, faces two weaknesses. First, it does not scale well in cases where the input has high dimensionality, and, second, it is vulnerable to out-of-distribution (OOD) sampling when the training set is relatively small. In this paper, we propose a novel ALE approximation, called Differential Accumulated Local Effects (DALE), which can be used in cases where the ML model is differentiable and an auto-differentiable framework is accessible. Our proposal has significant computational advantages, making feature effect estimation applicable to high-dimensional Machine Learning scenarios with near-zero…
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) · Machine Learning and Data Classification · Machine Learning in Materials Science
