Skip to content

Commit

Permalink
add new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bhashemian committed Feb 8, 2019
1 parent 13623f4 commit 4b5f57e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Here I try to organize most important ideas in the field of interpretable machin
- [Electronic Health Records](./interpretability_in_medicine.md)
- [Radiology Reports](./interpretability_in_medicine.md)

[Applications of Interpretability in Smart Cities](./interpretability_applications.md)
[Applications of Interpretability in Smart Cities](./interpretability_in_smart_cities.md)
-------------------------------------------------------------------------------

- [Self Driving Cars](./interpretability_applications.md#self-driving-cars)

[Tools of Interpretability in Practice](./interpretability_methods.md)
[Tools for Interpretability in Practice](./interpretability_methods.md)
-------------------------------------------------------------------------------

- [What-If](https://pair-code.github.io/what-if-tool/)
Expand Down
2 changes: 1 addition & 1 deletion interpretability_in_medicine.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Interpretability in Medicine
Interpretability Applications in Medicine
===============================================================================

Intracranial Hemorrhage
Expand Down
2 changes: 1 addition & 1 deletion interpretability_in_smart_cities.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Interpretability Applications
Interpretability Applications in Smart Cities
===============================================================================

Self Driving Cars
Expand Down
13 changes: 10 additions & 3 deletions interpretability_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ Decomposition-based Methods
Gradient-based Methods
-------------------------------------------------------------------------------

- **Class Activation Map (CAM)** : Learning Deep Features for Discriminative Localization’. \[[paper](http://dx.doi.org/10.1109/CVPR.2016.319)]
- **Grad-CAM**: Selvaraju, R. R. et al.(2017) ‘Grad-CAM: Visual Explanations from Deep Networks via Gradient-Based Localization’. \[[paper](http://dx.doi.org/10.1109/ICCV.2017.74)]
- **Grad-CAM++**: building on Grad-CAM, it provides better visual explanations of CNN model predictions, in terms of better object localization as well as explaining occurrences of multiple object instances in a single image. \[[paper](https://arxiv.org/abs/1710.11063)]
- **Class Activation Map (CAM)** : Learning Deep Features for Discriminative Localization. \[[paper](http://dx.doi.org/10.1109/CVPR.2016.319)]
- **Grad-CAM**: Visual Explanations from Deep Networks via Gradient-Based Localization. \[[paper](http://dx.doi.org/10.1109/ICCV.2017.74)]
- **Grad-CAM++**: Building on Grad-CAM, it provides better visual explanations of CNN model predictions, in terms of better object localization as well as explaining occurrences of multiple object instances in a single image. \[[paper](https://arxiv.org/abs/1710.11063)]
- **SmoothGrad**: removing noise by adding noise \[[paper](https://arxiv.org/abs/1706.03825)] \[[code](https://github.com/pair-code/saliency)] \[[more descriptions](https://pair-code.github.io/saliency/)]

- **Integrated Gradients**: Axiomatic Attribution for Deep Networks. It uses to two fundamental axioms *Sensitivity* and *Implementation Invariance* to guide the design of a new attribution method. \[[paper](https://arxiv.org/abs/1703.01365)] \[[code](https://github.com/ankurtaly/Integrated-Gradients)]

- Vanilla Gradients (paper, paper)

Representation Visualization and Quantification
-------------------------------------------------------------------------------
Expand All @@ -29,6 +34,8 @@ Representation Visualization and Quantification

- Striving for Simplicity: The All Convolutional Net (2014). \[[paper](https://arxiv.org/abs/1412.6806)]

- Deep Inside Convolutional Networks: Visualising Image Classification Models and Saliency Maps (2013). \[[paper](https://arxiv.org/abs/1312.6034)]

Others
-----------

Expand Down

0 comments on commit 4b5f57e

Please sign in to comment.