arXiv:2501.16629cs.CLcs.CV2025-01ICLR被引 37

通过跨模态分层优化,显著降低多模态大模型的幻觉问题。

CHiP: Cross-modal Hierarchical Direct Preference Optimization for Multimodal LLMs

  • 引入视觉与文本偏好联合优化机制,提升图文对齐能力。
  • 在物体幻觉基准上,相比DPO减少52.7%至55.5%的幻觉率。
  • 适合关注多模态模型可靠性与生成准确性的研究者使用。

多模态大语言模型虽能力强大,但仍存在严重幻觉问题。现有研究尝试将直接偏好优化(DPO)应用于多模态场景,但基于文本反馈的偏好对难以有效对齐图像与文本表征,也难区分幻觉与真实描述。为此,本文提出跨模态分层直接偏好优化(CHiP),在DPO框架中引入视觉偏好优化模块,使模型可同时学习文本与视觉偏好。此外,设计分层文本偏好优化模块,支持在响应、片段和词元多个粒度上捕捉偏好。在多个基准上的定量与定性评估表明,该方法能有效抑制幻觉。在Object HalBench数据集上,相对于基线模型Muffin与LLaVA,CHiP分别实现52.7%与55.5%的幻觉率相对下降。代码与数据集已公开:https://github.com/LVUGAI/CHiP。

原文摘要 · Abstract (English)

Multimodal Large Language Models (MLLMs) still struggle with hallucinations despite their impressive capabilities. Recent studies have attempted to mitigate this by applying Direct Preference Optimization (DPO) to multimodal scenarios using preference pairs from text-based responses. However, our analysis of representation distributions reveals that multimodal DPO struggles to align image and text representations and to distinguish between hallucinated and non-hallucinated descriptions. To address these challenges, in this work, we propose a Cross-modal Hierarchical Direct Preference Optimization (CHiP) to address these limitations. We introduce a visual preference optimization module within the DPO framework, enabling MLLMs to learn from both textual and visual preferences simultaneously. Furthermore, we propose a hierarchical textual preference optimization module that allows the model to capture preferences at multiple granular levels, including response, segment, and token levels. We evaluate CHiP through both quantitative and qualitative analyses, with results across multiple benchmarks demonstrating its effectiveness in reducing hallucinations. On the Object HalBench dataset, CHiP outperforms DPO in hallucination reduction, achieving improvements of 52.7% and 55.5% relative points based on the base model Muffin and LLaVA models, respectively. We make all our datasets and code publicly available: https://github.com/LVUGAI/CHiP.

多模态幻觉抑制偏好优化大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。