paper-with-me

Papers

A Simple Technique to Enable Saliency Methods to Pass the Sanity Checks

2019-09-25 · Arushi Gupta, Sanjeev Arora

{\em Saliency methods} attempt to explain a deep net's decision by assigning a {\em score} to each feature/pixel in the input, often doing this credit-assignment via the gradient of the output with respect to input. Recently \citet{adebayosan} questioned the validity of many of these methods since they do not pass simple {\em sanity checks}, which test whether the scores shift/vanish when layers of the trained net are randomized, or when the net is retrained using random labels for inputs. % for the inputs. %Surprisingly, the tested methods did not pass these checks: the explanations were relatively unchanged. We propose a simple fix to existing saliency methods that helps them pass sanity checks, which we call {\em competition for pixels}. This involves computing saliency maps for all possible labels in the classification task, and using a simple competition among them to identify and remove less relevant pixels from the map. Some theoretical justification is provided for it and its performance is empirically demonstrated on several popular methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Simple Saliency Method That Passes the Sanity Checks

2019-05-27 · Arushi Gupta, Sanjeev Arora

There is great interest in "saliency methods" (also called "attribution methods"), which give "explanations" for a deep net's decision, by assigning a "score" to each feature/pixel in the input. Their design usually invo…

Unified Image and Video Saliency Modeling

2020-03-11 · ECCV 2020 8 · Richard Droste, Jianbo Jiao, J. Alison Noble

Visual saliency modeling for images and videos is treated as two independent tasks in recent computer vision literature. While image saliency modeling is a well-studied problem and progress on benchmarks like SALICON and…

Domain AdaptationSaliency PredictionVideo Saliency Detection

Spectrum-inspired Low-light Image Translation for Saliency Detection

2023-03-17 · Kitty Varghese, Sudarshan Rajagopalan, Mohit Lamba, Kaushik Mitra

Saliency detection methods are central to several real-world applications such as robot navigation and satellite imagery. However, the performance of existing methods deteriorate under low-light conditions because traini…

Depth EstimationRobot NavigationSaliency DetectionTranslation

Why are Saliency Maps Noisy? Cause of and Solution to Noisy Saliency Maps

2019-02-13 · Beomsu Kim, Junghoon Seo, SeungHyun Jeon, Jamyoung Koo 외

Saliency Map, the gradient of the score function with respect to the input, is the most basic technique for interpreting deep neural network decisions. However, saliency maps are often visually noisy. Although several hy…

Deep Unsupervised Saliency Detection: A Multiple Noisy Labeling Perspective

2018-03-29 · CVPR 2018 6 · Jing Zhang, Tong Zhang, Yuchao Dai, Mehrtash Harandi 외

The success of current deep saliency detection methods heavily depends on the availability of large-scale supervision in the form of per-pixel labeling. Such supervision, while labor-intensive and not always possible, te…

BenchmarkingSaliency DetectionSaliency PredictionUnsupervised Saliency Detection