일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 백준
- Artificial Intelligence
- cs231n
- 코딩테스트
- AI
- GAN
- 딥러닝
- grad-cam
- 머신러닝
- 시계열 분석
- Explainable AI
- 인공지능
- meta-learning
- 코딩 테스트
- Deep learning
- xai
- coding test
- Class activation map
- Unsupervised learning
- 메타러닝
- SmoothGrad
- Interpretability
- Score-CAM
- 기계학습
- 설명가능한 인공지능
- python
- keras
- Machine Learning
- 설명가능한
- Cam
- Today
- Total
목록Deep learning study (43)
iMTE
논문 제목 : Axiom-based Grad-CAM: Towards Accurate Visualization and Explanation of CNNs 논문 주소 : https://arxiv.org/abs/2008.02312 Axiom-based Grad-CAM: Towards Accurate Visualization and Explanation of CNNs To have a better understanding and usage of Convolution Neural Networks (CNNs), the visualization and interpretation of CNNs has attracted increasing attention in recent years. In particular, sev..
논문 제목 : Grad-CAM: Why did you say that? 논문 주소 : https://arxiv.org/abs/1611.07450 Grad-CAM: Why did you say that? We propose a technique for making Convolutional Neural Network (CNN)-based models more transparent by visualizing input regions that are 'important' for predictions -- or visual explanations. Our approach, called Gradient-weighted Class Activation Mapping arxiv.org 주요 내용 정리: 1) Grad-C..
논문 제목 : Grad-CAM Guided Channel-spatial Attention Module for Fine-grained Visual Classification 논문 주소 : https://arxiv.org/abs/2101.09666 Grad-CAM guided channel-spatial attention module for fine-grained visual classification Fine-grained visual classification (FGVC) is becoming an important research field, due to its wide applications and the rapid development of computer vision technologies. Th..
논문 제목 : Ablation-CAM: Visual Explanations for Deep Convolutional Network Via Gradient-free Localization 논문 주소 : https://openaccess.thecvf.com/content_WACV_2020/html/Desai_Ablation-CAM_Visual_Explanations_for_Deep_Convolutional_Network_via_Gradient-free_Localization_WACV_2020_paper.html WACV 2020 Open Access Repository Ablation-CAM: Visual Explanations for Deep Convolutional Network via Gradient-..
논문 제목 : Group-CAM: Group Score-Weighted Visual Explanations for Deep Convolutional Networks 논문 주소 : https://arxiv.org/abs/2103.13859 Group-CAM: Group Score-Weighted Visual Explanations for Deep Convolutional Networks In this paper, we propose an efficient saliency map generation method, called Group score-weighted Class Activation Mapping (Group-CAM), which adopts the "split-transform-merge" str..
논문 제목 : SS-CAM: Smoothed Score-CAM for Sharper Visual Feature Localization 논문 주소 : https://arxiv.org/abs/2006.14255 SS-CAM: Smoothed Score-CAM for Sharper Visual Feature Localization Interpretation of the underlying mechanisms of Deep Convolutional Neural Networks has become an important aspect of research in the field of deep learning due to their applications in high-risk environments. To expl..
논문 제목 : Score-CAM : Score-weighted visual explanations for convolutional neural networks 논문 주소 : https://openaccess.thecvf.com/content_CVPRW_2020/html/w1/Wang_Score-CAM_Score-Weighted_Visual_Explanations_for_Convolutional_Neural_Networks_CVPRW_2020_paper.html CVPR 2020 Open Access Repository Haofan Wang, Zifan Wang, Mengnan Du, Fan Yang, Zijian Zhang, Sirui Ding, Piotr Mardziel, Xia Hu; Proceedi..
논문 제목 : Adapting Grad-CAM for Embedding Networks 논문 주소 : https://openaccess.thecvf.com/content_WACV_2020/html/Chen_Adapting_Grad-CAM_for_Embedding_Networks_WACV_2020_paper.html WACV 2020 Open Access Repository Lei Chen, Jianhui Chen, Hossein Hajimirsadeghi, Greg Mori; Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), 2020, pp. 2794-2803 The gradient-weighte..
논문 제목 : Interpretable and fine-grained visual explanations for CNNs 논문 주소 : openaccess.thecvf.com/content_CVPR_2019/html/Wagner_Interpretable_and_Fine-Grained_Visual_Explanations_for_Convolutional_Neural_Networks_CVPR_2019_paper.html CVPR 2019 Open Access Repository Interpretable and Fine-Grained Visual Explanations for Convolutional Neural Networks Jorg Wagner, Jan Mathias Kohler, Tobias Gindel..
논문 제목 : 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 주요 내용 : 1) Saliency map은 학..