🎯Core Definition
world-model applications use the learned environment-dynamics prior for three tasks — video prediction/understanding: V-JEPA predicts future representations in latent space without reconstructing pixels; video generation: Sora uses DiT with 3D VAE spatio-temporal compression (8× spatial, 4–8× temporal) to generate video, acting as a generative world model — in contrast to JEPA: JEPA seeks semantic representations, Sora seeks pixels; planning: in RL the world model generates 'imagined rollouts' for policy training and MPC planning (see the RL module, guide model-based-rl-and-planning).
💡Use Cases
video understanding/generation, embodied planning, world-model interviews; often asked: 'V-JEPA vs Sora positioning'.
⚡Key Problems Solved
understanding, generation, and decision-making are usually siloed; a world model unifies them with one dynamics prior — V-JEPA gets semantic representations cheaply, Sora validates dynamics through generation, and imagined rollouts raise RL sample efficiency by roughly an order of magnitude.