τ_0-VLA: a Hierarchical Robot Foundation Model with World-Model-Guided Test-Time Computation
机器人遇到难以判断的时刻,会先在脑中想象几种可能的下一步,再做决定
τ0-VLA是一个分层机器人系统,在打扫房间、做饭、做奶茶等耗时数分钟到12分钟的长任务中,遇到不确定的时刻不会只算一次就下结论,而是生成多个候选下一步,用世界模型预测每个候选执行后画面会变成什么样,再打分挑选,最后才决定实际要做的动作。该系统用40115小时的真实机器人数据训练而成,在实体机器人实验中,测试时投入越多计算,下一步预测准确率和最终任务成功率都随之提高。论文作者为Xiaowei Cai,发布于arXiv,编号2608.16885。
METAL MEDIA 解读图
机器人遇到难以判断的时刻,会先在脑中想象几种可能的下一步,再做决定
- 01以往大多数分层机器人AI只用一次前向计算就决定下一步该做什么,遇到困难或关键决策时也无法多花点计算力气
- 02τ0-VLA只在模型信心不足时才启动额外搜索:生成多个候选子任务,用世界模型预测每个候选执行完后的画面,再用价值模型打分并做集束搜索,最后生成最终决定
- 03选定的子任务交给统一40维动作空间的下层执行模型完成,使同一套模型能操控多种不同结构的机器人本体
- 04在打扫房间、备菜、番茄炒蛋、做奶茶、收衣服、整理书本等真实机器人任务中,测试时计算量增加,下一步预测准确率和闭环任务成功率都随之提升
- 05在训练中从未见过的书本摆放顺序(分布外场景)下,同样的提升趋势依然成立,说明方法对陌生情况也有一定稳健性
他们做了什么
- 以往大多数分层机器人AI只用一次前向计算就决定下一步该做什么,遇到困难或关键决策时也无法多花点计算力气
- τ0-VLA只在模型信心不足时才启动额外搜索:生成多个候选子任务,用世界模型预测每个候选执行完后的画面,再用价值模型打分并做集束搜索,最后生成最终决定
- 选定的子任务交给统一40维动作空间的下层执行模型完成,使同一套模型能操控多种不同结构的机器人本体
- 在打扫房间、备菜、番茄炒蛋、做奶茶、收衣服、整理书本等真实机器人任务中,测试时计算量增加,下一步预测准确率和闭环任务成功率都随之提升
- 在训练中从未见过的书本摆放顺序(分布外场景)下,同样的提升趋势依然成立,说明方法对陌生情况也有一定稳健性

| Method | Clean Room | Prepare Ingredients | Tomato and Egg Stir Fry | Make Milk Tea | Avg. | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | |
| GR00T N1.7 [26] | 0/10 | 59.80% | 1/10 | 68.57% | 0/10 | 24.32% | 0/10 | 28.46% | 2.50% | 45.29% |
| LingBot-VLA [40] | 0/10 | 66.60% | 0/10 | 35.00% | 0/10 | 12.27% | 0/10 | 63.85% | 0.00% | 44.43% |
| π0.5 [2] | 4/10 | 86.20% | 2/10 | 73.93% | 0/10 | 49.77% | 3/10 | 82.31% | 22.50% | 73.05% |
| τ0-VLA | 4/10 | 92.80% | 2/10 | 66.43% | 0/10 | 65.00% | 5/10 | 96.15% | 27.50% | 80.10% |
| τ0-VLA (Hierarchical System, Plan Once) | 5/10 | 94.80% | 4/10 | 82.86% | 4/10 | 81.82% | 5/10 | 91.92% | 45.00% | 87.85% |

