The year/Independent research

Paper 2604.04707

OpenWorldLib: A Unified Codebase and Definition of Advanced World Models

Published
Apr 2026
Research lab
Independent
Citations
3
GitHub
853 stars

01 In brief

Summary

OpenWorldLib is a standardized inference framework for advanced world models, addressing the lack of a unified definition in the field.

The paper proposes that a world model is a model or framework centered on perception, equipped with interaction and long-term memory capabilities, for understanding and predicting the complex world.

It categorizes essential capabilities and integrates tasks like interactive video generation, 3D generation, multimodal reasoning, and vision-language-action (VLA) into a single framework.

The framework includes modules for Operator, Synthesis, Reasoning, Representation, and Memory, with a Pipeline for unified execution.

Evaluations on NVIDIA A800 and H200 GPUs show that while methods like Hunyuan-WorldPlay excel in interactive video generation, challenges remain in physical consistency and 3D geometric stability.

The paper also clarifies that tasks like text-to-video generation are not considered world models due to lack of complex perceptual input.

Future directions include improving efficiency of next-frame prediction and leveraging LLMs as foundational backbones for world models.

OpenWorldLib aims to standardize research and facilitate fair comparisons in world model development.

Source code and documentation are publicly available.

02 From the paper

Abstract

World models have garnered significant attention as a promising research direction in artificial intelligence, yet a clear and unified definition remains lacking. In this paper, we introduce OpenWorldLib, a comprehensive and standardized inference framework for Advanced World Models. Drawing on the evolution of world models, we propose a clear definition: a world model is a model or framework centered on perception, equipped with interaction and long-term memory capabilities, for understanding and predicting the complex world. We further systematically categorize the essential capabilities of world models. Based on this definition, OpenWorldLib integrates models across different tasks within a unified framework, enabling efficient reuse and collaborative inference. Finally, we present additional reflections and analyses on potential future directions for world model research. Code link: https://github.com/OpenDCAI/OpenWorldLib