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...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلف الرئيسي: Lim, Cheng Yun
مؤلفون آخرون: Deepu Rajan
التنسيق: Final Year Project
اللغة:English
منشور في: Nanyang Technological University 2023
الموضوعات:
الوصول للمادة أونلاين:https://hdl.handle.net/10356/165964
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
الوصف
الملخص: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.