ResWM: Residual-Action World Model for Visual RL
TLDR
ResWM reformulates control from absolute to residual actions in visual RL world models, improving stability and sample efficiency on DeepMind Control Suite.
Reasoning
The paper introduces a novel residual-action formulation that aligns with real-world smoothness and reduces search space, with empirical validation on simulated tasks. However, it lacks real-world experiments and only evaluates on a single simulated benchmark, limiting generalizability claims.
Read-first score
Read-first score 68.2, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 51.
Field roles
Rank sensitivity
Stability: volatile; rank range: 108.
Keyword Scores
Deep Analysis
Innovations
- Reformulating control variable from absolute actions to residual actions (incremental adjustments relative to the previous step) to align with real-world control smoothness and stabilize long-horizon planning.
- Proposing an Observation Difference Encoder that explicitly models changes between adjacent frames, yielding compact latent dynamics naturally coupled with residual actions.
- Integrating residual-action modeling into a Dreamer-style latent dynamics model with minimal modifications and no extra hyperparameters.
Methodology
ResWM replaces absolute actions with residual actions (incremental adjustments from the previous step) and uses an Observation Difference Encoder to model frame-to-frame changes. It is integrated into a Dreamer-style latent dynamics model, where both imagination rollouts and policy optimization are conducted in the residual-action space, enabling smoother exploration and lower control variance.
Key Results
On the DeepMind Control Suite, ResWM achieves consistent improvements in sample efficiency, asymptotic returns, and control smoothness, significantly surpassing Dreamer and TD-MPC. It also produces more stable and energy-efficient action trajectories.
Limitations
- The approach assumes smoothness of control (inherent in real-world robotics), which may not hold for tasks requiring abrupt or discontinuous actions.
- Evaluation is limited to simulated environments (DeepMind Control Suite); real-world robotic deployment may introduce additional challenges not addressed here.