Incremental XAI: Memorable Understanding of AI with Incremental Explanations
Jessica Y. Bo, Pan Hao, Brian Y. Lim
TL;DR
This work addresses the challenge that explainable AI explanations must be faithful yet memorable. It introduces Incremental XAI, a framework that partitions explanations into a base global model plus additive incremental factors for outlier subspaces, implemented via a linear-model-tree and sparse regularization. Through modeling, formative, and summative studies on housing prices, heart disease risk, and MPG prediction, the authors show that Incremental explanations achieve better memorability and comparable faithfulness to Subglobal explanations, while preserving reading efficiency similar to Global explanations. The approach promises improved usability and generalizes to non-linear models and other explanation formats, with implications for designing human-centered, cumulative XAI systems.
Abstract
Many explainable AI (XAI) techniques strive for interpretability by providing concise salient information, such as sparse linear factors. However, users either only see inaccurate global explanations, or highly-varying local explanations. We propose to provide more detailed explanations by leveraging the human cognitive capacity to accumulate knowledge by incrementally receiving more details. Focusing on linear factor explanations (factors $\times$ values = outcome), we introduce Incremental XAI to automatically partition explanations for general and atypical instances by providing Base + Incremental factors to help users read and remember more faithful explanations. Memorability is improved by reusing base factors and reducing the number of factors shown in atypical cases. In modeling, formative, and summative user studies, we evaluated the faithfulness, memorability and understandability of Incremental XAI against baseline explanation methods. This work contributes towards more usable explanation that users can better ingrain to facilitate intuitive engagement with AI.
