PhysBrain 1.5 Unifies Perception, Action, and Prediction
An 8B autoregressive model turns language, end-effector motion, and visual targets into one token stream, reaching a 72.5 average across 28 embodied benchmarks.
Underlying Paper
PhysBrain 1.5: From Vision-Language Models to Physical Foundation Models
We present PhysBrain 1.5, a unified model for understanding physical environments, generating actions, and predicting future states. Motivated by the physical loop of observation, interaction, and environmental change, we bring these capabilities into a common learning framework. Starting from a general vision--language model, we encode language responses, end-effector motion, and dense visual targets as discrete sequences and jointly optimize them with autoregressive next-token prediction. Pre-training draws its embodied supervision entirely from human interaction videos, using task-centered episodes to pair semantic and spatial context with recovered motion and subsequent observations. We then adapt the model through supervised fine-tuning on a mixture of human demonstrations, robot trajectories, and simulated experience. Across 28 embodied understanding benchmarks, our 8B model achieves an average score of 72.5, setting a new open-source state of the art and performing on par with leading proprietary models such as GPT-6-Astra and Gemini 3.6 Flash. It achieves the best open-source results on 14 benchmarks while retaining general multimodal capabilities. Beyond these understanding evaluations, qualitative examples show the model's ability to produce end-effector trajectories and predict future scenes through spatially aligned RGB, depth, and robot-mask outputs.
Embodied models are usually separated by output type: a vision-language model answers a question, a control policy produces an action, and a world model predicts what follows. That division makes it difficult to transfer spatial understanding into motion or to check whether an intended action agrees with a predicted scene. PhysBrain 1.5 instead treats observation, interaction, and environmental change as parts of one autoregressive modeling problem.
The paper starts from a general vision-language model and extends it into a physical foundation model. Its reported 8B-parameter version averages 72.5 across 28 embodied-understanding benchmarks, leads the open-source comparison on 14 of them, and is presented as competitive with the proprietary systems included in the evaluation. The result is meaningful because it comes from a single model intended to retain general multimodal ability rather than a benchmark-specific specialist.
Core Contribution
The central design choice is to express several distinct embodied outputs as discrete sequences. Natural-language responses, end-effector trajectories, and dense visual targets all become next-token prediction targets. This lets the same model learn to describe a physical setting, generate a motion in that setting, and predict the visual consequences of interaction.
That is different from merely attaching a policy head to a vision-language backbone. The paper frames the supervision around a physical loop: semantic and spatial observations establish context, an interaction supplies motion, and a subsequent observation supplies a target for environmental change. The intended benefit is shared representation learning across tasks that are normally trained with separate objectives and datasets.
Figure 1 summarizes the reported benchmark position: the 8B model has an overall score of 72.5 and is ranked first among the open-source entries shown. The figure is a useful high-level comparison, but it does not by itself establish that every capability—especially action generation and future prediction—has been tested at the same depth as the understanding suite.
Technical Approach
Pre-training uses embodied supervision recovered from human-interaction video rather than robot-only data. The episodes are task-centered: they pair visual and language context with recovered end-effector motion and later observations. This is a practical way to obtain broad interaction coverage without requiring every pre-training example to be collected by a robot, although the fidelity of recovered motion becomes a consequential assumption.
The model is then supervised-fine-tuned on a mixture of human demonstrations, robot trajectories, and simulated experience. The paper's qualitative material illustrates the breadth of the shared output space. In multi-view examples, the model estimates object scale and reasons about orientation from multiple camera observations. Other examples show spatially aligned predicted RGB, depth, and robot-mask outputs after an action, alongside generated end-effector trajectories. These demonstrations make the formulation concrete: the model is asked to maintain geometry across views and time, not simply name objects in an image.
Results and Analysis
The strongest quantitative evidence concerns embodied understanding. On the authors' 28-benchmark suite, PhysBrain 1.5 8B reaches a 72.5 average score and reports the best open-source result on 14 benchmarks. The comparison plot places it alongside leading proprietary models, with the authors describing its aggregate score as on par with them. This is a substantial result for an 8B model if the benchmark composition and protocols are representative of deployment tasks.
The evidence is less complete for the paper's broader physical-model claim. The action, scale-estimation, orientation, and future-scene capabilities are visually persuasive demonstrations, but the supplied material presents them qualitatively rather than through an aggregate control-success rate, prediction error, or real-robot comparison. The paper therefore supports the narrower conclusion that a unified token formulation can score well on a broad understanding evaluation and produce coherent examples across output modalities. It does not yet show, from the reported evidence, that one model reliably closes the perception-to-action loop in operational robot settings.
Caveats in Practice
Human-video pre-training expands coverage, but recovered end-effector motion can differ from robot kinematics, contact dynamics, and camera geometry. Fine-tuning with robot trajectories and simulation addresses that gap only to the degree those sources match target hardware and environments. The reported benchmark average is a useful headline measure; practitioners evaluating a manipulation system would still need task-level success rates, safety failures, long-horizon tests, and transfer results on their own robot.
Evidence Box
moderateKey Claims
- •A single autoregressive model can jointly represent language, motion, and dense future visual targets
- •Human-interaction video can provide embodied pre-training supervision
- •Unified training transfers physical context across understanding, action, and prediction
Key Results
- •72.5 average score for the 8B model across 28 embodied-understanding benchmarks
- •Best open-source result on 14 of 28 reported benchmarks
- •8B-parameter model ranked first among open-source systems in the Figure 1 comparison
Limitations & Caveats
- •Action generation and future-scene prediction are presented primarily through qualitative examples
- •No aggregate real-robot control success rate or long-horizon deployment evaluation reported in the supplied material
- •Recovered human-video motion may not match robot kinematics, contacts, or target camera geometry