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


๐Ÿงช Method Overview

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


๐Ÿ”„ Explanation Process


๐Ÿ“Š Results & Comparisons


๐ŸŽฏ 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