paper-with-me

홈 › Papers

Mitigating Multimodal Hallucination via Phase-wise Self-reward

2026-04-20 · Yu Zhang, Chuyang Sun, Kehai Chen, Xuefeng Bai, Yang Xiang, Min Zhang arxiv

Large Vision-Language Models (LVLMs) still struggle with vision hallucination, where generated responses are inconsistent with the visual input. Existing methods either rely on large-scale annotated data for fine-tuning, which incurs massive computational overhead, or employ static post-hoc strategies that overlook the dynamic nature of hallucination emergence. To address these, we introduce a new self-rewarding framework, enabling dynamic hallucination mitigation at inference time without external supervision. On the empirical side, we reveal that visual hallucination exhibits phase-wise dynamic patterns, peaking at the onset of each semantic phase. Drawing on these insights, we propose \textbf{PSRD} (\textbf{Phase-wise \textbf{S}elf-\textbf{R}eward \textbf{D}ecoding) for online hallucination correction guided by phase-wise self-reward signals. To reduce the cost of repeated self-evaluation during decoding, we distill the hallucination guidance signal from LVLMs into a lightweight reward model. The reward model subsequently provides on-the-fly guidance for targeted intervention during the decoding process, enabling precise hallucination suppression. The proposed PSRD significantly reduces the hallucination rate of LLaVA-1.5-7B by 50.0% and consistently outperforms existing post-hoc methods across five hallucination evaluation benchmarks for four LVLMs. Further analysis confirms that PSRD effectively mitigates hallucination propagation and achieves a highly controllable trade-off between strong performance and inference efficiency.

📄 PDF Abstract BibTeX arXiv:2604.17982

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Volcano: Mitigating Multimodal Hallucination through Self-Feedback Guided Revision

2023-11-13 · Seongyun Lee, Sue Hyun Park, Yongrae Jo, Minjoon Seo

Large multimodal models suffer from multimodal hallucination, where they provide incorrect responses misaligned with the given visual information. Recent works have conjectured that one of the reasons behind multimodal h…

HallucinationMM-VetVisual Question Answering

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…

Decoding by Perturbation: Mitigating MLLM Hallucinations via Dynamic Textual Perturbation

2026-04-14 · Sihang Jia, Shuliang Liu, Songbo Yang, Yibo Yan 외 arxiv

Multimodal Large Language Models frequently suffer from inference hallucinations, partially stemming from language priors dominating visual evidence. Existing training-free mitigation methods either perturb the visual re…

Visual Grounding

IRIS: Implicit Reward-Guided Internal Sifting for Mitigating Multimodal Hallucination

2026-02-02 · Yuanshuai Li, Yuping Yan, Jirui Han, Fei Ming 외 arxiv

Hallucination remains a fundamental challenge for Multimodal Large Language Models (MLLMs). While Direct Preference Optimization (DPO) is a key alignment framework, existing approaches often rely heavily on costly extern…

ClinHallu: A Benchmark for Diagnosing Stage-Wise Hallucinations in Medical MLLM Reasoning

2026-06-12 · Sicheng Yang, Hangjie Yuan, Wenjun Zhang, Jinwang Wang 외 arxiv

Building trustworthy medical multimodal large language models (MLLMs) is critical for reliable clinical decision support. Existing medical hallucination benchmarks mainly focus on data collection, but often ignore where …