Signal Brief

LingBot-VA 2.0: 原生控制视频动作基础模型

Robbyant(蚂蚁集团旗下)发布LingBot-VA 2.0,从头训练视频动作基础模型用于机器人控制,采用语义视觉-动作分词器和稀疏MoE架构(13B总参数,每token激活1.9B),支持闭环225Hz异步执行,通过自监督逆/正动力学从未标注视频学习动作信号,实现跨本体迁移与零样本新任务,在R...

twitter关注列表 Rohan Paul (@rohanpaul_ai) 发布 2026-07-13 收录 2026-07-14 观察

一句话判断

差异点:该模型从头训练控制导向的视频动作基础模型,而非从视频生成器改造,解决了直觉与速度的冲突,实现了闭环高频控制,值得机器人领域从业者阅读原文。

核心信息

Robbyant(蚂蚁集团旗下)发布LingBot-VA 2.0,从头训练视频动作基础模型用于机器人控制,采用语义视觉-动作分词器和稀疏MoE架构(13B总参数,每token激活1.9B),支持闭环225Hz异步执行,通过自监督逆/正动力学从未标注视频学习动作信号,实现跨本体迁移与零样本新任务,在RoboTwin 2.0上平均得分93.6。

原始内容

Most video-action robot models are a content-creation video generator with an action module attached. LingBot-VA 2.0 from @robbyant_brain, a video-action foundation model, throws that starting point out and trains the whole stack natively for control. And it runs closed-loop at a peak 225 Hz. It's so important because A robot cannot move responsively when its controller pauses to imagine the next few frames. LingBot-VA 2.0 predicts during execution, then corrects using each real observation. And it carries only about 13B video parameters while activating roughly 1.9B per token. Bigger robot models usually mean slower reactions, creating a direct conflict between intelligence and control. LingBot-VA 2.0 is trained from scratch for robot control rather than adapted from a video generator built for content creation. Robbyant, an embodied AI company under Ant Group, built it to learn how scenes change under actions, predict what should happen next, and turn those predictions into real-time robot movements. Most video-action systems inherit a tokenizer and video backbone trained mainly to reproduce visual appearance. LingBot-VA 2.0 rebuilds both parts around physical control. Its semantic visual-action tokenizer maps observations toward features from a frozen vision foundation model and learns compact latent actions from frame-to-frame changes using self-supervised inverse and forward dynamics. Unlabeled web video can therefore carry action-relevant training signals without robot action labels. The policy is causal from the start, so every prediction can use only past observations. Its sparse Mixture-of-Experts video backbone has about 13B total parameters, while about 1.9B are active per token, keeping the compute lower during each step. A high-level vision-language planner breaks long tasks into smaller instructions, while the low-level video-action policy handles continuous movement. Foresight Reasoning predicts future visual states while the robot is already acting, then replaces imagined states with every new real observation. Combined with few-step distillation and systems acceleration, the paper reports a peak asynchronous execution frequency of 225 Hz. The model adapts from 10–15 demonstrations, transfers across robot embodiments, and handles some new tasks zero-shot. In the paper’s own evaluations, it reaches 93.6 average on RoboTwin 2.0 and reports stronger real-world results than LingBot-VA and π0.5 across the tested tasks. 🧵 1. https://video.twimg.com/amplify_video/2076806534903042048/vid/avc1/1920x1080/2NQQEo3tPamYqXah.mp4?tag=28 https://video.twimg.com/amplify_video/2076806534890467328/vid/avc1/1920x822/hm7fNZNa_1KRTIoz.mp4?tag=28 https://video.twimg.com/amplify_video/2076806534919860224/vid/avc1/1920x1080/IrSGlYqBxDcJV3e5.mp4?tag=28 Rohan Paul (@rohanpaul_ai): 📄 Paper: https://t.co/fDpfoU3vqZ The big deal is that the model learns control-friendly world knowledge before task training, rather than forcing a generic video generator to become a robot controller later. Overall, LingBot-VA 2.0 links video, actions, causality, planning, and execution within one control-focused pretraining design.

相关动态

01

Kimi K3 在 SpreadsheetBench 2 上排名第一

Kimi K3 在 SpreadsheetBench 2 基准测试中排名第一,超越 Claude Fable 5,完成 34.8% 的 workflow 任务。该基准测试涉及 321 个专家策划任务,平均每个任务包含 11.8 个工作表和 593.5 个单元格更改,聚焦于完整的电子表格工作簿执行。

twitter关注列表2026-07-18#模型#技术突破#评测
观察
02

Mind Lab 开源长文本强化学习项目

Mind Lab 开源了一个长文本强化学习(RL)项目,支持 2M tokens 的长上下文。相比以往需要数千个 GPU 的 1M 上下文研究,该项目仅需 8 个 GPU 即可完成,大幅降低了超长上下文研究的算力门槛。

twitter关注列表2026-07-17#开源#技术突破#模型
观察
03

Kimi K3非对称竞争分析

Kimi K3在Arena前端/WebDev人类盲测中以1679 Elo排名第一,领先Fable 5(1631)和GPT-5.6 Sol(1618),但在综合智能指数中仅排第四(57.1分),落后Fable 5(59.9)和GPT-5.6 Sol(58.9)。K3定价15美元/百万输出tokens,远低于Fable 5的50美元,并计划7...

twitter关注列表2026-07-18#AI#模型#技术突破
观察
04

二年级学生Jo Nagai发现蝴蝶可遗传记忆

日本东京都二年级学生Jo Nagai注意到养育的食蚜 caterpillars 在蝴蝶化后仍保持对薰衣草的回避行为,经Georgetown大学Entomologist Dr. Martha Weiss合作完成实验:70%训练过的蝴蝶及其后代均表现出对薰衣草的遗传性回避,记忆在全变态发育中保存并遗传。

twitter关注列表2026-07-18#研究#技术突破#信息
值得跟进
05

AI 代码生成大势所趋

Greg Isenberg 发文指出,相比一年前的手写代码实践,如今大多数工程代码已由 AI 生成,标志着编程范式的根本转变。他援引了 Google 75% 新代码由 AI 生成、Anthropic 90%+ 代码由 Claude 编写、GitClear 代码重复率上升 81% 复用率下降 70% 等具体数据,并引用 Dario Amod...

twitter关注列表2026-07-18#技术突破#行业动态#分析
观察