English

SLISEMAP: Supervised dimensionality reduction through local explanations

Machine Learning 2023-10-16 v2 Artificial Intelligence Human-Computer Interaction

Abstract

Existing methods for explaining black box learning models often focus on building local explanations of model behaviour for a particular data item. It is possible to create global explanations for all data items, but these explanations generally have low fidelity for complex black box models. We propose a new supervised manifold visualisation method, SLISEMAP, that simultaneously finds local explanations for all data items and builds a (typically) two-dimensional global visualisation of the black box model such that data items with similar local explanations are projected nearby. We provide a mathematical derivation of our problem and an open source implementation implemented using the GPU-optimised PyTorch library. We compare SLISEMAP to multiple popular dimensionality reduction methods and find that SLISEMAP is able to utilise labelled data to create embeddings with consistent local white box models. We also compare SLISEMAP to other model-agnostic local explanation methods and show that SLISEMAP provides comparable explanations and that the visualisations can give a broader understanding of black box regression and classification models.

Keywords

Cite

@article{arxiv.2201.04455,
  title  = {SLISEMAP: Supervised dimensionality reduction through local explanations},
  author = {Anton Björklund and Jarmo Mäkelä and Kai Puolamäki},
  journal= {arXiv preprint arXiv:2201.04455},
  year   = {2023}
}

Comments

26 pages, 10 figures, 3 tables. This revision replaces the $\lambda_z$ parameter with $z_{radius}$, which is more intuitive and stable. There are also many typographical and clarity improvements. The source code for our implementation of the algorithm (and the experiments) are available from GitHub at https://github.com/edahelsinki/slisemap . Machine Learning (2022)

R2 v1 2026-06-24T08:47:40.966Z