Faithful Attention Explainer: Verbalizing Decisions Based on Discriminative Features
Yao Rong, David Scheerer, Enkelejda Kasneci
TL;DR
The paper tackles the challenge of producing faithful textual explanations for image classifier decisions. It proposes Faithful Attention Explainer (FAE) that grounds language in the classifier's attended features and adds an alignment mechanism using a BiLSTM and an Attention Enforcement module to support extrinsic attention maps like GradCAM or human gaze. On the CUB-200-2011 and ACT-X datasets, FAE achieves strong language metrics and high Faithful Explanation Rate (FER), with AE providing further faithfulness gains and enabling extrinsic attention interpretation. These results demonstrate the feasibility of gaze-based human–AI interaction and highlight both the promise and limitations of leveraging external attention maps and language models for explanations.
Abstract
In recent years, model explanation methods have been designed to interpret model decisions faithfully and intuitively so that users can easily understand them. In this paper, we propose a framework, Faithful Attention Explainer (FAE), capable of generating faithful textual explanations regarding the attended-to features. Towards this goal, we deploy an attention module that takes the visual feature maps from the classifier for sentence generation. Furthermore, our method successfully learns the association between features and words, which allows a novel attention enforcement module for attention explanation. Our model achieves promising performance in caption quality metrics and a faithful decision-relevance metric on two datasets (CUB and ACT-X). In addition, we show that FAE can interpret gaze-based human attention, as human gaze indicates the discriminative features that humans use for decision-making, demonstrating the potential of deploying human gaze for advanced human-AI interaction.
