LGJan 6, 2022

Topological Representations of Local Explanations

arXiv:2201.02155v14 citations
AI Analysis

This work addresses a practical problem for machine learning practitioners by offering a versatile tool to compare and optimize local explanation methods, though it is incremental as it builds on existing topological approaches.

The paper tackles the difficulty of comparing local explainability methods due to varying outputs and stochastic inconsistencies by proposing a topology-based framework that extracts simplified representations from explanation sets, demonstrating its ability to reliably identify differences and provide stable comparisons.

Local explainability methods -- those which seek to generate an explanation for each prediction -- are becoming increasingly prevalent due to the need for practitioners to rationalize their model outputs. However, comparing local explainability methods is difficult since they each generate outputs in various scales and dimensions. Furthermore, due to the stochastic nature of some explainability methods, it is possible for different runs of a method to produce contradictory explanations for a given observation. In this paper, we propose a topology-based framework to extract a simplified representation from a set of local explanations. We do so by first modeling the relationship between the explanation space and the model predictions as a scalar function. Then, we compute the topological skeleton of this function. This topological skeleton acts as a signature for such functions, which we use to compare different explanation methods. We demonstrate that our framework can not only reliably identify differences between explainability techniques but also provides stable representations. Then, we show how our framework can be used to identify appropriate parameters for local explainability methods. Our framework is simple, does not require complex optimizations, and can be broadly applied to most local explanation methods. We believe the practicality and versatility of our approach will help promote topology-based approaches as a tool for understanding and comparing explanation methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes