paper-with-me

Papers

Mitigating Visual Hallucinations in Multimodal Systems through Retrieval-Augmented Reliability-Aware Inference

2026-06-14 · Pratheswaran Hariharan, Haiping Xu, Donghui Yan arxiv

Multimodal large language models (MLLMs) have demonstrated strong capabilities in vision-language understanding and natural-language response generation. However, these systems can still produce overconfident predictions and hallucination-like outputs, particularly when the visual evidence is weak, ambiguous, or semantically inconsistent. Most existing approaches focus on improving multimodal representation alignment or retrieval-augmented generation, while providing limited mechanisms to quantify instance-level prediction reliability or identify incorrect visual outputs. This work proposes a retrieval-augmented reliability-aware inference framework for trustworthy multimodal visual understanding. The proposed framework constructs an external visual evidence database using pretrained visual embeddings and nearest-neighbor retrieval over normalized feature representations. Retrieved evidence is used to estimate prediction trustworthiness through multiple reliability indicators, including similarity strength, class-support agreement, evidence margin, entropy-based uncertainty, and an aggregate reliability score. Based on these signals, a decision gate determines whether the system should accept the prediction, answer with caution, or abstain/fallback when evidence is insufficient. A multimodal response-generation layer then produces a final user-facing response conditioned on the reliability decision. Experiments on ImageNet-100 demonstrate that the proposed reliability-aware framework improves accepted prediction accuracy from 85.84\% to 88.88\% at 89.04\% coverage. The hallucination-like accepted wrong-answer rate is reduced from 14.16\% to 11.12\%. These results show that integrating retrieval evidence, reliability estimation, and selective decision gating can improve calibration and reduce overconfident visual errors without retraining large multimodal models.

📄 PDF Abstract BibTeX arXiv:2606.15782

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generation

Similar Papers 제목 키워드 기반

Mitigating Hallucination in Multimodal Large Language Model via Hallucination-targeted Direct Preference Optimization

2024-11-15 · Yuhan Fu, Ruobing Xie, Xingwu Sun, Zhanhui Kang 외

Multimodal Large Language Models (MLLMs) are known to hallucinate, which limits their practical applications. Recent works have attempted to apply Direct Preference Optimization (DPO) to enhance the performance of MLLMs,…

HallucinationHallucination EvaluationLanguage ModelingLanguage Modelling+2

Mitigating Multimodal Hallucinations via Gradient-based Self-Reflection

2025-09-03 · Shan Wang, Maying Shen, Nadine Chang, Chuong Nguyen 외 arxiv

Multimodal large language models achieve strong performance across diverse tasks but remain prone to hallucinations, where outputs are not grounded in visual inputs. This issue can be attributed to two main biases: text-…

Visual Grounding

Mitigating Object and Action Hallucinations in Multimodal LLMs via Self-Augmented Contrastive Alignment

2025-12-04 · Kai-Po Chang, Wei-Yuan Cheng, Chi-Pin Huang, Fu-En Yang 외 arxiv

Recent advancement in multimodal LLMs (MLLMs) has demonstrated their remarkable capability to generate descriptive captions for input videos. However, these models suffer from factual inaccuracies in the generated descri…

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

Thinking Before Looking: Improving Multimodal LLM Reasoning via Mitigating Visual Hallucination

2024-11-15 · Haojie Zheng, Tianyang Xu, Hanchi Sun, Shu Pu 외

Multimodal large language models (MLLMs) have advanced the integration of visual and linguistic modalities, establishing themselves as the dominant paradigm for visual-language tasks. Current approaches like chain of tho…

HallucinationMultimodal Reasoning