Preprint
Reinforcement Learning

FF-JEPA: Long-Horizon Planning in World Models with Latent Planners

June 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

… , too computationally expensive and ineffective for long-horizon planning. Furthermore, these … This approach removes the need for goal images and enables long-horizon planning by …

Analysis

Why This Paper Matters

Long-horizon planning in reinforcement learning (RL) remains a critical challenge, especially in tasks requiring sequential decision-making over extended time scales. Traditional model-based methods often rely on predicting in image space, which is computationally expensive and struggles with compounding errors. FF-JEPA addresses this by introducing a latent planner that operates directly in the latent space of a world model, bypassing the need for goal images. This is a significant shift because it decouples planning from pixel-level reconstruction, making the process more efficient and potentially more scalable.

The paper builds on the JEPA (Joint Embedding Predictive Architecture) framework, which has gained traction in self-supervised learning for its ability to learn abstract representations. By applying JEPA to world models, FF-JEPA leverages the latent space's compactness and predictive power, enabling the planner to reason about future states without generating full images. This could unlock new possibilities for long-horizon tasks in robotics, where real-world interactions are costly and sample efficiency is paramount.

Technical Contributions

  • Latent Planner: Introduces a planner that generates action sequences in latent space, avoiding the computational overhead of image-space planning.
  • Goal-Free Planning: Removes the requirement for goal images, making the method applicable to tasks where specifying goals is difficult.
  • Integration with JEPA World Model: Combines a JEPA-based world model with a learned planner, enabling efficient state prediction and action selection.
  • Self-Supervised Training: Uses self-supervised objectives to train the world model, reducing reliance on reward signals.
  • Long-Horizon Capability: Designed to handle extended planning horizons, addressing a known weakness of prior methods.

Results

The abstract does not provide specific numerical results, but it indicates that FF-JEPA outperforms baselines in terms of computational efficiency and effectiveness for long-horizon planning. The paper likely includes comparisons against methods like MPC (Model Predictive Control) and other latent planning approaches, showing improved success rates or reduced planning time. However, without concrete metrics, the exact magnitude of improvement remains unclear.

Significance

FF-JEPA contributes to the growing body of work on latent-space world models, which are seen as a promising direction for scalable model-based RL. By eliminating the need for goal images, it broadens the applicability of planning-based methods to tasks where goals are abstract or hard to specify. This could have implications for autonomous systems, such as robots navigating complex environments or agents performing multi-step tasks. The approach also aligns with recent trends in self-supervised learning, suggesting a convergence of representation learning and control.

Overall, FF-JEPA is a timely contribution that addresses practical bottlenecks in long-horizon planning, and its latent planner concept may inspire further research into efficient, goal-free decision-making.