paper-with-me

홈 › Papers

OOWM: Structuring Embodied Reasoning and Planning via Object-Oriented Programmatic World Modeling

2026-02-25 · Hongyu Chen, Liang Lin, Guangrun Wang arxiv

Standard Chain-of-Thought (CoT) prompting empowers Large Language Models (LLMs) with reasoning capabilities, yet its reliance on linear natural language is inherently insufficient for effective world modeling in embodied tasks. While text offers flexibility, it fails to explicitly represent the state-space, object hierarchies, and causal dependencies required for robust robotic planning. To address these limitations, we propose Object-Oriented World Modeling (OOWM), a novel framework that structures embodied reasoning through the lens of software engineering formalisms. We redefine the world model not as a latent vector space, but as an explicit symbolic tuple $W = \langle S, T \rangle$: a State Abstraction ($G_\text{state}$) instantiating the environmental state $S$, coupled with a Control Policy ($G_\text{control}$) representing the transition logic $T: S \times A \rightarrow S'$. OOWM leverages the Unified Modeling Language (UML) to materialize this definition: it employs Class Diagrams to ground visual perception into rigorous object hierarchies, and Activity Diagrams to operationalize planning into executable control flows. Furthermore, we introduce a three-stage training pipeline combining Supervised Fine-Tuning (SFT) with Group Relative Policy Optimization (GRPO). Crucially, this method utilizes outcome-based rewards from the final plan to implicitly optimize the underlying object-oriented reasoning structure, enabling effective learning even with sparse annotations. Extensive evaluations on the MRoom-30k benchmark demonstrate that OOWM significantly outperforms unstructured textual baselines in planning coherence, execution success, and structural fidelity, establishing a new paradigm for structured embodied reasoning.

📄 PDF Abstract BibTeX arXiv:2604.09580

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Embodied-BenchClaw: An Autonomous Multi-Agent System for Embodied Spatial Intelligence Benchmark Construction

2026-06-10 · Baoyang Jiang, Fengchun Zhang, Leyuan Wang, Haotian Li 외 arxiv

Benchmarks are essential for evaluating embodied spatial intelligence, yet their construction is labor-intensive, hard to reuse, and difficult to maintain. Existing embodied benchmarks are often static and may quickly be…

Spatial ReasoningRobot Navigation

Language Models Meet World Models: Embodied Experiences Enhance Language Models

2023-05-18 · NeurIPS 2023 11 · Jiannan Xiang, Tianhua Tao, Yi Gu, Tianmin Shu 외

While large language models (LMs) have shown remarkable capabilities across numerous tasks, they often struggle with simple reasoning and planning in physical environments, such as understanding object permanence or plan…

Fast-ThinkAct: Efficient Vision-Language-Action Reasoning via Verbalizable Latent Planning

2026-01-14 · Chi-Pin Huang, Yunze Man, Zhiding Yu, Min-Hung Chen 외 arxiv

Vision-Language-Action (VLA) tasks require reasoning over complex visual scenes and executing adaptive actions in dynamic environments. While recent studies on reasoning VLAs show that explicit chain-of-thought (CoT) can…

Robobench: A Comprehensive Evaluation Benchmark for Multimodal Large Language Models as Embodied Brain

2025-10-20 · Yulin Luo, Chun-Kai Fan, Menghang Dong, Jiayu Shi 외 arxiv

Building robots that can perceive, reason, and act in dynamic, unstructured environments remains a central challenge. Recent embodied systems often follow a dual-system paradigm, where System 2 performs high-level reason…

RoBoSR: Structured Scene Representations for Embodied Robotic Reasoning

2026-06-23 · Kewei Hu, Wanchan Yu, Fangwen Chen, Jing Jiajian 외 arxiv

Despite rapid progress, embodied reasoning under real-world variability remains challenging. Existing approaches rely on demonstration-driven sequential biases, limiting flexibility in open-ended and long-horizon tasks t…

Zero-shot GeneralizationScene Understanding