Research

Orca: BAAI World Model Matches Robotics Without Action Labels

4 min read
Robot arm in the testing lab of the Beijing Academy of Artificial Intelligence (BAAI) next to a monitor displaying video data from the world model Orca. Image generated with GPT Image 2
Robot arm in the testing lab of the Beijing Academy of Artificial Intelligence (BAAI) next to a monitor displaying video data from the world model Orca.

TL;DR Too Long; Didn’t read

The Beijing research institute BAAI has introduced a world model with Orca that learns from 125,000 hours of video and 160 million event descriptions. The model outperforms larger competing systems in text and image tasks in tests and achieves the level of specialized systems in robot control, even though it saw no action labels during pre-training.

Key takeaways

  • BAAI trained Orca with 125,000 hours of unlabeled videos and 160 million event descriptions.
  • Orca-4B achieves an average of 51.8 percent in the text benchmark, surpassing the 34 billion parameter model Emu3.5.
  • In image prediction, the combination of Orca-4B and a two billion parameter decoder outperforms the FLUX.2 small model.
  • For robot control, 200 training examples per task were sufficient, even though the pre-training was done without action data.
  • BAAI President Wang Zhongyuan describes world models as the successors to today's vision-language-action systems in robotics.
  • Model weights and code have not yet been released; only the technical report is currently available.

The Beijing research institute Beijing Academy of Artificial Intelligence (BAAI) has introduced a novel world model called Orca, which derives text, images, and robot commands from a single internal representation. The system was trained on 125,000 hours of unlabeled videos and 160 million event descriptions. In benchmarks, the compact four-billion-parameter version significantly outperforms much larger competing models.

Two learning methods create a common world state

Unlike classical AI models, Orca does not predict individual tokens, pixels, or robot signals, but learns an abstract internal state of the world – comparable to an internal representation of how an observed scene will change next. The team combines two learning methods for this purpose: In unconscious learning, the model observes dense, natural state transitions from continuous video sequences without them being described linguistically. In conscious learning, on the other hand, Orca processes 160 million event descriptions that link individual video segments with short text instructions. A frozen pre-trained language model called Qwen3.5 serves as the basis, on whose representations three training objectives act simultaneously: the prediction of pure observation transitions, the linguistically conditioned state prediction, and classical question-answer tasks. Only after that does the team attach lightweight, task-specific decoders to the frozen model, which generate text, images, or robot commands from the common representation. According to BAAI, a simple relationship applies: the stronger the learned internal representation, the better the downstream results are in all three output types.

Orca outperforms larger models in text and image benchmarks

In four language benchmarks for video understanding – including MVBench and TemporalBench – the compact four-billion-parameter version of Orca achieves an average of 51.8 percent, placing it ahead of the similarly sized model Qwen3.5-4B with 46.7 percent. The gap is even more pronounced compared to the more than eight times larger model Emu3.5, which achieves only 29.8 percent on average, despite having significantly more parameters. The lead is particularly large in tasks related to state transitions and motion sequences in videos, areas where an internal world model is said to be particularly helpful according to BAAI. Orca also performs well in image prediction: combined with an additional two-billion-parameter decoder, the system achieves a score of 59.8 points on the test set PRICE-V0.1, placing it ahead of the specialized image generator FLUX.2 small with 56.1 points. The generated images were evaluated by several other AI models as reviewers, including Gemini 3.1 Pro and GPT-5.4. These results come from the technical report of the BAAI team and are independently unverified.

Few examples suffice for robot control

The model’s ambition is most clearly demonstrated in robot control. For five real manipulation tasks, the team needed only 200 training examples per task to adapt Orca to a robotic arm. This allowed the system to reach a performance level comparable to the specialized robotics model π0.5. In error detection and correction during object manipulation, Orca reportedly even surpassed the comparison model according to BAAI. Notably, no single action-labeled recording was used during the actual pre-training; the model learned motion sequences solely from unlabeled videos. Only in the final adaptation phase were the few action-labeled examples added to map the learned internal representation to concrete control commands for the robotic arm. According to the team, performance grows continuously across all three task types with model size and the amount of video data: between 0.8 and 4 billion parameters and between 12,500 and 125,000 hours of video material, the training loss steadily decreases, with no upper limit yet in sight.

BAAI president sees world models as the next step in robotics

BAAI president Wang Zhongyuan explained the strategic direction of the institute even before the paper’s publication in an interview with the business medium 36Kr. Vision-language-action systems that translate camera images directly into robot control commands are useful for individual scenarios but reach limits in long task chains and complex spatial reasoning. Therefore, according to Wang, world models that represent cause and effect as well as temporal consistency are the next developmental step in robotics, far beyond individual control commands. Orca thus joins a growing number of Chinese world model projects seeking direct comparison with U.S. systems, after BAAI had already made waves with the openly available robotics model RoboBrain. BAAI has not yet released code or model weights for Orca; currently, only the technical report and a project page with example videos of the robot trials are available. This means that the work cannot currently be replicated by independent research groups or tested in their own applications, making direct comparison with Western world model projects difficult for the time being.

It will be crucial whether the results hold up outside controlled benchmarks, such as with objects or environments not present in the training material. It also remains to be seen whether BAAI will release code and weights, as only the technical report is currently available, without which independent verification of the numbers is hardly possible.

Frequently asked questions

What distinguishes a world model from a classical language model?

A world model learns an abstract internal state of environments and their changes, from which text, images, or actions can be derived, rather than being trained solely on linguistic patterns.

Is Orca publicly usable yet?

No, BAAI has only published the technical report and a project page so far; model weights or code are not currently available for download.

How does Orca differ from VLA systems in robotics?

VLA models translate camera images directly into control commands for a robot, while Orca first learns a general world state and only derives robot commands in a second stage.

What role does the language model Qwen3.5 play in Orca?

Qwen3.5 serves as a frozen backbone, on whose representations Orca builds additional training objectives for image and video prediction without altering the original language capabilities.

Are there comparable world model projects outside of China?

Yes, world models are also being developed by other research groups worldwide, for example in the robotics and automotive sectors, but there is currently no direct benchmark comparison to Orca.


← Back to the blog