BY baoyu.io — Bilingual Study Editionbaoyu.io 最新 50 篇精读
All ↩目录 ↩
#12baoyu.io宝玉 · 2026-05-10 · youtube.com

Robotics' End Game: Nvidia's Jim Fan Declares VLA Dead, Ushers in WAM机器人的终局:英伟达 Jim Fan 宣告 VLA 时代结束,WAM 登场

From language-dominated robot brains to a dreaming world-action model从"语言主导的机器人大脑"到"会做梦的世界动作模型"

01

Concise Summary简洁概述

Jim Fan declares VLA (Vision-Language-Action) — the architecture he championed until recently — obsolete, because its parameters are dominated by language while action lags behind; the new paradigm, World Action Models (WAM), swaps in video world models as the pretraining substrate.

He calls this shift 'the Great Parallel' — replaying the LLM playbook of pretrain→align→RL, replacing teleoperation data with egocentric human video. The flagship model DreamZero is at a 'GPT-2 stage' — directionally right but not yet reliable.

Jim Fan 在演讲中宣布自己主推的 VLA(视觉-语言-动作)架构已经过时,因为其参数实际上大多堆在语言上,动作能力垫底;新范式世界动作模型(WAM)用视频世界模型替代语言模型作为预训练底座。

他把这套迁移称为“底层同构”:复制 LLM 的预训练→对齐→强化学习三步,用人类第一人称视频取代遥操作数据,代表作 DreamZero 目前处于“GPT-2 阶段”,方向对但还不够可靠。

02

Infographic信息图

3 步
3 steps
LLM 路径复刻:预训练→对齐→强化学习
R²=0.998
R²=0.998
灵巧操作神经缩放定律的拟合优度
2040
2040
Jim 预测机器人终局到来的年份,置信度95%
🎬

The Great Parallel: copying the LLM playbook

底层同构:抄 LLM 的作业

Swap 'predict the next token state' for 'predict the next physical-world state.' Video world models become the pretraining substrate, action fine-tuning converges it onto executable robot trajectories, and RL fills in reliability.

把“预测下一个字符串状态”换成“预测下一个物理世界状态”,用视频世界模型做预训练底座,再靠动作微调收敛到机器人可执行的轨迹,最后用强化学习补齐可靠性。

🗣️

VLA's structural flaw: really an LVA

VLA 的结构性缺陷:其实是 LVA

Jim argues VLA models are really LVA — parameters skew toward language, then vision, with action last. They generalize well on nouns (recognizing Taylor Swift) but not verbs (how to push, how hard), because emphasis was misplaced from the start.

Jim 指出 VLA 模型参数大头堆在语言上,视觉次之,动作垫底,因此擅长认知名词(如认出 Taylor Swift)却学不好动词(如怎么推、用多大力),重心从一开始就放错了地方。

🧤

Data revolution: from teleop to exoskeleton video

数据革命:从遥操作到外骨骼视频

Teleoperation caps out at a few usable hours per robot per day, plagued by hardware failures. The DexUMI exoskeleton lets humans wear the end-effector directly, bypassing the robot entirely — EgoScale's pretraining data is 99.9% egocentric human video.

遥操作硬上限是每台机器人每天几小时,且设备故障率高;DexUMI 外骨骼让人类直接佩戴末端执行器采集数据,完全绕开机器人本体,EgoScale 预训练数据 99.9% 来自人类第一人称视频。

🪞

Dream Dojo: a simulator with no physics engine

Dream Dojo:没有物理引擎的仿真器

A video world model doubles as a full neural simulator: feed in action signals, get back the next RGB frame and sensor state in real time — no physics equations, purely data-driven, converting RL's environment cost into a compute-and-data cost instead.

用视频世界模型直接充当神经仿真器,输入动作信号,实时输出下一帧画面和传感器状态,完全数据驱动、不含任何物理方程,把强化学习的环境成本转化成了算力和数据成本。

