일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Machine Learning
- xai
- Deep learning
- 설명가능한 인공지능
- 시계열 분석
- grad-cam
- 인공지능
- Artificial Intelligence
- 메타러닝
- 설명가능한
- Explainable AI
- AI
- 딥러닝
- 기계학습
- meta-learning
- python
- SmoothGrad
- 코딩 테스트
- 백준
- 코딩테스트
- Interpretability
- GAN
- 머신러닝
- Class activation map
- cs231n
- Cam
- keras
- coding test
- Score-CAM
- Unsupervised learning
- Today
- Total
iMTE
Sanity checks for saliency maps, Equation sheets, [XAI-6 (1)] 본문
Sanity checks for saliency maps, Equation sheets, [XAI-6 (1)]
Wonju Seo 2021. 4. 20. 11:35논문 제목 : Sanity checks for saliency maps
논문 주소 : arxiv.org/abs/1810.03292
Sanity Checks for Saliency Maps
Saliency methods have emerged as a popular tool to highlight features in an input deemed relevant for the prediction of a learned model. Several saliency methods have been proposed, often guided by visual appeal on image data. In this work, we propose an a
arxiv.org
주요 수식 정리:
0) Definition
input : x∈Rd
model : S:Rd−>RC, C : the number of classes
1) Gradient with respect to input
2) Gradient ⊙ Input (Gradient element-wise product with the input)
3) Guided Backpropagation (GBP)
Feature maps derived during the forward pass : {fl,fl−1,...,f0}
Intermediate representations obtained during the backward pass : {Rl,Rl−1,...,R0}
GBP aims to zero out negative gradients during computation of R.
위 식의 1Rl+1>0 는 positive gradient만 전달, 1fl>0은 positive activation만 전달을 의미한다.
4) Integrated Gradients (IG)
ˉx는 baseline input으로 주로 zero로 set이 된다.
5) SmoothGrad
6) VarGrad
V : the variance.
7) GradCAM and Guided GradCAM
Ak : last convolutional layer에서 추출된 feature map
+
나중에 쉽게 보려고 정리해놨다. (언제 논문 켜서 확인하니..)
'Deep learning study > Explainable AI, 설명가능한 AI' 카테고리의 다른 글
Interpretable and fine-grained visual explanations for CNNs 내용 정리 [XAI-7] (0) | 2021.04.23 |
---|---|
Sanity checks for saliency maps 내용정리 [XAI-6 (2)] (0) | 2021.04.20 |
SmoothGrad : removing noise by adding noise 내용 정리 [XAI-5] (0) | 2021.04.15 |
Smooth Grad-CAM++ 내용 정리 [XAI-4] (0) | 2021.04.14 |
Grad-CAM++ 내용 정리 [XAI-3] (0) | 2021.04.09 |