All Projects → haofanwang → Score Cam

haofanwang / Score Cam

[CVPRW 2020] Official implementation of Score-CAM in Pytorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Score Cam

Openbuilds Cam
Online CNC CAM System
Stars: ✭ 107 (-43.68%)
Mutual labels:  cam
Leaflet Webgl Heatmap
Leaflet plugin for @pyalot's webgl heatmap library.
Stars: ✭ 134 (-29.47%)
Mutual labels:  heatmap
Calendar Heatmap
A d3 heatmap for representing time series data similar to github's contribution chart
Stars: ✭ 1,985 (+944.74%)
Mutual labels:  heatmap
Academic Drawing
Providing codes (including Matlab and Python) for visualizing numerical experiment results.
Stars: ✭ 110 (-42.11%)
Mutual labels:  heatmap
React Leaflet Heatmap Layer
A custom layer for heatmaps in react-leaflet
Stars: ✭ 122 (-35.79%)
Mutual labels:  heatmap
Cavaliercontours
2D polyline library for offsetting, combining, etc.
Stars: ✭ 135 (-28.95%)
Mutual labels:  cam
Calendar Heatmap
Calendar heatmap with matplotlib and random data
Stars: ✭ 76 (-60%)
Mutual labels:  heatmap
Sparkfun eagle settings
The Eagle settings SparkFun uses for board designs
Stars: ✭ 185 (-2.63%)
Mutual labels:  cam
Tsugite
This is the repository of a Tsugite. It is a research prototype of an interactive software that supports the design and fabrication of wood joints.
Stars: ✭ 134 (-29.47%)
Mutual labels:  cam
Tidyheatmap
Draw heatmap simply using a tidy data frame
Stars: ✭ 151 (-20.53%)
Mutual labels:  heatmap
Btrfs Heatmap
Visualize the layout of data on your btrfs filesystem over time
Stars: ✭ 110 (-42.11%)
Mutual labels:  heatmap
Vue Calendar Heatmap
A lightweight calendar heatmap Vuejs component built on SVG, inspired by github's contribution calendar graph
Stars: ✭ 120 (-36.84%)
Mutual labels:  heatmap
Acol
(CVPR2018) Adversarial Complementary Learning for Weakly Supervised Object Localization
Stars: ✭ 137 (-27.89%)
Mutual labels:  cam
Physt
Python histogram library - histograms as updateable, fully semantic objects with visualization tools. [P]ython [HYST]ograms.
Stars: ✭ 107 (-43.68%)
Mutual labels:  heatmap
Calendar Heatmap
📊 Calendar heatmap graph
Stars: ✭ 170 (-10.53%)
Mutual labels:  heatmap
Wait4disney
Shanghai Disney Waiting Queue Statistics 上海迪士尼排队情况
Stars: ✭ 99 (-47.89%)
Mutual labels:  heatmap
Imgaug
Image augmentation for machine learning experiments.
Stars: ✭ 12,107 (+6272.11%)
Mutual labels:  heatmap
Clustergrammer
An interactive heatmap visualization built using D3.js
Stars: ✭ 188 (-1.05%)
Mutual labels:  heatmap
Text Attention Heatmap Visualization
Plot the vector graph of attention based text visualisation
Stars: ✭ 181 (-4.74%)
Mutual labels:  heatmap
Geo Heatmap
🗺️ Generate an interactive geo heatmap from your Google location data
Stars: ✭ 1,861 (+879.47%)
Mutual labels:  heatmap

Score-CAM: Score-Weighted Visual Explanations for Convolutional Neural Networks

To appear at IEEE CVPR 2020 Workshop on Fair, Data Efficient and Trusted Computer Vision.

In this paper, we develop a novel post-hoc visual explanation method called Score-CAM based on class activation mapping. Score-CAM is a gradient-free visualization method, extended from Grad-CAM and Grad-CAM++. It achieves better visual performance and fairness for interpreting the decision making process.

Paper: Score-CAM: Score-Weighted Visual Explanations for Convolutional Neural Networks (Haofan Wang, Zifan Wang, Mengnan Du, Fan Yang, Zijian Zhang, Sirui Ding, Piotr Mardziel and Xia Hu.)

Demo Colab

Update

2020.8.18: Score-CAM has been merged into PaddlePaddle/InterpretDL.

2020.7.11: Score-CAM has been merged into keisen/tf-keras-vis.

2020.5.11: Score-CAM has been merged into utkuozbulak/pytorch-cnn-visualizations.

2020.3.24: Score-CAM has been merged into frgfm/torch-cam.

Citation

If you find this work or code is helpful in your research, please cite and star:

@inproceedings{wang2020score,
  title={Score-CAM: Score-weighted visual explanations for convolutional neural networks},
  author={Wang, Haofan and Wang, Zifan and Du, Mengnan and Yang, Fan and Zhang, Zijian and Ding, Sirui and Mardziel, Piotr and Hu, Xia},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  pages={24--25},
  year={2020}
}

Thanks

Utils are built on flashtorch, thanks for releasing this great work!

Contact

If you have any questions, feel free to contact me via: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].