Skip to content

Commit a1e63c5

Browse files
ryanchankhfacebook-github-bot
authored andcommitted
added fastcam to awesome list (#470)
Summary: Per comments from recent pull request, I added FastCAM to the awesome list. Cheers, Ryan Pull Request resolved: #470 Reviewed By: edward-io Differential Revision: D23796198 Pulled By: vivekmig fbshipit-source-id: 12ff1ff4884555cc11d98d857014edb67ecad086
1 parent 1c7a8aa commit a1e63c5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AWESOME_LIST.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ Score-CAM is a gradient-free visualization method extended from Grad-CAM and Gra
1818
White noise stimuli is fed to a classifier and the ones that are categorized into a particular class are averaged. It gives an estimate of the templates a classifier uses for classification, and is based on two popular and related methods in psychophysics and neurophysiology namely classification images and spike triggered analysis.
1919
- [Paper](https://arxiv.org/abs/1912.12106)
2020
- [https://github.com/aliborji/WhiteNoiseAnalysis.git](https://github.com/aliborji/WhiteNoiseAnalysis.git)
21+
22+
23+
#### FastCAM: Multiscale Saliency Map with SMOE scale
24+
An attribution method that uses information at the end of each network scale which is then combined into a single saliency map.
25+
- [Paper](https://arxiv.org/abs/1911.11293)
26+
- [https://github.com/LLNL/fastcam](https://github.com/LLNL/fastcam)
27+
- [pull request](https://github.com/pytorch/captum/pull/442)
28+
- [jupyter notebook demo](https://github.com/LLNL/fastcam/blob/captum/demo-captum.ipynb)

0 commit comments

Comments
 (0)