arXiv:2508.20181cs.CVcs.AI2025-08被引 8

用视觉对象感知的偏好优化,减少多模态大模型幻觉。

Mitigating Hallucinations in Multimodal LLMs via Object-aware Preference Optimization

  • 基于CHAIR指标自动筛选真实与幻觉回答,构建偏好数据。
  • 在多个基准上幻觉率显著下降,有效提升生成真实性。
  • 无需复杂数据构建,适合希望改进生成准确性的研究者。

多模态大语言模型(MLLMs)作为统一接口,可处理从自然语言到计算机视觉的多种任务。尽管在多项基准测试中表现优异,但其易产生幻觉——即生成与视觉输入不符的答案。本文将幻觉问题视为对齐问题,旨在引导模型更倾向于生成无幻觉内容。不同于依赖复杂合成数据和专有模型的现有方法,本文利用原有的CHAIR指标(用于衡量图像描述中的幻觉程度),通过比较生成答案对,自动区分非幻觉与幻觉样本,并采用直接偏好优化(DPO)微调现成的MLLM。该方法称为CHAIR-DPO,可在多个幻觉基准上显著降低幻觉率,证明了基于CHAIR奖励微调的有效性。代码与训练模型已公开于https://github.com/aimagelab/CHAIR-DPO。

原文摘要 · Abstract (English)

Multimodal Large Language Models (MLLMs) emerge as a unified interface to address a multitude of tasks, ranging from NLP to computer vision. Despite showcasing state-of-the-art results in many benchmarks, a long-standing issue is the tendency of MLLMs to hallucinate, that is to generate answers to the user's query that are not reflected in the visual input. In this paper, we address the problem of hallucinations as an alignment problem, seeking to steer the MLLM so that it prefers generating content without hallucinations. In contrast to recent approaches that require complicated pipelines to build synthetic preference data for alignment training, often relying on proprietary models, we capitalize on the well-known CHAIR metric, originally proposed to gauge the degree of hallucinations in image captioning. Given a pair of generated answers, we leverage CHAIR to distinguish winner and loser options (i.e., non-hallucinated and hallucinated samples) and fine-tune off-the-shelf MLLMs via Direct Preference Optimization (DPO). The resulting method, which we refer to as CHAIR-DPO, effectively diminishes the amount of hallucinated answers on several hallucination benchmarks, demonstrating the effectiveness of fine-tuning the MLLM with a CHAIR-based reward. Source code and trained models are publicly available at https://github.com/aimagelab/CHAIR-DPO.

多模态幻觉抑制偏好优化CHAIR

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