# GCAME **Repository Path**: wang_yang123/GCAME ## Basic Information - **Project Name**: GCAME - **Description**: No description available - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-15 - **Last Updated**: 2024-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GCAME: Gaussian Class Activation Mapping Explainer This repo is the official implementation of GCAME. ----------------------------------------- GCAME is a CAM-based XAI method which used Gaussian mask and activation map to explain the prediction of Object Detector. It is able to highlight the regions belonging to the target object and can run in very short time. Authors:
Quoc Khanh Nguyen, Truong Thanh Hung Nguyen, Vo Thanh Khang Nguyen, Van Binh Truong, Quoc Hung Cao ## Method

Figure 1: Pipeline of GCAME.

## Target layers - Faster-RCNN: ``` backbone.fpn.inner_blocks.0.0, backbone.fpn.layer_blocks.0.0, backbone.fpn.inner_blocks.1.0, backbone.fpn.layer_blocks.1.0, backbone.fpn.inner_blocks.2.0, backbone.fpn.layer_blocks.2.0, backbone.fpn.inner_blocks.3.0, backbone.fpn.layer_blocks.3.0, ``` - YOLOX-l: ``` head.cls_convs.0.0.act head.cls_convs.0.1.act, head.cls_convs.1.0.act, head.cls_convs.1.1.act, head.cls_convs.2.0.act, head.cls_convs.2.1.act, ``` ## Results