Robotics

PhysBrain-VLA

PhysBrain 1.0 β€” Physical Intelligence for Embodied General AI

Paper β€’ Project Page β€’ Code


Overview

PhysBrain 1.0 is a physical intelligence system built around the paradigm shift from action imitation to physical commonsense acquisition in embodied AI. At its core is the world's first scalable physical intelligence data engine capable of converting large-scale human egocentric video into high-quality multimodal training data β€” eliminating the dependency on expensive closed-loop robot demonstrations.

The data engine processes over 3,000 hours of human video with fine-grained annotations across spatial relationships, action feasibility, and multi-step logical reasoning in real 3D environments. This corpus moves beyond simple action replication to extract the underlying physical laws and commonsense logic embedded in everyday human activity. When injected into a multimodal large model, it successfully elicits human-like physical intelligence, enabling the model to understand physics rather than merely imitate motions.

Built upon this foundation, this repository provides the Vision-Language-Action (VLA) model for robot control β€” the bridge from physical intelligence to real-world robotic applications.

Key Technologies

PhysBrain Data Engine

A scalable pipeline that transforms raw human egocentric video into structured, multimodal embodied training data β€” annotated with spatial structure, motion feasibility, and causal reasoning chains.

TwinBrainVLA β€” Dual-Brain Fusion Architecture

A novel architecture that addresses the industry-wide challenge of catastrophic forgetting during embodied fine-tuning. By maintaining a parallel general-purpose brain alongside a task-specific embodied brain, TwinBrainVLA achieves "generalist-specialist fusion".

LangForce β€” Physics-Grounded Training Strategy

A principled training methodology that breaks the visual shortcut dilemma in VLA learning through a Bayesian statistical lens. LangForce fundamentally shifts the training objective from behavioral cloning to physical commonsense acquisition.

Open Source Plan

All PhysBrain 1.0 VLA model checkpoints are now available. You can find the full collection at πŸ€— Hugging Face.

Component Status
PhysBrain 1.0 VLA (RoboCasa Fine-Tuned) βœ… Available
PhysBrain 1.0 VLA (LIBERO Fine-Tuned) βœ… Available
PhysBrain 1.0 VLA (SIMPLER WidowX Robot Fine-Tuned) βœ… Available
PhysBrain 1.0 VLA (SIMPLER Google Robot Fine-Tuned) βœ… Available
Inference Code βœ… Available

Getting Started

PhysBrain-VLA is built on top of the starVLA scaffold. To use it, follow these two steps:

  1. Copy the framework file into your starVLA codebase:

    cp physbrain_vla/PhysBrainVLA.py <path-to-starVLA>/starVLA/model/framework/
    
  2. Load and deploy the model following the standard starVLA checkpoint loading workflow.

For detailed starVLA setup and inference instructions, please refer to the starVLA repository.

Citation

If you find PhysBrain useful in your research, please consider citing our work:

@misc{physbrain,
      title={PhysBrain: Human Egocentric Data as a Bridge from Vision Language Models to Physical Intelligence}, 
      author={Xiaopeng Lin and Shijie Lian and Bin Yu and Ruoqi Yang and Zhaolong Shen and Changti Wu and Yuzhuo Miao and Yurun Jin and Yukun Shi and Jiyan He and Cong Huang and Bojun Cheng and Kai Chen},
      year={2026},
      eprint={2512.16793},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2512.16793}, 
}

@misc{physbrain10technicalreport,
      title={PhysBrain 1.0 Technical Report}, 
      author={Shijie Lian and Bin Yu and Xiaopeng Lin and Changti Wu and Hang Yuan and Xiaolin Hu and Zhaolong Shen and Yuzhuo Miao and Haishan Liu and Yuxuan Tian and Yukun Shi and Cong Huang and Kai Chen},
      year={2026},
      eprint={2605.15298},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2605.15298}, 
}

License

This project is released under the Apache 2.0 License.

Downloads last month
11
Video Preview
loading

Collection including Phys-Brain/PhysBrainVLA-LIBERO

Papers for Phys-Brain/PhysBrainVLA-LIBERO