paper-with-me

홈 › Papers

Prismatic World Model: Learning Compositional Dynamics for Planning in Hybrid Systems

2025-12-09 · Mingwei Li, Xiaoyuan Zhang, Chengwei Yang, Zilong Zheng, Yaodong Yang arxiv

Model-based planning in robotic domains is challenged by the hybrid nature of physical dynamics, where continuous motion is punctuated by discrete events such as contacts and impacts. Conventional latent world models typically employ monolithic neural networks that enforce global continuity, which over-smooths distinct dynamic modes (e.g., sticking vs. sliding, flight vs. stance). For a planner, this smoothing results in compounding errors during long-horizon lookaheads, rendering the search process unreliable at physical boundaries. To address this, we introduce the Prismatic World Model (PRISM-WM), a structured architecture designed to decompose complex hybrid dynamics into composable primitives. PRISM-WM uses a context-aware Mixture-of-Experts (MoE) framework where a gating mechanism implicitly identifies the current physical mode, and specialized experts predict the associated transition dynamics. We further introduce a latent orthogonalization objective to ensure expert diversity, preventing mode collapse. By modeling the mode transitions in system dynamics, PRISM-WM reduces rollout drift. Experiments on continuous control benchmarks, including high-dimensional humanoids and multi-task settings, demonstrate that PRISM-WM provides a high-fidelity substrate for trajectory optimization algorithms (e.g., TD-MPC), indicating its potential as a foundational model for model-based agents.

📄 PDF Abstract BibTeX arXiv:2512.08411

Code (0)

등록된 구현이 없습니다.

Tasks

Continuous Control

Similar Papers 제목 키워드 기반

World Programs for Model-Based Learning and Planning in Compositional State and Action Spaces

2019-12-30 · Marwin H. S. Segler

Some of the most important tasks take place in environments which lack cheap and perfect simulators, thus hampering the application of model-free reinforcement learning (RL). While model-based RL aims to learn a dynamics…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

COMBO: Compositional World Models for Embodied Multi-Agent Cooperation

2024-04-16 · Hongxin Zhang, Zeyuan Wang, Qiushi Lyu, Zheyuan Zhang 외

In this paper, we investigate the problem of embodied multi-agent cooperation, where decentralized agents must cooperate given only egocentric views of the world. To effectively plan in this setting, in contrast to learn…

Compositional Planning with Jumpy World Models

2026-02-23 · Jesse Farebrother, Matteo Pirotta, Andrea Tirinzoni, Marc G. Bellemare 외 arxiv

The ability to plan with temporal abstractions is central to intelligent decision-making. Rather than reasoning over primitive actions, we study agents that compose pre-trained policies as temporally extended actions, en…

Efficient Hierarchical Robot Motion Planning Under Uncertainty and Hybrid Dynamics

2018-02-12 · Ajinkya Jain, Scott Niekum

Noisy observations coupled with nonlinear dynamics pose one of the biggest challenges in robot motion planning. By decomposing nonlinear dynamics into a discrete set of local dynamics models, hybrid dynamics provide a na…

Motion Planning

Real-World Planning with PDDL+ and Beyond

2024-02-19 · Wiktor Piotrowski, Alexandre Perez

Real-world applications of AI Planning often require a highly expressive modeling language to accurately capture important intricacies of target systems. Hybrid systems are ubiquitous in the real-world, and PDDL+ is the …