Papers › Predictive but Not Plannable: RC-aux for Latent World Models

Predictive but Not Plannable: RC-aux for Latent World Models

8 May 2026arXiv:2605.07278added by Syntology

Wenyuan Li, Guang Li, Keisuke Maeda, Takahiro Ogawa, Miki Haseyama

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

A latent world model may achieve accurate short-horizon prediction while still inducing a latent space that is poorly aligned with planning. A key issue is spatiotemporal mismatch: these models are often trained with local predictive supervision, but deployed for long-horizon goal-directed search in latent spaces where Euclidean distance may not reflect what is reachable within a finite action budget. We present the Reachability-Correction auxiliary objective (RC-aux), a lightweight correction for this mismatch in reconstruction-free latent world models. RC-aux keeps the world-model backbone unchanged and adds planning-aligned supervision along two axes. Along the time axis, multi-horizon open-loop prediction trains the model beyond one-step consistency. Along the space axis, budget-conditioned reachability supervision, together with temporal hard negatives, encourages the latent space to distinguish states that are eventually reachable from those reachable within the current planning horizon. At test time, the learned reachability signal can also be used by a reachability-aware planner to favor trajectories that are both goal-directed and attainable under the available budget. We instantiate RC-aux on LeWorldModel and evaluate it under both continuation-training and matched-from-scratch settings. Across goal-conditioned pixel-control tasks and a LIBERO-Goal extension, RC-aux improves LeWM-style planning with modest additional cost. These results suggest that planning with latent world models depends not only on predictive accuracy, but also on whether the learned representation encodes the temporal and geometric structure required by downstream search. The code is available at https://github.com/Guang000/RC-aux.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.07278")

Code

Syntology Ran 19 of 24 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 9 ran · our draft was wrong; 1 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 19 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Guang000/RC-aux found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 19 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
9ran · our draft was wrong
1ran · fixture could not drive it
8ran
5unverified

Licence: 0 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Guang000/RC-aux. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_adjacent_margin_ranking_loss Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 4de117ed9898a653 · report
_balanced_axis_weights Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · c4e7baded10d67f9 · report
_collect_cross_rollout_pairs Guang000/RC-aux/rcaux.py found in paper text by Syntology ran MIT (permissive) · 096331c71a515c9d · report
_collect_rollout_pairs Guang000/RC-aux/rcaux.py found in paper text by Syntology ran MIT (permissive) · ecb9b4480a62fbdc · report
_expand_reach_pairs Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 95cda6065255678d · report
_expand_temporal_distance_pairs Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 85dce1186f57f630 · report
_expand_temporal_negative_pairs Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 32210b649b975eb2 · report
_reachability_pair_weights Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · ba9f881a424850d1 · report
_resolve_pair_weighting Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 43f86d83bc37fc50 · report
_terminal_distance_objective Guang000/RC-aux/rcaux.py found in paper text by Syntology ran MIT (permissive) · e821ae58914133b2 · report
_terminal_distance_pairs Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 9349163e385141ca · report
_terminal_progress_negative_pairs Guang000/RC-aux/rcaux.py found in paper text by Syntology ran fingerprinted MIT (permissive) · a20d52f6efd72004 · report
_terminal_progress_pairs Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 2bd87739907e1136 · report
_weighted_bce Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 263c3a7b2560b9f3 · report
get_rollout_horizon Guang000/RC-aux/rcaux.py found in paper text by Syntology ran MIT (permissive) · 189667d91943a954 · report
get_rollout_weights Guang000/RC-aux/rcaux.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 7c0974fd7c56cbbd · report
multi_horizon_prediction_loss Guang000/RC-aux/rcaux.py found in paper text by Syntology ran MIT (permissive) · 03bfbcf567d5645b · report
one_step_prediction_loss Guang000/RC-aux/rcaux.py found in paper text by Syntology ran MIT (permissive) · 4c001cf5c6ea3abe · report
open_loop_prediction_loss Guang000/RC-aux/rcaux.py found in paper text by Syntology ran MIT (permissive) · 13a6bead15e95ffe · report
_terminal_progress_objective Guang000/RC-aux/rcaux.py found in paper text by Syntology unverified MIT (permissive) · 5c357b40582dd943 · report
grounding_loss Guang000/RC-aux/rcaux.py found in paper text by Syntology unverified MIT (permissive) · aab08f1c8866ca95 · report
rcaux_forward Guang000/RC-aux/rcaux.py found in paper text by Syntology unverified MIT (permissive) · 617b2a87149a85a5 · report
reachability_loss Guang000/RC-aux/rcaux.py found in paper text by Syntology unverified MIT (permissive) · 369fe3723da3bad3 · report
temporal_distance_loss Guang000/RC-aux/rcaux.py found in paper text by Syntology unverified MIT (permissive) · 471686ce2dd4733c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.07278, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections