What Drives Success in Physical Planning with Joint-Embedding Predictive World Models?
Basile Terver, Tsung-Yen Yang, Jean Ponce, Adrien Bardes, Yann LeCun
TL;DR
The paper tackles enabling robust planning for physical tasks by examining how joint-embedding predictive world models (JEPA-WMs) can be learned and planned over in latent space. It systematically studies design choices across training and planning, including multistep rollout, proprioception, encoder and predictor architectures, model scaling, and planning optimizers, to identify an optimum JEPA-WM configuration. Across simulated and real-world robotic datasets, the authors demonstrate that carefully combining AdaLN-conditioned predictors, RoPE positional encoding, proprioceptive input, and a 2-step rollout within a latent-space planning framework yields superior performance over baselines such as DINO-WM and V-JEPA-2-AC, with planning robustness depending on task complexity. The work provides practical guidance on when to scale models, which encoders to prefer, and how to select planning strategies (e.g., CEM $L_2$ vs.gradient-based planners) for reliable zero-shot transfer to new robotic tasks. These findings offer actionable insights for building data-efficient, generalizable planning systems in robotics and related domains.
Abstract
A long-standing challenge in AI is to develop agents capable of solving a wide range of physical tasks and generalizing to new, unseen tasks and environments. A popular recent approach involves training a world model from state-action trajectories and subsequently use it with a planning algorithm to solve new tasks. Planning is commonly performed in the input space, but a recent family of methods has introduced planning algorithms that optimize in the learned representation space of the world model, with the promise that abstracting irrelevant details yields more efficient planning. In this work, we characterize models from this family as JEPA-WMs and investigate the technical choices that make algorithms from this class work. We propose a comprehensive study of several key components with the objective of finding the optimal approach within the family. We conducted experiments using both simulated environments and real-world robotic data, and studied how the model architecture, the training objective, and the planning algorithm affect planning success. We combine our findings to propose a model that outperforms two established baselines, DINO-WM and V-JEPA-2-AC, in both navigation and manipulation tasks. Code, data and checkpoints are available at https://github.com/facebookresearch/jepa-wms.
