Robotics
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,3 +1,66 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # PhysBrain-VLA
5
+
6
+ PhysBrain 1.0 — Physical Intelligence for Embodied General AI
7
+
8
+ [Open Source Plan](#open-source-plan) • [Overview](#overview) • [Key Technologies](#key-technologies) • [Getting Started](#getting-started)
9
+
10
+ ---
11
+
12
+ ## Overview
13
+
14
+ **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.
15
+
16
+ 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.
17
+
18
+ The resulting PhysBrain base model achieves **state-of-the-art (SOTA) performance** across multiple authoritative benchmarks in spatial intelligence and embodied interaction.
19
+
20
+ 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.
21
+
22
+ ## Key Technologies
23
+
24
+ ### PhysBrain Data Engine
25
+
26
+ 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. This zero-cost approach to **physical commonsense injection** removes the bottleneck of robot-collected data and enables training at unprecedented scale.
27
+
28
+ ### TwinBrainVLA — Dual-Brain Fusion Architecture
29
+
30
+ 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"** — retaining broad semantic understanding while efficiently acquiring domain-specific embodied skills.
31
+
32
+ ### LangForce — Physics-Grounded Training Strategy
33
+
34
+ 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**, enabling the model to reason about and adapt to complex physical scenarios rather than memorizing action sequences.
35
+
36
+ Together, these three technologies form the PhysBrain 1.0 system: **PhysBrain** (base model) × **TwinBrainVLA** (architecture) × **LangForce** (training strategy) — achieving SOTA across multiple embodied intelligence benchmarks with exceptional data efficiency.
37
+
38
+ ## Citation
39
+
40
+ If you find PhysBrain useful in your research, please consider citing our work:
41
+
42
+ ```bibtex
43
+ @misc{physbrain,
44
+ title={PhysBrain: Human Egocentric Data as a Bridge from Vision Language Models to Physical Intelligence},
45
+ 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},
46
+ year={2026},
47
+ eprint={2512.16793},
48
+ archivePrefix={arXiv},
49
+ primaryClass={cs.RO},
50
+ url={https://arxiv.org/abs/2512.16793},
51
+ }
52
+
53
+ @misc{physbrain10technicalreport,
54
+ title={PhysBrain 1.0 Technical Report},
55
+ 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},
56
+ year={2026},
57
+ eprint={2605.15298},
58
+ archivePrefix={arXiv},
59
+ primaryClass={cs.RO},
60
+ url={https://arxiv.org/abs/2605.15298},
61
+ }
62
+ ```
63
+
64
+ ## License
65
+
66
+ This project is released under the [Apache 2.0 License](LICENSE).