IRIS: Implicit Reward-Guided Internal Sifting for Mitigating Multimodal Hallucination
Yuanshuai Li, Yuping Yan, Jirui Han, Fei Ming, Lingjuan Lv, Yaochu Jin
TL;DR
IRIS addresses multimodal hallucination by exploiting implicit rewards in the model’s native log-probability space to reveal internal modal conflicts. It eliminates reliance on external evaluators by harvesting self-generated preference pairs through Iterative RVG-guided on-policy sampling and optimization via Direct Preference Optimization. The approach combines a warm-up SFT phase for visual grounding with a grounded, multi-component objective that includes textual and visual preferences plus anchored regularization, achieving strong grounding with only 5.7k samples and demonstrating data efficiency and robustness. Practically, IRIS offers a lightweight, principled path to reduce hallucinations in multimodal LLMs while significantly lowering curation costs compared to external-feedback baselines.
Abstract
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 external evaluators for scoring or rewriting, incurring off-policy learnability gaps and discretization loss. Due to the lack of access to internal states, such feedback overlooks the fine-grained conflicts between different modalities that lead to hallucinations during generation. To address this issue, we propose IRIS (Implicit Reward-Guided Internal Sifting), which leverages continuous implicit rewards in the native log-probability space to preserve full information density and capture internal modal competition. This on-policy paradigm eliminates learnability gaps by utilizing self-generated preference pairs. By sifting these pairs based on multimodal implicit rewards, IRIS ensures that optimization is driven by signals that directly resolve modal conflicts. Extensive experiments demonstrate that IRIS achieves highly competitive performance on key hallucination benchmarks using only 5.7k samples, without requiring any external feedback during preference alignment. These results confirm that IRIS provides an efficient and principled paradigm for mitigating MLLM hallucinations.
