AI News AI资讯 4h ago Updated 1h ago 更新于 1小时前 50

NVIDIA Releases Alpamayo 2 Super: A 34B Open Vision-Language-Action Model for Robotaxis and Autonomous Driving Under OpenMDW-1.1 英伟达发布Alpamayo 2 Super:一款面向Robotaxi和自动驾驶的34B开源视觉-语言-动作模型(基于OpenMDW-1.1)

NVIDIA released Alpamayo 2 Super, a 34B-parameter vision-language-action (VLA) model for autonomous driving, under the permissive OpenMDW-1.1 license enabling immediate commercial use The architecture combines a 32B Cosmos 3 Super Reasoner VLM backbone with a 2.3B diffusion-based action decoder, trained on ~115,000 hours of multi-camera driving video and over 1 billion images The model produces five outputs in a single forward pass: a planned trajectory (64 waypoints), a Chain-of-Causation (CoC) NVIDIA发布Alpamayo 2 Super,一个34B参数的开放视觉-语言-动作(VLA)模型,专为自动驾驶长尾场景设计 模型采用32B VLM骨干网络(基于Cosmos 3 Super Reasoner)+ 2.3B扩散动作解码器的架构,单次推理即可输出轨迹、因果解释、元动作等五种结果 开源许可证OpenMDW-1.1允许商业使用,训练数据涵盖115,000小时驾驶视频和超过10亿图像 在LingoQA基准测试中以79.2分领先近40个模型,AlpaSim得分1.50±0.13,minADE₆达0.911m 模型已集成NVIDIA Halos安全验证工作流,支持ISO/PAS 8800

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

Analysis 深度分析

TL;DR

  • NVIDIA released Alpamayo 2 Super, a 34B-parameter vision-language-action (VLA) model for autonomous driving, under the permissive OpenMDW-1.1 license enabling immediate commercial use
  • The architecture combines a 32B Cosmos 3 Super Reasoner VLM backbone with a 2.3B diffusion-based action decoder, trained on ~115,000 hours of multi-camera driving video and over 1 billion images
  • The model produces five outputs in a single forward pass: a planned trajectory (64 waypoints), a Chain-of-Causation (CoC) trace, a meta-action, reasoning auto-labels, and grounded visual question answering
  • It achieves a Lingo-Judge score of 79.2 (ranked first among nearly 40 models), an AlpaSim score of 1.50 ± 0.13, and minADE₆ of 0.911m at 6.4s on challenging benchmarks
  • CoC traces integrate with NVIDIA Halos safety-validation workflows and ISO/PAS 8800 compliance, while the model can serve as an autolabeler that compresses annotation cycles from months to days

Why It Matters

Alpamayo 2 Super represents a significant step toward unified VLA models for autonomous driving that can simultaneously reason, plan, and explain decisions — addressing the long-tail event problem that plagues conventional detection-and-prediction stacks. Its open commercial licensing and demonstrated ability to generate causal explanations make it directly relevant to teams building safe, auditable autonomous systems. The autolabeling capability also offers immediate operational value by dramatically reducing data annotation costs for fleet operators.

Technical Details

  • Architecture: 34B total parameters split into a 32B VLM backbone (built on NVIDIA Cosmos 3 Super Reasoner, post-trained with reinforcement learning) and a 2.3B diffusion-based action decoder. Tested on a single H100 80GB at 72,115 MiB peak memory; distillation recommended for in-car deployment.
  • Inputs and Outputs: Inputs include multi-camera RGB video (validated with six cameras, four historical frames per camera), text, and egomotion history (3D translation + 3×3 rotation matrix, multi-timestep). The trajectory API outputs 64 waypoints spanning 0.1–6.4 seconds at 0.1s intervals, each with ego-frame XYZ and a 3×3 rotation matrix.
  • Training Data: Approximately 115,000 hours of multi-camera driving video with egomotion and trajectory annotations, ~3.7 million Chain-of-Causation (CoC) traces providing structured causal explanations of driving decisions, and over one billion training images.
  • Benchmarks: LingoQA Lingo-Judge score of 79.2 (first among ~40 models, outperforming Qwen2.5-VL 72B by 17.0, Gemini 2.5 Pro by 15.1, and GPT-4o by 23.2). Closed-loop AlpaSim score of 1.50 ± 0.13 on 910 PhysicalAI-AV-NuRec scenarios. Open-loop minADE₆ of 0.911m at 6.4s on 937 challenging PhysicalAI-AV samples.
  • Five-Output Design: A single forward pass produces (1) planned trajectory, (2) CoC causal explanation trace, (3) meta-action (e.g., yield, lane change), (4) reasoning auto-labels, and (5) visual question answering with 2D grounding. CoC traces integrate with NVIDIA Halos for safety validation and ISO/PAS 8800 alignment.

