← Latest papers
🤖 AI

DWM: Separating World Effects from Actions in Latent World Models

This paper introduces DWM (Decomposed World Model), a supervision-level framework that explicitly separates action-driven transitions from action-invariant world effects in latent world models, thereby improving planning success in environments with persistent dynamics like gravity and inertia.

Original authors: Yi-Ge Zhang, Tianqi Du, Qi Zhang, Yisen Wang

Published 2026-07-22
📖 3 min read☕ Coffee break read

Original authors: Yi-Ge Zhang, Tianqi Du, Qi Zhang, Yisen Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a robot to play a game of pool. You want the robot to learn how to hit the cue ball so it knocks the eight-ball into a pocket. But there's a catch: the table isn't perfectly flat. It has a slight tilt, so even if the robot does nothing, gravity is constantly trying to slide the balls down the slope. To be a good player, the robot needs to understand two things at once: how its own cue stick changes the ball's path, and how the table's tilt is moving the ball all by itself. This is the heart of "embodied AI," a field where computers learn to act in the physical world by building mental maps of how things move.

For a computer to plan ahead, it uses something called a "latent world model." Think of this as a dream machine inside the robot's brain. Instead of watching the real world frame-by-frame, the robot creates a simplified, invisible sketch of the future. It asks, "If I push the ball this way, what will happen?" The problem is that current dream machines treat every change in the future as a single, messy blob. They don't know which part of the movement came from the robot's push and which part came from the table's tilt. They just see the ball moving and try to guess the whole thing at once, which gets very confusing when the environment has its own stubborn habits.

This paper, titled "DWM: Separating World Effects from Actions in Latent World Models," tackles that confusion head-on. The authors, researchers from Peking University, argue that to make robots smarter, we need to teach their dream machines to split the future into two distinct ingredients: the "Action Effect" (what the robot causes) and the "World Effect" (what the environment does on its own, like gravity or wind). They introduce a new training method called DWM (Decomposed World Model). Instead of forcing the robot to guess the whole future in one go, DWM gives it a special "World Head" that learns to predict only the stuff that happens even if the robot does nothing. Then, a separate "Action Head" learns the rest. By forcing these two heads to work together but stay distinct, the robot learns a much clearer picture of cause and effect.

The researchers tested this idea on several robotic tasks, including a version of a pushing game where a block slides down a slope due to gravity even when the robot isn't touching it. They found that their new method, DWM, was much better at planning than the old, "monolithic" way. On these tricky, gravity-filled tasks, DWM improved the robot's success rate by an average of 13.1%. For example, on one task called PushT-W, the old method only succeeded 32% of the time, while DWM got it up to 44%. The paper suggests that by untangling the robot's actions from the world's natural drift, the robot can imagine the future more accurately and make better decisions, even when the environment is trying to move things on its own. Importantly, this improvement didn't hurt the robot's performance on flat, easy tasks where gravity wasn't a factor; it just made the robot smarter when the world was doing its own thing.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →