Don't Deceive Me: Mitigating Gaslighting through Attention Reallocation in LMMs
Pengkun Jiao, Bin Zhu, Jingjing Chen, Chong-Wah Ngo, Yu-Gang Jiang
TL;DR
This work addresses the vulnerability of large multimodal models to negation-based gaslighting by introducing GasEraser, a training-free attention-reallocation method that shifts emphasis from misleading textual tokens to visually grounded image regions. By identifying visual-attention sinks and selecting vision-centric heads, GasEraser reweights attention maps during inference without retraining, yielding substantial robustness gains on GaslightingBench across open-source LMMs. The approach demonstrates that gaslighting signals are predominantly text-based and that early-layer visual processing is critical for robust grounding, with the top 16 layers offering the most benefit. Overall, GasEraser offers a practical, plug-in solution for more trustworthy multimodal reasoning in the face of adversarial or misleading prompts.
Abstract
Large Multimodal Models (LMMs) have demonstrated remarkable capabilities across a wide range of tasks. However, their vulnerability to user gaslighting-the deliberate use of misleading or contradictory inputs-raises critical concerns about their reliability in real-world applications. In this paper, we address the novel and challenging issue of mitigating the negative impact of negation-based gaslighting on LMMs, where deceptive user statements lead to significant drops in model accuracy. Specifically, we introduce GasEraser, a training-free approach that reallocates attention weights from misleading textual tokens to semantically salient visual regions. By suppressing the influence of "attention sink" tokens and enhancing focus on visually grounded cues, GasEraser significantly improves LMM robustness without requiring retraining or additional supervision. Extensive experimental results demonstrate that GasEraser is effective across several leading open-source LMMs on the GaslightingBench. Notably, for LLaVA-v1.5-7B, GasEraser reduces the misguidance rate by 48.2%, demonstrating its potential for more trustworthy LMMs.
