AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-07-11 0 浏览 会员

中国Orca世界模型无需动作标签即可匹敌专业机器人系统

北京智源人工智能研究院发布Orca世界基础模型,通过无动作标签训练,在五个机器人任务上达到专业系统水平,有望解决机器人数据长期短缺问题。

SOURCE / AI小生意项目库 MIN / 9 ACCESS / 会员 POST / 2026-07-11 17:03:26

原贴

查看原文
作者:Jonathan Kemper 来源站点:the-decoder.com 原贴时间:

原文

BAAI's Orca world model matches the performance of specialized systems across five robotics tasks, even though its base model was trained without a single action label. The approach could help solve robotics' chronic data shortage. The Beijing Academy of Artificial Intelligence (BAAI) has released Orca, a "world foundation model" that breaks from the dominant approach in today's AI. Instead of predicting the next token, the next video frame, or the next robot action, Orca models the next state of the world in an abstract internal representation. According to the technical report , intelligence shouldn't be defined by specialized prediction models like language models, video generators, or robot controllers. What's needed, the team argues, are models that build a general grasp of how the world changes and can use that as a base for many different tasks. Orca combines two learning modes. "Unconscious learning" uses raw videos without any captions. The model sees an image and predicts what the next one will look like, not at the pixel level, but in an abstract space, picking up motion patterns, occlusions, and typical scene dynamics along the way. "Conscious learning" adds verbal instructions. Videos are split into segments, each labeled with a description of the state change, so the model learns how a state shifts when a specific action happens. It also trains on classic video question-answering tasks so it can still respond to natural language queries. The pre-trained language-image model Qwen3.5 serves as the base, and after training, this core stays frozen. For each output type, the researchers attach a separate, smaller module that converts the internal state into the desired form. Text runs through Qwen3.5's existing language head. For images, Stable Diffusion 3.5 stays unchanged too, with only small upstream adapters trained to pass Orca's internal state to the image generator. Robot actions come from a control module trained from scratch called "Action Expert." The split is intentional because the team says that it isn't trying to chase top scores on single benchmarks. Instead, they want to show that a well-trained internal world state can serve as a shared base for very different tasks. For training, the researchers put together 125,000 hours of video footage, 160 million event descriptions, and 11.5 million question-answer pairs. The videos span four views, covering first-person shots of everyday interactions, third-person shots of object handling, robot recordings without action data, and naturally occurring scenes. Only one-tenth of the video data went into the current version. Orca was trained at two sizes, with 0.8 and 4 billion parameters. Training loss drops steadily with more data and larger models, and early tests also show that the better the internal world state gets during pre-training, the better results are across all three output modes. On text benchmarks, Orca-4B posts the best overall average of 51.8 percent across MVBench, TemporalBench, 3DSRBench, and SWITCH among the compared small VLMs and larger world models. It beats several VLM baselines like Qwen3.5-4B, Gemma 4-4B , and DeepSeek-VL2-3B on average, though it doesn't win every single test since Qwen3.5-4B leads on MVBench, for instance. Orca-4B also tops the much larger world models Emu3 (8B) and Emu3.5 (34B) on average. For image prediction, the researchers built their own benchmark called PRICE-V0.1, which uses real-world robot and first-person scenes and asks the model to generate an image showing the result of a command like "close the microwave." Orca-4B hits 59.8 percent on average, beating specialized image generators like FLUX.2 small (56.1 percent) , FLUX.1-context (40.9 percent) , and OmniGen2 (39.6 percent) . Orca keeps the robot's shape, its contact points with objects, and its link to the instruction intact better than pure image models, which often add irrelevant objects or hallucinated hands. In five manipulation tasks usi

中文翻译

北京智源人工智能研究院(BAAI)发布了Orca,一个“世界基础模型”,它打破了当今AI的主流方法。Orca不是预测下一个令牌、下一帧视频或下一个机器人动作,而是在一个抽象的内部表示中对世界的下一个状态进行建模。

根据技术报告,智能不应被语言模型、视频生成器或机器人控制器等专门的预测模型所定义。该团队认为,需要的是能够建立对世界变化的一般理解,并将其作为许多不同任务基础的模型。

Orca结合了两种学习模式。“无意识学习”使用没有任何字幕的原始视频。模型看到一张图像,并预测下一张图像会是什么样子,不是像素级别,而是在一个抽象空间中,从而学习运动模式、遮挡和典型的场景动态。“有意识学习”则添加了语言指令。视频被分割成片段,每个片段都标有状态变化的描述,这样模型就能学习特定动作发生时状态如何转变。它还训练经典的视频问答任务,以便仍能响应自然语言查询。

预训练的语言-图像模型Qwen3.5作为基础,训练后核心保持冻结。对于每种输出类型,研究人员附加一个单独的、更小的模块,将内部状态转换为所需形式。文本通过Qwen3.5现有的语言头输出。对于图像,Stable Diffusion 3.5也保持不变,只训练小型上游适配器将Orca的内部状态传递给图像生成器。机器人动作来自一个从头训练的“Action Expert”控制模块。这种分离是有意为之,因为团队表示他们并非在单一基准上追求最高分,而是想展示一个训练良好的内部世界状态可以作为不同任务的共享基础。

在训练中,研究人员汇集了12.5万小时的视频素材、1.6亿个事件描述和1150万个问答对。视频涵盖四个视角,包括日常交互的第一人称镜头、物体操作的第三人称镜头、无动作数据的机器人记录以及自然场景。只有十分之一的视频数据用于当前版本。Orca训练了两种规模,参数分别为0.8亿和40亿。训练损失随着更多数据和更大模型稳步下降,早期测试也表明预训练中内部世界状态越好,所有三种输出模式的结果也越好。

在文本基准上,Orca-4B在MVBench、TemporalBench、3DSRBench和SWITCH上的平均最佳成绩为51.8%,超过了所比较的小型VLM和更大的世界模型。虽然它没有赢得每一个单项测试(例如Qwen3.5-4B在MVBench上领先),但平均得分优于Qwen3.5-4B、Gemma 4-4B和DeepSeek-VL2-3B等多个VLM基线。Orca-4B在平均得分上也超过了更大的世界模型Emu3(8B)和Emu3.5(34B)。

对于图像预测,研究人员建立了自己的基准PRICE-V0.1,使用真实世界机器人和第一人称场景,要求模型生成如“关闭微波炉”等命令的结果图像。Orca-4B平均得分59.8%,超过了专门的图像生成器如FLUX.2 small(56.1%)、FLUX.1-context(40.9%)和OmniGen2(39.6%)。Orca在保持机器人形状、物体接触点和指令链接方面优于纯图像模型,后者常常添加无关物体或幻觉的手部。

在五个操控任务中,使用...

核心信息

北京智源人工智能研究院发布Orca世界基础模型,通过无动作标签训练,在五个机器人任务上达到专业系统水平,有望解决机器人数据长期短缺问题。

  • 北京智源人工智能研究院发布Orca世界基础模型,通过无动作标签训练,在五个机器人任务上达到专业系统水平,有望解决机器人数据长期短缺问题。
  • 原贴提到:BAAI's Orca world model matches the performance of specialized systems a
  • 来源:the-decoder.com
试看内容

成为会员查看完整内容

你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。

详细解读 信息差价值 参考来源
成为会员查看完整内容
上一篇 在这些使用水平下,30%的成本都花在了fable上? 下一篇 11天Claude Fable 5写超100万行代码:Rust重构JavaScript运行时Bun