paper-with-me

홈 › Papers

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 prioritize text generation over meaningful interaction with images. To explore this, we examine the generation process and categorize text tokens into three groups: image-positive, invariant, and negative, based on their visual dependence on input image tokens. Our analysis reveals that most generated tokens are minimally influenced by the image information. This suggests that during the model's training stage, more emphasis is placed on learning how to follow textual instructions, rather than extracting information from images. Based on this finding, we propose adjusting the training weights of different tokens depending on their visual dependence to control hallucination. Additionally, we remove a portion of the training data that potentially contains more hallucinations as a data filtering strategy. Both methods achieve a reduction in hallucination without compromising response length or introducing additional computational costs during inference. We validate our methods across three LVLM variants, demonstrating the effectiveness and general applicability.

📄 PDF Abstract BibTeX arXiv:2605.21300

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Mitigating Fine-Grained Hallucination by Fine-Tuning Large Vision-Language Models with Caption Rewrites

2023-12-04 · Lei Wang, Jiabang He, Shenshen Li, Ning Liu 외

Large language models (LLMs) have shown remarkable performance in natural language processing (NLP) tasks. To comprehend and execute diverse human instructions over image data, instruction-tuned large vision-language mod…

HallucinationHallucination EvaluationObjectObject Hallucination+1

Mitigating Hallucinations in Large Vision-Language Models (LVLMs) via Language-Contrastive Decoding (LCD)

2024-08-06 · Avshalom Manevich, Reut Tsarfaty

Large Vision-Language Models (LVLMs) are an extension of Large Language Models (LLMs) that facilitate processing both image and text inputs, expanding AI capabilities. However, LVLMs struggle with object hallucinations d…

Object

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

HALLUCINOGEN: A Benchmark for Evaluating Object Hallucination in Large Visual-Language Models

2024-12-29 · Ashish Seth, Dinesh Manocha, Chirag Agarwal

Large Vision-Language Models (LVLMs) have demonstrated remarkable performance in performing complex multimodal tasks. However, they are still plagued by object hallucination: the misidentification or misclassification of…

HallucinationObjectObject HallucinationQuestion Answering+3

Watch Closely: Mitigating Object Hallucinations in Large Vision-Language Models with Disentangled Decoding

2025-12-22 · Ruiqi Ma, Yu Yan, Chunhong Zhang, Minghao Yin 외 arxiv

Large Vision-Language Models (LVLMs) bridge the gap between visual and linguistic modalities, demonstrating strong potential across a variety of domains. However, despite significant progress, LVLMs still suffer from sev…

Object RecognitionText Generation