The argument, step by step
论证推进链条
1
Opens with the 2016 DGX-1 signing anecdote and Ilya's line about believing in deep learning, setting up the 'Great Parallel' framework.
开场用 2016 年 DGX-1 签名往事,引出 Ilya 的“你信深度学习,深度学习就信你”,为“底层同构”框架铺垫。
2
Recaps how LLMs reached today's capability in six years via three steps — pretraining, supervised fine-tuning, RL — then automated research, as a replicable template.
回顾 LLM 只用三次阶跃、六年时间走到今天:预训练、监督微调、强化学习,再到自动研究,作为可复制的模板。
3
Declares VLA obsolete: its parameters are language-dominated and action is structurally neglected; the RT-2 soda-can demo shows it generalizes nouns, not verbs.
宣告 VLA 过时:指出其参数实为语言主导,动作能力被结构性忽视,用 RT-2 的“推可乐罐”demo 说明它泛化的是名词而非动词。
4
Introduces the WAM paradigm: video models as the next pretraining substrate; DreamZero 'dreams' future frames before acting, making vision and action first-class citizens for the first time.
提出 WAM 新范式:视频模型是下一个预训练底座,代表作 DreamZero 通过“做梦”生成未来画面再据此行动,视觉和动作首次成为一等公民。
5
Unpacks the data and simulation infrastructure: DexUMI exoskeletons and EgoScale egocentric video replace teleoperation, with a scaling law as the core empirical evidence; Dream Dojo replaces physics engines with a neural simulator.
展开数据与仿真基础设施:DexUMI 外骨骼与 EgoScale 第一人称视频取代遥操作,神经缩放定律成为核心实证证据;Dream Dojo 用神经仿真器替代物理引擎。
6
Closes with an end-game roadmap — physical Turing test, physical API, physical automated research — analogizing the 14 years from AlexNet to agents to project a 2040 endpoint.
收尾给出终局路线图:物理图灵测试、物理 API、物理自动研究三个里程碑,类比 AlexNet 到智能体的 14 年,推算 2040 年抵达终局。
03

Detailed Summary详细解读

The talk's narrative structure is itself part of the argument: Jim opens with signing Nvidia's first DGX-1 at OpenAI in 2016, casting himself as a firsthand witness to deep learning's paradigm shifts, then quotes Ilya Sutskever to imply this pivot belongs to the same category of event. This 'I've seen one paradigm shift, now I'm seeing another' framing is doing real persuasive work for an architecture (WAM) not yet validated in production — worth separating from the technical argument that follows.

The critique of VLA is structurally diagnostic: vision, language, and action share one transformer backbone, but language corpora vastly outweigh action data in scale and maturity, so parameters and gradients naturally skew toward language. This isn't a tuning flaw in one model but an inherited weakness across the whole family (GR00T, π0). The RT-2 soda-can-near-Taylor-Swift example is persuasive precisely because it separates cognitive generalization (recognizing an unseen noun) from motor generalization (executing an unseen action policy) — the latter being robotics' real bottleneck.

WAM's technical core merges video generation and action prediction into one decoding objective: DreamZero imagines several seconds of future frames before acting, effectively wiring the world model's imagination directly into the policy output. But the deployment cost disclosed in the paper is steep — the 14B model needs 38x system-level optimization plus GB200 hardware just to hit 7Hz closed-loop control, meaning the current version is far from practical deployment, something Jim himself likens to a 'GPT-2 stage.'

The data-side pivot deserves scrutiny too: teleoperation is capped by robot hardware uptime and failure rates and can't scale. EgoScale's exoskeleton-and-egocentric-video approach removes the robot from data collection entirely, theoretically riding the scale effects of consumer video, à la FSD's data flywheel. The R²=0.998 scaling law is the talk's strongest empirical evidence, but it only establishes a correlation between more data and lower validation loss — not that downstream task success rate improves in lockstep, a distinction worth keeping separate.