Industry Insight

  • The open commercial licensing (OpenMDW-1.1 + Apache 2.0) signals NVIDIA's strategy to accelerate ecosystem adoption of its VLA stack, enabling competitors and partners to build derivative models and commercial products without additional permission — a move that could standardize open VLA architectures in autonomous driving.
  • The integration of Chain-of-Causation traces with safety-validation workflows addresses a critical industry bottleneck: regulatory compliance and explainability. Teams prioritizing ISO/PAS 8800 alignment should evaluate Alpamayo 2 Super as both a planning model and a safety audit tool.
  • The autolabeling claim (compressing annotation cycles from months to days) represents a compelling ROI argument for fleet operators with proprietary data; even conservative estimates of annotation cost savings could justify early adoption and fine-tuning on domain-specific driving data.

TL;DR

  • NVIDIA发布Alpamayo 2 Super,一个34B参数的开放视觉-语言-动作(VLA)模型,专为自动驾驶长尾场景设计
  • 模型采用32B VLM骨干网络(基于Cosmos 3 Super Reasoner)+ 2.3B扩散动作解码器的架构,单次推理即可输出轨迹、因果解释、元动作等五种结果
  • 开源许可证OpenMDW-1.1允许商业使用,训练数据涵盖115,000小时驾驶视频和超过10亿图像
  • 在LingoQA基准测试中以79.2分领先近40个模型,AlpaSim得分1.50±0.13,minADE₆达0.911m
  • 模型已集成NVIDIA Halos安全验证工作流,支持ISO/PAS 8800标准,可作为自动标注器将标注周期从数月缩短至数天

为什么值得看

NVIDIA将Alpamayo系列从研发用途转向商业部署,标志着开源VLA模型在自动驾驶领域的商业化进程加速。该模型通过因果解释与轨迹输出的结合,为自动驾驶安全验证提供了可追溯的决策链路,对解决长尾场景具有战略意义。

技术解析

  • 模型架构:34B参数总量,由32B VLM骨干网络(基于Cosmos 3 Super Reasoner,经强化学习后训练)与2.3B扩散动作解码器组成。输入为多摄像头RGB视频、文本和带时间戳的自运动历史(3D平移+3×3旋转矩阵),输出64个航点(0.1-6.4秒,0.1秒间隔)。
  • 训练数据:约115,000小时多摄像头驾驶视频,包含约370万Chain-of-Causation(CoC)因果追踪记录,图像训练数据超过10亿张。
  • 基准测试:LingoQA Lingo-Judge得分79.2,在近40个模型中排名第一,超越Qwen2.5-VL 72B(+17.0分)、Gemini 2.5 Pro(+15.1分)、GPT-4o(+23.2分);AlpaSim得分1.50±0.13;minADE₆在6.4秒时为0.911m。
  • 多输出能力:单次推理产生轨迹、CoC因果解释、元动作(如让行/变道)、推理自动标注和带2D定位的视觉问答五种输出。
  • 部署规格:云端测试使用单卡H100 80GB,峰值显存72,115 MiB;支持蒸馏用于车端推理。

行业启示

  • 开源VLA商业化加速:NVIDIA将Alpamayo系列全面切换至OpenMDW-1.1许可证,允许微调、衍生模型和商业再分发,表明头部厂商正推动VLA模型从研究工具向可部署解决方案转变。
  • 因果可解释性成为安全验证关键:CoC追踪与Halos工作流的集成,以及ISO/PAS 8800对齐,反映了自动驾驶行业对"可解释决策链"的需求正在从附加功能升级为核心合规要求。
  • 自动标注重塑数据闭环:模型作为自动标注器可将标注周期从数月压缩至数天,这为车队运营方提供了低成本的数据迭代路径,可能加速私有数据的价值释放。

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

Open Source 开源 Autonomous Driving 自动驾驶 Robotics 机器人 Multimodal 多模态 Product Launch 产品发布