Hallucination in World Models is Predictable and Preventable
作者: Nicklas Hansen, Xiaolong Wang
分类: cs.LG, cs.CV, cs.RO
发布日期: 2026-06-25
备注: Interactive paper, live demo, code, dataset, and models: https://www.nicklashansen.com/mmbench2
💡 一句话要点
提出MMBench2以解决世界模型中的幻觉问题
🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)
关键词: 生成模型 数据覆盖 幻觉检测 机器人导航 自动驾驶 虚拟现实 模型适应性
📋 核心要点
- 现有的生成世界模型在真实动态的再现上存在幻觉现象,导致生成结果与真实情况偏离。
- 论文提出MMBench2数据集和覆盖感知采样技术,以检测和缓解幻觉现象,提升模型的适应性。
- 通过实验,模型在仅使用50条真实环境轨迹的情况下,能够有效适应全新环境,显示出显著的性能提升。
📝 摘要(中文)
现代生成世界模型能够渲染越来越真实的可控未来,但它们常常出现幻觉现象:生成的结果在视觉上流畅,但与真实动态偏离。我们假设幻觉主要集中在状态-动作空间的低覆盖区域,轻量级的数据驱动信号可以有效检测并指导其缓解。为此,我们引入了MMBench2,一个包含427小时、210个任务的数据集,训练了一个350M参数的世界模型。我们识别了三种不同的幻觉模式,并开发了三种信号来准确预测模型失败的地方。通过覆盖感知采样技术和在线数据收集,我们实现了数据高效的微调,使预训练的世界模型能够适应全新的环境。我们的研究表明,世界模型中的幻觉问题本质上是数据覆盖问题,检测和缓解的信号是相同的。
🔬 方法详解
问题定义:论文要解决的问题是生成世界模型中的幻觉现象,这种现象使得模型生成的结果在视觉上流畅但与真实动态偏离,现有方法在低覆盖区域表现不佳。
核心思路:论文的核心思路是利用轻量级的数据驱动信号来检测幻觉并指导其缓解,特别是在状态-动作空间的低覆盖区域。通过这种方式,模型能够更好地适应未见过的环境。
技术框架:整体架构包括MMBench2数据集的构建、模型训练、幻觉模式的识别以及覆盖感知采样技术的应用。主要模块包括数据采集、模型训练和在线数据收集。
关键创新:最重要的技术创新点在于识别了三种幻觉模式,并开发了相应的信号来预测模型的失败。这与现有方法的本质区别在于将幻觉视为数据覆盖问题,而非单纯的模型缺陷。
关键设计:关键设计包括350M参数的世界模型架构、三种幻觉模式的定义,以及覆盖感知采样技术的实现,确保模型在训练和在线阶段都能有效收集数据。
🖼️ 关键图片
📊 实验亮点
实验结果显示,使用MMBench2数据集训练的模型在适应全新环境时,仅需50条真实环境轨迹即可实现显著的性能提升,相较于传统方法,数据效率提高了数倍,验证了提出方法的有效性。
🎯 应用场景
该研究的潜在应用领域包括机器人导航、自动驾驶和虚拟现实等场景,能够提高模型在动态环境中的适应能力和决策质量。通过有效的幻觉检测与缓解机制,未来的智能系统将更加可靠和高效。
📄 摘要(原文)
Modern generative world models render increasingly realistic action-controllable futures, yet they frequently hallucinate: rollouts remain visually fluent while drifting from the ground-truth dynamics. We hypothesize that hallucination concentrates in low-coverage regions of the state-action space, where lightweight data-centric signals can both detect it and guide mitigation. To test this, we introduce MMBench2, a 427-hour, 210-task dataset for visual world modeling with ground-truth actions, rewards, and live simulators, and train a 350M-parameter world model on it. We identify three distinct hallucination modes: perceptual, action-marginalized, and scene-diverging -- each anchored to a different stage of the pipeline, and develop three signals that accurately predict where the model will fail. To close coverage gaps at training time, we develop a coverage-aware sampling technique; to close them online, our hallucination predictors serve as curiosity rewards for targeted data collection, yielding a data-efficient finetuning recipe that adapts the pretrained world model to entirely unseen environments with as few as 50 real environment trajectories. Overall, our findings reveal that hallucination in world models is inherently a data coverage issue, and that the same signals used to detect it can also be used for mitigation. An interactive web version of our paper is available at https://www.nicklashansen.com/mmbench2