LeWorldModel: Stable End-To-End Joint-Embedding Predictive Architecture From Pixels

Source

Core Claim

LeWorldModel trains a stable end-to-end JEPA world model from raw pixels using next-embedding prediction and Gaussian-distribution regularization.

Key Contributions

  • Presents a two-term objective for stable pixel world modeling.
  • Avoids EMA, pretrained encoders, auxiliary supervision, and multi-loss heuristic stacks.
  • Uses Gaussian-distributed latent embeddings to prevent collapse.
  • Reports fast planning and meaningful physical latent structure on control tasks.

Method Notes

LeWorldModel operationalizes ideas from APTAMI, LeJEPA, and World Models.

Temporal Straightening makes an adjacent emergent property explicit. LeWorldModel reports that its PushT latent paths become straighter during training without a dedicated curvature loss; its appendix also calls this a possible form of temporal collapse while associating it with useful downstream structure. Temporal Straightening directly optimizes consecutive latent-velocity alignment and tests whether that geometry improves GD/MPC planning. The latter paper predates LeWorldModel’s arXiv release, so this should be read as a complementary objective comparison rather than a LeWorldModel follow-up experiment.

Fast LeWorldModel is a direct dynamics-interface follow-up. It keeps LeWM’s visual encoder and SIGReg family but replaces repeated one-step candidate rollout with causal action-prefix encoding plus dense multi-horizon latent targets. Under the inherited four-task protocol it reports lower open-loop error, a 3.9× dynamics-module speedup, and a 48% full-CEM reduction. Its code is not yet released, horizons remain short, and Cube uses a different batch size, so the result should be treated as a promising preprint extension rather than a settled replacement.

Sensorimotor World Models is the direct objective/anti-collapse follow-up to LeWM. It keeps the offline pixel/action JEPA world-model setting and trains the encoder, forward latent dynamics model, and inverse dynamics head end-to-end, but replaces LeWM’s SIGReg Gaussian embedding prior with action recovery from consecutive latent states. In the reported SMWM training method there is no frozen pretrained encoder, EMA target encoder, or SIGReg; the encoder is frozen only after training for planning and probing. This makes SMWM an improvement direction for learning compact controllable state, not merely an adjacent source card.

The SMWM direction should stay bounded. Its inverse objective assumes action recoverability from observations and can fail under action aliasing, hidden state, delayed effects, or behavior-policy confounding. Because action-sufficient compression can discard action-irrelevant but safety-relevant variables, SMWM is a risky sole objective for broad foundation models without preservation probes or hybrid regularization. The evidence is author-reported validation on visual/simulated control tasks with environment-specific tuning; it is not an independent reproduction, not numeric or digital-world time-series evidence, and not proof of causal counterfactual identification.

INTACT is the complementary deployment-interface follow-up. It keeps LeWM’s forward JEPA and SIGReg objective, then trains one shared action operator on realized local latent changes and desired goal latent changes. Its Direct conditional mean removes the default 9,000-candidate CEM search in the reported four-task protocol, while a small residual CEM remains available as optional verification. This is an amortized inverse-control extension rather than a replacement for forward world modeling.

Evidence And Results

The abstract reports training with about 15M parameters on a single GPU, planning up to 48x faster than foundation-model-based world models, and competitive control performance across 2D and 3D tasks.

Limitations

The paper notes short-horizon planning, offline data coverage, and action-label reliance as remaining limitations.

stable-worldmodel is the follow-up evaluation substrate to watch for this line: it puts LeWM-style latent world-model baselines into a shared data, solver, and factor-of-variation protocol where prediction error and planning success can be separated.

Foundation TSFM Relevance

Agenda slotVerdictEvidenceMissing pieces
Causal structure, counterfactuals, and controlpartially closesTrains on offline trajectories of observations and actions, predicts next latent states, and uses MPC to optimize candidate action sequences.Evidence is visual control, not multivariate operational time series or explicit causal intervention logs.
Anti-collapse regularizationpartially closesUses Gaussian-distributed latent embeddings to stabilize end-to-end JEPA world-model training from pixels.Needs evidence that the regularizer preserves rare regimes and dense numeric state in time-series domains.
Representation quality: semantic state vs dense numeric detailpartially closesPhysical probes and violation-of-expectation tests show latent structure captures some physical state and implausible events.Short-horizon latent planning and no dense numeric reconstruction/editing interface.

Open Questions

  • Can LeWorldModel scale to long-horizon hierarchical planning?
  • Can Fast-LeWM-style action-prefix prediction remove short-block rollout bottlenecks without losing partial-observability state, path constraints, or calibrated uncertainty?
  • Can inverse dynamics replace SIGReg only when actions are recoverable and behavior-policy confounding is controlled, or is a hybrid inverse-plus-distribution objective needed for broader state preservation?