paper-with-me

Papers

MINT: Mitigating Hallucinations in Large Vision-Language Models via Token Reduction

2025-02-02 · Chao Wang, Jianming Yang, Yang Zhou

Hallucination has been a long-standing and inevitable problem that hinders the application of Large Vision-Language Models (LVLMs) in domains that require high reliability. Various methods focus on improvement depending on data annotations or training strategies, yet place less emphasis on LLM's inherent problems. To fill this gap, we delve into the attention mechanism of the decoding process in the LVLM. Intriguingly, our investigation uncovers the prevalent attention redundancy within the hierarchical architecture of the LVLM, manifesting as overextended image processing in deep layers and an overabundance of non-essential image tokens. Stemming from the observation, we thus propose MINT, a novel training-free decoding strategy, MItigating hallucinations via tokeN reducTion. Specifically, we dynamically intensify the LVLM's local perception capability by masking its attention to irrelevant image tokens. In addition, we use contrastive decoding that pushes the model to focus more on those key image regions. Our full method aims to guide the model in concentrating more on key visual elements during generation. Extensive experimental results on several popular public benchmarks show that our approach achieves a 4% improvement in mitigating hallucinations caused by distracted perception compared to original models. Meanwhile, our approach is demonstrated to make the model perceive 5% more visual points even though we reduce a suite of image tokens.

📄 PDF Abstract BibTeX arXiv:2502.00717

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationToken Reduction

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 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

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 Hallucinations in Large Vision-Language Models without Performance Degradation

2026-04-22 · Xingyu Zhu, Junfeng Fang, Shuo Wang, Beier Zhu 외 arxiv

Large Vision-Language Models (LVLMs) exhibit powerful generative capabilities but frequently produce hallucinations that compromise output reliability. Fine-tuning on annotated data devoid of hallucinations offers the mo…

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…

SeeMe: Mitigating Hallucinations in Large Vision-Language Models through Effective Visual Token Engineering

2026-07-05 · Kai Tang, Jinhao You, Bohua Zhang, Yichen Guo 외 arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable progress in visual understanding tasks such as image captioning and visual question answering. However, they remain susceptible to hallucinations, generating …

Visual Question AnsweringFeature EngineeringImage Captioning

Self-Correcting Decoding with Generative Feedback for Mitigating Hallucinations in Large Vision-Language Models

2025-02-10 · Ce Zhang, Zifu Wan, Zhehan Kan, Martin Q. Ma 외

While recent Large Vision-Language Models (LVLMs) have shown remarkable performance in multi-modal tasks, they are prone to generating hallucinatory text responses that do not align with the given visual input, which res…

Image GenerationResponse GenerationText to Image GenerationText-to-Image Generation