Dream Dojo converts RL's 'environment cost' from physics-engine engineering into data-and-compute cost: instead of hand-coding collision detection and friction coefficients, the video world model learns 'what the next frame looks like given this action.' The appeal is sidestepping the sim-to-real gap, but the simulator's reliability now depends entirely on training-data coverage — out-of-distribution action combinations may produce physically implausible feedback that's harder to diagnose than a traditional physics engine's failure modes.

The talk's close embeds the paradigm shift in a larger commercial logic: whether it's WAM training or Dream Dojo simulation, compute demand far exceeds traditional physics-engine approaches, and Jim's line 'buy more, save more' openly reveals Nvidia's incentive as a chip vendor. That doesn't necessarily invalidate the technical argument, but readers should separate 'the paradigm has shifted' from 'who benefits from the shift' — especially since Nvidia's own GR00T N1.7 paper from April still uses 'VLA model' language, suggesting the internal transition isn't complete.

演讲的叙事结构本身就是论证的一部分:Jim 先用 2016 年在 OpenAI 给第一台 DGX-1 签名的往事,把自己塑造成深度学习范式跃迁的亲历者,再引用 Ilya Sutskever 的名言,暗示这次转向和 LLM 的历史突破属于同一类事件。这种“我曾见证过一次范式转移,现在又见证一次”的叙事策略,是说服听众接受一个尚未被生产验证的架构(WAM)的关键铺垫,值得读者与后文的技术论证分开评估。

对 VLA 的批评核心是一个结构性诊断:视觉-语言-动作三个模态共享一个 Transformer 骨干,但语言语料的规模和成熟度远超动作数据,训练时参数和梯度天然向语言倾斜。这不是某个具体模型的调参失误,而是整个架构族(GR00T、π0)共同的先天缺陷。RT-2 推可乐罐找 Taylor Swift 照片的例子很有说服力,因为它精确区分了“认知泛化”(认出没见过的名词)和“操作泛化”(学会没见过的动作策略),后者才是机器人真正的瓶颈。

WAM 范式的技术内核是把“视频生成”和“动作预测”合并成同一个解码目标:DreamZero 在执行前先生成几秒钟的未来画面,再据此选择动作,本质上是把世界模型的想象能力直接接入策略输出。但论文披露的部署代价极高——140 亿参数模型需要 38 倍系统级优化加 GB200 硬件才能把控制频率压到 7Hz,这意味着当前版本离实用部署还有相当距离,Jim 自己也承认这大致相当于“GPT-2 阶段”。

数据侧的转向同样值得细看:遥操作数据采集受限于机器人硬件的可用时长和故障率,本质上无法规模化;EgoScale 用外骨骼和第一人称视频把数据采集从“机器人在场”变成“机器人不在场”,理论上可以搭上消费级视频(类似自动驾驶的 FSD 数据飞轮)的规模效应。R²=0.998 的缩放定律是全场最硬的实证证据,但它只证明了“更多数据、更低验证损失”的相关性,并未直接证明下游任务成功率会同步提升,这是听众需要保留的区分。

Dream Dojo 把强化学习的“环境成本”从物理引擎工程转化成了数据和算力成本:不需要手写碰撞检测和摩擦系数,而是让视频世界模型直接学会“如果我这样动,下一帧会怎样”。这个思路的吸引力在于绕开了 sim-to-real 的域差距(gap),但代价是仿真器本身的可靠性完全依赖训练数据覆盖度,一旦遇到分布外的动作组合,神经仿真器可能给出物理上不合理的反馈,而这种失败模式比传统物理引擎更难诊断。

演讲的收尾把范式转移嵌入一个更大的商业逻辑:无论是 WAM 训练还是 Dream Dojo 仿真,对算力的需求都远超传统物理引擎方案,Jim 那句“买得越多,省得越多”直接暴露了英伟达作为芯片供应商的动机。这不必然意味着技术论证是错的,但读者应该把“范式已经切换”和“范式切换对谁有利”分开判断,尤其考虑到英伟达自己 4 月发布的 GR00T N1.7 论文里仍在使用“VLA 模型”的表述,说明内部尚未完全转向。

