Skip to content
RobotWorld
Back to Papers

PAPER DEEP DIVE

具身智能PaperEmbodied AI

Embodied GPT-5.1: Evidence of a World Model?

This exploratory study examines whether a large multimodal language model, GPT-5.1, can serve as the high-level controller of a physical mobile robot despite having no prior embodiment, no training in simulated environments, and no exposure to sensorimotor experience. Using only low-resolution first-person images and a discrete action set, the model was tasked with navigation and object-directed behaviors such as locating and contacting a target toy. Across multiple trials, GPT-5.1 demonstrated emergent capabilities that suggest elements of spatial reasoning and physical understanding. These included maintaining short-term memory of object locations after they left the camera frame, inferring the physical consequences of its own movements, and executing coherent action sequences such as colliding with an object and reversing to visually verify the outcome. At the same time, the model displayed inefficiencies and perceptual limitations, including imprecise alignment strategies and occasional misidentification of distant distractors. Overall, the results indicate that GPT-5.1 exhibits signs of world-model-like behavior in an embodied setting, despite the absence of any embodiment-related training, a finding that challenges long-standing views in cognitive science and robotics which hold that a physical body is a necessary prerequisite for developing such forms of intelligence. The findings motivate deeper investigation into the emergence, limits, and robustness of physical understanding in large language models.

Roberto Spinelli, Thiago C. MartinsJuly 27, 20263 min read
中文
Authors (see paper)
arXiv:2607.23899

One-Sentence Summary

This exploratory study examines whether GPT-5.1 can serve as a physical mobile robot's high-level controller without prior embodiment, simulation training, or sensorimotor experience. Using only low-resolution first-person images and discrete actions, GPT-5.1 demonstrates emergent spatial reasoning and physical understanding, challenging the view that a physical body is necessary for such intelligence.

Figure 1. GPT-5.1 controlling mobile robot

Figure 1 — GPT-5.1 controls a mobile robot using only low-resolution first-person images and discrete actions.

1. Background and Motivation

Cognitive science and robotics have long held that a physical body is a necessary prerequisite for developing spatial reasoning and physical understanding. This paper challenges that view: can a large multimodal language model with no embodiment, no simulation training, and no sensorimotor experience serve as a physical robot controller exhibiting world-model-like behavior?

2. Core Method

2.1 Experimental Design

  • GPT-5.1 as high-level controller for a mobile robot.
  • Input: low-resolution first-person images + discrete action set.
  • Tasks: navigation and object-directed behaviors (locating and contacting target toys).

2.2 Emergent Capabilities

  • Short-term memory: Maintains object locations after they leave the camera frame.
  • Physical reasoning: Infers physical consequences of its own movements.
  • Coherent action sequences: Collides with object, reverses to visually verify outcome.

2.3

Mean squared error

$$ \mathcal{L}_{\mathrm{MSE}}=\frac{1}{N}\sum_{i=1}^{N}\|y_{i}-\hat{y}_{i}\|^{2} $$

Cross-entropy loss

$$ \mathcal{L}_{\mathrm{CE}}=-\sum_{i}y_{i}\log\hat{y}_{i} $$

Optimization objective

$$ \theta^{*}=\arg\min_{\theta}\mathcal{L}(\theta) $$

Output distribution

$$ p(y|x)=\mathrm{softmax}(Wf_{\theta}(x)+b) $$

Prediction

$$ \hat{y}=\arg\max_{y}p(y|x) $$

Key Hyperparameters
ParameterValueDescription
Learning rate1e-4Adam optimizer
Batch size256Training batch
Discount $\gamma$0.99Reward discount
Epochs5000Training iterations
Figure 2

Figure 2: Additional results from the paper.

Figure 3

Figure 3: Additional results from the paper.

Limitations

  • Imprecise alignment strategies.
  • Occasional misidentification of distant distractors.
