CAI: Caption-Sensitive Attention Intervention for Mitigating Object Hallucination in Large Vision-Language Models
Qiming Li, Zekai Ye, Xiaocheng Feng, Weihong Zhong, Libo Qin, Ruihan Chen, Baohang Li, Kui Jiang, Yaowei Wang, Ting Liu, Bing Qin
TL;DR
The paper tackles object hallucination in large vision-language models by revealing that caption queries can more strongly activate visual attention. It proposes Caption-sensitive Attention Intervention (CAI), a training-free, plug-and-play pipeline that identifies caption-sensitive attention heads and applies learned attention-shift vectors during inference to strengthen visual perception. CAI demonstrates state-of-the-art hallucination mitigation across POPE, MME, CHAIR, and MMHal-Bench with only modest latency overhead and broad generalizability to open-source LVLMs. The work also provides head-level analyses and ablations that illuminate the role of specific attention heads and hyperparameters in balancing visual and semantic processing.
Abstract
Although Large Vision-Language Models (LVLMs) have demonstrated powerful capabilities in interpreting visual information, they frequently produce content that deviates from visual information, leading to object hallucination. To tackle this, recent works mostly depend on expensive manual annotations and training cost, or significantly increase inference time. In this work, we observe that LVLMs' attention to visual information is significantly stronger when answering caption queries compared to non-caption queries. Inspired by this phenomenon, we propose Caption-sensitive Attention Intervention (CAI), a training-free, plug-and-play hallucination mitigation method that leverages the attention activation pattern in response to caption queries to enhance LVLMs' visual perception capability. Extensive experimental results across four benchmarks covering both discriminative and generative tasks, demonstrate that CAI achieves state-of-the-art (SOTA) hallucination mitigating performance only with minimal additional inference cost.
