CVAILGPFJul 11, 2023

Feature Activation Map: Visual Explanation of Deep Learning Models for Image Classification

arXiv:2307.05017v12 citationsh-index: 35
Originality Incremental advance
AI Analysis

This provides a post-hoc interpretation tool for a broader range of deep learning models, addressing a specific bottleneck in explainable AI for image classification tasks.

The authors tackled the limitation of existing Class Activation Map (CAM) methods, which only work with models having fully-connected layers, by proposing Feature Activation Map (FAM) to interpret deep learning models without such layers, demonstrating its effectiveness on tasks like few-shot learning and image retrieval.

Decisions made by convolutional neural networks(CNN) can be understood and explained by visualizing discriminative regions on images. To this end, Class Activation Map (CAM) based methods were proposed as powerful interpretation tools, making the prediction of deep learning models more explainable, transparent, and trustworthy. However, all the CAM-based methods (e.g., CAM, Grad-CAM, and Relevance-CAM) can only be used for interpreting CNN models with fully-connected (FC) layers as a classifier. It is worth noting that many deep learning models classify images without FC layers, e.g., few-shot learning image classification, contrastive learning image classification, and image retrieval tasks. In this work, a post-hoc interpretation tool named feature activation map (FAM) is proposed, which can interpret deep learning models without FC layers as a classifier. In the proposed FAM algorithm, the channel-wise contribution weights are derived from the similarity scores between two image embeddings. The activation maps are linearly combined with the corresponding normalized contribution weights, forming the explanation map for visualization. The quantitative and qualitative experiments conducted on ten deep learning models for few-shot image classification, contrastive learning image classification and image retrieval tasks demonstrate the effectiveness of the proposed FAM algorithm.

Foundations

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

Your Notes