Source note
When Does LeJEPA Learn a World Model?
Summary
This paper gives conditions under which LeJEPA learns a linear world model: with Gaussian latent variables and stationary additive-noise positive pairs, the optimum recovers the latents up to an orthogonal transform.
Problem
- Nonlinear observations can hide the latent state needed for planning and compositional generalization.
- Existing JEPA work did not prove when the learned embedding recovers true latent variables, so linear probes and latent planning lacked an identifiability guarantee.
- The paper asks which latent distributions make LeJEPA linearly identifiable under independent stationary additive-noise transitions.
Approach
- Model observations as
x = g(z), wheregcan be nonlinear, and trainh = f ∘ gwith LeJEPA alignmentE||h(z') - h(z)||²plus Gaussian regularizationh(z) ~ N(0, I_n). - For Gaussian latents, use the Ornstein-Uhlenbeck positive-pair transition
z' = ρz + sqrt(1 - ρ²)η, withη ~ N(0, I_n). - Decompose learned functions into Hermite polynomial degrees. A degree-
dterm has correlationρ^d, so nonlinear terms lose correlation compared with the linear degree-1 term. - Use Sturm-Liouville analysis for the converse: under additive noise, requiring the first eigenfunction to be affine forces the latent density to be Gaussian.
- Connect orthogonal latent recovery to planning by showing that optimal finite-horizon control is preserved when costs are invariant under orthogonal transforms.
Results
- Theorem 5.1: in the Gaussian world, any measurable
hwithh(z) ~ N(0, I_n)has lossL(h) ≥ 2(1 - ρ)n; equality holds exactly whenh(z) = Qzfor some orthogonalQ ∈ O(n). - At the optimum, the learned transition has the same form in representation space:
h(z') | h(z) ~ N(ρh(z), (1 - ρ²)I_n). - Theorem 5.2: within independent, stationary, additive-noise worlds, Gaussian latents are the unique case where every whitened LeJEPA minimizer is linear.
- Theorem 5.3: approximate recovery is bounded by
E||h(z) - Qz||² ≤ D + (ε + D)², whereD = δ / (2ρ(1 - ρ)),δis alignment slack, andεis whitening error. - Theorem 5.4: if
h(z)=Qz, latent-space planning gives the same optimal value and action sequence as planning in the true latent state forO(n)-invariant costs. - The supplied excerpt claims experiments on 2D nonlinear mixings, distributional ablations, 1024-dimensional latents, approximate-bound tests, and pixel-based robotic control, but it does not include task-score tables or empirical metric values.