pith. sign in

arxiv: 2606.09311 · v1 · pith:P4VVG25Fnew · submitted 2026-06-08 · 💻 cs.AI

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

Pith reviewed 2026-06-27 16:51 UTC · model grok-4.3

classification 💻 cs.AI
keywords world modelslatent planninghierarchical planninggoal-free planningJEPAlong-horizon planningforward dynamicsPushT
0
0 comments X

The pith

An action-free latent planner decomposes long trajectories into short optimizations for goal-free planning in world models.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces FF-JEPA as a hierarchical extension of Joint Embedding Predictive Architectures. It pairs a standard action-conditioned forward model with a second action-free model that predicts successive subgoals from the current latent state. This decomposition turns expensive long-horizon trajectory optimization into a chain of cheaper short-horizon problems and removes the need for an explicit goal image. On the PushT benchmark the method avoids the performance collapse that flat latent planners exhibit once horizons grow long. The core premise is that subgoal sequences produced by the action-free planner remain reachable and composable by the action model.

Core claim

FF-JEPA augments a conventional action-conditioned forward dynamics model with an action-free latent planner; the planner outputs the next subgoal state, which then serves as the target for short-horizon optimization by the action model, allowing the overall system to solve long-horizon tasks without ever receiving an explicit goal image.

What carries the argument

The action-free latent planner, a forward dynamics model that receives only the current state and emits the next subgoal in latent space.

If this is right

  • Planning cost scales with the length of short subproblems rather than the full horizon.
  • Tasks without a visual goal image become solvable by treating the terminal subgoal as the implicit end condition.
  • Long-horizon collapse in flat latent models is avoided by resetting the optimization target at each subgoal.
  • The two-model structure separates subgoal generation from action execution, allowing independent training or fine-tuning of each.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same subgoal-prediction mechanism could be inserted into other latent planners to extend their effective horizon without increasing CEM population size.
  • If the latent planner is trained on the same data as the action model, the approach may reduce the need for explicit goal supervision in imitation or reinforcement settings.
  • The method suggests a general template: any latent world model could gain long-horizon capability by adding an auxiliary forward model that predicts intermediate targets.

Load-bearing premise

Subgoals produced by the action-free planner must be reachable by the action-conditioned model and must compose into successful full-length trajectories.

What would settle it

Run FF-JEPA and a flat JEPA baseline on PushT tasks whose required horizon exceeds the short optimization window; if success rates remain comparable or the subgoal sequence frequently produces unreachable states, the hierarchical advantage disappears.

Figures

Figures reproduced from arXiv: 2606.09311 by Jonathan Swinnen, Renaud Detry, Sergi Masip, Tinne Tuytelaars, Yutong Hu.

