paper-with-me

홈 › Papers

The Hidden Life of Tokens: Reducing Hallucination of Large Vision-Language Models via Visual Information Steering

2025-02-05 · Zhuowei Li, Haizhou Shi, Yunhe Gao, Di Liu, Zhenting Wang, Yuxiao Chen, Ting Liu, Long Zhao, Hao Wang, Dimitris N. Metaxas

Large Vision-Language Models (LVLMs) can reason effectively over both textual and visual inputs, but they tend to hallucinate syntactically coherent yet visually ungrounded contents. In this paper, we investigate the internal dynamics of hallucination by examining the tokens logits rankings throughout the generation process, revealing three key patterns in how LVLMs process information: (1) gradual visual information loss -- visually grounded tokens gradually become less favored throughout generation, and (2) early excitation -- semantically meaningful tokens achieve peak activation in the layers earlier than the final layer. (3) hidden genuine information -- visually grounded tokens though not being eventually decided still retain relatively high rankings at inference. Based on these insights, we propose VISTA (Visual Information Steering with Token-logit Augmentation), a training-free inference-time intervention framework that reduces hallucination while promoting genuine information. VISTA works by combining two complementary approaches: reinforcing visual information in activation space and leveraging early layer activations to promote semantically meaningful decoding. Compared to existing methods, VISTA requires no external supervision and is applicable to various decoding strategies. Extensive experiments show that VISTA on average reduces hallucination by abount 40% on evaluated open-ended generation task, and it consistently outperforms existing methods on four benchmarks across four architectures under three decoding strategies.

📄 PDF Abstract BibTeX arXiv:2502.03628

Code (1)

LzVv123456/VISTA 공식 구현 pytorch

Tasks

Hallucination

Similar Papers 제목 키워드 기반

CORTEX: Token-Level Hallucination Detection in RAG via Comparative Internal Representations

2026-06-30 · Kazuaki Furumai, Shuichiro Haruta, Kazunori Matsumoto, Daisuke Kamisaka arxiv

In this paper, we propose CORTEX, a token-level hallucination detection method for Retrieval-Augmented Generation (RAG). In long-form RAG outputs, hallucinations often arise in localized spans rather than throughout an e…

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

2025-04-05 · Chunzhao Xie, Tongxuan Liu, Lei Jiang, Yuting Zeng 외

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…

Hallucination

In-Context Sharpness as Alerts: An Inner Representation Perspective for Hallucination Mitigation

2024-03-03 · Shiqi Chen, Miao Xiong, Junteng Liu, Zhengxuan Wu 외

Large language models (LLMs) frequently hallucinate and produce factual errors, yet our understanding of why they make these errors remains limited. In this study, we delve into the underlying mechanisms of LLM hallucina…

HallucinationTruthfulQA

Reducing Object Hallucination in LVLMs via Emphasizing Image-negative Tokens

2026-05-20 · Meng Shen, Minghao Wu, Deepu Rajan arxiv

Object hallucination is a significant challenge that hinders the application of large vision-language models (LVLMs) in practice. We hypothesize that one possible origin of hallucination is the model's tendency to priori…

Text Generation

Mitigating Object Hallucination via Concentric Causal Attention

2024-10-21 · Yun Xing, Yiheng Li, Ivan Laptev, Shijian Lu

Recent Large Vision Language Models (LVLMs) present remarkable zero-shot conversational and reasoning capabilities given multimodal queries. Nevertheless, they suffer from object hallucination, a phenomenon where LVLMs a…

HallucinationObjectObject Hallucination