CAuSE: Decoding Multimodal Classifiers using Faithful Natural Language Explanation
Dibyanayan Bandyopadhyay, Soham Bhattacharjee, Mohammed Hasanuzzaman, Asif Ekbal
TL;DR
<CAuSE> addresses the opacity of multimodal classifiers by grounding post-hoc natural language explanations in the classifier's internal reasoning through causal abstraction via Interchange Intervention Training. The framework trains a specialized Explainer (ψ, φ, 𝒜, 𝒞2) to simulate the base classifier and become a causal abstraction, guided by L_φ, L_TS, L_IIT, and R_match losses. A novel CCMR metric evaluates faithfulness in multimodal settings by measuring counterfactual consistency in representation space. Empirical results across e-SNLI-VE, Hateful Memes, and VQA-X show CAuSE achieves strong faithfulness and competitive plausibility, with thorough qualitative analyses and error analyses supporting its strengths and limitations. The work provides a scalable blueprint for obtaining faithful, task- and architecture-agnostic explanations for discriminative multimodal systems.>
Abstract
Multimodal classifiers function as opaque black box models. While several techniques exist to interpret their predictions, very few of them are as intuitive and accessible as natural language explanations (NLEs). To build trust, such explanations must faithfully capture the classifier's internal decision making behavior, a property known as faithfulness. In this paper, we propose CAuSE (Causal Abstraction under Simulated Explanations), a novel framework to generate faithful NLEs for any pretrained multimodal classifier. We demonstrate that CAuSE generalizes across datasets and models through extensive empirical evaluations. Theoretically, we show that CAuSE, trained via interchange intervention, forms a causal abstraction of the underlying classifier. We further validate this through a redesigned metric for measuring causal faithfulness in multimodal settings. CAuSE surpasses other methods on this metric, with qualitative analysis reinforcing its advantages. We perform detailed error analysis to pinpoint the failure cases of CAuSE. For replicability, we make the codes available at https://github.com/newcodevelop/CAuSE
