菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-30
📄 Abstract - Graph World Models: Concepts, Taxonomy, and Future Directions

As one of the mainstream models of artificial intelligence, world models allow agents to learn the representation of the environment for efficient prediction and planning. However, classical world models based on flat tensors face several key problems, including noise sensitivity, error accumulation and weak reasoning. To address these limitations, many recent studies use graph structure to decompose the environment into entity nodes and interactive edges, and model virtual environments in a structured space. This paper systematically formalizes and unifies these emerging graph-based works under the concept of graph world models (GWMs). To the best of our knowledge, GWMs have not yet been explicitly defined and surveyed as a unified research paradigm. Furthermore, we propose a taxonomy based on relational inductive biases (RIB), categorizing GWMs by the specific structural priors they inject: (1) spatial RIB for topological abstraction; (2) physical RIB for dynamic simulation; and (3) logical RIB for causal and semantic reasoning. For each model category, we outline the key design principles, summarize representative models, and conduct comparative analyses. We further discuss open challenges and future directions, including dynamic graph adaptation, probabilistic relational dynamics, multi-granularity inductive biases, and the need for dedicated benchmarks and evaluation metrics for GWMs.

顶级标签: machine learning agents model training
详细标签: world models graph neural networks relational inductive bias taxonomy environment modeling 或 搜索:

图世界模型:概念、分类与未来方向 / Graph World Models: Concepts, Taxonomy, and Future Directions


1️⃣ 一句话总结

本文首次系统定义了“图世界模型”这一统一研究范式,通过将环境分解为实体节点和交互边,解决了传统世界模型对噪声敏感、错误累积及推理能力弱的问题,并依据关系归纳偏置将其分为空间拓扑抽象、物理动态模拟及逻辑因果推理三类,为构建更鲁棒和可解释的智能体预测与规划系统提供了新思路。

源自 arXiv: 2604.27895