paper-with-me

Papers

VASparse: Towards Efficient Visual Hallucination Mitigation for Large Vision-Language Model via Visual-Aware Sparsification

2025-01-11 · Xianwei Zhuang, Zhihong Zhu, Yuxin Xie, Liming Liang, Yuexian Zou

Large Vision-Language Models (LVLMs) may produce outputs that are unfaithful to reality, also known as visual hallucinations (VH), which significantly impedes their real-world usage. To alleviate VH, various decoding strategies have been proposed to enhance visual information. However, many of these methods may require secondary decoding and rollback, which significantly reduces inference speed. In this work, we propose an efficient plug-and-play decoding algorithm via Visual-Aware Sparsification (VASparse) from the perspective of token sparsity for mitigating VH. VASparse is inspired by empirical observations: (1) the sparse activation of attention in LVLMs, and (2) visual-agnostic tokens sparsification exacerbates VH. Based on these insights, we propose a novel token sparsification strategy that balances efficiency and trustworthiness. Specifically, VASparse implements a visual-aware token selection strategy during decoding to reduce redundant tokens while preserving visual context effectively. Additionally, we innovatively introduce a sparse-based visual contrastive decoding method to recalibrate the distribution of hallucinated outputs without the time overhead associated with secondary decoding. Subsequently, VASparse recalibrates attention scores to penalize attention sinking of LVLMs towards text tokens. Extensive experiments across four popular benchmarks confirm the effectiveness of VASparse in mitigating VH across different LVLM families without requiring additional training or post-processing. Impressively, VASparse achieves state-of-the-art performance for mitigating VH while maintaining competitive decoding speed. Code is available at https://github.com/mengchuang123/VASparse-github.

📄 PDF Abstract BibTeX arXiv:2501.06553

Code (1)

mengchuang123/vasparse-github 공식 구현 jax

Tasks

HallucinationLanguage ModelingLanguage Modelling

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

VASparse: Towards Efficient Visual Hallucination Mitigation via Visual-Aware Token Sparsification

2025-01-01 · CVPR 2025 1 · Xianwei Zhuang, Zhihong Zhu, Yuxin Xie, Liming Liang 외

Large Vision-Language Models (LVLMs) may produce outputs that are unfaithful to reality, also known as visual hallucinations (VH), which significantly impedes their real-world usage. To alleviate VH, various decoding…

Hallucination

A Unified Hallucination Mitigation Framework for Large Vision-Language Models

2024-09-24 · Yue Chang, Liqiang Jing, Xiaopeng Zhang, Yue Zhang

Hallucination is a common problem for Large Vision-Language Models (LVLMs) with long generations which is difficult to eradicate. The generation with hallucinations is partially inconsistent with the image content. To mi…

HallucinationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

See Different, Think Better: Visual Variations Mitigating Hallucinations in LVLMs

2025-07-29 · Ziyun Dai, Xiaoqiang Li, Shaohua Zhang, Yuanchen Wu 외 arxiv

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities in visual understanding and multimodal reasoning. However, LVLMs frequently exhibit hallucination phenomena, manifesting as the generated tex…

Multimodal ReasoningImage Generation

SAVER: Mitigating Hallucinations in Large Vision-Language Models via Style-Aware Visual Early Revision

2025-08-05 · Zhaoxu Li, Chenqi Kong, Yi Yu, Qiangqiang Wu 외 arxiv

Large Vision-Language Models (LVLMs) recently achieve significant breakthroughs in understanding complex visual-textual contexts. However, hallucination issues still limit their real-world applicability. Although previou…

Scene Understanding

Causally-Grounded Dual-Path Attention Intervention for Object Hallucination Mitigation in LVLMs

2025-11-12 · Liu Yu, Zhonghao Chen, Ping Kuang, Zhikun Feng 외 arxiv

Object hallucination remains a critical challenge in Large Vision-Language Models (LVLMs), where models generate content inconsistent with visual inputs. Existing language-decoder based mitigation approaches often regula…

Visual Grounding