Skip to main content
QUICK REVIEW

[论文解读] Evaluating Object Hallucination in Large Vision-Language Models

Yifan Li, Yifan Du|arXiv (Cornell University)|May 17, 2023
Ferroelectric and Negative Capacitance Devices被引用 12
一句话总结

本论文系统性地研究了 LVLMs 的对象幻觉,并提出了 POPE,一种基于投票的评估方法,相较于现有方法更稳定、可扩展,显示 LVLMs 常对常见对象和共现对象产生幻觉。

ABSTRACT

Inspired by the superior language abilities of large language models (LLM), large vision-language models (LVLM) have been recently explored by integrating powerful LLMs for improving the performance on complex multimodal tasks. Despite the promising progress on LVLMs, we find that LVLMs suffer from the hallucination problem, i.e. they tend to generate objects that are inconsistent with the target images in the descriptions. To investigate it, this work presents the first systematic study on object hallucination of LVLMs. We conduct the evaluation experiments on several representative LVLMs, and show that they mostly suffer from severe object hallucination issue. We further discuss that the visual instructions may influence the hallucination, and find that: objects that frequently occur in the visual instructions or co-occur with the image objects, are obviously prone to be hallucinated by LVLMs. Besides, we find that existing evaluation methods might be affected by the input instructions and generation styles of LVLMs. Thus, we further design an improved evaluation method for object hallucination by proposing a polling-based query method called POPE. Experiment results demonstrate that our POPE can evaluate the object hallucination in a more stable and flexible way. Our codes and data are publicly available at https://github.com/RUCAIBox/POPE.

研究动机与目标

  • 推动对大规模视觉-语言模型(LVLMs)中对象幻觉的研究。
  • 在 MSCOCO 上对具有代表性的 LVLMs 进行对象幻觉的定量评估。
  • 分析视觉指令数据如何影响幻觉行为。
  • 提出并验证一种基于投票的评估方法(POPE)用于稳定的幻觉评估。
  • 展示 POPE 在跨数据集和基于分割的设置中的可扩展性与鲁棒性。

提出的方法

  • 改用 CHAIR 指标来衡量 LVLM 生成的 MSCOCO 标题中的对象幻觉。
  • 对五种 LVLM(mPLUG-Owl、LLaVA、Multimodal-GPT、MiniGPT-4、InstructBLIP)进行图像描述任务的提示。
  • 引入 POPE:基于投票的探测,将幻觉评估转化为关于对象是否存在的是/否问题。
  • 使用随机、流行和对抗抽样构造探测集,以测试对象幻觉的鲁棒性。
  • 将 POPE 与 CHAIR 进行比较,并在不同提示和标题长度下评估稳定性。
  • 可选地通过基于 SEEM 的分割将 POPE 扩展到未标注的数据集并比较结果。

实验结果

研究问题

  • RQ1现有 LVLMs 在字幕中幻觉对象的程度与 MSCOCO 的真实对象相比有多大?
  • RQ2在使用 CHAIR 时,指令设计和字幕长度如何影响幻觉测量?
  • RQ3基于投票的探测方法(POPE)在评估 LVLM 的对象幻觉方面是否更稳定、可扩展?
  • RQ4在视觉指令数据中经常出现或共现的对象会推动 LVLM 的幻觉吗?

主要发现

数据集设置模型准确率精确度召回率F1 分数是(百分比)
MSCOCORandommPLUG-Owl53.3051.7199.5368.0696.23
MSCOCORandomLLaVA54.4352.3299.8068.6595.37
MSCOCORandomMultiModal-GPT50.0350.02100.0066.6899.97
MSCOCORandomMiniGPT-477.8375.3882.6778.8654.83
MSCOCOPopularmPLUG-Owl50.6350.3299.2766.7998.63
MSCOCOPopularLLaVA52.4351.2599.8067.7297.37
MSCOCOPopularMultiModal-GPT50.0050.00100.0066.67100.00
MSCOCOPopularMiniGPT-468.3064.2782.4072.2164.10
MSCOCOPopularInstructBLIP
MSCOCOAdversarialmPLUG-Owl50.6750.3499.3366.8298.67
MSCOCOAdversarialLLaVA50.7750.3999.8766.9899.10
MSCOCOAdversarialMultiModal-GPT50.0050.00100.0066.67100.00
MSCOCOAdversarialMiniGPT-466.6062.4583.2771.3766.67
MSCOCOAdversarialInstructBLIP74.3767.6793.3378.4568.97
  • LVLMs 表现出强烈的对象幻觉,常比小型 VLPMs 更明显,CHAIR 结果显示出实例级和句子级的幻觉很高。
  • 指令提示设计和字幕长度显著影响 CHAIR 分数,表明 CHAIR 作为评估指标存在不稳定性。
  • POPE 提供了更稳定且灵活的评估:是/否探测降低了解释偏差并与字幕内容对齐。
  • LVLMs 往往会幻觉出在视觉指令数据中经常出现或与真实对象经常共现的对象。
  • 在 MSCOCO 的 Random、Popular、Adversarial 设置下,InstructBLIP 通常表现最好,而 LLaVA、MultiModal-GPT 和 mPLUG-Owl 则显示出更强的幻觉倾向。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。