大脑
1. 介绍
1.1. 背景
工信部《人形机器人创新发展指导意见》(2023-11)把"大脑"定义为基于大模型的环境感知、行为控制与人机交互能力群,并提出云边端智能协同部署的技术路线。在产业侧,大脑是具身智能价值量与融资密度最高的环节:Physical Intelligence 自 2024-03 种子轮 7000 万美元起步,至 2025-11 B 轮投后估值已达 56 亿美元(Bloomberg 口径);Figure 于 2025-09 完成 C 轮超 10 亿美元融资、投后估值 390 亿美元,资金明确用于 Helix 扩展、下一代 GPU 训练基础设施与人类视频+多模态感官数据采集。
大脑侧的技术主线在过去三年发生了明确迁移:从"视觉-语言模型 + 底层控制"的松耦合,走向"视觉-语言-动作"端到端的 VLA(Vision-Language-Action)范式,再走向"慢规划 + 快控制"的双系统架构。行业综述的归纳是:大脑负责将自然语言指令分解为逻辑步骤(泛化),小脑在本地计算平台以毫秒级频率输出电机控制信号(实时、抗扰)——这条分工线正是本组"大小脑分离架构"论断的语义侧表达。
1.2. 定义与范围
大脑方向覆盖机器人的语义与认知层,在 AI Harness 语境下特指由基础模型参与或主导的下述环节:
| 环节 | 内容 | 代表技术 |
|---|---|---|
| 语义理解 | 自然语言指令解析、场景描述与问答 | VLM(PaLI-X / PaliGemma / NVIDIA-Eagle + SmolLM) |
| 任务规划 | 指令分解为逻辑步骤、技能调度、多步规划 | Hi Robot 分层控制、Plan-and-Execute |
| 动作生成 | 从语义状态到动作序列的映射 | VLA 动作头(自回归 Token / 流匹配 / Diffusion Transformer) |
| 世界模型 | 对环境动态的内部建模与预测、合成数据生成 | NVIDIA Cosmos、Google Genie 3、智元 Genie Envisioner |
边界说明:本方向只覆盖语义与规划层;50–200 Hz 的实时控制环归 小脑(运动控制)。双系统 VLA(如 Helix、GR00T N1)的 System 2 部分属于本方向,System 1 部分在小脑方向讨论。
1.3. 在 AI Harness 体系中的定位
大脑在六层模型中的映射如下:
| Harness 层 | 本方向的具体承载物 | 说明 |
|---|---|---|
| L1 上下文工程 | 多模态感知装配、指令理解、提示与上下文组装 | VLM 侧的"看到什么"≈ L1 的上下文装配;相机、力觉、语言指令在此汇合为模型输入 |
| L2 工具与执行 | 技能库调用、API 与工具接口 | 大脑不直接输出电机信号,而是调用技能或向小脑下发目标 |
| L3 编排与控制 | 任务分解、技能调度、多步规划(Plan-and-Execute) | ≈ Harness 的 Agent Loop:计划 → 调用 → 观测 → 再计划 |
| L4 记忆与状态 | 场景记忆、长期经验 | Physical Intelligence 的多尺度具身记忆(MEM,2026-03)支撑 10 分钟以上长任务,是 L4 的模型侧实现 |
| L5 评估与观测 | LIBERO 等基准、开放世界验收 | 瓶颈所在层:基准高分与开放世界真实成功率之间落差显著 |
| L6 治理与安全 | 输出动作的安全语义过滤 | 大脑侧最末一道语义护栏:拒绝危险指令、限制动作语义边界 |
核心判断:大脑方向的瓶颈在 L5 评估与观测层。LIBERO 平均 94%~97% 的成绩(π0 94.2、π0.5 96.9、OpenVLA-OFT 97.1)描述的是 tabletop 操作基准上的表现;而 π0.5 把"在训练中从未见过的真实家庭中完成清理任务"作为核心卖点本身说明:开放世界泛化还缺少统一的可判定验收标准。另一层缺口在 L1 与 L2 的交界——VLA 端侧推理时延普遍缺乏厂商官方数字(仅 Helix 200 Hz 控制频率与 π0 流匹配约 50 Hz 两个口径可引),导致"大脑多快能响应"在多数机型上无法对账。
1.4. 发展现状
主流 VLA 与大脑模型谱系如下(成绩均为论文或官方口径,信息截止 2026-09-12):
| 模型 | 机构 / 时间 | 架构 | 关键成绩 / 事实 | 开源性 |
|---|---|---|---|---|
| RT-2 | Google DeepMind,2023 | PaLI-X 55B / PaLM-E 12B,动作离散化为文本 Token | 训练数据 RT-X 约 13 万条示教、13 种机器人;未见语义概念任务成功率 62%(RT-1 为 32%) | 闭源 |
| OpenVLA | Stanford / Berkeley,2024 | 7.5B(Llama-2 7B + SigLIP + DINOv2) | Open X-Embodiment 约 97 万条轨迹、22 种本体;新任务微调仅需 100–200 条示教;LIBERO 四套件平均 76.5%(微调后);OFT 版并行解码 + 动作分块后 97.1%,Cont-L1 推理比 Diffusion 快约 26 倍(A100 实测) | Apache 2.0 |
| π0 | Physical Intelligence,2024-10 | PaliGemma 3B + 流匹配动作头(约 50 Hz 生成动作,行业综述口径) | 跨 8 种机器人构型完成叠衣、收拾桌面等任务;LIBERO 平均 94.2(两文献口径 93.5~97.1 区间,长程 Long 78.4/85.2) | 2025-02-04 开源权重与代码 |
| π0-FAST | Physical Intelligence,2025-01 | 新型动作 tokenizer | 训练提速 5 倍 | 2025-02 开源 |
| Helix | Figure,2025-02 | 首个"双系统"VLA:System 2 VLM 7–9 Hz + System 1 200 Hz 上半身控制 | 参数量未公开;Figure 同期与 OpenAI 终止合作转自研 | 闭源 |
| GR00T N1 | NVIDIA,2025-03-18 | 双系统:System 2(NVIDIA-Eagle + SmolLM-1.7B)+ System 1(Diffusion Transformer) | 合成+真实数据较纯真实数据提升性能 40%;全量数据下真机任务平均成功率 76.8%;适配 Fourier GR-1、1X NEO Gamma 等 | 2B 权重开放 |
| π0.5 | Physical Intelligence,2025-04-22 | π0 系列迭代 | LIBERO 平均 96.9;开放世界泛化:在训练中从未见过的真实家庭中完成清理任务 | 官方口径 |
| π*0.6 / π0.7 | Physical Intelligence,2025-11 / 2026-04 | RL 从经验学习的 VLA / 组合泛化 | π0.7 以 2 个示例学会操作空气炸锅(官方口径) | 官方口径 |
图 1-1|VLA 模型谱系时间线(2023—2026)
数据来源:Physical Intelligence 官网与 arXiv 2607.06706 / 2602.18224 汇总表、NVIDIA 官方新闻稿、Figure 官方与财联社报道;信息截止 2026-09-12。
世界模型侧的三条主线同样清晰:NVIDIA Cosmos(2025-01 CES 发布、1-07 开源 1.0 权重,2025-03 分化为 Predict / Transfer / Reason 系列)定位"世界基础模型平台",Cosmos Transfer 可将 Omniverse 3D 仿真转为可控照片级视频用于合成数据;Google Genie 3(2025-08)是首个支持实时交互的世界模型(24 fps、720p、视觉记忆可回溯约 1 分钟);World Labs 的 Marble(2025-11 商业化)以 3D 高斯溅射生成固定三维场景。需要正视的反方证据是:Physics-IQ 实测显示,视觉真实感(最好 55.6%)与物理理解(最好 24.1%)之间存在巨大鸿沟——世界模型不等于世界理解。
2. 名词解释
| 术语 | 英文 / 缩写 | 释义 |
|---|---|---|
| 视觉-语言-动作模型 | Vision-Language-Action,VLA | 将视觉与语言输入直接映射为机器人动作输出的多模态基础模型 |
| 视觉-语言模型 | Vision-Language Model,VLM | 理解图像与文本的多模态模型,在双系统架构中充当慢系统 |
| 流匹配 | Flow Matching | 一种生成建模方法,π0 用其动作头以约 50 Hz 生成平滑连续动作轨迹 |
| 动作分块 | Action Chunking | 一次解码输出一段未来动作序列以降低推理频率压力的技术,OpenVLA-OFT 采用 |
| 双系统架构 | Dual-System Architecture | 慢系统(VLM 推理规划)与快系统(实时控制)分层运行的架构,如 Helix 与 GR00T N1 |
| 世界基础模型 | World Foundation Model,WFM | NVIDIA Cosmos 对世界模型的平台化定位,用于物理 AI 的合成数据与预测 |
| Open X-Embodiment | Open X-Embodiment | 跨机构跨本体共享的机器人操作数据集联盟,OpenVLA 训练数据来源(约 97 万条轨迹、22 种本体) |
| RT-X 数据集 | RT-X | Google DeepMind 汇集的跨本体示教数据(约 13 万条、13 种机器人),RT-2 训练来源 |
| LIBERO 基准 | LIBERO Benchmark | 机器人操作仿真评测基准,含 Spatial / Object / Goal / Long 四套件,VLA 论文通用指标 |
| HumanoidBench | HumanoidBench | UC Berkeley 2024 年发布的全身人形仿真评测基准(27 个任务),覆盖操作与移动 |
| 分层控制 | Hierarchical Control | 高层模型解析意图、底层策略执行动作的架构,如 Physical Intelligence 的 Hi Robot |
| 合成数据 | Synthetic Data | 由仿真或生成模型产生的训练数据,GR00T N1 中合成+真实数据较纯真实提升 40% |
| 遥操作 | Teleoperation | 人类通过主从臂、VR 等设备远程操纵机器人采集示教数据的方式,是真机数据金字塔顶端 |
| 模块化具身记忆 | Memory,MEM | Physical Intelligence 2026-03 发布的多尺度具身记忆,支撑 10 分钟以上长任务 |
| 群脑协同 | Multi-Brain Collaboration | 多机器人共享大脑调度协同作业的形态,属工信部"大脑"关键技术进展关键词 |
3. 案例
3.1. Physical Intelligence:π0 / π0.5 与通用 VLA 策略的工程化
背景。Physical Intelligence(PI)成立于 2024 年前后,定位"重软件大脑派":不做本体,专注通用机器人策略。其融资线在两年内从种子轮 7000 万美元(2024-03,Thrive 领投,估值约 4 亿美元)走到 A 轮 4 亿美元(2024-11,Bezos、OpenAI 基金等参投,估值 20–24 亿美元两口径并存),再到 B 轮 6 亿美元(2025-11,CapitalG 领投,投后 56 亿美元,Bloomberg 口径);2026-03 有报道称其洽谈约 10 亿美元融资、估值 110 亿美元以上——该条为未确认传闻,仅作时间线参考。
方案。π0(2024-10-31)采用 PaliGemma 3B + 流匹配动作头,以约 50 Hz 生成平滑连续动作轨迹(行业综述口径),跨 8 种机器人构型完成叠衣、收拾桌面等任务;π0-FAST(2025-01)以新型动作 tokenizer 把训练提速 5 倍;Hi Robot(2025-02)引入分层控制,由高层模型解析意图、底层策略执行;π0.5(2025-04-22)主打开放世界泛化。模型线延续至 π*0.6(2025-11,用强化学习从经验学习的 VLA)与 π0.7(2026-04,组合泛化:2 个示例学会操作空气炸锅)。
效果。LIBERO 基准上,π0 平均 94.2(两文献汇总口径:Spatial 96.2/96.8、Object 97.1/98.8、Goal 93.5/95.8、Long 78.4/85.2),π0.5 平均 96.9;流匹配类模型在长程任务(LIBERO-Long)上优势显著(arXiv 2602.18224 表 2 口径)。π0 / π0-FAST 权重与代码于 2025-02-04 开源,成为行业复现与微调的事实基座之一。可信度:模型成绩为论文与官方口径(高);融资估值为财经媒体口径(中高)。
3.2. Figure Helix:双系统架构与 390 亿美元估值
背景。Figure 是"软硬件全栈派"代表。2025-02 与 OpenAI 终止合作转自研,同月发布 Helix——首个公开的"双系统"VLA。2025-09-16 完成 C 轮融资超 10 亿美元、投后估值 390 亿美元(Parkway 领投,NVIDIA、Intel Capital、LG、Salesforce、T-Mobile、Qualcomm、Brookfield、麦格理等参投);此前 B 轮(2024-02)为 6.75 亿美元、估值约 26 亿美元。
方案。Helix 由两个系统构成:慢系统(System 2)为机载预训练 VLM,以 7–9 Hz 运行,负责场景理解与语言理解;快系统(System 1)以 200 Hz 输出机器人上半身完整控制(手腕姿态、手指屈曲、躯干/头部朝向目标)。这一"频率分层"设计把语义与控制解耦——语义层可以慢,控制层必须快。参数量未公开。C 轮资金用途为 Helix 扩展、下一代 GPU 训练基础设施、人类视频与多模态感官数据采集,指向上游数据与算力而非单点模型。
效果。Helix 的 7–9 Hz / 200 Hz 双系统频率成为"大小脑分离架构"最常被引用的公开参数(官方口径);资本市场给出了行业最高估值锚点。需要注意的是:Helix 闭源且无公开基准成绩可比,其能力证据主要来自官方演示视频,第三方复现数据缺失——引用时应标注"官方演示口径"。可信度:融资与架构参数为官方与财联社口径(高);能力声明可信度中。
3.3. 银河通用 Galbot S1:仿真合成数据路线的大脑
背景。银河通用是"重软件大脑派"的国内代表,路线与依赖真机遥操作数据的流派相反:以三维视觉合成数据 + Sim2Real 训练为核心。2025-12 完成超 3 亿美元新融资、累计约 8 亿美元、估值 30 亿美元(百度百科口径);其后又获 25 亿元新一轮融资(国家人工智能产业投资基金等,华创证券报道口径,2026 年初,称累计融资额居中国具身智能首位)。两条融资口径按时间线并列,未合并。
方案。自研"银河星脑"(AstraBrain),自称"全球首个集成大脑-小脑-神经控制于一模的全身全手端到端具身大模型"——这是"大小脑分离"主流论断的反向路线,说明大小脑是否分离在 2025—2026 年仍是开放问题。技术底座为纯仿真合成数据训练的抓取与操作策略,配套 Open6DOR 仿真平台(2500 项任务检测);据百科口径,其六自由度操作精度误差小于 0.5 mm。
效果。据公司与百科口径(缺第三方复现,可信度中):Galbot S1 在宁德时代电池工厂实现全自主常态化作业;透明物体抓取成功率 95%;2025 北京智源大会现场连续 18 小时 97% 任务成功率真机演示。商业化方面,截至 2025-06 覆盖北京 7 个无人药店、单日订单超 300 件;2025-08 获世界人形机器人运动会药品分拣竞赛冠军(初赛 4 分 25 秒)。该案例说明:合成数据路线在结构化商业场景(药店、工厂)可以跑通,但其 95% / 97% 数字均为公司口径,引用时必须标注。
4. 实践标准
4.1. AGENTS.md 规范(大脑方向)
以下为大脑方向的 AGENTS.md 完整可复制内容,是组级 AGENTS.md 的裁剪与强化版本:
# AGENTS.md —— 具身智能组 · 大脑方向
## 角色与边界
- **角色**:大脑方向工程智能体,负责 VLA 与世界模型的训练、评测、部署与任务规划链路开发。
- **边界**:不直接输出电机控制信号(50–200 Hz 实时环归小脑方向);真机部署只产出待人工确认的指令包。
- **第一原则**:基准成绩不等于真机能力。任何能力声明必须基准成绩与真机验收双报告。
## 环境假设
- 声明基座模型与版本(π0 / OpenVLA / GR00T N1 等)、微调配置、评测基准版本(LIBERO 四套件 / HumanoidBench 27 任务)。
- 声明部署端算力(如 Jetson Orin / 机载 x86)与推理频率预算;无官方时延数字时标注 [待填写],不得估算冒充。
- 声明数据来源(Open X-Embodiment / RT-X / AgiBot World / 自采)与合规状态。
## 上下文加载顺序(Context Budget)
- 必载:任务判据、模型配置摘要、回归集版本与当前最好成绩。
- 次载:数据集元信息(规模、构型、采集方式)、失败案例清单。
- 禁止:原始轨迹数据、完整模型权重张量进入上下文。
## 工具契约
- 训练与评测脚本须版本锁定、随机种子固定、结果可复现。
- 评测结果必须含退出码、日志路径、分套件成绩(Spatial / Object / Goal / Long 分列)。
- 公司自报成绩不得作为本项目评测结果引用,只能作为外部对照并标注"公司口径"。
## 任务执行流程(SOP)
- S1 解析任务为可判定子目标;S2 固定环境复现基线;S3 微调或评测;S4 分套件报告并与基线对照;S5 真机部署走组级红线的影子验证与人在回路流程。
## 验证与证据要求
- 双报告制:基准成绩 + 真机验收(缺真机数据须显式声明"仅仿真/仅基准")。
- 长程任务单列 LIBERO-Long 等长程成绩,禁止只报四套件均值掩盖长程短板。
- 融资、估值等商业数字标注媒体口径与两口径差异。
## 失败与升级策略
- 微调后成绩低于基线:检查数据质量与格式,冻结训练做最小复现。
- 真机行为与仿真不一致:回到组级红线,走 sim2real 排查,不绕过小脑限幅。
## 安全与合规红线
- 输出动作须经安全语义过滤:拒绝危险指令、限制动作语义边界。
- 训练数据涉人脸、家庭场景的须脱敏;对外发布前过合规审查。
## 禁止事项
- 禁止把官方演示视频描述为"实测成绩";禁止混用仿真与真机数字。
## 输出格式
- 模型卡格式:架构、数据、基准分套件成绩、部署约束、已知失败模式、开源状态。
## 评估与自检
- 自检项:双报告、口径标注、种子可复现、长程成绩单列、数据合规、无占位符。 4.2. SKILL.md 规范(大脑方向)
---
name: embodied-brain-vla
description: 大脑方向技能。当需要选型、微调或评测 VLA 模型,搭建任务规划链路,或生成世界模型合成数据,并要求基准与真机双报告时使用。
version: 1.0
created: 2026-09-12
---
# 大脑方向技能
## 适用场景
- VLA 模型选型与对比(RT-2 / OpenVLA / π0 系列 / GR00T N1 / Helix)。
- 少样本微调(OpenVLA 类:100–200 条示教)与评测。
- 任务规划链路(分层控制)与世界模型合成数据生成(Cosmos Transfer 等)。
## 前置条件
- 评测基准与脚本版本固定;部署算力与频率预算明确。
- 数据合规状态可追溯。
## 输入
- 任务目标与成功判据;基座模型与配置;数据集路径与版本。
## 输出
- 模型卡 + 分套件评测报告 + 可复现配置(种子、版本、脚本路径)。
## 执行步骤
1. 固定基线:复现基座模型在回归集上的成绩。
2. 微调或评测:多种子执行,分套件统计(含长程套件)。
3. 对照外部口径(公司自报成绩仅作参考并标注)。
4. 部署前走影子验证;真机流程移交组级红线流程。
5. 产出模型卡与遗留风险清单。
## 质量标准(DoD)
- 双报告制;种子可复现;长程成绩单列;口径全部标注;无占位符。
## 常见失败与处理
- 微调退化:先查数据格式与质量,再做最小复现。
- 基准高分、真机失败:按 sim2real 排查,禁止只报基准。
## 示例
- 用 100 条自采数据微调 OpenVLA,在 LIBERO-Spatial 上评测并与开源基线 76.5% 对照。 4.3. 落地检查清单
| # | 检查项 | 通过标准 | 必检 |
|---|---|---|---|
| 1 | 基线复现 | 基座模型基准成绩已复现并记录 | 是 |
| 2 | 分套件报告 | LIBERO 四套件分别报告,长程未隐藏 | 是 |
| 3 | 双报告制 | 基准成绩与真机验收(或"仅基准"声明)齐备 | 是 |
| 4 | 口径标注 | 公司口径 / 官方口径 / 论文口径已区分 | 是 |
| 5 | 可复现 | 种子、版本、配置可追溯 | 是 |
| 6 | 部署时延 | 有实测频率数据或显式 [待填写] | 部署必检 |
| 7 | 数据合规 | 训练与微调数据来源、脱敏、知情同意齐备 | 涉数据必检 |
| 8 | 语义安全过滤 | 危险指令拒绝逻辑有测试记录 | 部署必检 |
| 9 | 双系统对接 | 与小脑的接口频率预算已对账(如 7–9 Hz vs 200 Hz) | 双系统必检 |
| 10 | 术语区分 | 智能化分级与 Harness 六层未混用 | 是 |
| 11 | 商业数字 | 融资估值标注媒体口径与口径差异 | 是 |
| 12 | 占位符清理 | 无 XX、___ 等非标准占位符 | 是 |
5. 总结
大脑方向是具身智能与 AI Harness 咬合最紧的一环:VLM 的感知装配对应 L1,任务分解与技能调度对应 L3,具身记忆对应 L4,基准与开放世界验收对应 L5,语义安全过滤对应 L6——大脑本身就是一条跑在物理世界里的 Harness Loop 的慢系统。
三年谱系给出的工程结论有三条。第一,端到端 VLA 已成为默认范式:从 RT-2 的动作 Token 化到 π0 的流匹配,再到 GR00T N1 的开放基座,动作生成完成了从"语义描述动作"到"直接生成连续动作"的迁移。第二,双系统架构成为开放与闭源两个阵营的共同选择:Helix 的 7–9 Hz / 200 Hz 与 GR00T N1 的 System 2 / System 1 结构同构,验证了"慢语义、快控制"的分层可行性;银河星脑的合一路线则是需要持续跟踪的反方证据。第三,评估是当前最薄弱层:LIBERO 平均 94%~97% 的成绩与开放世界真实成功率之间的落差、端侧推理时延官方数字的普遍缺失,都要求大脑方向的 Harness 把"基准成绩 + 真机验收 + 实测频率"三件套作为最低交付标准。
信息缺口声明
以下条目未获一手来源确认,已在正文中标注:
- VLA 端侧推理时延的厂商官方数字:仅 Helix 200 Hz(控制频率)与 π0 约 50 Hz(行业综述口径)可引;OpenVLA 等在 Jetson Orin 等端侧平台的部署时延无官方一手数据,
[待填写]。 - Physical Intelligence 2026-03 传闻的约 10 亿美元融资与 110 亿美元以上估值:据报道、未确认,仅作时间线参考。
- Helix 的参数量与公开基准成绩:官方未公开,能力证据仅为官方演示口径,可信度中。
- 银河通用 95% 透明物体抓取、18 小时 97% 成功率、六自由度操作误差小于 0.5 mm:公司/百科口径,缺第三方复现,可信度中。
- π0 的 LIBERO 各套件成绩在 arXiv 2607.06706 与 2602.18224 两个汇总表间略有差异,本文并列标注,未择一。
- 宇树招股书原文 URL 未获取,大脑相关全栈表述("本体+小脑+大脑")来自中国经济网报道转述。
6. 参考资料
- Physical Intelligence 官网(π0 / π0-FAST / π0.5 / π*0.6 / π0.7 模型线)— Physical Intelligence。https://www.pi.website
- VLA Models Comparison Guide — roboticscenter.ai,2026。https://www.roboticscenter.ai/guides/vla-models-comparison
- LIBERO 基准横向对比表(arXiv 2602.18224)— arXiv,2026-02。https://arxiv.org/pdf/2602.18224
- π0 系列 LIBERO 成绩汇总(arXiv 2607.06706)— arXiv,2026-07。https://arxiv.org/html/2607.06706v1
- OpenVLA-OFT 论文页 — 2025。https://kendrick-stein.github.io/MCISLAB_DeepRead/Papers/2502-OpenVLA-OFT
- NVIDIA Releases Isaac GR00T N1 — NVIDIA Newsroom,2025-03-18。https://nvidianews.nvidia.com/news/nvidia-releases-isaac-gr00t-n1-worlds-first-open-humanoid-robot-foundation-model-and-simulation-libraries
- Accelerate Generalist Humanoid Robot Development with Isaac GR00T N1 — NVIDIA Developer Blog,2025。https://developer.nvidia.com/blog/accelerate-generalist-humanoid-robot-development-with-nvidia-isaac-gr00t-n1/
- Figure 官方 Series C 公告 — Figure AI,2025-09。https://www.figure.ai/news/series-c
- Figure C 轮融资报道 — 财联社,2025-09-16。https://m.cls.cn/detail/2147044
- 人形机器人创新发展指导意见 — 工业和信息化部,2023-11。https://www.ncsti.gov.cn/zcfg/zcwj/202311/P020231103482413965397.pdf
- Physical Intelligence 融资与模型线编年 — The Dynamics,2026。https://thedynamics.ai/articles/physical-intelligence-history
- 星动纪元官网大事记(大脑技术线)— 星动纪元。https://www.robotera.com/#/about/us
- 具身智能:解码中国机器人产业的破局之路 — 中宏网,2026-06。https://www.zhonghongwang.com/show-278-464160-1.html
- 我国发布人形机器人与具身智能标准体系(2026 版)报道 — 人民日报海外版,2026-02-28。https://peoplesdaily.pdnews.cn/china/er/30051524844
- ALOHA 2 / Mobile ALOHA 词条 — aiwiki,2024–2025。https://aiwiki.ai/wiki/aloha_2
Brain
1. Introduction
1.1. Background
The Guiding Opinions on Innovation and Development of Humanoid Robots (MIIT, 2023-11) defines the "brain" as the capability cluster of environment perception, behavior control, and human-robot interaction based on large models, and proposes a technical route of cloud-edge-device collaborative intelligent deployment. On the industry side, the brain is the link with the highest value and funding density in embodied intelligence: Physical Intelligence started with a 2024-03 seed round of $70M and reached a post-money valuation of $5.6B by its 2025-11 Series B (Bloomberg basis); Figure completed a Series C of over $1B in 2025-09 with a post-money valuation of $39B, with the funds explicitly earmarked for Helix expansion, next-generation GPU training infrastructure, and human video + multimodal sensory data collection.
On the brain side, the technology mainline has clearly shifted over the past three years: from the loose coupling of "vision-language model + low-level control," to the end-to-end VLA (Vision-Language-Action) paradigm of "vision-language-action," and then to the dual-system architecture of "slow planning + fast control." Industry reviews summarize it as: the brain decomposes natural-language instructions into logical steps (generalization), while the cerebellum outputs motor control signals at millisecond-level frequencies on local computing platforms (real-time, disturbance-resistant) — this division of labor is precisely the semantic-side expression of this group's "large/small brain separation architecture" assertion.
1.2. Definition and Scope
The brain direction covers the robot's semantic and cognitive layers, and in the AI Harness context specifically refers to the following links in which foundation models participate or lead:
| Link | Content | Representative Technology |
|---|---|---|
| Semantic understanding | Natural-language instruction parsing, scene description, and Q&A | VLM (PaLI-X / PaliGemma / NVIDIA-Eagle + SmolLM) |
| Task planning | Decomposing instructions into logical steps, skill scheduling, multi-step planning | Hi Robot hierarchical control, Plan-and-Execute |
| Action generation | Mapping from semantic state to action sequences | VLA action head (autoregressive Token / flow matching / Diffusion Transformer) |
| World model | Internal modeling and prediction of environment dynamics, synthetic-data generation | NVIDIA Cosmos, Google Genie 3, AgiBot Genie Envisioner |
Boundary note: this direction covers only the semantic and planning layers; the 50–200 Hz real-time control loop belongs to Cerebellum (Motion Control). The System 2 part of dual-system VLAs (e.g., Helix, GR00T N1) belongs to this direction, while the System 1 part is discussed in the cerebellum direction.
1.3. Position in the AI Harness System
The mapping of the brain in the six-layer model is as follows:
| Harness Layer | Concrete Carrier in This Direction | Description |
|---|---|---|
| L1 Context Engineering | Multimodal perception assembly, instruction understanding, prompt and context assembly | The VLM side's "what it sees" ≈ L1 context assembly; camera, force sensing, and language instructions converge here as model input |
| L2 Tools and Execution | Skill library invocation, API and tool interfaces | The brain does not directly output motor signals; instead it invokes skills or issues goals to the cerebellum |
| L3 Orchestration and Control | Task decomposition, skill scheduling, multi-step planning (Plan-and-Execute) | ≈ Harness's Agent Loop: plan → invoke → observe → re-plan |
| L4 Memory and State | Scene memory, long-term experience | Physical Intelligence's multi-scale embodied memory (MEM, 2026-03) supports long tasks of 10+ minutes; it is the model-side implementation of L4 |
| L5 Evaluation and Observation | Benchmarks such as LIBERO, open-world acceptance | Bottleneck layer: a notable gap exists between high benchmark scores and real open-world success rates |
| L6 Governance and Safety | Safe semantic filtering of output actions | The last semantic guardrail on the brain side: rejecting dangerous instructions, bounding the semantic limits of actions |
Core judgment: the bottleneck of the brain direction lies in the L5 Evaluation and Observation layer. LIBERO averages of 94%~97% (π0 94.2, π0.5 96.9, OpenVLA-OFT 97.1) describe performance on tabletop manipulation benchmarks; the fact that π0.5 itself makes "completing cleanup tasks in real households never seen during training" its core selling point shows that open-world generalization still lacks a unified, assessable acceptance standard. Another gap lies at the boundary between L1 and L2 — VLA on-device inference latency generally lacks official vendor numbers (only two bases are citable: Helix's 200 Hz control frequency and π0 flow-matching's ~50 Hz), so "how fast the brain can respond" cannot be reconciled on most platforms.
1.4. Current Development Status
The mainline VLA and brain-model lineage is as follows (scores are all paper or official bases, information current to 2026-09-12):
| Model | Institution / Date | Architecture | Key Results / Facts | Open Source |
|---|---|---|---|---|
| RT-2 | Google DeepMind, 2023 | PaLI-X 55B / PaLM-E 12B, actions discretized as text Tokens | Training data RT-X ~130k demos, 13 robots; unseen-semantic-concept task success rate 62% (RT-1 was 32%) | Closed |
| OpenVLA | Stanford / Berkeley, 2024 | 7.5B (Llama-2 7B + SigLIP + DINOv2) | Open X-Embodiment ~970k trajectories, 22 embodiments; fine-tuning on new tasks needs only 100–200 demos; LIBERO four-suite average 76.5% (after fine-tuning); OFT version reaches 97.1% with parallel decoding + action chunking; Cont-L1 inference ~26x faster than Diffusion (A100 measured) | Apache 2.0 |
| π0 | Physical Intelligence, 2024-10 | PaliGemma 3B + flow-matching action head (~50 Hz action generation, industry-review basis) | Completes folding laundry, clearing tablespace, etc. across 8 robot configurations; LIBERO average 94.2 (two-literature basis in the 93.5~97.1 range, long-horizon Long 78.4/85.2) | Open-sourced weights and code on 2025-02-04 |
| π0-FAST | Physical Intelligence, 2025-01 | New action tokenizer | 5x faster training | Open-sourced 2025-02 |
| Helix | Figure, 2025-02 | First "dual-system" VLA: System 2 VLM 7–9 Hz + System 1 200 Hz upper-body control | Parameter count not disclosed; Figure simultaneously ended its partnership with OpenAI and turned to in-house development | Closed |
| GR00T N1 | NVIDIA, 2025-03-18 | Dual system: System 2 (NVIDIA-Eagle + SmolLM-1.7B) + System 1 (Diffusion Transformer) | Synthetic + real data improves performance 40% over pure real data; 76.8% average real-robot task success on full data; adapts to Fourier GR-1, 1X NEO Gamma, etc. | 2B weights open |
| π0.5 | Physical Intelligence, 2025-04-22 | π0-series iteration | LIBERO average 96.9; open-world generalization: completes cleanup tasks in real households never seen in training | Official basis |
| π*0.6 / π0.7 | Physical Intelligence, 2025-11 / 2026-04 | VLA that learns from experience via RL / compositional generalization | π0.7 learns to operate an air fryer from 2 examples (official basis) | Official basis |
Figure 1-1 | VLA model lineage timeline (2023—2026)
Data sources: Physical Intelligence official site and the arXiv 2607.06706 / 2602.18224 summary tables, NVIDIA official press releases, Figure official and Cailianshe reports; information current to 2026-09-12.
On the world-model side, three main lines are equally clear: NVIDIA Cosmos (announced at CES 2025-01, open-sourced 1.0 weights 1-07, split into Predict / Transfer / Reason series in 2025-03) positions itself as a "world foundation model platform"; Cosmos Transfer converts Omniverse 3D simulation into controllable photorealistic video for synthetic data; Google Genie 3 (2025-08) is the first world model supporting real-time interaction (24 fps, 720p, visual memory traceable back ~1 minute); and World Labs' Marble (commercialized 2025-11) generates fixed 3D scenes using 3D Gaussian splatting. The counter-evidence that must be faced: Physics-IQ measurements show a huge gap between visual realism (best 55.6%) and physical understanding (best 24.1%) — a world model is not equivalent to world understanding.
2. Glossary
| Term | English / Abbreviation | Definition |
|---|---|---|
| Vision-language-action model | Vision-Language-Action, VLA | A multimodal foundation model that maps vision and language input directly to robot action output |
| Vision-language model | Vision-Language Model, VLM | A multimodal model that understands images and text; in dual-system architectures it serves as the slow system |
| Flow matching | Flow Matching | A generative modeling method; π0 uses it in its action head to generate smooth continuous action trajectories at ~50 Hz |
| Action chunking | Action Chunking | A technique that outputs a segment of future action sequence in one decode to reduce inference-frequency pressure; adopted by OpenVLA-OFT |
| Dual-system architecture | Dual-System Architecture | An architecture where a slow system (VLM reasoning/planning) and a fast system (real-time control) run in layers, e.g., Helix and GR00T N1 |
| World foundation model | World Foundation Model, WFM | NVIDIA Cosmos's platform positioning of the world model, for synthetic data and prediction in physical AI |
| Open X-Embodiment | Open X-Embodiment | A cross-institution, cross-embodiment consortium sharing robot manipulation datasets; the training-data source for OpenVLA (~970k trajectories, 22 embodiments) |
| RT-X dataset | RT-X | Cross-embodiment demonstration data consolidated by Google DeepMind (~130k, 13 robots); RT-2 training source |
| LIBERO benchmark | LIBERO Benchmark | A robot-manipulation simulation evaluation benchmark with the Spatial / Object / Goal / Long suites; the common metric in VLA papers |
| HumanoidBench | HumanoidBench | A full-body humanoid simulation evaluation benchmark published by UC Berkeley in 2024 (27 tasks), covering manipulation and locomotion |
| Hierarchical control | Hierarchical Control | An architecture where a high-level model parses intent and a low-level policy executes actions, e.g., Physical Intelligence's Hi Robot |
| Synthetic data | Synthetic Data | Training data produced by simulation or generative models; in GR00T N1, synthetic + real data improves performance 40% over pure real data |
| Teleoperation | Teleoperation | A way for humans to remotely operate robots via master-slave arms, VR, and other devices to collect demonstration data; the apex of the real-robot data pyramid |
| Modular embodied memory | Memory, MEM | A multi-scale embodied memory released by Physical Intelligence in 2026-03, supporting long tasks of 10+ minutes |
| Multi-brain collaboration | Multi-Brain Collaboration | A form in which multiple robots share a brain for scheduling and collaborative work; a key-technologies keyword for the MIIT "brain" |
3. Case Studies
3.1. Physical Intelligence: Engineering of π0 / π0.5 and General VLA Policies
Background. Physical Intelligence (PI) was founded around 2024, positioned as a "heavy-software brain camp": it does not build embodiments, but focuses on general robot policies. Its funding line moved within two years from a $70M seed round (2024-03, led by Thrive, valuation ~$400M) to a $400M Series A (2024-11, with Bezos, OpenAI Funds, and others participating; two coexisting valuations of $2–2.4B), then to a $600M Series B (2025-11, led by CapitalG, post-money $5.6B, Bloomberg basis); in 2026-03 there were reports of talks for ~$1B in funding at a valuation above $11B — that item is an unconfirmed rumor, included for timeline reference only.
Approach. π0 (2024-10-31) uses PaliGemma 3B + a flow-matching action head to generate smooth continuous action trajectories at ~50 Hz (industry-review basis), completing folding laundry, clearing tabletops, and other tasks across 8 robot configurations; π0-FAST (2025-01) uses a novel action tokenizer to speed up training 5x; Hi Robot (2025-02) introduces hierarchical control, with a high-level model parsing intent and a low-level policy executing actions; π0.5 (2025-04-22) focuses on open-world generalization. The model line continues to π*0.6 (2025-11, a VLA that learns from experience via reinforcement learning) and π0.7 (2026-04, compositional generalization: learns to operate an air fryer from 2 examples).
Results. On the LIBERO benchmark, π0 averages 94.2 (two-literature aggregate basis: Spatial 96.2/96.8, Object 97.1/98.8, Goal 93.5/95.8, Long 78.4/85.2) and π0.5 averages 96.9; flow-matching class models show notable advantages on long-horizon tasks (LIBERO-Long) (arXiv 2602.18224 Table 2 basis). π0 / π0-FAST weights and code were open-sourced on 2025-02-04, becoming one of the de facto bases for industry reproduction and fine-tuning. Confidence: model scores are of paper and official basis (high); funding valuations are of financial-media basis (medium-high).
3.2. Figure Helix: Dual-System Architecture and a $39B Valuation
Background. Figure is a representative of the "full-stack, software-and-hardware" camp. In 2025-02 it ended its partnership with OpenAI and turned to in-house development; that same month it released Helix — the first publicly known "dual-system" VLA. On 2025-09-16 it completed a Series C of over $1B with a post-money valuation of $39B (led by Parkway, with NVIDIA, Intel Capital, LG, Salesforce, T-Mobile, Qualcomm, Brookfield, Macquarie, and others participating); its earlier Series B (2024-02) was $675M at a valuation of ~$2.6B.
Approach. Helix consists of two systems: the slow system (System 2) is an onboard pretrained VLM running at 7–9 Hz, responsible for scene understanding and language understanding; the fast system (System 1) outputs complete control of the robot's upper body at 200 Hz (wrist pose, finger flexion, torso/head orientation toward targets). This "frequency-layered" design decouples semantics from control — the semantic layer can be slow, but the control layer must be fast. The parameter count is not disclosed. Series C funds are earmarked for Helix expansion, next-generation GPU training infrastructure, and human video and multimodal sensory data collection, pointing upstream to data and compute rather than a single model.
Results. Helix's 7–9 Hz / 200 Hz dual-system frequencies have become the most-cited public parameters of the "large/small brain separation architecture" (official basis); the capital market has given it the industry's highest valuation anchor. It should be noted that Helix is closed-source with no publicly comparable benchmark scores; its capability evidence comes mainly from official demo videos, and third-party reproduction data is missing — citations should be labeled "official demo basis." Confidence: funding and architecture parameters are of official and Cailianshe basis (high); capability claims have medium confidence.
3.3. Galbot S1: The Brain of the Simulation Synthetic-Data Route
Background. Galbot is the domestic representative of the "heavy-software brain camp," taking the opposite route from schools that depend on real-robot teleoperation data: it centers on 3D visual synthetic data + Sim2Real training. In 2025-12 it completed a new financing of over $300M, cumulatively ~$800M, at a valuation of $3B (Baidu Baike basis); afterward it raised another RMB 2.5B round (with the National AI Industry Investment Fund and others; Huachuang Securities report basis, early 2026, claiming cumulative financing ranks first among Chinese embodied-intelligence companies). The two financing bases are listed in parallel by timeline and not merged.
Approach. It has self-developed "Galaxy Star Brain" (AstraBrain), claiming to be "the world's first full-body full-hand end-to-end embodied large model integrating brain, cerebellum, and neural control into a single model" — this is the reverse route of the mainstream "large/small brain separation" assertion, showing that whether the large and small brains are separated remains an open question in 2025—2026. The technical base is grasping and manipulation policies trained on pure simulation synthetic data, paired with the Open6DOR simulation platform (2,500-task detection); per the Baike basis, its 6-DoF manipulation precision error is less than 0.5 mm.
Results. Per company and Baike basis (lacking third-party reproduction, medium confidence): Galbot S1 achieves fully autonomous routine operation at CATL's battery factory; transparent-object grasping success rate is 95%; at the 2025 Beijing BAAI Conference it performed a continuous 18-hour real-robot demo with a 97% task success rate. On the commercialization side, as of 2025-06 it covered 7 unmanned pharmacies in Beijing with over 300 daily orders; in 2025-08 it won the pharmacy-sorting competition of the World Humanoid Robot Games (4 min 25 s in the preliminary round). This case shows that the synthetic-data route can work in structured commercial scenarios (pharmacies, factories), but its 95% / 97% figures are all company basis and must be labeled when cited.
4. Practical Standards
4.1. AGENTS.md Specification (Brain Direction)
The following is the complete copyable AGENTS.md content for the brain direction, a trimmed and strengthened version of the group-level AGENTS.md:
# AGENTS.md —— 具身智能组 · 大脑方向
## 角色与边界
- **角色**:大脑方向工程智能体,负责 VLA 与世界模型的训练、评测、部署与任务规划链路开发。
- **边界**:不直接输出电机控制信号(50–200 Hz 实时环归小脑方向);真机部署只产出待人工确认的指令包。
- **第一原则**:基准成绩不等于真机能力。任何能力声明必须基准成绩与真机验收双报告。
## 环境假设
- 声明基座模型与版本(π0 / OpenVLA / GR00T N1 等)、微调配置、评测基准版本(LIBERO 四套件 / HumanoidBench 27 任务)。
- 声明部署端算力(如 Jetson Orin / 机载 x86)与推理频率预算;无官方时延数字时标注 [待填写],不得估算冒充。
- 声明数据来源(Open X-Embodiment / RT-X / AgiBot World / 自采)与合规状态。
## 上下文加载顺序(Context Budget)
- 必载:任务判据、模型配置摘要、回归集版本与当前最好成绩。
- 次载:数据集元信息(规模、构型、采集方式)、失败案例清单。
- 禁止:原始轨迹数据、完整模型权重张量进入上下文。
## 工具契约
- 训练与评测脚本须版本锁定、随机种子固定、结果可复现。
- 评测结果必须含退出码、日志路径、分套件成绩(Spatial / Object / Goal / Long 分列)。
- 公司自报成绩不得作为本项目评测结果引用,只能作为外部对照并标注"公司口径"。
## 任务执行流程(SOP)
- S1 解析任务为可判定子目标;S2 固定环境复现基线;S3 微调或评测;S4 分套件报告并与基线对照;S5 真机部署走组级红线的影子验证与人在回路流程。
## 验证与证据要求
- 双报告制:基准成绩 + 真机验收(缺真机数据须显式声明"仅仿真/仅基准")。
- 长程任务单列 LIBERO-Long 等长程成绩,禁止只报四套件均值掩盖长程短板。
- 融资、估值等商业数字标注媒体口径与两口径差异。
## 失败与升级策略
- 微调后成绩低于基线:检查数据质量与格式,冻结训练做最小复现。
- 真机行为与仿真不一致:回到组级红线,走 sim2real 排查,不绕过小脑限幅。
## 安全与合规红线
- 输出动作须经安全语义过滤:拒绝危险指令、限制动作语义边界。
- 训练数据涉人脸、家庭场景的须脱敏;对外发布前过合规审查。
## 禁止事项
- 禁止把官方演示视频描述为"实测成绩";禁止混用仿真与真机数字。
## 输出格式
- 模型卡格式:架构、数据、基准分套件成绩、部署约束、已知失败模式、开源状态。
## 评估与自检
- 自检项:双报告、口径标注、种子可复现、长程成绩单列、数据合规、无占位符。 4.2. SKILL.md Specification (Brain Direction)
---
name: embodied-brain-vla
description: 大脑方向技能。当需要选型、微调或评测 VLA 模型,搭建任务规划链路,或生成世界模型合成数据,并要求基准与真机双报告时使用。
version: 1.0
created: 2026-09-12
---
# 大脑方向技能
## 适用场景
- VLA 模型选型与对比(RT-2 / OpenVLA / π0 系列 / GR00T N1 / Helix)。
- 少样本微调(OpenVLA 类:100–200 条示教)与评测。
- 任务规划链路(分层控制)与世界模型合成数据生成(Cosmos Transfer 等)。
## 前置条件
- 评测基准与脚本版本固定;部署算力与频率预算明确。
- 数据合规状态可追溯。
## 输入
- 任务目标与成功判据;基座模型与配置;数据集路径与版本。
## 输出
- 模型卡 + 分套件评测报告 + 可复现配置(种子、版本、脚本路径)。
## 执行步骤
1. 固定基线:复现基座模型在回归集上的成绩。
2. 微调或评测:多种子执行,分套件统计(含长程套件)。
3. 对照外部口径(公司自报成绩仅作参考并标注)。
4. 部署前走影子验证;真机流程移交组级红线流程。
5. 产出模型卡与遗留风险清单。
## 质量标准(DoD)
- 双报告制;种子可复现;长程成绩单列;口径全部标注;无占位符。
## 常见失败与处理
- 微调退化:先查数据格式与质量,再做最小复现。
- 基准高分、真机失败:按 sim2real 排查,禁止只报基准。
## 示例
- 用 100 条自采数据微调 OpenVLA,在 LIBERO-Spatial 上评测并与开源基线 76.5% 对照。 4.3. Implementation Checklist
| # | Check Item | Passing Criterion | Mandatory |
|---|---|---|---|
| 1 | Baseline reproduction | Base-model benchmark scores reproduced and recorded | Yes |
| 2 | Per-suite reporting | LIBERO four suites each reported; long-horizon not hidden | Yes |
| 3 | Dual reporting | Benchmark scores and real-robot acceptance (or an explicit "benchmark-only" statement) both present | Yes |
| 4 | Basis labeling | Company / official / paper basis distinguished | Yes |
| 5 | Reproducibility | Seed, version, and configuration traceable | Yes |
| 6 | Deployment latency | Has measured frequency data or an explicit [To be filled] | Mandatory for deployment |
| 7 | Data compliance | Training and fine-tuning data source, anonymization, and informed consent all present | Mandatory when data involved |
| 8 | Semantic safety filtering | Dangerous-instruction rejection logic has test records | Mandatory for deployment |
| 9 | Dual-system handoff | Interface frequency budget reconciled with the cerebellum (e.g., 7–9 Hz vs 200 Hz) | Mandatory for dual system |
| 10 | Term distinction | Intelligence-level classification and Harness's six layers not conflated | Yes |
| 11 | Commercial figures | Funding and valuation labeled with media basis and basis differences | Yes |
| 12 | Placeholder cleanup | No non-standard placeholders such as XX, ___ | Yes |
5. Summary
The brain direction is the link where embodied intelligence and AI Harness mesh most tightly: VLM perception assembly corresponds to L1, task decomposition and skill scheduling to L3, embodied memory to L4, benchmarks and open-world acceptance to L5, and semantic safety filtering to L6 — the brain itself is the slow system of a Harness Loop running in the physical world.
The engineering conclusions from the three-year lineage are threefold. First, end-to-end VLA has become the default paradigm: from RT-2's action Tokenization to π0's flow matching, then to GR00T N1's open base model, action generation has completed the shift from "semantically describing actions" to "directly generating continuous actions." Second, the dual-system architecture has become the common choice of both the open and closed camps: Helix's 7–9 Hz / 200 Hz and GR00T N1's System 2 / System 1 are structurally isomorphic, validating the feasibility of the "slow semantics, fast control" layering; the Galaxy Star Brain's unified route is the counter-evidence that must be continuously tracked. Third, evaluation is currently the weakest layer: the gap between LIBERO averages of 94%~97% and real open-world success rates, and the general absence of official on-device inference-latency numbers, both require the brain-direction Harness to treat "benchmark scores + real-robot acceptance + measured frequency" as the minimum delivery standard.
Information-Gap Statement
The following items have not been confirmed by primary sources and have been labeled in the main text:
- Official vendor numbers for VLA on-device inference latency: only Helix's 200 Hz (control frequency) and π0's ~50 Hz (industry-review basis) are citable; OpenVLA and others have no official first-hand latency data on on-device platforms such as Jetson Orin,
[To be filled]. - The ~$1B funding and above-$11B valuation rumored for Physical Intelligence in 2026-03: reported but unconfirmed; timeline reference only.
- Helix's parameter count and public benchmark scores: not disclosed officially; capability evidence is official-demo basis only, medium confidence.
- Galbot's 95% transparent-object grasping, 18-hour 97% success rate, and 6-DoF manipulation error under 0.5 mm: company/Baike basis, lacking third-party reproduction, medium confidence.
- π0's per-suite LIBERO scores differ slightly between the two summary tables in arXiv 2607.06706 and 2602.18224; this document lists them in parallel without choosing one.
- The original URL of Unitree's prospectus was not obtained; the brain-related full-stack wording ("hardware + cerebellum + brain") comes from a China Economic Net report summary.
6. References
- Physical Intelligence official site (the π0 / π0-FAST / π0.5 / π*0.6 / π0.7 model line) — Physical Intelligence. https://www.pi.website
- VLA Models Comparison Guide — roboticscenter.ai, 2026. https://www.roboticscenter.ai/guides/vla-models-comparison
- LIBERO benchmark cross-comparison table (arXiv 2602.18224) — arXiv, 2026-02. https://arxiv.org/pdf/2602.18224
- π0-series LIBERO score summary (arXiv 2607.06706) — arXiv, 2026-07. https://arxiv.org/html/2607.06706v1
- OpenVLA-OFT paper page — 2025. https://kendrick-stein.github.io/MCISLAB_DeepRead/Papers/2502-OpenVLA-OFT
- NVIDIA Releases Isaac GR00T N1 — NVIDIA Newsroom, 2025-03-18. https://nvidianews.nvidia.com/news/nvidia-releases-isaac-gr00t-n1-worlds-first-open-humanoid-robot-foundation-model-and-simulation-libraries
- Accelerate Generalist Humanoid Robot Development with Isaac GR00T N1 — NVIDIA Developer Blog, 2025. https://developer.nvidia.com/blog/accelerate-generalist-humanoid-robot-development-with-nvidia-isaac-gr00t-n1/
- Figure official Series C announcement — Figure AI, 2025-09. https://www.figure.ai/news/series-c
- Figure Series C financing report — Cailianshe, 2025-09-16. https://m.cls.cn/detail/2147044
- Guiding Opinions on Innovation and Development of Humanoid Robots — Ministry of Industry and Information Technology, 2023-11. https://www.ncsti.gov.cn/zcfg/zcwj/202311/P020231103482413965397.pdf
- Physical Intelligence financing and model-line chronology — The Dynamics, 2026. https://thedynamics.ai/articles/physical-intelligence-history
- Robotera official milestones (brain technology line) — Robotera. https://www.robotera.com/#/about/us
- Embodied intelligence: decoding the path to breakthroughs in China's robot industry — Zhonghong Net, 2026-06. https://www.zhonghongwang.com/show-278-464160-1.html
- Report on China's release of the humanoid-robot and embodied-intelligence standard system (2026 edition) — People's Daily Overseas Edition, 2026-02-28. https://peoplesdaily.pdnews.cn/china/er/30051524844
- ALOHA 2 / Mobile ALOHA entries — aiwiki, 2024–2025. https://aiwiki.ai/wiki/aloha_2