Skip to content

Commit

Permalink
Merge README from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hummat authored Dec 9, 2024
1 parent 2490149 commit 830e49f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Saliency Methods
## Introduction
## Overview
This repository contains code for the following saliency techniques:
* XRAI
* SmoothGrad
* Vanilla Gradients
* Guided Backpropogation
* Integrated Gradients
* (Guided) Grad-CAM
### 1. Vanilla Gradients
![gradient](images/gradient.png)
### 2. Guided Backpropogation (with Smoothgrad)
![guided](images/guided_backrop_smoothgrad.png)
### 3. Integrated Gradients
![integrated](images/integrated_gradient.png)
### 4. (Guided) Grad-CAM
![gradcam](images/guided_grad_cam.png)
### 5. XRAI
![xrai](images/xrai.png)

## Remarks
The methods should work with all models from the [torchvision](https://github.com/pytorch/vision) package. Tested models so far are:
Expand Down

0 comments on commit 830e49f

Please sign in to comment.