Explainable AI in Time-Sensitive Scenarios: Prefetched Offline Explanation Model
Fabio Michele Russo, Carlo Metta, Anna Monreale, Salvatore Rinzivillo, Fabio Pinelli
TL;DR
This work tackles the need for trustworthy, time-sensitive explainability in image classification by introducing Poem, a model-agnostic, offline–online explanation framework that produces exemplars, counterexemplars, and saliency maps. Poem builds a precomputed explanation base using abele and an Adversarial Autoencoder to enable fast, local explanations for new instances by matching latent representations and surrogate trees. Empirical results show substantial speedups over the prior approach and richer, more diverse explanations, validated on MNIST, FASHION, and EMNIST with RF and DNN back-ends, including qualitative saliency-map assessments. The work suggests promising directions for extending to other data types and real-world settings, with potential for user studies and drift-detection-driven retraining triggers.
Abstract
As predictive machine learning models become increasingly adopted and advanced, their role has evolved from merely predicting outcomes to actively shaping them. This evolution has underscored the importance of Trustworthy AI, highlighting the necessity to extend our focus beyond mere accuracy and toward a comprehensive understanding of these models' behaviors within the specific contexts of their applications. To further progress in explainability, we introduce Poem, Prefetched Offline Explanation Model, a model-agnostic, local explainability algorithm for image data. The algorithm generates exemplars, counterexemplars and saliency maps to provide quick and effective explanations suitable for time-sensitive scenarios. Leveraging an existing local algorithm, \poem{} infers factual and counterfactual rules from data to create illustrative examples and opposite scenarios with an enhanced stability by design. A novel mechanism then matches incoming test points with an explanation base and produces diverse exemplars, informative saliency maps and believable counterexemplars. Experimental results indicate that Poem outperforms its predecessor Abele in speed and ability to generate more nuanced and varied exemplars alongside more insightful saliency maps and valuable counterexemplars.
