ShapBPT: Image Feature Attributions using Data-Aware Binary Partition Trees

Date:

๐Ÿง  Overview

This talk introduces ShapBPT, a novel method for image feature attribution in Explainable Computer Vision (XCV).

While existing hierarchical Shapley-based methods rely on fixed partitions, they fail to capture the intrinsic multiscale structure of images, leading to inefficient and less meaningful explanations.


๐Ÿ” Key Idea

ShapBPT integrates:

  • Shapley/Owen values
  • Binary Partition Trees (BPT)

to create a data-aware hierarchical representation of images.

๐Ÿ‘‰ This allows explanations to follow natural image structures, rather than arbitrary grids.


โš™๏ธ Key Contributions

  • Data-aware hierarchical explanation framework using BPT
  • Improved efficiency in Shapley value computation
  • Better alignment with object boundaries and semantics
  • Validated through experiments and a 20-subject user study

๐Ÿ”— Resources

Paper arXiv Code Tests PyPI Poster Talk


Poster Talk at AAAI-2026 on ShapBPT

Poster Talk at AAAI-2026 on ShapBPT

๐Ÿงช Method Overview

ShapBPT explains model predictions by assigning attribution scores to image regions through a hierarchical decomposition:

Fig 1 Explain BPT

Fig 2 Explain BPT


๐Ÿ”„ Explanation Process

BPT Generation Animation

BPT Generation Animation

AA Splits AA Splits

AA Splits


๐Ÿ“Š Results & Comparisons

Figure 3: Evaluation of Explanations

Figure 3: Evaluation of Explanations

Shap-AA v/s ShapBPT Shap-AA v/s ShapBPT

Figure 4: Shap-AA v/s ShapBPT


๐ŸŽฏ Impact

ShapBPT demonstrates that:

Explanations should follow data structure, not arbitrary partitions.

It provides a more efficient, stable, and human-aligned approach to explain deep vision models.


๐Ÿท๏ธ Keywords

Explainable AI ยท Shapley Values ยท Binary Partition Trees ยท Feature Attribution ยท Computer Vision ยท XAI ยท AAAI 2026