paper-with-me

홈 › Papers

TARAC: Mitigating Hallucination in LVLMs via Temporal Attention Real-time Accumulative Connection

2025-04-05 · Chunzhao Xie, Tongxuan Liu, Lei Jiang, Yuting Zeng, Jinrong Guo, Yunheng Shen, Weizhe Huang, Jing Li, Xiaohua Xu

Large Vision-Language Models have demonstrated remarkable performance across various tasks; however, the challenge of hallucinations constrains their practical applications. The hallucination problem arises from multiple factors, including the inherent hallucinations in language models, the limitations of visual encoders in perception, and biases introduced by multimodal data. Extensive research has explored ways to mitigate hallucinations. For instance, OPERA prevents the model from overly focusing on "anchor tokens", thereby reducing hallucinations, whereas VCD mitigates hallucinations by employing a contrastive decoding approach. In this paper, we investigate the correlation between the decay of attention to image tokens and the occurrence of hallucinations. Based on this finding, we propose Temporal Attention Real-time Accumulative Connection (TARAC), a novel training-free method that dynamically accumulates and updates LVLMs' attention on image tokens during generation. By enhancing the model's attention to image tokens, TARAC mitigates hallucinations caused by the decay of attention on image tokens. We validate the effectiveness of TARAC across multiple models and datasets, demonstrating that our approach substantially mitigates hallucinations. In particular, TARAC reduces $C_S$ by 25.2 and $C_I$ by 8.7 compared to VCD on the CHAIR benchmark.

📄 PDF Abstract BibTeX arXiv:2504.04099

Code (0)

등록된 구현이 없습니다.

Tasks

Hallucination

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

MHSA: A Lightweight Framework for Mitigating Hallucinations via Steered Attention in LVLMs

2026-05-14 · Wei Ding, Yilin Li, Yudong Zhang, Ruobing Xie 외 arxiv

Large vision-language models (LVLMs) have achieved remarkable performance across diverse multimodal tasks, yet they continue to suffer from hallucinations, generating content that is inconsistent with the visual input. P…

Mitigating Action-Relation Hallucinations in LVLMs via Relation-aware Visual Enhancement

2026-05-12 · Zhenxin Qin, Qiang Li, Qingzhuo Wang, Ruiyang Qin 외 arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable performance on diverse vision-language tasks. However, LVLMs still suffer from hallucinations, generating text that contradicts the visual input. Existing res…

IKOD: Mitigating Visual Attention Degradation in Large Vision-Language Models

2025-08-05 · Jiabing Yang, Chenhang Cui, Yiyang Zhou, Yixiang Chen 외 arxiv

Recent advancements in Large Vision-Language Models (LVLMs) have demonstrated significant progress across multiple domains. However, these models still face the inherent challenge of integrating vision and language for c…

CAST: Mitigating Object Hallucination in Large Vision-Language Models via Caption-Guided Visual Attention Steering

2026-05-06 · Qiming Li, Zekai Ye, Xiaocheng Feng, Weihong Zhong 외 arxiv

Although Large Vision-Language Models (LVLMs) have demonstrated remarkable performance on downstream tasks, they frequently produce contents that deviate from visual information, leading to object hallucination. To tackl…

A Survey on Hallucination in Large Vision-Language Models

2024-02-01 · Hanchao Liu, Wenyuan Xue, Yifei Chen, Dapeng Chen 외

Recent development of Large Vision-Language Models (LVLMs) has attracted growing attention within the AI landscape for its practical implementation potential. However, ``hallucination'', or more specifically, the misalig…

HallucinationSurvey