Explaining Black-box Model Predictions via Two-level Nested Feature Attributions with Consistency Property
Yuya Yoshikawa, Masanari Kimura, Ryotaro Shimizu, Yuki Saito
TL;DR
This work tackles explaining black-box predictions for nested inputs by proposing Consistent Two-level Feature Attribution (C2FA), a model-agnostic local explanation that jointly estimates high-level and low-level attributions under a consistency constraint $\alpha_j = \sum_{d=1}^{D_j} \beta_{jd}$. It introduces surrogate models $e^{\mathrm{H}}$ and $e^{\mathrm{L}}$ trained via perturbations and solved with ADMM to enforce cross-level consistency, allowing regularization and non-negativity constraints. Theoretical results establish existence, uniqueness, and convergence of the method, along with high-probability guarantees. Empirically, C2FA achieves accurate, faithful, and consistent HiFAs/LoFAs on MIL image classification and text classification with language models, and requires fewer model queries than prior approaches. The method offers practical benefits for interpretable AI in nested data domains and holds promise for broader applicability with extended nested structures.
Abstract
Techniques that explain the predictions of black-box machine learning models are crucial to make the models transparent, thereby increasing trust in AI systems. The input features to the models often have a nested structure that consists of high- and low-level features, and each high-level feature is decomposed into multiple low-level features. For such inputs, both high-level feature attributions (HiFAs) and low-level feature attributions (LoFAs) are important for better understanding the model's decision. In this paper, we propose a model-agnostic local explanation method that effectively exploits the nested structure of the input to estimate the two-level feature attributions simultaneously. A key idea of the proposed method is to introduce the consistency property that should exist between the HiFAs and LoFAs, thereby bridging the separate optimization problems for estimating them. Thanks to this consistency property, the proposed method can produce HiFAs and LoFAs that are both faithful to the black-box models and consistent with each other, using a smaller number of queries to the models. In experiments on image classification in multiple instance learning and text classification using language models, we demonstrate that the HiFAs and LoFAs estimated by the proposed method are accurate, faithful to the behaviors of the black-box models, and provide consistent explanations.
