paper-with-me

홈 › Papers

Attention-Guided Saliency Maps for Interpreting Visualization Literacy in VLMs

2026-07-17 · Maeve Hutchinson, Abderrahmane Wassim Mehdaoui, Pranava Madhyastha arxiv

Understanding how vision-language models (VLMs) interpret data visualizations remains an open problem, and is increasingly important as these models are used for analytical tasks where reliable reasoning is essential. We introduce a lightweight, diagnostic saliency map method tailored for text generation over images using transformer models, the current state-of-the-art models in visualization interpretation. Our approach aggregates the language model's attention over the visual tokens across all heads and layers, then maps this attention back onto the vision encoder's patch grid to localise it over the image, producing a direct correspondence between each generated answer token and the image regions it attended to. This yields fast, gradient-free saliency maps that expose how VLMs allocate focus across visual elements during answer generation, enabling inspection of whether model attention aligns with semantically relevant components. We evaluate our approach using a deletion metric which validates the causal faithfulness of our saliency maps to the model's behavior.

📄 PDF Abstract BibTeX arXiv:2607.16105

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationText Generation

Similar Papers 제목 키워드 기반

Explaining Black Box Predictions and Unveiling Data Artifacts through Influence Functions

2020-05-14 · ACL 2020 6 · Xiaochuang Han, Byron C. Wallace, Yulia Tsvetkov

Modern deep learning models for NLP are notoriously opaque. This has motivated the development of methods for interpreting such models, e.g., via gradient-based saliency maps or the visualization of attention weights. Su…

Natural Language Inference

Free-Lunch Saliency via Attention in Atari Agents

2019-08-07 · Dmitry Nikulin, Anastasia Ianina, Vladimir Aliev, Sergey Nikolenko

We propose a new approach to visualize saliency maps for deep neural network models and apply it to deep reinforcement learning agents trained on Atari environments. Our method adds an attention module that we call FLS (…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Rethinking Saliency-Guided Weakly-Supervised Semantic Segmentation

2024-04-01 · Beomyoung Kim, Donghyun Kim, Sung Ju Hwang

This paper presents a fresh perspective on the role of saliency maps in weakly-supervised semantic segmentation (WSSS) and offers new insights and research directions based on our empirical findings. We conduct comprehen…

object-detectionObject DetectionSalient Object DetectionSemantic Segmentation+2

FuseVis: Interpreting neural networks for image fusion using per-pixel saliency visualization

2020-12-06 · Nishant Kumar, Stefan Gumhold

Image fusion helps in merging two or more images to construct a more informative single fused image. Recently, unsupervised learning based convolutional neural networks (CNN) have been utilized for different types of ima…

Autonomous DrivingMulti-Exposure Image Fusion

Full-Gradient Representation for Neural Network Visualization

2019-05-02 · NeurIPS 2019 12 · Suraj Srinivas, Francois Fleuret

We introduce a new tool for interpreting neural net responses, namely full-gradients, which decomposes the neural net response into input sensitivity and per-neuron sensitivity components. This is the first proposed repr…

Interpretable Machine LearningSensitivity