AkiraTOSEI / ML_papers

ML_paper_summary(in Japanese)
5 stars 1 forks source link

A Generic Visualization Approach for Convolutional Neural Networks #108

Open AkiraTOSEI opened 3 years ago

AkiraTOSEI commented 3 years ago

TL;DR

They proposed an Attention-based evidence visualization method, L2-CAF. The method is based on a filter that eliminates all features other than the target class from the feature map, and it has the advantage of being able to handle multiple modes, although it only provides a single-mode signal from Softmax output. It can be implemented without any restriction of the base network structure.

Original L2-CAF Softmax Gaussian

Why it matters:

Paper URL

https://arxiv.org/abs/2007.09748

Submission Dates(yyyy/mm/dd)

2020/07/19

Authors and institutions

Ahmed Taha, Xitong Yang, Abhinav Shrivastava, and Larry Davis

Methods

Results

Comments