paper-with-me

홈 › Papers

Training for Trustworthy Saliency Maps: Adversarial Training Meets Feature-Map Smoothing

2026-03-07 · Dipkamal Bhusal, Md Tanvirul Alam, Nidhi Rastogi arxiv

Gradient-based saliency methods such as Vanilla Gradient (VG) and Integrated Gradients (IG) are widely used to explain image classifiers, yet the resulting maps are often noisy and unstable, limiting their usefulness in high-stakes settings. Most prior work improves explanations by modifying the attribution algorithm, leaving open how the training procedure shapes explanation quality. We take a training-centered view and first provide a curvature-based analysis linking attribution stability to how smoothly the input-gradient field varies locally. Guided by this connection, we study adversarial training and identify a consistent trade-off: it yields sparser and more input-stable saliency maps, but can degrade output-side stability, causing explanations to change even when predictions remain unchanged and logits vary only slightly. To mitigate this, we propose augmenting adversarial training with a lightweight feature-map smoothing block that applies a differentiable Gaussian filter in an intermediate layer. Across FMNIST, CIFAR-10, and ImageNette, our method preserves the sparsity benefits of adversarial training while improving both input-side stability and output-side stability. A human study with 65 participants further shows that smoothed adversarial saliency maps are perceived as more sufficient and trustworthy. Overall, our results demonstrate that explanation quality is critically shaped by training, and that simple smoothing with robust training provides a practical path toward saliency maps that are both sparse and stable.

📄 PDF Abstract BibTeX arXiv:2603.07302

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Trustworthy Convolutional Neural Networks: A Gradient Penalized-based Approach

2020-09-29 · Nicholas Halliwell, Freddy Lecue

Convolutional neural networks (CNNs) are commonly used for image classification. Saliency methods are examples of approaches that can be used to interpret CNNs post hoc, identifying the most relevant pixels for a predict…

General Classificationimage-classificationImage Classification

Identifying Untrustworthy Predictions in Neural Networks by Geometric Gradient Analysis

2021-02-24 · Leo Schwinn, An Nguyen, René Raab, Leon Bungert 외

The susceptibility of deep neural networks to untrustworthy predictions, including out-of-distribution (OOD) data and adversarial examples, still prevent their widespread use in safety-critical applications. Most existin…

On Saliency Maps and Adversarial Robustness

2020-06-14 · Puneet Mangla, Vedant Singh, Vineeth N. Balasubramanian

A Very recent trend has emerged to couple the notion of interpretability and adversarial robustness, unlike earlier efforts which solely focused on good interpretations or robustness against adversaries. Works have shown…

Adversarial Robustness

UKP-SQuARE v2: Explainability and Adversarial Attacks for Trustworthy QA

2022-08-19 · Rachneet Sachdeva, Haritz Puerto, Tim Baumgärtner, Sewin Tariverdian 외

Question Answering (QA) systems are increasingly deployed in applications where they support real-world decisions. However, state-of-the-art models rely on deep neural networks, which are difficult to interpret by humans…

Adversarial AttackExplainable ModelsKnowledge GraphsPrediction+1

SCAAT: Improving Neural Network Interpretability via Saliency Constrained Adaptive Adversarial Training

2023-11-09 · Rui Xu, Wenkang Qin, Peixiang Huang, Hao Wang 외

Deep Neural Networks (DNNs) are expected to provide explanation for users to understand their black-box predictions. Saliency map is a common form of explanation illustrating the heatmap of feature attributions, but it s…