paper-with-me

Papers

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 are prone to generate textual responses not factually aligned with image inputs. Our pilot study reveals that object hallucination is closely tied with Rotary Position Encoding (RoPE), a widely adopted positional dependency modeling design in existing LVLMs. Due to the long-term decay in RoPE, LVLMs tend to hallucinate more when relevant visual cues are distant from instruction tokens in the multimodal input sequence. Additionally, we observe a similar effect when reversing the sequential order of visual tokens during multimodal alignment. Our tests indicate that long-term decay in RoPE poses challenges to LVLMs while capturing visual-instruction interactions across long distances. We propose Concentric Causal Attention (CCA), a simple yet effective positional alignment strategy that mitigates the impact of RoPE long-term decay in LVLMs by naturally reducing relative distance between visual and instruction tokens. With CCA, visual tokens can better interact with instruction tokens, thereby enhancing model's perception capability and alleviating object hallucination. Without bells and whistles, our positional alignment method surpasses existing hallucination mitigation strategies by large margins on multiple object hallucination benchmarks.

📄 PDF Abstract BibTeX arXiv:2410.15926

Code (1)

xing0047/cca-llava 공식 구현 pytorch

Tasks

HallucinationObjectObject 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 제목 키워드 기반

Seeing Far and Clearly: Mitigating Hallucinations in MLLMs with Attention Causal Decoding

2025-05-22 · CVPR 2025 1 · Feilong Tang, Chengzhi Liu, Zhongxing Xu, Ming Hu 외

Recent advancements in multimodal large language models (MLLMs) have significantly improved performance in visual question answering. However, they often suffer from hallucinations. In this work, hallucinations are categ…

Causal InferenceHallucinationQuestion AnsweringVisual Question Answering

Mitigating Object Hallucinations in LVLMs via Attention Imbalance Rectification

2026-03-25 · Han Sun, Qin Li, Peixin Wang, Min Zhang arxiv

Object hallucination in Large Vision-Language Models (LVLMs) severely compromises their reliability in real-world applications, posing a critical barrier to their deployment in high-stakes scenarios such as autonomous dr…

Autonomous Driving

Causal-LLaVA: Causal Disentanglement for Mitigating Hallucination in Multimodal Large Language Models

2025-05-26 · Xinmiao Hu, Chun Wang, Ruihe An, ChenYu Shao 외

Multimodal Large Language Models (MLLMs) have demonstrated strong performance in visual understanding tasks, yet they often suffer from object hallucinations--generating descriptions of objects that are inconsistent with…

DisentanglementHallucinationLanguage ModelingLanguage Modelling+1

Look Within, Why LLMs Hallucinate: A Causal Perspective

2024-07-14 · He Li, Haoang Chi, MingYu Liu, Wenjing Yang

The emergence of large language models (LLMs) is a milestone in generative artificial intelligence, achieving significant success in text comprehension and generation tasks. Despite the tremendous success of LLMs in many…

HallucinationReading Comprehension

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…