paper-with-me

홈 › Papers

Mitigating Object Hallucinations in Large Vision-Language Models with Assembly of Global and Local Attention

2025-01-01 · CVPR 2025 1 · Wenbin An, Feng Tian, Sicong Leng, Jiahao Nie, Haonan Lin, Qianying Wang, Ping Chen, Xiaoqin Zhang, Shijian Lu

Despite great success across various multimodal tasks, Large Vision-Language Models (LVLMs) often encounter object hallucinations with generated textual responses being inconsistent with the actual objects in images. We examine different LVLMs and pinpoint that one root cause of object hallucinations lies with deficient attention on discriminative image features. Specifically, LVLMs often predominantly attend to prompt-irrelevant global features instead of prompt-relevant local features, undermining their visual grounding capacity and leading to object hallucinations. We propose Assembly of Global and Local Attention (AGLA) , a training-free and plug-and-play approach that mitigates hallucinations by assembling global features for response generation and local features for visual discrimination simultaneously. Specifically, we introduce an image-prompt matching scheme that captures prompt-relevant local features from images, leading to an augmented view of the input image where prompt-relevant content is highlighted while irrelevant distractions are suppressed. Hallucinations can thus be mitigated with a calibrated logit distribution that is from generative global features of the original image and discriminative local features of the augmented image. Extensive experiments show the superiority of AGLA in LVLM hallucination mitigation, demonstrating its wide applicability across both discriminative and generative tasks. Our code is available at https://github.com/Lackel/AGLA.

📄 PDF Abstract BibTeX

Code (1)

lackel/agla 공식 구현 pytorch

Tasks

HallucinationResponse GenerationVisual Grounding

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

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…

Residual Decoding: Mitigating Hallucinations in Large Vision-Language Models via History-Aware Residual Guidance

2026-02-01 · Xinrong Chen, Xu Chu, Yingmin Qiu, Hengyuan Zhang 외 arxiv

Large Vision-Language Models (LVLMs) can reason from image-text inputs and perform well in various multimodal tasks. Despite this success, they are affected by language priors and often produce hallucinations. Hallucinat…

Visual Grounding

Mitigating Object Hallucinations in Large Vision-Language Models through Visual Contrastive Decoding

2023-11-28 · CVPR 2024 1 · Sicong Leng, Hang Zhang, Guanzheng Chen, Xin Li 외

Large Vision-Language Models (LVLMs) have advanced considerably, intertwining visual recognition and language understanding to generate content that is not only coherent but also contextually attuned. Despite their succe…

HallucinationObjectObject Hallucination

Investigating and Mitigating Object Hallucinations in Pretrained Vision-Language (CLIP) Models

2024-10-04 · Yufang Liu, Tao Ji, Changzhi Sun, Yuanbin Wu 외

Large Vision-Language Models (LVLMs) have achieved impressive performance, yet research has pointed out a serious issue with object hallucinations within these models. However, there is no clear conclusion as to which pa…

counterfactualData AugmentationHallucinationObject+1

SDCD: Structure-Disrupted Contrastive Decoding for Mitigating Hallucinations in Large Vision-Language Models

2026-01-07 · Yuxuan Xia, Siheng Wang, Peng Li arxiv

Large Vision-Language Models (LVLMs) demonstrate significant progress in multimodal understanding and reasoning, yet object hallucination remains a critical challenge. While existing research focuses on mitigating langua…