AICLJul 30, 2024

Faithful and Plausible Natural Language Explanations for Image Classification: A Pipeline Approach

arXiv:2407.20899v327 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable AI in image classification, providing accessible explanations for non-experts, though it is incremental as it builds on existing post-hoc explanation methods.

The paper tackled the problem of generating faithful and plausible natural language explanations for image classification by proposing a post-hoc pipeline method that analyzes influential neurons and activation maps to produce structured descriptions, resulting in explanations that are significantly more plausible and faithful, with user interventions being three times more effective than baselines.

Existing explanation methods for image classification struggle to provide faithful and plausible explanations. This paper addresses this issue by proposing a post-hoc natural language explanation method that can be applied to any CNN-based classifier without altering its training process or affecting predictive performance. By analysing influential neurons and the corresponding activation maps, the method generates a faithful description of the classifier's decision process in the form of a structured meaning representation, which is then converted into text by a language model. Through this pipeline approach, the generated explanations are grounded in the neural network architecture, providing accurate insight into the classification process while remaining accessible to non-experts. Experimental results show that the NLEs constructed by our method are significantly more plausible and faithful. In particular, user interventions in the neural network structure (masking of neurons) are three times more effective than the baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes