Generalist AI发布机器人基础模型GEN-1.5:单次演示即可学习新
Generalist AI Releases GEN-1.5: A Robot Foundation Model That Learns New Tasks From One 3–12 Second Demo
机器人领域的首次上下文提示突破,极少的微调步骤带来显著性能提升,值得关注具身智能的Scaling Law进展。
Generalist AI has released GEN-1.5, a robot foundation model that learns a new physical task from a single demonstration. Drop 3–12 seconds of sensorimotor data into its 30-second context window, and the robot performs the task. No gradient updates, no fine-tuning, no task-specific programming. Across 10 diverse manipulation tasks, this one-shot in-context prompting averaged 59% success (±10% std. dev.) straight from the pretrained model. Ten gradient steps on five minutes of data per task raised that to 83% (±9%). Generalist calls the mechanism physical prompting, and says it was never trained for: no architectural changes, no meta-learning loop, no auxiliary objectives. It emerged from over eight months of continuous pretraining on physical interaction data. The tasks are simple and short-horizon, and the company says so plainly. But this is the first model its team knows of where one-shot learning of physical skills has emerged at scale.
通用人工智能公司 Generalist AI 发布了 GEN-1.5,这是一个机器人基础模型,能够从单次演示中学习新的物理任务。将 3–12 秒的传感器运动数据输入其 30 秒的上下文窗口,机器人即可执行该任务。无需梯度更新、无需微调、无需针对特定任务的编程。在 10 项多样化的操作任务中,仅凭预训练模型进行单次上下文提示(one-shot in-context prompting),平均成功率为 59%(标准差 ±10%)。对每项任务使用五分钟数据进行十个梯度步骤后,成功率提升至 83%(标准差 ±9%)。Generalist 将该机制称为“物理提示”(physical prompting),并指出这并非其刻意训练的目标:没有架构变更、没有元学习循环、也没有辅助目标。这一能力是在长达八个多月的物理交互数据持续预训练中涌现出来的。这些任务简单且时间跨度短,公司也直言不讳。但这是其团队所知的首个在规模上涌现出物理技能单次学习能力的模型。
Is it deployable?
它具备部署条件了吗?
Not yet — this is a research release. There are no public weights, no API, no pricing page and no self-serve product. Generalist AI runs GEN-1.5 on its own fleet and data engine. Anyone who wants it today goes through a direct partnership.
尚未——这是一次研究性发布。没有公开权重、没有 API、没有定价页面,也没有自助式产品。Generalist AI 在其自有车队和数据引擎上运行 GEN-1.5。任何希望今天就能使用它的用户,都必须通过直接合作的方式获取。
What is GEN-1.5?
GEN-1.5 是什么?
GEN-1.5 is a large multimodal model that takes video, sensor, language and proprioceptive inputs, holds 30 seconds of memory, and emits 100 Hz action trajectories. It has been pretraining continuously for over eight months on physical interaction data captured in homes, warehouses and factories.
GEN-1.5 是一个大型多模态模型,接收视频、传感器、语言和本体感觉输入,拥有 30 秒的记忆窗口,并以 100 Hz 的频率输出动作轨迹。它在家庭、仓库和工厂中捕获的物理交互数据上进行了超过八个月的持续预训练。
The main mechanism is physical prompting. A sensorimotor example — sensor streams plus the action trajectory — is inserted into the 30-second context window through a drag-and-drop interface. The remainder of the window holds rolling observations. The model then performs the task immediately, with zero gradient steps and no fine-tuning.
核心机制是物理提示。一个传感器运动示例——包括传感器流加上动作轨迹——通过拖放接口插入到 30 秒的上下文窗口中。窗口的其余部分则容纳滚动观测数据。随后,模型立即执行任务,零梯度步骤,无需微调。
Crucially, none of this was designed in. Generalist states there were no architectural changes to promote in-context learning, no meta-learning loop, and no auxiliary objectives encouraging improvisation. The capability emerged from pretraining scale, the same way one-shot prompting emerged in GPT-3.
关键在于,这些功能并非预先设计好的。Generalist 表示,为了促进上下文学习,他们没有进行任何架构变更,没有元学习循环,也没有鼓励即兴发挥的辅助目标。这种能力是从预训练规模中涌现出来的,就像 GPT-3 中单次上下文提示的出现一样。
The numbers
相关数据
Across 10 diverse tasks, one-shot in-context prompting averaged 59% success (±10% std. dev.) from the pretrained model, with no training at all. Ten gradient steps on five minutes of data per task — roughly 50 demonstrations — raised that to 83% (±9%). In the extreme case, one gradient step on one minute of data reached 66.5% on a held-out task, with no adaptation-specific hyperparameter sweep.
在10个多样化的任务中,来自预训练模型的一次性上下文提示平均成功率为59%(±10%标准差),且完全未经过训练。每个任务使用五分钟数据进行十个梯度步骤——大约50个演示样本——将成功率提升至83%(±9%)。在最极端的情况下,仅对一个任务的一分钟数据进行一个梯度步骤,在未见过的外部任务上达到了66.5%的成功率,且未进行任何针对适应性的超参数搜索。
The compute story is the interesting part. Adapting robot policies has typically taken tens of thousands of gradient steps. Ten steps here move the model weights on held-out tasks by less than 0.15%, which suggests fine-tuning is reconfiguring knowledge the model already has rather than building new representations. Generalist frames it as test-time training in an extremely low-data regime.
计算方面的故事是有趣的部分。调整机器人策略通常需要数万个梯度步骤。这里的十个步骤使模型权重在未见过任务上的变化不到0.15%,这表明微调是在重新配置模型已有的知识,而不是构建新的表征。Generalist将其描述为极低数据量下的测试时训练。
Three transfer results worth knowing
三个值得了解的迁移结果
- Compositional generalization: Two independently recorded prompts placed in context get chained into one continuous behaviour. The model produces the bridging motions — repositioning, regrasping, error recovery — that appear in neither demonstration.
- Zero-shot sim-to-real: A demonstration recorded entirely in simulation works as a prompt for the real robot, despite pretraining containing no simulation data — neither rendered video nor simulated dynamics. For some tasks, demonstrations no longer need to be collected physically.
- Human-to-robot imitation: In some cases a person demonstrates with their own hands, in view of the robot’s cameras, and the model reproduces it with the robot’s hands.
- 组合泛化:两个独立记录的提示放入上下文中被链接成一个连续的行为。模型生成了既不出现在任何一个演示中的过渡动作——重新定位、重新抓取、错误恢复。
- 零样本仿真到现实:尽管预训练不包含任何仿真数据——既没有渲染视频也没有仿真动力学——但在仿真中完全记录的演示仍可作为真实机器人的提示。对于某些任务,不再需要物理收集演示数据。
- 人类到机器人的模仿:在某些情况下,人在机器人的摄像头视野内用自己的双手进行演示,模型用机器人的手复现了该动作。
Generalization also shows up after light fine-tuning. Trained on five minutes of brushing a block into a bowl, the model used a banana as a makeshift brush, and used a dustpan to lift and dump the block instead — a different contact sequence entirely. It also removed a sheet of paper covering the bowl, and worked ambidextrously when demonstrations used one hand.
轻度微调后也显示出泛化能力。模型在五分钟刷积木入碗的数据上训练后,使用香蕉作为临时刷子,并使用簸箕来抬起和倾倒积木——这是一个完全不同的接触序列。它还移除了覆盖碗的纸张,并在演示使用单手时表现出双手灵活操作的能力。
Interactive explainer
交互式解释器
Key Takeaways
关键要点
- GEN-1.5 learns new manipulation tasks from a single 3–12 second demonstration dropped into its 30-second context window.
- One-shot in-context prompting hit 59% across 10 tasks; 10 gradient steps on 5 minutes of data hit 83%.
- One-shot, sim-to-real and human-to-robot transfer emerged from pretraining — none of it was explicitly trained for.
- Ten gradient steps change weights by under 0.15%, collapsing per-task adaptation compute by orders of magnitude.
- No weights, no API, no product: treat this as a research signal about scaling, not a deployable system.
- GEN-1.5从单个3–12秒的演示中学习新的操作任务,该演示被放入其30秒的上下文窗口中。
- 一次性上下文提示在10个任务中达到59%的成功率;对5分钟数据进行10个梯度步骤则达到83%。
- 一次性、仿真到现实以及人类到机器人的迁移是从预训练中涌现出来的——这些都不是显式训练的。
- 十个梯度步骤使权重变化低于0.15%,将每个任务的适应计算量降低了数个数量级。
- 无权重、无API、无产品:将此视为关于扩展性的研究信号,而非可部署的系统。
Check out the GEN-1.5 research post and @GeneralistAI announcement thread. Feel free to check out our GitHub Page for Tutorials, Codes and Notebooks.
查看 GEN-1.5 研究帖子和 @GeneralistAI 公告线程。欢迎查看我们的 GitHub 页面,获取教程、代码和笔记本。
Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
此外,欢迎在 Twitter 上关注我们,别忘了加入我们拥有超过 15 万成员的 ML SubReddit 并订阅我们的新闻通讯。等等!你在 Telegram 上吗?现在你也可以在 Telegram 上加入我们。
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
需要与我们合作推广你的 GitHub 仓库或 Hugging Face 页面或产品发布或网络研讨会等?与我们联系
The post Generalist AI Releases GEN-1.5: A Robot Foundation Model That Learns New Tasks From One 3–12 Second Demo appeared first on MarkTechPost.
文章《Generalist AI 发布 GEN-1.5:一个能从 3–12 秒演示中学习新任务的机器人基础模型》首发于 MarkTechPost。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力