paper-with-me

Papers

Owen-based Semantics and Hierarchy-Aware Explanation (O-Shap)

2026-02-19 · Xiangyu Zhou, Chenhan Xiao, Yang Weng arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.17107

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explaining Temporal Graph Predictions With Shapley Values

2026-04-27 · Lea-Marie Sussek, Stefan Heindorf arxiv

Temporal Graph Neural Networks (TGNNs) have become increasingly popular in recent years due to their superior predictive performance by combining both spatial and temporal information. However, how these models utilize t…

Fairness Analysis with Shapley-Owen Effects

2024-09-28 · Harald Ruess

We argue that relative importance and its equitable attribution in terms of Shapley-Owen effects is an appropriate one, and, if we accept a small number of reasonable imperatives for equitable attribution, the only way t…

Fairness

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

2026-02-04 · Muhammad Rashid, Elvio G. Amparore, Enrico Ferrari, Damiano Verda arxiv

Pixel-level feature attributions are an important tool in eXplainable AI for Computer Vision (XCV), providing visual insights into how image features influence model predictions. The Owen formula for hierarchical Shapley…

Hierarchy-aware Label Semantics Matching Network for Hierarchical Text Classification

2021-08-01 · ACL 2021 5 · Haibin Chen, Qianli Ma, Zhenxi Lin, Jiangyue Yan

Hierarchical text classification is an important yet challenging task due to the complex structure of the label hierarchy. Existing methods ignore the semantic relationship between text and labels, so they cannot make fu…

Classificationtext-classificationText Classification

Owen Sampling Accelerates Contribution Estimation in Federated Learning

2025-08-28 · Hossein KhademSohi, Hadi Hemmati, Jiayu Zhou, Steve Drew arxiv

Federated Learning (FL) aggregates information from multiple clients to train a shared global model without exposing raw data. Accurately estimating each client's contribution is essential not just for fair rewards, but …

Federated Learning