Search papers, labs, and topics across Lattice.
This paper addresses the limitations of Shapley value-based methods in XAI, which assume feature independence, by leveraging the Owen value for hierarchical feature attributions. The authors demonstrate that standard segmentation techniques used with Owen values violate consistency properties, leading to inaccurate attributions. They propose a novel segmentation approach satisfying the T-property to ensure semantic alignment across hierarchy levels, enabling computational pruning and improved attribution accuracy. The resulting O-Shap method outperforms baseline SHAP variants in attribution precision, semantic coherence, and runtime efficiency on image and tabular datasets.
Standard image segmentation techniques undermine the theoretical guarantees of hierarchical Shapley explanations, but a new segmentation method restores consistency and boosts performance.
Shapley value-based methods have become foundational in explainable artificial intelligence (XAI), offering theoretically grounded feature attributions through cooperative game theory. However, in practice, particularly in vision tasks, the assumption of feature independence breaks down, as features (i.e., pixels) often exhibit strong spatial and semantic dependencies. To address this, modern SHAP implementations now include the Owen value, a hierarchical generalization of the Shapley value that supports group attributions. While the Owen value preserves the foundations of Shapley values, its effectiveness critically depends on how feature groups are defined. We show that commonly used segmentations (e.g., axis-aligned or SLIC) violate key consistency properties, and propose a new segmentation approach that satisfies the $T$-property to ensure semantic alignment across hierarchy levels. This hierarchy enables computational pruning while improving attribution accuracy and interpretability. Experiments on image and tabular datasets demonstrate that O-Shap outperforms baseline SHAP variants in attribution precision, semantic coherence, and runtime efficiency, especially when structure matters.