paper-with-me

홈 › Papers

Instruction-Aligned Visual Attention for Mitigating Hallucinations in Large Vision-Language Models

2025-03-24 · Bin Li, Dehong Gao, Yeyuan Wang, Linbo Jin, Shanqing Yu, Xiaoyan Cai, Libin Yang

Despite the significant success of Large Vision-Language models(LVLMs), these models still suffer hallucinations when describing images, generating answers that include non-existent objects. It is reported that these models tend to over-focus on certain irrelevant image tokens that do not contain critical information for answering the question and distort the output. To address this, we propose an Instruction-Aligned Visual Attention(IAVA) approach, which identifies irrelevant tokens by comparing changes in attention weights under two different instructions. By applying contrastive decoding, we dynamically adjust the logits generated from original image tokens and irrelevant image tokens, reducing the model's over-attention to irrelevant information. The experimental results demonstrate that IAVA consistently outperforms existing decoding techniques on benchmarks such as MME, POPE, and TextVQA in mitigating object hallucinations. Our IAVA approach is available online at https://github.com/Lee-lab558/IAVA.

📄 PDF Abstract BibTeX arXiv:2503.18556

Code (1)

lee-lab558/iava 공식 구현 pytorch

Tasks

MMETextVQA

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

Reflective Instruction Tuning: Mitigating Hallucinations in Large Vision-Language Models

2024-07-16 · Jinrui Zhang, Teng Wang, Haigang Zhang, Ping Lu 외

Large vision-language models (LVLMs) have shown promising performance on a variety of vision-language tasks. However, they remain susceptible to hallucinations, generating outputs misaligned with visual content or instru…

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…

Mitigating Hallucinations in Vision-Language Models through Image-Guided Head Suppression

2025-05-22 · Sreetama Sarkar, Yue Che, Alex Gavin, Peter A. Beerel 외

Despite their remarkable progress in multimodal understanding tasks, large vision language models (LVLMs) often suffer from "hallucinations", generating texts misaligned with the visual context. Existing methods aimed at…

HallucinationImage DescriptionQuestion AnsweringVisual Question Answering

ASCD: Attention-Steerable Contrastive Decoding for Reducing Hallucination in MLLM

2025-06-17 · Yujun Wang, Jinhe Bi, Yunpu Ma, Soeren Pirk

Multimodal Large Language Model (MLLM) often suffer from hallucinations. They over-rely on partial cues and generate incorrect responses. Recently, methods like Visual Contrastive Decoding (VCD) and Instruction Contrasti…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+2

HalluciDoctor: Mitigating Hallucinatory Toxicity in Visual Instruction Data

2023-11-22 · CVPR 2024 1 · Qifan Yu, Juncheng Li, Longhui Wei, Liang Pang 외

Multi-modal Large Language Models (MLLMs) tuned on machine-generated instruction-following data have demonstrated remarkable performance in various multi-modal understanding and generation tasks. However, the hallucinati…

AttributecounterfactualHallucinationHallucination Evaluation+1