paper-with-me

Papers

Right Predictions, Misleading Explanations: On the Vulnerability of Vision-Language Model Explanations

2026-05-15 · Narges Babadi, Hadis Karimipour arxiv

Explanation mechanisms are increasingly used to support transparency and trust in vision-language models (VLMs), particularly in settings where model decisions require human oversight. However, the robustness of these explanations remains insufficiently understood. In this work, we investigate whether explanation heatmaps in VLMs, particularly CLIP-based models, faithfully reflect model reasoning under adversarial conditions. We show that explanation maps can be systematically manipulated while preserving the model's original prediction, revealing a disconnect between predictive behavior and explanation faithfulness. To study this vulnerability, we introduce X-Shift, a novel grey-box attack that perturbs patch-level visual representations to redirect explanation heatmaps toward semantically irrelevant regions without altering the predicted output. Unlike conventional adversarial attacks that aim to induce misclassification, X-Shift specifically targets the integrity of the explanation process itself. The attack operates without modifying model parameters and generalizes across multiple CLIP architectures and explanation methods. We evaluate the proposed approach on ImageNet-1k, MS-COCO, and Flickr30K, demonstrating consistent degradation in explanation alignment under imperceptible perturbations while maintaining prediction stability. Furthermore, standard prediction-oriented adversarial attacks fail to reproduce the same explanation-shifting behavior even under substantially larger perturbation budgets. Our findings highlight a fundamental limitation of current explanation mechanisms in VLMs and raise concerns about their use as reliable indicators of model trustworthiness in high-impact applications.

📄 PDF Abstract BibTeX arXiv:2605.16651

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VisFIS: Visual Feature Importance Supervision with Right-for-the-Right-Reason Objectives

2022-06-22 · Zhuofan Ying, Peter Hase, Mohit Bansal

Many past works aim to improve visual reasoning in models by supervising feature importance (estimated by model explanation techniques) with human annotations such as highlights of important image regions. However, recen…

Feature ImportanceQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)+1

VulReaD: Knowledge-Graph-guided Software Vulnerability Reasoning and Detection

2026-02-11 · Samal Mukhtar, Yinghua Yao, Zhu Sun, Mustafa Mustafa 외 arxiv

Software vulnerability detection (SVD) is a critical challenge in modern systems. Large language models (LLMs) offer natural-language explanations alongside predictions, but most work focuses on binary evaluation, and ex…

Multi-class ClassificationVulnerability DetectionBinary Classification

The Intriguing Properties of Model Explanations

2018-01-30 · Maruan Al-Shedivat, Avinava Dubey, Eric P. Xing

Linear approximations to the decision boundary of a complex model have become one of the most popular tools for interpreting predictions. In this paper, we study such linear explanations produced either post-hoc by a few…

model

Faithfulness Tests for Natural Language Explanations

2023-05-29 · Pepa Atanasova, Oana-Maria Camburu, Christina Lioma, Thomas Lukasiewicz 외

Explanations of neural models aim to reveal a model's decision-making process for its predictions. However, recent work shows that current methods giving explanations such as saliency maps or counterfactuals can be misle…

counterfactualDecision Making

LLM-Generated Black-box Explanations Can Be Adversarially Helpful

2024-05-10 · Rohan Ajwani, Shashidhar Reddy Javaji, Frank Rudzicz, Zining Zhu

Large Language Models (LLMs) are becoming vital tools that help us solve and understand complex problems by acting as digital assistants. LLMs can generate convincing explanations, even when only given the inputs and out…

Navigate