DWM: Separating World Effects from Actions in Latent World Models
Summary
DWM (Decomposed World Model) is a novel supervision-level framework designed to enhance latent world models by separating action-driven state changes from action-invariant "world effects." Traditional models conflate these two sources of transition, hindering their ability to attribute changes correctly and limiting transferability. DWM augments a latent world model's predictor with an auxiliary "world head," which is regularized by a normalized world-contrastive objective to ensure action-invariance. An orthogonality constraint couples this head with the original prediction head, enabling an explicit additive decomposition of the predicted transition. This approach does not alter the underlying architecture or inference pipeline. Evaluated on W-variants of PushT, Reacher, and TwoRoom control benchmarks, DWM achieved a mean absolute improvement of 13.1% in CEM planning success, while performing comparably to strong baselines on standard versions.
Key takeaway
For Machine Learning Engineers developing model-based control systems in dynamic environments, DWM offers a critical improvement. If your current latent world models struggle with environmental effects like gravity or inertia, consider integrating DWM's decomposition framework. This approach can significantly boost planning success, as demonstrated by a 13.1% improvement in CEM planning on benchmarks with persistent world effects, without altering your core architecture. Implement DWM to build more robust and transferable control policies.
Key insights
Decomposing latent world model transitions into action-driven and action-invariant components improves dynamics learning and transferability.
Principles
- Latent world model transitions arise from action-driven and action-invariant effects.
- Entangling these effects undermines dynamics learning and transferability.
- Explicitly separating these components improves model performance.
Method
DWM augments a latent world model with an auxiliary world head, regularized by a world-contrastive objective for action-invariance, and coupled via an orthogonality constraint.
In practice
- Apply DWM to control tasks with persistent environmental dynamics.
- Improve CEM planning success in complex, dynamic environments.
- Enhance model transferability by disentangling state changes.
Topics
- Latent World Models
- Model-Based Control
- Action-Invariant Dynamics
- Reinforcement Learning
- Dynamics Decomposition
- CEM Planning
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.