Zero-Shot Textual Explanations via Translating Decision-Critical Features
Toshinori Yamauchi, Hiroshi Kera, Kazuhiko Kawamoto
TL;DR
TEXTER addresses the challenge of providing faithful, classifier-specific textual explanations in a zero-shot setting by isolating decision-critical features. It identifies contributing neurons via Integrated Gradients, visualizes their concepts, and uses a Sparse Autoencoder to obtain interpretable representations, which are then aligned with the CLIP vision space to ground textual explanations in a concept bank derived from LLMs and VLMs. The method yields more faithful explanations than global-feature-based zero-shot approaches and demonstrates robust performance across CNN and Transformer architectures, with improvements in interpretability and semantics-aligned explanations. This work advances interpretable vision systems by explaining what drives a model’s decision in natural language without retraining the original classifier.
Abstract
Textual explanations make image classifier decisions transparent by describing the prediction rationale in natural language. Large vision-language models can generate captions but are designed for general visual understanding, not classifier-specific reasoning. Existing zero-shot explanation methods align global image features with language, producing descriptions of what is visible rather than what drives the prediction. We propose TEXTER, which overcomes this limitation by isolating decision-critical features before alignment. TEXTER identifies the neurons contributing to the prediction and emphasizes the features encoded in those neurons -- i.e., the decision-critical features. It then maps these emphasized features into the CLIP feature space to retrieve textual explanations that reflect the model's reasoning. A sparse autoencoder further improves interpretability, particularly for Transformer architectures. Extensive experiments show that TEXTER generates more faithful and interpretable explanations than existing methods. The code will be publicly released.