04

FAQ常见问答

Has VLA really been abandoned?VLA 真的已经被淘汰了吗?

Declared obsolete on stage, but Nvidia's own GR00T N1.7 paper from April 2026 still uses 'VLA model' language — internal transition isn't complete, so this is more a directional statement than a done deal.

演讲层面是宣告过时了,但英伟达自家 2026 年 4 月发布的 GR00T N1.7 论文仍在用“VLA 模型”表述,说明内部范式迁移尚未完成,更多是方向宣示而非既成事实。

Can DreamZero be used in production today?DreamZero 现在能用于实际生产吗?

No. Jim himself calls it roughly 'GPT-2 stage' — the paper discloses the 14B model needs 38x system optimization plus GB200 hardware just to hit 7Hz closed-loop control, an extremely high deployment bar.

不能。Jim 自己说它大致相当于“GPT-2 阶段”,论文披露 140 亿参数模型必须靠 38 倍系统优化加 GB200 硬件才能把闭环控制频率压到 7Hz,部署门槛极高。

Will teleoperation data really disappear entirely?遥操作数据真的会被完全淘汰吗?

Jim predicts it'll drop near zero within a couple years, but wearing devices for chores isn't as inherent a need as driving, and existing teleop infrastructure won't vanish overnight — the actual decline could be slower than forecast.

Jim 预测一两年内会降到接近零,但戴设备做家务不像开车那样是刚需场景,且行业已积累的遥操作基础设施不会一夜报废,实际淘汰速度可能比预测更慢。

What does the dexterous manipulation scaling law actually prove?灵巧操作的神经缩放定律证明了什么?

R²=0.998 only establishes a strong log-linear correlation between pretraining compute-hours and validation loss — it doesn't directly prove downstream task success rate improves proportionally. It's the talk's strongest evidence and also the most easily over-read.

R²=0.998 只证明了预训练算力小时数与验证损失之间存在极强的对数线性相关,并不直接证明下游任务成功率会同比例提升,这是全场最硬也最容易被过度解读的证据。

What does Nvidia stand to gain from this paradigm shift?英伟达在这次范式转移里获得什么好处?

WAM training and the Dream Dojo neural simulator demand far more compute than traditional approaches — Jim's line 'buy more, save more' directly reflects how the paradigm shift naturally benefits chip sales.

WAM 训练和 Dream Dojo 神经仿真器对算力需求远超传统方案,Jim“买得越多,省得越多”一句直接反映了范式切换天然利好芯片销售的商业动机。

05

In-depth Analysis · Pros & Cons深入解读 · 优缺点

This piece documents and unpacks a paradigm declaration by Nvidia GEAR Lab lead Jim Fan at Sequoia's AI Ascent 2026: he publicly disavows the VLA architecture he previously championed in favor of World Action Models (WAM). It reconstructs the talk's argument chain and supplements it with paper details and five critical follow-up questions, helping readers separate the stage narrative from verifiable technical progress.

这篇文章记录并解读了英伟达 GEAR Lab 负责人 Jim Fan 在 Sequoia AI Ascent 2026 上的一次范式宣告:他公开否定自己此前主推的 VLA 架构,提出以世界动作模型(WAM)为核心的新技术路线。文章不仅还原了演讲的论证链条,也补充了论文细节和五个关键追问,帮助读者区分“演讲叙事”与“可验证的技术进展”。

