AI Practices AI实践 2d ago Updated 2d ago 更新于 2天前 48

Post-Train NVIDIA Cosmos 3 Edge for On-Device Robot Control 后训练 NVIDIA Cosmos 3 Edge 用于设备端机器人控制

NVIDIA Cosmos 3 Edge is a 4B omni-model with a 2B Nemotron-based reasoner, designed to run on-device on NVIDIA Jetson Thor for real-time robot control Post-training transforms the world foundation model into a manipulation policy using the Cosmos3-DROID dataset (76k trajectories, ~350 hours across 86 tasks) The policy achieves 22.9% success rate in closed-loop RoboLab tasks, generating action chunks in ~1.53 seconds at 15 Hz on Jetson AGX Thor T5000 Training requires significant distributed comp NVIDIA Cosmos 3 Edge是4B多模态世界模型(含2B Nemotron推理器),可部署于Jetson Thor设备端运行 通过后训练将物理世界模型转化为机器人操作策略,在RoboLab闭环任务中达到22.9%成功率 推理延迟约1.53秒/动作块(15Hz),支持连续流式设备端控制,无需云端GPU参与 使用Cosmos3-DROID数据集(76k成功轨迹、350小时、86任务、564场景)进行后训练 训练需64节点×4×GB200,约68小时(17.4K GB200-hours),提供完整开源实现

72
Hot 热度
65
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • NVIDIA Cosmos 3 Edge is a 4B omni-model with a 2B Nemotron-based reasoner, designed to run on-device on NVIDIA Jetson Thor for real-time robot control
  • Post-training transforms the world foundation model into a manipulation policy using the Cosmos3-DROID dataset (76k trajectories, ~350 hours across 86 tasks)
  • The policy achieves 22.9% success rate in closed-loop RoboLab tasks, generating action chunks in ~1.53 seconds at 15 Hz on Jetson AGX Thor T5000
  • Training requires significant distributed compute: 64 nodes of 4× GB200 for 60K iterations (~17.4K GB200-hours), not a simple single-GPU fine-tune
  • The approach enables continuous on-device streaming by generating action chunks and replanning after each inference cycle rather than after every observation

Why It Matters

This represents a significant step toward deploying capable world foundation models directly on robotic hardware without cloud dependency, addressing the critical constraints of device memory and control latency that have historically limited on-robot AI. For AI practitioners working in robotics, it demonstrates that post-training a 4B-parameter model can yield practical real-time policies, bridging the gap between large-scale world models and edge deployment. The open framework and released checkpoints lower the barrier for researchers to build upon this foundation.

Technical Details

  • Model Architecture: Cosmos 3 Edge is a 4B omni-model featuring a 2B NVIDIA Nemotron-based reasoner, pretrained on the same physical-world data as Cosmos 3 Nano and Super, with freshly initialized action heads (encoder + decoding MLP + embedding tokens) using a 5× learning rate multiplier
  • Training Configuration: Joint position action space (8-D absolute: 7 joints + gripper), 3-camera canvas (wrist 360×640 over two exterior views 180×320 each → 540×640), action chunk of 32 future actions at 15 Hz, vision flow-matching loss weighted to match action loss, learning rate 2e-4 with global batch 8192
  • Dataset: Cosmos3-DROID contains 76k successful teleoperated trajectories (~350 hours, 86 tasks, 564 scenes) collected with Franka Panda arm and Robotiq gripper, packaged in LeRobotDataset v3.0 format at 640×360 resolution, with filtering of idle/non-task frames and data augmentation via random cropping, rescaling, and color jitter
  • Inference Performance: On Jetson AGX Thor T5000, each action chunk generates in ~1.53 seconds at 640×540 resolution and 15 Hz, covering ~2.13 seconds of robot motion, enabling continuous streaming with receding-horizon control and replanning after each inference cycle
  • Compute Requirements: Distributed post-training across 64 nodes with 4× GB200 each for 60K iterations (~68 hours, ~17.4K GB200-hours), using CUDA 13.0 and NGC 26.06-py3, with long-cosine decay schedule and HSDP 32×8 parallelism

Industry Insight

  • The ability to run a 4B-parameter world model entirely on edge hardware (Jetson Thor) without offloading to data-center GPUs marks a turning point for autonomous robotics, enabling low-latency, privacy-preserving, and always-available robot intelligence
  • The modest 22.9% closed-loop success rate highlights that while on-device deployment is now feasible, significant room remains for improvement in policy robustness—researchers should focus on better sim-to-real transfer, richer embodiment support, and improved post-training techniques
  • The open release of the framework, checkpoints, and dataset on HuggingFace democratizes access to world-model-based robot policies, but the substantial distributed training compute requirement (~17.4K GB200-hours) means only well-resourced organizations can replicate the full post-training pipeline, creating a potential capability gap in the robotics community

TL;DR

  • NVIDIA Cosmos 3 Edge是4B多模态世界模型(含2B Nemotron推理器),可部署于Jetson Thor设备端运行
  • 通过后训练将物理世界模型转化为机器人操作策略,在RoboLab闭环任务中达到22.9%成功率
  • 推理延迟约1.53秒/动作块(15Hz),支持连续流式设备端控制,无需云端GPU参与
  • 使用Cosmos3-DROID数据集(76k成功轨迹、350小时、86任务、564场景)进行后训练
  • 训练需64节点×4×GB200,约68小时(17.4K GB200-hours),提供完整开源实现

为什么值得看

本文展示了世界模型从云端向设备端部署的完整技术路径,解决了机器人实时控制的内存和延迟约束,为边缘AI机器人提供了可复现的解决方案。开源框架和检查点降低了机器人策略训练的技术门槛,推动了具身智能的实用化进程。

技术解析

  • 模型架构:Cosmos 3 Edge为4B omni-model,内置2B NVIDIA Nemotron推理器,与Cosmos 3 Nano/Super共享物理世界预训练数据,支持多种机器人本体(双臂Franka、UR、WidowX 250、LeRobot SO101)。
  • 训练配置:8-D绝对动作空间(7关节+夹爪),32步动作块预测(15Hz),全局batch 8192,学习率2e-4,长余弦衰减调度,vision flow-matching损失与动作损失加权平衡。
  • 数据集处理:Cosmos3-DROID数据集以LeRobot Dataset v3.0格式存储,需过滤空闲帧、选择成功演示、应用随机裁剪/缩放/颜色抖动增强。
  • 部署性能:在Jetson AGX Thor T5000上,每个动作块推理约1.53秒,覆盖2.13秒机器人运动,支持receding-horizon控制循环,无需数据中心GPU。
  • 训练基础设施:验证运行使用64节点×4×GB200,共60K迭代,约68小时(17.4K GB200-hours),需CUDA 13.0和NGC 26.06-py3容器。

行业启示

  • 边缘AI机器人成为趋势:世界模型向设备端迁移解决了云端依赖的延迟和隐私问题,推动机器人从"云端大脑+边缘执行"向"全边缘智能"演进。
  • 开源生态加速具身智能落地:NVIDIA提供完整的开源框架、数据集和检查点,降低了机器人策略训练门槛,促进学术界和工业界快速迭代。
  • 多模态世界模型是通用机器人策略的基础:物理世界先验知识可显著减少任务特定演示需求,为跨任务、跨环境的机器人泛化能力提供技术路径。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Robotics 机器人 Training 训练 Deployment 部署 GPU GPU Product Launch 产品发布