PhysBrain 1.5

From General VLMs to Physical Foundation Model

Try PhysBrain 1.5 Demo App

DeepCybo, Zhongguancun Academy, and Zhongguancun Institute of Artificial Intelligence

Introduction

PhysBrain 1.5 is an embodied vision-language model that unifies three core capabilities essential for physical interaction: understanding the observed world, generating goal-directed actions, and predicting how the environment will evolve. Its design mirrors the closed physical loop of agent-environment interaction: observations guide reasoning and action, actions alter the environment, and the updated state feeds back as the next observation.

To implement this loop in a single model, PhysBrain 1.5 extends pretrained vision-language models with dedicated action and visual-state tokens. Language responses, structured spatial outputs, end-effector trajectories, and future world states are all formulated as discrete tokens. These modalities are jointly learned using a single shared autoregressive backbone under a unified next-token prediction objective, with no task-specific heads.

PhysBrain 1.5 model architecture

PhysBrain 1.5 model architecture.

Try PhysBrain 1.5

Experience PhysBrain 1.5 directly in your browser with 🤗 PhysBrain 1.5-8B Demo. Upload an image and try visual-spatial understanding, embodied reasoning, and planning without setting up a local environment.

Evaluation

Embodied behavior can be viewed as a recurrent physical loop: the agent perceives a 2D scene, constructs a 3D spatial representation, plans an action strategy, localizes the target point, generates a motion trajectory, executes the action, and observes the resulting state transition. The benchmark results and qualitative examples below evaluate PhysBrain 1.5's capabilities across this loop in seven categories: five in embodied understanding, plus action prediction and future-state prediction.

Embodied Understanding

We evaluate these five categories of embodied understanding on a suite of 28 embodied spatial intelligence and planning benchmarks. The categories are foundational visual-spatial perception; 3D and multi-view spatial understanding; embodied cognition, reasoning, and planning; spatial grounding, pointing, and affordance; and visual trace and trajectory reasoning.

On this suite, PhysBrain 1.5-8B achieves a 72.5 overall score, ranking first among the evaluated open-source models and performing comparably to leading proprietary counterparts. See Evaluation Notes for details on the evaluation framework and protocol.

PhysBrain 1.5 leaderboard

The table below breaks down these overall scores by benchmark, grouped into the five categories of embodied understanding.

Results across 28 embodied benchmarks, with PhysBrain 1.5-2B excluded from ranking

All scores are reported on a 0–100 scale, with higher values indicating better performance. The Overall row is the unweighted mean across the 28 benchmarks, at the reported numerical precision. The 2B column is shown for reference and excluded from the open-source ranking.

The examples below illustrate specific tasks within each category:

  • Foundational Visual-Spatial Perception: Object counting, spatial relationship reasoning, relative depth comparison, and metric size estimation.
  • 3D and Multi-View Spatial Understanding: Absolute metric distance estimation, room area calculation, and egocentric motion reasoning under camera viewpoint shifts.
  • Embodied Cognition, Reasoning, and Planning: Temporal past-action description, counterfactual future prediction, step-by-step goal decomposition, and task execution outcome estimation.
  • Spatial Grounding, Pointing, and Affordance: Point-level object grounding, target region localization, and functional affordance identification.
  • Visual Trace and Trajectory Reasoning: Waypoint generation for obstacle-free movement, object rearrangement, and contact-rich manipulation traces.

PhysBrain 1.5 evaluation cases covering perception, spatial understanding, planning, grounding, and visual trajectory reasoning

Qualitative examples of embodied spatial intelligence and planning.

Action Prediction

Given a task instruction, current visual observations, and optional recent action history, PhysBrain 1.5 predicts the next end-effector action chunk as a compact sequence of ActionPiece tokens. A unified action codebook and vocabulary are shared across diverse control configurations and arm setups, enabling a single generalist model checkpoint to drive varied robotic platforms and manipulation settings.

Qualitative results of action trajectory prediction

Qualitative results of action trajectory prediction.

Future-state Prediction

Given the current visual observation and a task instruction, PhysBrain 1.5 predicts a possible future state of the world, represented by an RGB image, a depth map, and a robot mask. The examples below illustrate predictions one second into the future across diverse robot embodiments.

Qualitative future visual prediction across diverse robot embodiments

Qualitative results of future visual prediction across diverse robot embodiments.

Evaluation Notes

Because results reported by different works may use inconsistent metrics, we independently re-evaluate all comparison models with one canonical metric per benchmark, making the scores directly comparable. When a model provides an official benchmark-specific input format or prompt, we follow it; otherwise, we use a default task prompt and input template. For consistency across models, we standardize source-image resolution and the number of sampled video frames while retaining each model’s native preprocessing pipeline. We also follow each model’s recommended thinking configuration and point-output format whenever available.

Our evaluation is implemented with the EmbodiedEvalKit framework. First, for ERQA, EgoPlan-Bench2, SAT, ShareRobot-Trajectory, VABench-Visual-Trace, BLINK, CV-Bench, VSI-Bench, EmbSpatial, COSMOS, RoboVQA, and VLABench, we follow the toolkit’s input protocols, prompts, and evaluation metrics; for the two trajectory benchmarks, we report $100-\mathrm{NRMSE}$ so that higher values consistently indicate better performance. Second, for ten point-localization and grounding benchmarks—Part-Affordance-2K, PIOBench, PixMo-Points, PointBench, RefSpatial-Bench, RoboAfford, RoboRefit, RoboSpatial-Home, VABench-Point, and Where2Place—we retain EmbodiedEvalKit’s input protocols and prompting templates but adopt a unified micro-averaged F1 score to jointly measure prediction validity and target coverage. Third, for benchmarks outside the toolkit—ERQA-PLUS, ViewSpatial-Bench, MindCube, MMSI-Bench, 3DSRBench, and Q-Spatial-Bench—we retain their official data, task formulations, and evaluation rules. Further evaluation details will be provided in the technical report.

Quick Start

PhysBrain 1.5 uses pretrained Qwen3-VL as its backbone and extends the vocabulary with dedicated action and visual-state tokens. Its standard model interface allows you to reuse existing infrastructure for inference and post-training, including Transformers, vLLM, SGLang, LLaMA-Factory, ms-swift, and veRL.

Citation

@misc{physbrain1.5,
  title  = {PhysBrain 1.5 Technical Report},
  author = {{DeepCybo Team}},
  year   = {2026},
  url    = {https://github.com/DeepCybo-PhysAI/PhysBrain-1.5}
}
Downloads last month
67
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DeepCybo/PhysBrain1.5-2B

Finetuned
(249)
this model
Quantizations
2 models

Space using DeepCybo/PhysBrain1.5-2B 1

Collection including DeepCybo/PhysBrain1.5-2B