Orca: The World is in Your Mind
Summary
This paper introduces Orca, a world foundation model that learns a unified latent space from multimodal data using next-state-prediction, outperforming specialized baselines on downstream tasks like text generation, image prediction, and embodied action generation.
View Cached Full Text
Cached at: 06/30/26, 03:33 AM
Paper page - Orca: The World is in Your Mind
Source: https://huggingface.co/papers/2606.30534 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Orca establishes a unified world latent space through next-state-prediction modeling using multimodal data and demonstrates superior performance in downstream tasks compared to specialized baselines.
We introduce Orca, an initial instantiation of a generalworld foundation model. Orca learns a unifiedworld latent spacefrom multimodal world signals and exposes it throughmultimodal readout interfaces. Rather than optimizing isolated next-token, next-frame, or next-action prediction, we are centered onNext-State-Prediction modeling, offering a unified state-transition modeling route toward understanding, predicting, and acting upon the world. Orca learns through two complementary paradigms:unconscious learningcaptures dense natural state transitions from continuous videos, andconscious learningmodels sparse meaningful state transitions by language-described events and VQA supervision. For pre-training, we construct a large-scaleworld-learning inventory data, including 125K hours of video data and 160M event annotations. After pre-training, Orca learns a unifiedworld latent space. To examine whether the learned latent supports downstream, we evaluate it by three representativedownstream readouts: text generation, image prediction, andembodied action generation. Orca’s backbone is frozen, and only the lightweightmodality-specific decodersare trainable. Experiments show the scalability of the proposed paradigm and verify that stronger world latent enables strongerdownstream readouts. Orca outperforms similar-sized specialized baselines. These results show that Orca, as a generalworld foundation model, presents a promising approach to understanding, predicting, and acting upon the world. Finally, we discuss the current limitations, aiming to provide useful insights and inspiration for the community.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2606\.30534
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.30534 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.30534 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.30534 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
@_akhaliq: Orca The World is in Your Mind
Orca is a research paper about a language model that claims to understand the world through its own reasoning.
@AdinaYakup: BAAI just released the Orca paper on @HuggingPapers A Multimodal Latent World Model: it learns the world itself first, …
BAAI released the Orca paper describing a multimodal latent world model that learns a unified world representation first, then decodes into text, images, or actions using frozen backbones and tiny decoders, with weights coming soon.
@LiorOnAI: Most world models predict what happens next. Sora predicts pixels, JEPA compresses observations. NEO tries to figure ou…
NEO is a new type of world model that learns to discover reusable building blocks of explanation from raw observations without supervision or language, selected as an ICML 2026 oral presentation.
OPINE-World: Programmatic World Modeling with Ontology-error-Prioritized Interactive Exploration
OPINE-World introduces an LLM agent that learns an object-centric programmatic world model online through interaction, using ontology-error-prioritized exploration and cooperating hypothesis-test agents, achieving strong results on ARC-AGI-3.
LatentOmni: Rethinking Omni-Modal Understanding via Unified Audio-Visual Latent Reasoning
LatentOmni proposes a unified latent space for audio-visual reasoning, avoiding the information loss of text-based chain-of-thought. It achieves state-of-the-art performance among open-source models on audio-visual reasoning benchmarks.