Comparison of class activation maps & gradient based class activation (GRAD-CAM) algorithm

This research project aims to investigate the heat map visualization techniques used for classifying images. The focus will be on Class Activation Mapping and Gradient Class Activation Mapping technique. The process includes implementation of the algorithms and proceed to do testing with different i...

Full description

Saved in:
Bibliographic Details
Main Author: Lim, Cheng Yun
Other Authors: Deepu Rajan
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2023
Subjects:
Online Access:https://hdl.handle.net/10356/165964
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This research project aims to investigate the heat map visualization techniques used for classifying images. The focus will be on Class Activation Mapping and Gradient Class Activation Mapping technique. The process includes implementation of the algorithms and proceed to do testing with different images. The algorithm will be implemented using PyTorch and used on pre-trained models. The dataset used in the experiments were from the ImageNet. CAM uses global average pooling to generate a heatmap, while Grad-CAM uses gradients of the output class score with respect to the feature maps of the last convolutional layer to generate a more localized heatmap.