Strengths亮点 / 优点
  • Clear structural diagnosis
    结构性诊断清晰
    The 'VLA is really LVA' framing and the noun-vs-verb generalization distinction turn a vague architectural critique into a testable, specific claim — more persuasive than a generic 'the old architecture doesn't work.'
    用“VLA 实为 LVA”和名词/动词泛化的区分,把一个模糊的架构批评变成了可检验的具体论点,比泛泛的“旧架构不好用”更有说服力。
  • Offers quantifiable empirical evidence
    给出可量化的实证证据
    The R²=0.998 scaling law and the 21,000-hour data scale keep the argument from staying purely narrative, giving readers concrete metrics to track and verify later.
    R²=0.998 的缩放定律和 21,000 小时数据规模让论证不止停留在叙事层面,为读者提供了可以后续追踪验证的具体指标。
  • Balances with paper-level detail
    补充了论文细节做平衡
    The piece doesn't just relay the talk's optimism — it adds the deployment detail that DreamZero needs 38x optimization plus GB200 hardware to hit 7Hz, proactively surfacing counter-evidence for readers.
    文章没有照单全收演讲的乐观叙事,而是补充了 DreamZero 需要 38 倍优化加 GB200 才能跑到 7Hz 的部署细节,主动为读者提供了反例信息。
  • FAQ targets credibility blind spots
    五问速答直击可信度盲点
    Questions like 'Is VLA really dead?' and 'What does Nvidia gain?' actively interrogate the talk's internal consistency and commercial motive, avoiding uncritical relay of the speaker's claims.
    “VLA 真的死了吗”“英伟达赚什么”等问题主动质疑演讲的自我一致性和商业动机,避免了对演讲者说法的无批判转述。
Limits & Critiques局限 / 批评
  • Core forecast lacks intermediate checkpoints
    核心预测缺乏中间验证节点
    The 2040 end-game forecast rests on an analogy — '14 years from AlexNet to agents, so 14 more years' — that offers no verifiable intermediate milestones, making it hard for readers to judge near-term whether the prediction is on track.
    2040 年终局预测建立在“AlexNet 到智能体用了 14 年,再加 14 年”的类比上,这个类比本身没有给出可验证的中间里程碑,读者难以在近期判断预测是否走在正轨上。
  • Scaling law's scope may be overstated
    缩放定律的适用范围被放大
    The R²=0.998 result was measured under specific tasks and data distributions; the piece doesn't discuss whether it generalizes to more complex, contact-sensitive manipulation tasks, risking readers treating it as a universal law.
    R²=0.998 只在特定任务和数据分布下测得,文章没有讨论它是否能推广到更复杂、接触力更敏感的操作任务,读者容易把它当作普适规律。
  • Speaker's commercial stake under-weighted
    演讲者的商业立场未被充分权衡
    While the piece notes the 'buy more, save more' commercial angle, it doesn't further explore Nvidia's systematic incentive, as a compute vendor, to argue that the new paradigm requires more compute — this angle could be pushed harder.
    虽然文章提到了“买得越多,省得越多”的商业意图,但没有进一步讨论英伟达作为算力供应商在“证明范式切换需要更多算力”上的系统性激励,这一角度可以更突出。
  • Teleoperation phase-out forecast may be optimistic
    遥操作淘汰速度的预测偏乐观
    The 'near zero within a couple years' claim doesn't account for already-deployed teleop infrastructure or the persistent need for teleoperation in high-precision tasks like surgery or hazardous environments, potentially underestimating the transition period.
    “一两年内降到接近零”的判断没有考虑现有产业已部署的遥操作基础设施和特定高精度任务(如手术、危险环境)对遥操作的持续刚需,可能低估了过渡期的长度。
Bottom line
总评

Worth a close read for robotics and embodied-AI practitioners: it clearly maps the architectural and data-strategy shift from VLA to WAM and offers concrete evidence like the scaling law. But readers should stay skeptical of the 2040 end-game forecast and the 'VLA is dead' claim, remembering this is both a technical argument and paradigm marketing aimed at investors and industry — one that needs ongoing verification against Nvidia's actual product roadmap.

这是一篇值得机器人和具身智能从业者精读的演讲解读:它清晰勾勒了从 VLA 到 WAM 的架构逻辑和数据策略转向,并提供了缩放定律等具体证据。但读者应对 2040 年终局预测和“VLA 已死”的判断保持审慎,记住这既是技术论证也是一次面向投资人和产业界的范式营销,需要结合英伟达自身产品线的实际演进持续验证。

