paper-with-me

Papers

Self-Introspective Decoding: Alleviating Hallucinations for Large Vision-Language Models

2024-08-04 · Fushuo Huo, Wenchao Xu, Zhong Zhang, Haozhao Wang, Zhicheng Chen, Peilin Zhao

While Large Vision-Language Models (LVLMs) have rapidly advanced in recent years, the prevalent issue known as the `hallucination' problem has emerged as a significant bottleneck, hindering their real-world deployments. Existing methods mitigate this issue mainly from two perspectives: One approach leverages extra knowledge like robust instruction tuning LVLMs with curated datasets or employing auxiliary analysis networks, which inevitable incur additional costs. Another approach, known as contrastive decoding, induces hallucinations by manually disturbing the vision or instruction raw inputs and mitigates them by contrasting the outputs of the disturbed and original LVLMs. However, these approaches rely on empirical holistic input disturbances and double the inference cost. To avoid these issues, we propose a simple yet effective method named Self-Introspective Decoding (SID). Our empirical investigation reveals that pretrained LVLMs can introspectively assess the importance of vision tokens based on preceding vision and text (both instruction and generated) tokens. We develop the Context and Text-aware Token Selection (CT2S) strategy, which preserves only unimportant vision tokens after early layers of LVLMs to adaptively amplify text-informed hallucination during the auto-regressive decoding. This approach ensures that multimodal knowledge absorbed in the early layers induces multimodal contextual rather than aimless hallucinations. Subsequently, the original token logits subtract the amplified vision-and-text association hallucinations, guiding LVLMs decoding faithfully. Extensive experiments illustrate SID generates less-hallucination and higher-quality texts across various metrics, without extra knowledge and much additional computation burdens.

📄 PDF Abstract BibTeX arXiv:2408.02032

Code (1)

huofushuo/SID 공식 구현 jax

Tasks

Hallucination

Similar Papers 제목 키워드 기반

Alleviating Hallucinations of Large Language Models through Induced Hallucinations

2023-12-25 · Yue Zhang, Leyang Cui, Wei Bi, Shuming Shi

Despite their impressive capabilities, large language models (LLMs) have been observed to generate responses that include inaccurate or fabricated information, a phenomenon commonly known as ``hallucination''. In this wo…

HallucinationHallucination EvaluationTruthfulQA

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…

Alleviating Hallucinations in Large Vision-Language Models through Hallucination-Induced Optimization

2024-05-24 · Xinyu Lyu, Beitao Chen, Lianli Gao, Jingkuan Song 외

Although Large Visual Language Models (LVLMs) have demonstrated exceptional abilities in understanding multimodal data, they invariably suffer from hallucinations, leading to a disconnect between the generated text and t…

Hallucination

IBD: Alleviating Hallucinations in Large Vision-Language Models via Image-Biased Decoding

2024-02-28 · Lanyun Zhu, Deyi Ji, Tianrun Chen, Peng Xu 외

Despite achieving rapid developments and with widespread applications, Large Vision-Language Models (LVLMs) confront a serious challenge of being prone to generating hallucinations. An over-reliance on linguistic priors …

Meta-Thinking in LLMs via Multi-Agent Reinforcement Learning: A Survey

2025-04-20 · Ahsan Bilal, Muhammad Ahmed Mohsin, Muhammad Umer, Muhammad Awais Khan Bangash 외

This survey explores the development of meta-thinking capabilities in Large Language Models (LLMs) from a Multi-Agent Reinforcement Learning (MARL) perspective. Meta-thinking self-reflection, assessment, and control of t…

Multi-agent Reinforcement LearningSurvey