Vision Language Models Are Still Hallucinating About Physics. Here's How Researchers Are Fixing It
Vision language models (VLMs) like GPT-4V and Gemini Vision can describe images with impressive accuracy, but they struggle when asked to reason about how physical objects actually move and interact. A new research approach called VAORA (Visual Action Outcome Reasoning Alignment) tackles a fundamental problem: these models often generate plausible-sounding explanations that contradict basic physics, and their stated reasoning frequently doesn't match their actual decisions.
Why Do Vision Language Models Fail at Physical Reasoning?
The challenge lies in how VLMs are typically trained. Two dominant approaches each introduce critical blind spots. Supervised fine-tuning teaches models to imitate expert reasoning without anchoring that reasoning to physical reality, producing fluent but physically inconsistent explanations. Meanwhile, reinforcement learning optimized purely for task success often encourages models to skip reasoning entirely and rely on visual shortcuts that exploit dataset patterns rather than learning genuine causal understanding.
The result is a model that can describe what it sees but cannot reliably predict what will happen next in an interactive physical environment. This matters because VLMs are increasingly deployed in robotics, simulation environments, and autonomous systems where physical reasoning is essential.
How Does VAORA Solve the Hallucination Problem?
VAORA introduces two complementary reward signals that ground VLM reasoning in observable reality. The Visual Alignment Reward anchors the model's reasoning to the visual context independent of any action, suppressing hallucinated explanations at their source. The Visual-Action Alignment Reward then grounds the reasoning in the actual visual outcome produced by the model's action, jointly reducing both hallucinated reasoning and the gap between what the model says it will do and what it actually does.
To stabilize training in continuous-action environments where rewards are naturally sparse and noisy, researchers augmented these signals with smooth, dense success-probability estimates derived from a pre-trained expert agent. This hybrid approach prevents the model from gaming the reward system.
Steps to Improve Vision Language Model Generalization
- Ground Reasoning in Visual Context: Anchor the model's explanations to what it actually sees in the image, independent of the action it will take, to suppress physically implausible reasoning before it starts.
- Align Reasoning with Action Outcomes: Ensure the model's stated reasoning matches the visual consequences of its actions, creating accountability between explanation and behavior.
- Use Dense Reward Signals: Replace sparse success-only rewards with smooth probability estimates that guide the model toward better reasoning throughout training, not just at task completion.
- Test Across Novel Scenarios: Evaluate generalization by training on a subset of tasks and testing on held-out tasks, then verify zero-shot transfer to entirely different physics simulators.
What Results Did VAORA Achieve?
Experiments on two major physical reasoning benchmarks, PHYRE and Virtual Tool, demonstrated significant improvements. The approach surpassed a deep Q-network (DQN) expert on unseen PHYRE tasks and achieved zero-shot transfer to Virtual Tool, matching or outperforming frontier closed-source models. Notably, the improved physical reasoning induced by VAORA transferred beyond action selection to explicit reasoning and question-answering tasks on the Craft Visual Question Answering benchmark.
This is important because it suggests the model is developing genuine physical understanding rather than simply memorizing task-specific patterns. The ability to transfer reasoning skills across different benchmarks indicates the model has learned transferable principles about how the physical world works.
What Does This Mean for the Future of Multimodal AI?
The research reveals a critical insight: both supervised fine-tuning and success-driven reinforcement learning fail to supervise the connection between reasoning and physical reality. This gap affects not just VLMs but the broader multimodal AI ecosystem. As these models move from passive description tasks (like image captioning) into interactive environments (robotics, autonomous systems, embodied AI), the ability to reason accurately about causality becomes essential.
Meanwhile, Google's Gemini API continues expanding multimodal capabilities, supporting text, audio, video, and image inputs through a unified interface. As these models become more capable, ensuring they reason correctly about physical interactions will be crucial for safe deployment in real-world applications.
The VAORA approach demonstrates that the solution isn't simply scaling up model size or training data. Instead, it requires rethinking how we supervise and reward the reasoning process itself, ensuring that explanations are grounded in observable reality rather than learned patterns that happen to work on training data.