06

Excerpt原文节选

This is a short excerpt, not the full piece — the complete essay belongs to its original author; please read it in full at the link above.

以下仅为节选,并非全文——完整文章版权归原作者所有,请点击上方链接阅读全文。

The English text on this side is an AI translation provided for convenience; the authoritative version is the source in the other language.

Jim Fan leads NVIDIA's robotics and AI research group (GEAR Lab). Over the past few years, the humanoid robot foundation model he has championed, GR00T, has used a VLA (Vision-Language-Action) architecture. He just gave a 20-minute talk at Sequoia AI Ascent 2026 titled "Robotics' End Game," and the first thing he did was declare the VLA approach obsolete — including GR00T, which he himself was still promoting half a year ago.

The new paradigm replacing it is called the World Action Model (WAM), exemplified by DreamZero, released by NVIDIA in February. He calls this approach "first-principles isomorphism": replicating the three steps LLMs (Large Language Models) went through — pretraining, alignment, and reinforcement learning — but replacing the language model with a video world model, and replacing teleoperation data with human first-person video, ultimately enabling robots to design and…

[…the source continues — read the rest at the link above]

[……原文更长,完整内容请点击上方链接阅读]

The flywheel carrier for first-person video data: NVIDIA itself has no consumer-hardware entry point, and needs to watch who (such as Apple or Meta) can truly spin up this tens-of-millions-of-hours scale of data.

Jim Fan 是英伟达机器人与 AI 研究组(GEAR Lab)负责人,过去几年主推的 GR00T 人形机器人基础模型用的是 VLA(Vision-Language-Action,视觉 - 语言 - 动作)架构。他刚在 Sequoia AI Ascent 2026 上做了一场 20 分钟的演讲,主题叫《Robotics' End Game》,第一件事就是宣布 VLA 路线过时——包括他自己半年前还在推的 GR00T。

取而代之的新范式叫 世界动作模型(WAM) ,代表作是英伟达 2 月发布的 DreamZero。他把这套思路叫“底层同构”:复制 LLM(Large Language Model,大语言模型)走过的三步(预训练→对齐→强化学习),用视频世界模型替代语言模型,用人类第一人称视频替代遥操作数据,最终在 2040 年前让机器人自己设计和制造下一代自己。他对此有 95% 的把握。

演讲来源:Sequoia Capital AI Ascent 2026,2026 年 4 月 30 日发布。原视频: https://www.youtube.com/watch?v=3Y8aq_ofEVs

要点速览

VLA 路线落幕 :Jim 公开宣告 VLA 路线过时,新范式叫世界动作模型(WAM),代表作是 DreamZero(140 亿参数)。

告别遥操作数据 :遥操作物理上限低,预测一两年内降到接近 0,被传感化人类数据取代。

神经缩放定律 :EgoScale 用 21,000 小时人类第一人称视频预训练,团队发现了灵巧操作的神经缩放定律(R² = 0.998)。

神经仿真器 :Dream Dojo 用 44,000 小时人类视频训练出一个完全绕过物理引擎的神经仿真器。

终局倒计时 :给出 2040 年完成机器人终局的预测(物理自动研究),置信度 95%。

从 DGX-1 签名到“底层同构”

Jim 用一段往事开场。2016 年夏天,就在 OpenAI 当时的办公室,黄仁勋穿着标志性皮夹克,抱着一块大金属托盘走进来,上面写着:“致 Elon 和 OpenAI 团队,致计算和人类的未来。

[…the source continues — read the rest at the link above]

[……原文更长,完整内容请点击上方链接阅读]

第一人称视频数据的飞轮载体 :英伟达自身没有消费级硬件入口,需观望谁(如苹果、Meta)能真正转动这块千万小时量级的数据。