Flow-JEPA: Flow Matching for Robust Latent Dynamics in JEPA World Models

Machine LearningArtificial Intelligence

Summary

The authors improve a type of AI model called JEPA that predicts future world states without reconstructing images. Their new model, Flow-JEPA, predicts multiple future states at once using a method called conditional flow matching instead of step-by-step predictions. This helps reduce errors and makes the model more reliable, especially when the input images are noisy. As a result, their approach performs better on tasks both with clean and noisy observations.

Authors

Yanchen Huo, Ziying Song, Yadan Luo

Abstract

Joint-Embedding Predictive Architectures (JEPAs) have shown strong potential for learning compact predictive representations, and LeWorldModel (LeWM) extends this paradigm to reconstruction-free latent world modeling from pixels. However, its deterministic autoregressive predictor generates future states through repeated one-step transitions, which can accumulate errors and remain sensitive to task-irrelevant visual perturbations. In this work, we propose Flow-JEPA (F-JEPA), a conditional flow matching dynamics model that jointly generates a sequence of future latent states conditioned on the current observation and actions. A Gaussian distribution serves as the flow source, exposing the vector field to perturbed latent trajectories as it learns to transport them toward clean future representations. This formulation retains the reconstruction-free JEPA framework while replacing point-wise transition regression with stochastic trajectory-level prediction. F-JEPA raises mean success from $86\%$ to $92\%$ under clean observations and from $67\%$ to $86\%$ under noisy conditions, suggesting that conditional flow matching provides a promising alternative to deterministic autoregressive dynamics in JEPA world models.