LGCVMay 6, 2024

Interpretable Network Visualizations: A Human-in-the-Loop Approach for Post-hoc Explainability of CNN-based Image Classification

arXiv:2405.03301v18 citationsIJCAI
Originality Incremental advance
AI Analysis

This work addresses the need for more detailed and interpretable explanations in image classification to enhance trust and error detection, representing an incremental improvement over existing saliency map methods.

The paper tackles the problem of limited transparency in CNN-based image classification by introducing a post-hoc method that explains the entire feature extraction process, including layer-wise saliency maps and textual labels from crowdsourcing, and demonstrates global explanations through label aggregation.

Transparency and explainability in image classification are essential for establishing trust in machine learning models and detecting biases and errors. State-of-the-art explainability methods generate saliency maps to show where a specific class is identified, without providing a detailed explanation of the model's decision process. Striving to address such a need, we introduce a post-hoc method that explains the entire feature extraction process of a Convolutional Neural Network. These explanations include a layer-wise representation of the features the model extracts from the input. Such features are represented as saliency maps generated by clustering and merging similar feature maps, to which we associate a weight derived by generalizing Grad-CAM for the proposed methodology. To further enhance these explanations, we include a set of textual labels collected through a gamified crowdsourcing activity and processed using NLP techniques and Sentence-BERT. Finally, we show an approach to generate global explanations by aggregating labels across multiple images.

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