Modelwire
Subscribe

Robot world models fail when action representations change

Researchers have identified a critical brittleness in robot world models: latent dynamics predictors trained on one action representation (absolute joint targets versus relative deltas) fail catastrophically when presented with trajectories in an alternative parameterization. Performance degrades 2.6-13.4x across datasets and robot morphologies, with goal-conditioned policies collapsing from 53% to 15% success. The learned representations become nearly orthogonal under the swap, indicating the model answers fundamentally different questions rather than gracefully degrading. This exposes a hidden dependency in embodied AI systems where engineering choices silently propagate through learned abstractions, raising questions about robustness and generalization in robot learning pipelines.

Modelwire context

Explainer

The paper's core insight isn't just that world models fail on different action formats (that's almost expected). It's that the learned latent geometry becomes nearly orthogonal rather than gracefully degrading, meaning the model has learned to answer fundamentally different questions depending on how actions are written, not just different scales of the same question.

This connects directly to the recurrent state compression work from last week on what information RNNs can safely forget. Both papers expose a common pattern: learned representations are brittle to seemingly minor engineering choices because the model has implicitly baked those choices into its abstraction layer. The action parameterization problem is the embodied AI equivalent of the predictive quotient constraint - the model's latent space optimizes for one specific input structure, and swapping that structure breaks the entire learned geometry. This also echoes the Latent Telepathy finding that decoupling perception from task logic matters; here we see the inverse problem where task logic (action representation) silently couples to perception in ways that aren't visible until deployment.

If the same researchers or follow-up work shows that fine-tuning on just 5-10% of trajectories in the new action format recovers performance to within 10% of the original, that would suggest the underlying world model is learnable but the initialization is fragile. If recovery requires full retraining, it confirms the coupling is structural rather than just a cold-start problem.

Coverage we drew on

This analysis is generated by Modelwire’s editorial layer from our archive and the summary above. It is not a substitute for the original reporting. How we write it.

MentionsPushT

MW

Modelwire Editorial

This synthesis and analysis was prepared by the Modelwire editorial team. We use advanced language models to read, ground, and connect the day’s most significant AI developments, providing original strategic context that helps practitioners and leaders stay ahead of the frontier.

Modelwire summarizes, we don’t republish. arXiv cs.LG originally reported this story as Robot World Models Are Not Invariant to How the Actions Are Written”. The full content lives on arxiv.org. If you’re a publisher and want a different summarization policy for your work, see our takedown page.

Robot world models fail when action representations change · Modelwire