paper-with-me

홈 › Papers

Look, Compare, Decide: Alleviating Hallucination in Large Vision-Language Models via Multi-View Multi-Path Reasoning

2024-08-30 · Xiaoye Qu, Jiashuo Sun, Wei Wei, Yu Cheng

Recently, Large Vision-Language Models (LVLMs) have demonstrated impressive capabilities in multi-modal context comprehension. However, they still suffer from hallucination problems referring to generating inconsistent outputs with the image content. To mitigate hallucinations, previous studies mainly focus on retraining LVLMs with custom datasets. Although effective, they inherently come with additional computational costs. In this paper, we propose a training-free framework, \textbf{MVP}, that aims to reduce hallucinations by making the most of the innate capabilities of the LVLMs via \textbf{M}ulti-\textbf{V}iew Multi-\textbf{P}ath Reasoning. Specifically, we first devise a multi-view information-seeking strategy to thoroughly perceive the comprehensive information in the image, which enriches the general global information captured by the original vision encoder in LVLMs. Furthermore, during the answer decoding, we observe that the occurrence of hallucinations has a strong correlation with the certainty of the answer tokens. Thus, we propose multi-path reasoning for each information view to quantify and aggregate the certainty scores for each potential answer among multiple decoding paths and finally decide the output answer. By fully grasping the information in the image and carefully considering the certainty of the potential answers when decoding, our MVP can effectively reduce hallucinations in LVLMs.The extensive experiments verify that our proposed MVP significantly mitigates the hallucination problem across four well-known LVLMs. The source code is available at: \url{https://github.com/GasolSun36/MVP}.

📄 PDF Abstract BibTeX arXiv:2408.17150

Code (1)

gasolsun36/mvp 공식 구현 pytorch

Tasks

Hallucination

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Cause-Effect Look at Alleviating Hallucination of Knowledge-grounded Dialogue Generation

2024-04-04 · Jifan Yu, Xiaohan Zhang, Yifan Xu, Xuanyu Lei 외

Empowered by the large-scale pretrained language models, existing dialogue systems have demonstrated impressive performance conducting fluent and natural-sounding conversations. However, they are still plagued by the hal…

counterfactualCounterfactual ReasoningDialogue GenerationHallucination

Looking for a Needle in a Haystack: A Comprehensive Study of Hallucinations in Neural Machine Translation

2022-08-10 · Nuno M. Guerreiro, Elena Voita, André F. T. Martins

Although the problem of hallucinations in neural machine translation (NMT) has received some attention, research on this highly pathological phenomenon lacks solid ground. Previous work has been limited in several ways: …

Machine TranslationNMT

Alleviating Hallucinations in Large Language Models with Scepticism Modeling

2024-09-10 · Yetao Wu, Yihong Wang, Teng Chen, Chenxi Liu 외

Hallucinations is a major challenge for large language models (LLMs), prevents adoption in diverse fields. Uncertainty estimation could be used for alleviating the damages of hallucinations. The skeptical emotion of huma…

Qwen Look Again: Guiding Vision-Language Reasoning Models to Re-attention Visual Information

2025-05-29 · Xu Chu, Xinrong Chen, Guanyu Wang, Zhijie Tan 외

Inference time scaling drives extended reasoning to enhance the performance of Vision-Language Models (VLMs), thus forming powerful Vision-Language Reasoning Models (VLRMs). However, long reasoning dilutes visual tokens,…

Hallucination

RAGTruth: A Hallucination Corpus for Developing Trustworthy Retrieval-Augmented Language Models

2023-12-31 · Cheng Niu, Yuanhao Wu, Juno Zhu, Siliang Xu 외

Retrieval-augmented generation (RAG) has become a main technique for alleviating hallucinations in large language models (LLMs). Despite the integration of RAG, LLMs may still present unsupported or contradictory claims …

HallucinationRAGRetrievalRetrieval-augmented Generation