paper-with-me

홈 › Papers

Dynamic Alignment Compensation for Hallucination Mitigation in Large Vision-Language Models

2026-08-28 · Kairong Yu, Zixin Zhu, Le Yu, Hongwei Wang arxiv

Large Vision-Language Models (LVLMs) remain prone to hallucinations, producing responses that are irrelevant or inconsistent with the multimodal input. Existing mitigation methods mainly rely on external supervision, output calibration, or attention regulation, leaving the internal representation dynamics of autoregressive generation underexplored. We identify an inference-time failure mode in which cross-modal representations degrade across decoder layers and drift across generation steps, destabilizing token prediction and increasing hallucination risk. We propose \emph{Dynamic Alignment Compensation} (DAC), a training-free inference-time method that detects representation divergence and selectively applies lightweight residual compensation. DAC combines Layer-wise Semantic Compensation to mitigate inter-layer degradation with Sequential Semantic Correction to constrain temporal drift. Experiments on nine hallucination-focused and general-purpose multimodal benchmarks across multiple LVLM backbones show that DAC consistently reduces hallucinations while maintaining strong overall performance.

📄 PDF Abstract BibTeX arXiv:2608.28058

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mathematical Analysis of Hallucination Dynamics in Large Language Models: Uncertainty Quantification, Advanced Decoding, and Principled Mitigation

2025-11-19 · Moses Kiprono arxiv

Large Language Models (LLMs) are powerful linguistic engines but remain susceptible to hallucinations: plausible-sounding outputs that are factually incorrect or unsupported. In this work, we present a mathematically gro…

Optimizing LVLMs with On-Policy Data for Effective Hallucination Mitigation

2025-11-30 · Chengzhi Yu, Yifan Xu, Yifan Chen, Wenyi Zhang arxiv

Recently, large vision-language models (LVLMs) have risen to be a promising approach for multimodal tasks. However, principled hallucination mitigation remains a critical challenge.In this work, we first analyze the data…

ResNetVLLM-2: Addressing ResNetVLLM's Multi-Modal Hallucinations

2025-04-20 · Ahmad Khalil, Mahmoud Khalil, Alioune Ngom

Large Language Models (LLMs) have transformed natural language processing (NLP) tasks, but they suffer from hallucination, generating plausible yet factually incorrect content. This issue extends to Video-Language Models…

HallucinationLanguage ModelingLanguage ModellingRAG+1

Aligning with Your Own Voice: Self-Corrected Preference Learning for Hallucination Mitigation in LVLMs

2026-04-27 · Byeonggeuk Lim, JungMin Yun, Junehyoung Kwon, Kyeonghyun Kim 외 arxiv

Large Vision-Language Models (LVLMs) frequently suffer from hallucinations. Existing preference learning-based approaches largely rely on proprietary models to construct preference datasets. We identify that this relianc…

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