Figure 1
Figure 1. Figure 1: A conceptual visualization of planning with our approach. Given the latent of the current observation or a history of observations, the latent planner G predicts the next subgoal latent for the world model. This subgoal is then used during the rollout of the predictor P to optimize the action sequence. This enables inference with world models without the need for a goal image. Abstract—Joint Embedding Pred… view at source ↗
Figure 2
Figure 2. Figure 2: Training schemes for the two architectures we evaluated. Both models are trained on the latent space defined by the world model’s frozen encoder. optimization. In contrast to prior approaches, we reinterpret the world model as an inverse dynamics module operating over imagined latent trajectories, effectively unifying predictive modeling and control within a single, coherent latent space. Our framework add… view at source ↗
Figure 3
Figure 3. Figure 3: Example trajectories produced by FF-JEPA (DM). Dashed red frames indicate subgoals predicted by the latent diffusion planner and decoded for visualization. The first row corresponds to a successful trajectory, while the second row is a failure case where the agent goes out of bounds at t=10 and never recovers. 0 100 200 300 400 500 Budget (Environment steps) 0% 20% 40% 60% 80% 100% Success Rate FF-JEPA (De… view at source ↗
Figure 5
Figure 5. Figure 5: Inference time overhead for each architecture for one planning cycle of 25 environment steps. We show the average of 10 measurements taken during model execution. inference overhead (2.1±0.1 ms vs. 926.6±45.5 ms for CEM), while the diffusion planner adds a more substantial 50.1M and 242.6±12.2 ms, making the deterministic planner a powerful yet lightweight choice for long-horizon tasks. E. Analysis of fail… view at source ↗
read the original abstract

Joint Embedding Predictive Architectures (JEPAs) have shown promising world modeling capabilities, enabling planning in latent space by optimizing action trajectories using methods like the Cross-Entropy Method (CEM). These methods are, however, too computationally expensive and ineffective for long-horizon planning. Furthermore, these methods typically require an explicit image of the goal state, which is not always possible in real-world tasks. In this work, we tackle these limitations by proposing Forward-Forward-JEPA (FF-JEPA), a hierarchical approach leveraging two forward dynamics models. Alongside a standard action-conditioned forward model, we introduce an action-free latent planner that predicts the next subgoal given the current state. This approach removes the need for goal images and enables long-horizon planning by decomposing complex trajectories into a sequence of tractable, short-term optimization problems. Preliminary results on PushT demonstrate that FF-JEPA successfully overcomes flat world models' long-horizon collapse, highlighting this approach as a promising direction for goal-free planning.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 0 minor

Summary. The manuscript proposes FF-JEPA, a hierarchical JEPA variant that pairs a standard action-conditioned forward model with a new action-free latent planner. The planner predicts subgoals from the current state to decompose long-horizon planning into sequences of short-horizon CEM optimizations in latent space, removing the requirement for explicit goal images. The abstract claims that preliminary results on the PushT task show the method overcomes the long-horizon collapse exhibited by flat world models.

Significance. If the reachability of planner subgoals is enforced and the empirical claims are substantiated with metrics and controls, the hierarchical decomposition could meaningfully extend JEPA-style world models to goal-free, long-horizon settings where flat CEM planning becomes intractable.

major comments (2)
  1. [Abstract] Abstract: the central empirical claim that FF-JEPA 'successfully overcomes flat world models' long-horizon collapse' rests on 'preliminary results on PushT' that report neither quantitative metrics, baselines, nor ablation details; without these the claim cannot be evaluated and is load-bearing for the paper's contribution.
  2. [Abstract] Abstract (hierarchical approach description): no training objective, consistency loss, or architectural constraint is stated that would enforce dynamic reachability between subgoals produced by the action-free latent planner and trajectories realizable by the action-conditioned forward model; absent such a mechanism the decomposition into short-horizon problems can fail even if each model is accurate in distribution.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback. We address each major comment below and indicate the revisions we will make to the manuscript.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central empirical claim that FF-JEPA 'successfully overcomes flat world models' long-horizon collapse' rests on 'preliminary results on PushT' that report neither quantitative metrics, baselines, nor ablation details; without these the claim cannot be evaluated and is load-bearing for the paper's contribution.

    Authors: We agree that the abstract's phrasing is too strong given the level of detail provided. The full manuscript contains quantitative success rates, comparisons against flat JEPA baselines, and ablation studies on the PushT task in the experiments section. To make the abstract self-contained and address the concern, we will revise it to report the key metrics (e.g., success rate and maximum planning horizon) while retaining the 'preliminary' qualifier. revision: yes

  2. Referee: [Abstract] Abstract (hierarchical approach description): no training objective, consistency loss, or architectural constraint is stated that would enforce dynamic reachability between subgoals produced by the action-free latent planner and trajectories realizable by the action-conditioned forward model; absent such a mechanism the decomposition into short-horizon problems can fail even if each model is accurate in distribution.

    Authors: The referee correctly notes that the abstract does not describe an explicit reachability mechanism. The two models are trained jointly within the JEPA framework, but no dedicated consistency term is stated. In the revision we will add and describe a reachability consistency loss that aligns planner subgoals with states reachable under the action-conditioned forward model; this will be presented in the methods section along with the updated training objective. revision: yes

Circularity Check

0 steps flagged

No significant circularity in derivation chain

full rationale

The abstract and available text describe a hierarchical architecture with an action-conditioned forward model and an action-free latent planner for subgoal prediction. No equations, fitted parameters, or self-citations are presented that would make any prediction or result equivalent to its inputs by construction. The claimed long-horizon advantage is attributed to trajectory decomposition, but this does not reduce to a self-definitional step, fitted-input renaming, or load-bearing self-citation. The paper is self-contained against external benchmarks with no exhibited circular reductions.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract-only review supplies no explicit free parameters, axioms, or invented entities; all such elements remain unknown.

pith-pipeline@v0.9.1-grok · 5714 in / 1029 out tokens · 15842 ms · 2026-06-27T16:51:34.451017+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Conformal Orbit-Valid Trust Horizons for Equivariant World Models

    cs.LG 2026-06 unverdicted novelty 6.0

    Conformal calibration produces orbit-valid trust horizons for equivariant world models, with zero violations in 50 audits and non-vacuous certificates on 2D/3D substrates.

Reference graph

Works this paper leans on

16 extracted references · 4 linked inside Pith · cited by 1 Pith paper

  1. [1]

    stable-pretraining- v1: Foundation model research made simple.arXiv preprint arXiv:2511.19484, 2025

    Randall Balestriero, Hugues Van Assel, Sami BuGhanem, and Lucas Maes. stable-pretraining- v1: Foundation model research made simple.arXiv preprint arXiv:2511.19484, 2025

  2. [2]

    Diffusion policy: Visuomotor policy learning via action diffusion.The International Journal of Robotics Research, 44(10-11):1684–1704, 2025

    Cheng Chi, Zhenjia Xu, Siyuan Feng, Eric Cousineau, Yilun Du, Benjamin Burchfiel, Russ Tedrake, and Shuran Song. Diffusion policy: Visuomotor policy learning via action diffusion.The International Journal of Robotics Research, 44(10-11):1684–1704, 2025

  3. [3]

    Sparse imagination for efficient visual world model planning,

    Junha Chun, Youngjoon Jeong, and Taesup Kim. Sparse imagination for efficient visual world model planning,

  4. [4]

    URL https://arxiv.org/abs/2506.01392

  5. [5]

    stable-worldmodel: A platform for reproducible world modeling research and evaluation, 2026

    Lucas Maes, Quentin Le Lidec, Luiz Facury, Nassim Massaudi, Ayush Chaurasia, Francesco Capuano, Richard Gao, Taj Gillin, Dan Haramati, Damien Scieur, Yann LeCun, and Randall Balestriero. stable-worldmodel: A platform for reproducible world modeling research and evaluation, 2026. URL https://arxiv.org/abs/2605.21800

  6. [6]

    Leworldmodel: Stable end-to-end joint-embedding predictive architecture from pixels.arXiv preprint arXiv:2603.19312, 2026

    Lucas Maes, Quentin Le Lidec, Damien Scieur, Yann LeCun, and Randall Balestriero. Leworldmodel: Stable end-to-end joint-embedding predictive architecture from pixels.arXiv preprint arXiv:2603.19312, 2026

  7. [7]

    Hierarchical foresight: Self- supervised learning of long-horizon tasks via visual sub- goal generation

    Suraj Nair and Chelsea Finn. Hierarchical foresight: Self- supervised learning of long-horizon tasks via visual sub- goal generation. InInternational Conference on Learn- ing Representations, 2020. URL https://openreview.net/ forum?id=H1gzR2VKDH

  8. [8]

    Scalable diffu- sion models with transformers

    William Peebles and Saining Xie. Scalable diffu- sion models with transformers. InProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 4195–4205, October 2023

  9. [9]

    Springer, 2004

    Reuven Y Rubinstein and Dirk P Kroese.The cross- entropy method: a unified approach to combinatorial op- timization, Monte-Carlo simulation, and machine learn- ing, volume 133. Springer, 2004

  10. [10]

    When does predictive inverse dynamics outperform behavior cloning?, 2026

    Lukas Sch ¨afer, Pallavi Choudhury, Abdelhak Lemkhen- ter, Chris Lovett, Somjit Nath, Luis Franc ¸a, Matheus Ribeiro Furtado de Mendonc ¸a, Alex Lamb, Riashat Is- lam, Siddhartha Sen, John Langford, Katja Hofmann, and Sergio Valcarcel Macua. When does predictive inverse dynamics outperform behavior cloning?, 2026. URL https://arxiv.org/abs/2601.21718

  11. [11]

    Latent diffusion planning for imitation learning

    Amber Xie, Oleh Rybkin, Dorsa Sadigh, and Chelsea Finn. Latent diffusion planning for imitation learning. In Aarti Singh, Maryam Fazel, Daniel Hsu, Simon Lacoste- Julien, Felix Berkenkamp, Tegan Maharaj, Kiri Wagstaff, and Jerry Zhu, editors,Proceedings of the 42nd Inter- national Conference on Machine Learning, volume 267 ofProceedings of Machine Learnin...

  12. [12]

    Hierarchical planning with latent world models,

    Wancong Zhang, Basile Terver, Artem Zholus, Soham Chitnis, Harsh Sutaria, Mido Assran, Randall Balestriero, Amir Bar, Adrien Bardes, Yann LeCun, and Nicolas Ballas. Hierarchical planning with latent world models,

  13. [13]

    URL https://arxiv.org/abs/2604.03208

  14. [14]

    Disentangled robot learning via separate forward and inverse dynamics pretraining

    Wenyao Zhang, Bozhou Zhang, Zekun Qi, Wenjun Zeng, Xin Jin, and Li Zhang. Disentangled robot learning via separate forward and inverse dynamics pretraining. InThe Fourteenth International Conference on Learn- ing Representations, 2026. URL https://openreview.net/ forum?id=DdrsHWobR1

  15. [15]

    Dino-wm: World models on pre-trained visual features enable zero-shot planning

    Gaoyue Zhou, Hengkai Pan, Yann Lecun, and Lerrel Pinto. Dino-wm: World models on pre-trained visual features enable zero-shot planning. InInternational Conference on Machine Learning, pages 79115–79135. PMLR, 2025

  16. [16]

    Grounding generated videos in feasible plans via world models, 2026

    Christos Ziakas, Amir Bar, and Alessandra Russo. Grounding generated videos in feasible plans via world models, 2026. URL https://arxiv.org/abs/2602.01960