Hallucination in World Models is Predictable and Preventable
A new study argues that hallucination in generative world models—where visually convincing rollouts drift from real dynamics—is a predictable data-coverage problem, not an intractable flaw. Researchers introduced a benchmark and techniques to both detect and mitigate the failures. The work, posted to arXiv, identifies three distinct hallucination modes in world models: perceptual, action-marginalized, and scene-diverging. Each mode is anchored to a different stage of the generation pipeline and stems from the model encountering regions of the state-action space it has seen too little of during training [1][2]. A perceptual hallucination reflects a coverage gap in the tokenizer’s reconstruction distribution, an action-marginalized hallucination is a gap in action-conditional transitions, and a scene-diverging hallucination is a gap along the imagined trajectory [3]. To study the phenomenon systematically, the team built MMBench2, a 427-hour dataset spanning 210 tasks with ground-truth actions, rewards, and live simulators. They trained a 350M-parameter world model on it [1][4]. The researchers then developed three lightweight signals that predict where the model will fail, achieving a correlation of roughly 0.80 against rollout change in peak signal-to-noise ratio [2][3]. Two interventions emerged from the analysis. At training time, a coverage-aware sampling technique re-weights data to close coverage gaps. Online, the hallucination predictors serve as curiosity rewards that guide targeted data collection. This second approach allowed the pretrained model to adapt to entirely unseen environments using as few as 50 real environment trajectories [1][4]. The paper concludes that the same signals used to detect hallucination can also drive mitigation, framing the issue as fundamentally one of data coverage rather than model architecture [2][3]. World models are a class of generative system that simulate action-controllable futures, distinct from the large language models that power chatbots such as Microsoft Copilot or OpenAI’s ChatGPT [5][6]. While language models are typically evaluated on reasoning and factual accuracy, world models must maintain physically plausible dynamics over time, making the drift documented in the new study a distinct reliability concern [5].
research-papermodel-releaseproduct-launch
Background sources we checked (6)
- arxiv.org ↗ Abstract. 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 regio…
- arxiv.org ↗ Abstract. 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 regio…
- arxiv.org ↗ Abstract. 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 regio…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
- en.wikipedia.org ↗ Microsoft Copilot is a generative artificial intelligence chatbot developed by Microsoft AI, a division of Microsoft. Based on the Microsoft Prometheus large language model, it was launched in 2023 as Microsoft's main replacement for the discontinued Cortana. The service was intr…
- en.wikipedia.org ↗ Cognitive behavioral therapy (CBT) is a form of psychotherapy that combines basic principles from cognitive psychology and behaviorism. It aims to reduce symptoms of various mental health conditions by challenging and adjusting convictions and assumptions, while helping patients …
Sources
- export.arxiv.org — Hallucination in World Models is Predictable and Preventable ↗