From Black-box to Causal-box: Towards Building More Interpretable Models
Inwoo Hwang, Yushu Pan, Elias Bareinboim
TL;DR
This paper defines causal interpretability as the ability to evaluate counterfactual predictions from observational data and shows that standard blackbox and many concept-based models are not causally interpretable in general. It then builds a principled framework using augmented structural causal models (ASCM) and a generalized concept-based modeling (GCP) approach, introducing a graphical criterion and the maximal T-Admissible set to identify architectures that support counterfactual reasoning. A closed-form procedure is provided for evaluating counterfactuals when a model is causally interpretable, and the authors prove a fundamental trade-off: increasing predictive capacity by enlarging the predictor set ${\mathbf{T}}$ reduces the set of admissible counterfactual queries. Empirical validation on BarMNIST and CelebA demonstrates that using non-descendant features yields consistent counterfactual answers, while blindly expanding feature usage can jeopardize interpretability; overall, the work guides the construction of interpretable models that can meaningfully respond to counterfactual questions.
Abstract
Understanding the predictions made by deep learning models remains a central challenge, especially in high-stakes applications. A promising approach is to equip models with the ability to answer counterfactual questions -- hypothetical ``what if?'' scenarios that go beyond the observed data and provide insight into a model reasoning. In this work, we introduce the notion of causal interpretability, which formalizes when counterfactual queries can be evaluated from a specific class of models and observational data. We analyze two common model classes -- blackbox and concept-based predictors -- and show that neither is causally interpretable in general. To address this gap, we develop a framework for building models that are causally interpretable by design. Specifically, we derive a complete graphical criterion that determines whether a given model architecture supports a given counterfactual query. This leads to a fundamental tradeoff between causal interpretability and predictive accuracy, which we characterize by identifying the unique maximal set of features that yields an interpretable model with maximal predictive expressiveness. Experiments corroborate the theoretical findings.
