paper-with-me

Papers

CASE: Contrastive Activation for Saliency Estimation

2025-06-08 · Dane Williamson, Yangfeng Ji, Matthew Dwyer

Saliency methods are widely used to visualize which input features are deemed relevant to a model's prediction. However, their visual plausibility can obscure critical limitations. In this work, we propose a diagnostic test for class sensitivity: a method's ability to distinguish between competing class labels on the same input. Through extensive experiments, we show that many widely used saliency methods produce nearly identical explanations regardless of the class label, calling into question their reliability. We find that class-insensitive behavior persists across architectures and datasets, suggesting the failure mode is structural rather than model-specific. Motivated by these findings, we introduce CASE, a contrastive explanation method that isolates features uniquely discriminative for the predicted class. We evaluate CASE using the proposed diagnostic and a perturbation-based fidelity test, and show that it produces faithful and more class-specific explanations than existing methods.

📄 PDF Abstract BibTeX arXiv:2506.07327

Code (1)

dwil2444/case-saliency 공식 구현 pytorch

Tasks

DiagnosticSaliency Prediction

Similar Papers 제목 키워드 기반

3SD: Self-Supervised Saliency Detection With No Labels

2022-03-09 · Rajeev Yasarla, Renliang Weng, Wongun Choi, Vishal Patel 외

We present a conceptually simple self-supervised method for saliency detection. Our method generates and uses pseudo-ground truth labels for training. The generated pseudo-GT labels don't require any kind of human annota…

ClassificationContrastive Learningobject-detectionObject Detection+2

End-to-End Saliency Mapping via Probability Distribution Prediction

2018-04-05 · CVPR 2016 6 · Saumya Jetley, Naila Murray, Eleonora Vig

Most saliency estimation methods aim to explicitly model low-level conspicuity cues such as edges or blobs and may additionally incorporate top-down cues using face or text detection. Data-driven methods for training sal…

Saliency PredictionText Detection

Rethinking gradient weights' influence over saliency map estimation

2022-07-12 · Masud An Nur Islam Fahim, Nazmus Saqib, Shafkat Khan Siam, Ho Yub Jung

Class activation map (CAM) helps to formulate saliency maps that aid in interpreting the deep neural network's prediction. Gradient-based methods are generally faster than other branches of vision interpretability and in…

Saliency Prediction

DiffGradCAM: A Universal Class Activation Map Resistant to Adversarial Training

2025-06-10 · Jacob Piland, Chris Sweet, Adam Czakja

Class Activation Mapping (CAM) and its gradient-based variants (e.g., GradCAM) have become standard tools for explaining Convolutional Neural Network (CNN) predictions. However, these approaches typically focus on indivi…

Deriving Explanation of Deep Visual Saliency Models

2021-09-08 · Sai Phani Kumar Malladi, Jayanta Mukhopadhyay, Chaker Larabi, Santanu Chaudhury

Deep neural networks have shown their profound impact on achieving human level performance in visual saliency prediction. However, it is still unclear how they learn the task and what it means in terms of understanding h…

Explainable ModelsSaliency Prediction