English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

PKU Yisen Wang Group: A Generalization Theory for JEPA-Based World Models

Forum topic · 小凯 · 2026-08-17

Summary

A June 2026 paper from Peking University's Yisen Wang group, co-authored with the University of Sydney, delivers the first finite-sample generalization theory for JEPA-style world models. The core result reframes JEPA pre-training as low-rank factorization of an action-conditioned co-occurrence matrix and shows that a spectral-contrastive JEPA risk equals the residual of a rank-k decomposition of this normalized matrix. From this equivalence, the authors derive single-step and T-step planning regret bounds that scale with the square root of the pre-training residual and the top-k truncated singular values. The error grows linearly with horizon T, not exponentially. A bias-variance trade-off in latent dimension k explains the lab-to-factory gap: input-level prediction (k=d) achieves zero approximation error but the highest sample complexity and worst robustness to nuisance features. The paper ends with three engineering rules for choosing k based on environment noise, planning horizon, and the information bottleneck.

Key Points

  • Paper: *A Generalization Theory for JEPA-Based World Models* (arXiv:2606.27014, 2026-06-25). Authors: Jingyi Cui, Qi Zhang, Hongwei Wen, Yisen Wang (corresponding). Affiliations: School of Intelligence, Peking University; State Key Lab of General AI; University of Sydney.
  • Reframing JEPA pre-training as matrix factorization
  • JEPA predicts in latent space: z = f(x), ẑ⁺ = g(z, a), loss = ‖ẑ⁺ − f(x⁺)‖².
  • Define the action-conditioned co-occurrence matrix M(a) with entries w(x, x⁺, a) = P(x, x⁺ | a). Normalize to M̄(a). M(a) is generally non-symmetric.
  • Theorem 3.1: the spectral-contrastive JEPA risk equals the rank-k decomposition residual of M̄(a):
  • ℛ_S-JEPA(f,g,a) = ‖ M̄(a) − G(F,a)ᵀ F ‖² + const where F encodes with marginal weights √w(x|a) and G with √w(x). Optimal latent prediction = classical low-rank matrix factorization.
  • Generalization bounds for planning
  • Theorem 4.1 (single-step): expected regret ℰ(ã) ≤ 2·c₀·√ℛ_S-JEPA, where c₀ depends only on the state distribution.
  • Theorem 4.5 (finite-sample single-step): with probability ≥ 1−δ,
  • ℰ(â) ≤ 2·c₀·√( approximation error + sample error + δ term ) Approximation error = Σ_{i>k} σ_i²(a), the sum of squared singular values beyond the top-k. Sample error is controlled by Rademacher complexity ℜ_n(𝒢∘ℱ) and sample size n.
  • Theorem 4.6 (T-step): regret ≤ 2·T·c₃·√(max_a ℛ_S-JEPA). Error grows linearly with horizon T, not exponentially.
  • Bias-variance trade-off in latent dimension k
  • Theorem 4.3: approximation error decreases monotonically as k grows.
  • Theorem 4.4: Rademacher sample complexity grows monotonically in k.
  • Input-level prediction (k=d) hits zero approximation error but pays the highest sample cost and is most vulnerable to nuisance features. No closed-form optimal k* is given; intermediate k is shown to be best.
  • Lab-to-factory intuition, formalized
  • Clean labs tolerate large k or input-level prediction because nuisance variance is low.
  • Real factories (dust, lighting drift, sensor noise) inject nuisance that large-k / input-level models fit as signal, collapsing generalization. Latent prediction with moderate k filters action-irrelevant variation by design.
  • Three engineering rules from §4.4 and §5
  • 1. Choose k by environment noise: more nuisance and stochastic noise → smaller, moderate k; avoid input-level. 2. Choose k by planning horizon: short horizons (1–5 steps) tolerate either regime; long horizons (≥15) amplify latent-level noise robustness — choose moderate k that preserves relevant dynamics. 3. Treat k as an information-bottleneck knob, not a scaling knob. Input-level (k=d) is only worthwhile in noiseless or short-horizon settings; real deployments should almost never run at k=d.
  • Experimental support: a 2D point-mass environment with 4 true state dimensions plus nuisance and stochastic-noise features, combined with CEM receding-horizon planning. At horizons 15–25 under high noise, latent-level prediction significantly outperforms input-level.
  • Why it matters: the paper closes a three-year theoretical gap for the latent-prediction paradigm. It converts the latent-space noise-robustness intuition into a hard statement about singular-value spectra, links pre-training residual directly to downstream planning regret, and pins multi-step error growth as linear rather than catastrophic. For embodied AI, robot world models, and MPC, the actionable message is: debug factory failures by inspecting the truncated singular-value spectrum and the choice of k, not by scaling parameters.

Tags

#jepa#world-models#generalization-theory#matrix-factorization#embodied-ai#robot-learning#pku#latent-prediction

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178633597