| Method | Collect Laundry | Tidy Makeup Table | ||||||
|---|---|---|---|---|---|---|---|---|
| T-shirt | Cotton Pad | Eyelash Curler | Makeup Puff | |||||
| SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | |
| GR00T N1.7 [26] | 4/10 | 76.00% | 10/10 | 87.50% | 8/10 | 77.50% | 7/10 | 52.50% |
| LingBot-VLA [40] | 2/10 | 35.00% | 9/10 | 67.50% | 3/10 | 22.50% | 3/10 | 33.75% |
| π0.5 [2] | 9/10 | 88.00% | 9/10 | 85.00% | 8/10 | 85.00% | 7/10 | 73.75% |
| τ0-VLA | 10/10 | 97.00% | 10/10 | 95.00% | 9/10 | 92.50% | 10/10 | 95.00% |
| Method | Make Milk Tea | Book Organization | Clean Room | |||
|---|---|---|---|---|---|---|
| SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | SR ↑ | Progress ↑ | |
| Plan Once | 5/10 | 91.92% | 6/10 | 66.67% | 5/10 | 94.80% |
| TTC | 7/10 | 95.38% | 9/10 | 93.33% | 7/10 | 97.60% |
| Coordinates | Dimensions | State representation |
|---|---|---|
| Left EEF position | 1–3 | Cartesian position in meters |
| Left EEF orientation | 4–9 | Rot6D(𝐑L) |
| Right EEF position | 10–12 | Cartesian position in meters |
| Right EEF orientation | 13–18 | Rot6D(𝐑R) |
| Left gripper | 19 | native opening coordinate |
| Right gripper | 20 | native opening coordinate |
| Waist | 21–22 | two native coordinates |
| Planar base velocity | 23–24 | two native coordinates |
| Left arm joints | 25–32 | q1L,…,q8L in radians |
| Right arm joints | 33–40 | q1R,…,q8R in radians |
| Task | Maximum duration |
|---|---|
| Clean Room | 20 min |
| Prepare Ingredients | 20 min |
| Tomato and Egg Stir Fry | 20 min |
| Make Milk Tea | 10 min |
| Book Organization | 5 min |
| Collect Laundry | 5 min |
| Tidy Makeup Table (each group) | 5 min |
| Family | Sampling position | Input → target memory | Target subtask | Deployment failure countered | Mix |
|---|---|---|---|---|---|
| within-subtask | anywhere in seg. n | ℳn→ℳn | seg. n | — (aligned, normal progression) | 58% |
| transition | tail of seg. n | ℳn→ℳn+1 | seg. n+1 | starting a new subtask after completion | 15% |
| catch-up | head of seg. n | ℳn−1→ℳn | seg. n | memory lag (behind the visual state) | 10% |
| rollback | late in seg. n | ℳn+1…n+3→ℳn | retry seg. n | memory run-ahead (over-optimistic) | 12% |
| error-think | annotated failure frame | ℳn→ type-dependent | recovery step | unnoticed execution failure | 5% |
为什么重要
在长时间的机器人任务中,一旦选错了下一步,即便动作执行得再精准也无法挽回,因此只在关键时刻多花计算力的方法对打造可靠的家用机器人很有意义。这也说明语言模型中流行的测试时算力扩展思路,可以迁移到真实机器人控制上并带来实际收益。
本文术语
- VLA(视觉-语言-动作)模型 · 把摄像头画面和语言指令转换成机器人动作指令的AI模型
- 测试时计算(Test-Time Computation) · 不重新训练模型,而是在实际使用时投入更多计算来提升答案质量的方法
- 世界模型(World Model) · 预测某个动作执行后环境会变成什么样子的模型
- 集束搜索(Beam Search) · 每一步只保留得分最高的几条候选路径继续往下扩展的搜索方法
- 执行记忆(Execution Memory) · 记录机器人到目前为止任务进展到哪一步的摘要信息
论文原文摘要(英文)
Long-horizon robot manipulation requires a robot to both execute individual skills reliably and sequence them coherently over extended tasks. Most hierarchical vision-language-action (VLA) models make each such decision with a single forward pass, leaving no mechanism to allocate additional computation to difficult or consequential choices. We introduce τ_0-VLA, a hierarchical robot foundation model that formulates high-level subtask generation as a compute-scalable inference problem through world-model-guided test-time computation. At each inference step, the high-level policy uses execution memory to generate a subtask and, when needed, searches over alternatives before committing to its output. A low-level policy then executes the generated subtask across multiple robot embodiments. The policy is trained on 40,115 hours of heterogeneous real-world data with multimodal co-training. Across in-domain and distribution-shifted settings, allocating additional test-time computation substantially improves next-subtask prediction accuracy, and these gains translate into higher closed-loop success on long-horizon robot manipulation tasks.
在 arXiv 阅读最新论文
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?让AI编程助手去修复真实科学软件,连最强的那个也有一半以上任务没做对
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving把稀疏注意力从论文原型变成能真正上线服务的加速方案
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents让客服AI坐席不只是拦住一个危险动作,而是把整个流程走对
- EXIMO: VLM Guided Exploration of VLA Policies不用人工遥控演示,让会说话的AI来教机械臂做新家务
- EnvHarness: Awakening Static Worlds for Agent Learning不重新搭建训练环境,而是给现有环境套一层可插拔组件,针对每个智能体的具体弱点重新塑形
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model租用AI而非拥有AI的机构,安全监管能力只剩一半
- Beyond Imitation: Filtering On-Policy Distillation by Reasoning ProgressAI模仿老师模型学习时,会误伤本来推理正确的步骤,新方法专门过滤掉这种误伤
- PersonalBench: Measuring the Authorship Gap in LLM Personalization让AI模仿某人的文风,结果发现它始终摆脱不了自己的腔调
METAL MEDIA 最新报道
图片来源: Xiaowei Cai et al., arXiv:2608.16885, arxiv-nonexclusive