flowchart LR
    A["Low-res First-person
Image"] --> B["GPT-5.1
(no embodiment training)"] B --> C["Discrete Action
(navigate/contact)"] C --> D["Robot Executes"] D --> E["Emergent: spatial memory
+ physical reasoning
+ coherent sequences"] style B fill:#e0e7ff,stroke:#2563eb style E fill:#dcfce7,stroke:#16a34a

3. Experimental Results

CapabilityPerformance
Object location memoryMaintained after leaving view
Movement consequence inferenceCan infer own motion effects
Verification behaviorReverse after collision to verify
Alignment precisionImprecise
Distant distractorsOccasional misidentification

4. Main Contributions

  • Embodiment-free world-model behavior: GPT-5.1 exhibits world-model-like behavior without any embodiment training.
  • Challenges traditional view: Challenges the cognitive science/robotics view that a physical body is necessary for spatial reasoning.
  • Systematic emergent capability characterization: Systematically records short-term memory, physical reasoning, and coherent sequences.

5. Limitations and Future Work

Limitations:

  • Exploratory study with limited sample size and task variety.
  • Alignment and perception precision insufficient for practical use.
  • GPT-5.1's internal mechanisms opaque, difficult to attribute emergent capabilities.

Future work: Motivates deeper investigation into emergence, limits, and robustness of physical understanding in large language models.

6. Conclusion

This exploratory study uses GPT-5.1 as a physical mobile robot's high-level controller — without prior embodiment, simulation training, or sensorimotor experience. Using only low-resolution first-person images and discrete actions, GPT-5.1 demonstrates emergent spatial reasoning and physical understanding: short-term object location memory, movement consequence inference, and coherent collision-then-reverse verification sequences. This challenges the long-held cognitive science and robotics view that a physical body is a necessary prerequisite for such intelligence, motivating deeper investigation into physical understanding emergence in large language models.

Understanding physics without a body? GPT-5.1's emergent behavior challenges the foundational assumptions of embodied cognition.

Related Papers

Humanoid Seated Locomotion on Passive Mobile Chair

Humanoid Seated Locomotion on Passive Mobile Chair

Research on omnidirectional seated locomotion for humanoids on passive chairs. Policies use proprioception only, outperforming standing in tracking. Analyzes regularization effects on convergence.

人形机器人Humanoid坐姿移动Aug 28, 2026
GigaBrain-0.7: Scaling Embodied Foundation Models to Emergent Capabilities with a Three-System Architecture

GigaBrain-0.7: Scaling Embodied Foundation Models to Emergent Capabilities with a Three-System Architecture

Vision-language-action (VLA) models have become a dominant paradigm for generalist embodied agents, demonstrating strong complex and long-horizon task completion in structured settings. Yet it remains an open question whether current VLA systems can benefit from more effective architectural design, scale to substantially larger and more heterogeneous data regimes, and achieve broader generalization across tasks and embodiments. To this end, we present GigaBrain-0.7, an embodied foundation model with substantially improved generalization across diverse robot embodiments. Specifically, GigaBrain-0.7 unifies understanding, prediction, and action through a three-system architecture, scales pretraining to over 37,000 hours of heterogeneous embodied data, and introduces one-stage alignment training that jointly optimizes vision-language understanding and multi-embodiment action generation. Compared with the preceding GigaBrain-0 series and prior state-of-the-art models including $π_{0.5}$, GigaBrain-0.7 achieves substantial improvements in foundation zero-shot capabilities, language-conditioned instruction following, and post-training task success rates. In particular, on our in-house Maker H01 platform and mainstream robot embodiments, GigaBrain-0.7 demonstrates strong task adaptability and completion ability across both home and industrial scenarios. All training code and pretrained model weights will be released.

VLA具身智能世界模型Aug 16, 2026
ABot-N1: Toward a General Visual Language Navigation Foundation Model

ABot-N1: Toward a General Visual Language Navigation Foundation Model

ABot-N1 is a general visual-language navigation foundation model built on a slow-fast dual-system architecture: a 4B slow VLM reasoner emits explicit chain-of-thought plus dual pixel goals (Target Pixel + Affordance Pixel), while a 2B fast action expert decodes continuous SE(2) waypoints via QFormer action queries. The unified pixel-goal interface covers five tasks — point-goal, object-goal, POI-goal, instruction-following and person-following — in a single 30M-sample multi-task checkpoint, further aligned by GRPO post-training with format/target/safety rewards. Two closed-loop benchmarks are released (ABotN-PointBench and ABotN-POIBench). ABot-N1 sets new SOTA on all five benchmarks, boosting POI entrance arrival to 77.3% (+35.0 pp) and reaching 92.9%/95.4% outdoor/indoor point-goal SR, with full deployment on the TuTu quadruped running on a Jetson AGX Orin.

视觉语言导航VLN导航基础模型Jul 11, 2026
Zetta ζ: An Efficient Closed-Loop Embodied Harness for Self-Evolving Physical Intelligence

Zetta ζ: An Efficient Closed-Loop Embodied Harness for Self-Evolving Physical Intelligence

Zetta is a closed-loop embodied harness that keeps the base VLA frozen and evolves code-based runtime critics and recovery skills through three timescale-separated loops: action-frequency governance, rollout-batch failure diagnosis, and validation-gated skill updates. With the Z-Infra rollout infrastructure (20.6x throughput), it reaches 90.8% on LIBERO-Pro and 93.6% on RoboCasa, with zero-shot skill transfer and robotic Aha moments.

具身智能Embodied AIVLAAug 17, 2026