PAPER REPORTENAll readings ↗

World2Act: Latent Action Post-Training from World Model Dynamics

English reading report: Method, equations, original figures, experiments and reproducibility.

Authors: An Dinh Vuong; Tuan Van Vo; Abdullah Sohail; Haoran Ding; Liang Ma; Xiaodan Liang; Anqing Duan; Ivan Laptev; Ian Reid

Affiliations: MBZUAI

Source: 2603.10422 ↗ · Project page ↗ · Catalog record

Reading: 250 / 558 · 6 original figures & tables · ~19 min ·

1. Paper overview

In one sentence: A frozen video world model can teach a small residual controller through aligned action latents, improving manipulation without pixel-derived action labels while retaining a difficult timing and contact gap. e-identitye-wme-bridgee-residuale-robocasae-ablatione-real

At a glanceWhat to know
Research problem
Reader analysis

Pixel-based world-model post-training can convert hallucinated video details into incorrect action supervision. The authors propose using pre-decoding dynamics latents as weak targets instead. Their controlled frozen-IDM diagnostic supports one route by which generated videos corrupt labels; it does not establish that latent dynamics are universally accurate. e-probleme-idme-failure

Core mechanism
Source description

A two-stage bridge connects a separately trained video world model to an existing VLA through reconstructable, temporally aligned action embeddings. e-bridgee-stage1

A key reported resultRoboCasa manipulation: 0.726 (72.6%)

Mean success rate. GR00T-N1.6-ft post-training; 50 trials per task for each of five seeds; evaluation scenes disjoint from post-training.

GR00T-N1.6-ft 0.701; DreamGen 0.705; BC 0.704; VLA-RFT 0.710; Ctrl-World 0.698. A 2.5 percentage-point gain over the same backbone and 2.1 points over DreamGen. No uncertainty estimates accompany these tables. e-evaluatione-robocasa

Reading caution
Source description

The authors identify contact-rich non-prehensile dynamics, modest physical success and rigid temporal correspondence as limitations. Figure 16 shows plausible stove-knob imagination followed by failed physical grounding during policy execution. e-failure

Core contributions

  • Source description

    A two-stage bridge connects a separately trained video world model to an existing VLA through reconstructable, temporally aligned action embeddings. e-bridgee-stage1

  • Source description

    Residual-only post-training preserves the VLA and bridge parameters while transferring imagined dynamics through a contrastive trajectory objective. e-residual

  • Reader analysis

    Same-backbone comparisons, temporal-alignment ablations and an IDM diagnostic support the proposed mechanism, with limited physical-task success. e-robocasae-ablatione-idme-real

Figure 2. The learned interface changes between stages: first align the bridge, then freeze it and learn a residual controller. Original paper, p. 4 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Start with panel (a): snowflakes mark the frozen world model, while flames mark the trainable video adapter, action adapter and action decoder. The shared space connects video embeddings to corresponding expert-action chunks, with reconstruction retaining control information. In panel (b), the VLA and all bridge components now carry snowflakes; only the residual policy is trained. Follow the inset to the equation beneath it: the residual is added to the base action latent before the action decoder runs. The dashed contrastive connection represents training supervision, not a flow of WM outputs into the controller at execution time. Appendix B.1 clarifies that Stage-1 video anchors come from encoding demonstrations. e-bridgee-stage1e-residuale-architecturee-failure

What it supports. The mechanism is an adapter-mediated transfer between distinct systems. A useful WM trajectory supplies a weak training target; the deployed action still comes from the base VLA, observation-conditioned residual and frozen action decoder. Freezing the decoder retains the mapping learned on demonstrations, without guaranteeing that every corrected latent decodes to a valid contact motion.

Where the evidence stops. The generic Stage-1 “World Model” box does not distinguish VAE encoding from imagination; Appendix B.1 resolves this. Read the inset's explicit addition with Eq. (3), and use Appendix C for current-state conditioning rather than interpreting the initial-state schematic as the entire execution loop.

2. Motivation

2.1 The problem and the proposed response

Reader analysis

Pixel-based world-model post-training can convert hallucinated video details into incorrect action supervision. The authors propose using pre-decoding dynamics latents as weak targets instead. Their controlled frozen-IDM diagnostic supports one route by which generated videos corrupt labels; it does not establish that latent dynamics are universally accurate. e-probleme-idme-failure

2.2 What this reading follows

A video world model can imagine a robot finishing a task, but an imagined image does not specify a reliable motor command. World2Act learns an interface between those two descriptions. Expert demonstrations establish a shared video–action space and an action decoder; imagined trajectories subsequently guide corrections to a frozen VLA's proposed controls. The six source excerpts below follow that interface from architecture to execution, then examine whether the experiments support it. Read the simulation gains alongside the temporal-alignment ablation and low physical success rates. This edition reviews the supplied arXiv v2 of 29 May 2026. e-identitye-wme-bridgee-residuale-robocasae-ablatione-real

3. Research context

We place the paper in the collection through its world–action interface. The catalog labels and the reading’s assessment are shown separately.

Catalog dimensionRecorded classification
Major categoryWAMs
ArchitectureDual-system
Prediction paradigmOther mechanisms
QuadrantOutside quadrants

3.1 Evidence-based assessment

Supports the recorded classification

Reader analysis

Separate WM and VLA modules connected by adapters support Dual-system and Other mechanisms / Outside quadrants. This is trajectory-guided residual post-training, without a jointly predictive video–action backbone or inference-time IDM. The policy-post-training subcategory fits; the WM-RL wording should not imply reinforcement learning here, because Stage 2 uses contrastive supervision without rewards. e-residuale-architecturee-taxonomy

This is the collection’s architectural analysis, not a new related-work survey. Benchmark comparisons and their protocols appear in Section 6.

4. Problem formulation

4.1 Inputs and outputs

InputsOutputs
  • Stage 1: synchronized expert videos and robot action sequences
  • Stage 2: initial observations, language instructions, imagined video latents and current-policy rollouts
  • Execution: current image/proprioceptive state and instruction
  • A shared video–action latent space with an action decoder
  • A residual controller producing executable corrected action chunks

4.2 Equations and their role

Lrecon=agta^2,L=Lrecon+Lcontrastive\mathcal{L}_{\mathrm{recon}}=\|a_{\mathrm{gt}}-\hat a\|^2,\qquad \mathcal{L}=\mathcal{L}_{\mathrm{recon}}+\mathcal{L}_{\mathrm{contrastive}}
The ground-truth action sequence is a_gt; hat a is reconstructed by decoding action embeddings. This Stage-1 objective combines control reconstruction with cross-modal alignment. e-bridge
sim(ziv,zja)=1Tt=1Tcos(zi,tv,zj,ta)\operatorname{sim}(z_i^v,z_j^a)=\frac{1}{T}\sum_{t=1}^{T}\cos(z_{i,t}^v,z_{j,t}^a)
Video and action trajectories z^v and z^a contain T corresponding chunks. Similarity averages cosine agreement at matching chunk indices rather than collapsing time into a single trajectory embedding. e-bridge
Lcontrastive=logexp(sim(ziv,zia)/τ)j=1Bexp(sim(ziv,zja)/τ)logexp(sim(zia,ziv)/τ)j=1Bexp(sim(zia,zjv)/τ)\mathcal{L}_{\mathrm{contrastive}}=-\log\frac{\exp(\operatorname{sim}(z_i^v,z_i^a)/\tau)}{\sum_{j=1}^{B}\exp(\operatorname{sim}(z_i^v,z_j^a)/\tau)}-\log\frac{\exp(\operatorname{sim}(z_i^a,z_i^v)/\tau)}{\sum_{j=1}^{B}\exp(\operatorname{sim}(z_i^a,z_j^v)/\tau)}
Equation 2 contrasts the positive pair i against B batch samples in both directions, with temperature tau = 0.1. Stage 2 substitutes corrected action trajectories for the action side and retains only this alignment loss. e-bridgee-residual
zbase,ta=Ba(aˉbase,t),Δzta=fθ(st,zbase,ta),aˉfinal,t=Da(zbase,ta+Δzta)z_{\mathrm{base},t}^{a}=B_a(\bar a_{\mathrm{base},t}),\quad \Delta z_t^a=f^{\theta}(s_t,z_{\mathrm{base},t}^a),\quad \bar a_{\mathrm{final},t}=D_a(z_{\mathrm{base},t}^a+\Delta z_t^a)
The action adapter B_a embeds the base action chunk, the residual policy uses current state s_t, and the action decoder D_a decodes the corrected latent. Only the residual policy changes in Stage 2; addition occurs before action decoding. e-residual

5. Method in detail

5.1 First make video similarity mean something about controls

Reader analysis

Stage 1 starts with paired demonstrations, not generated pseudo-actions. The frozen VAE encodes each expert video, and matching action chunks are embedded separately. Reconstruction teaches the action embedding to retain the controls needed by the decoder. Contrastive learning then asks video and action trajectories from the same demonstration to agree more than mismatched trajectories. Same-task negatives matter because merely recognizing “open drawer” should not be sufficient to distinguish two executions. Averaging similarities at corresponding chunk indices further rewards matching progression through the task. Reader interpretation: the bridge attempts to turn a visual notion of progress into a decodable control representation. It does not establish that all nearby points are executable; reconstruction was learned on demonstrations, while later residuals can move away from those examples. e-stage1e-bridgee-residuale-failure

Figure 9. Long imagined behavior is assembled from short skill-conditioned segments. Original paper, p. 16 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Read the arrows from left to right. The coffee instruction is decomposed into an ordered list of atomic prompts, exemplified by picking up the cup and placing it under the dispenser. These labels are language descriptions, not the low-level actions ultimately executed by the robot. The world model produces one segment per prompt, and the segments are joined in order. Appendix B.2 adds a detail omitted by the compact arrows: each new segment is conditioned on the previous segment's final frame. The corresponding pre-decoding latents are retained for supervision, while a separate policy rollout starts from the same initial scene and instruction. e-synthesise-wm-traininge-wm-evaluatione-residuale-failure

What it supports. Skill composition supplies the temporally extended target used by the residual-learning stage. The teacher itself also benefits from atomic training data: Table 14 reports GR00T plus World2Act at 0.726 with Skill-WM versus 0.715 with Base-WM. The interface and the quality of its target trajectories therefore both matter.

Where the evidence stops. Avoiding pixel-derived training labels is narrower than eliminating decoding from synthesis. The final-frame handoff still appears in the source. Ordered prompts also do not establish how mismatched imagined and executed durations should be aligned; the authors retain temporal correspondence as a limitation.

5.2 Then teach a correction while keeping the execution path small

Reader analysis

Stage 2 creates two trajectories from matching initial conditions. The skill-conditioned WM imagines how the task could unfold, while the current augmented policy acts in the simulator. Only the residual controller receives gradients from their contrastive alignment. Within the policy branch, the frozen VLA proposes controls, the action adapter embeds them, and the residual combines that embedding with current visual and proprioceptive observations. The sum is decoded and executed for four steps before observations are refreshed. No simulator reward or differentiable transition is required. Reader interpretation: supervision transfers the teacher's preferred temporal evolution into a reusable controller, rather than planning with the WM at every deployed action. This also exposes the timing assumption: corresponding chunk indices can cease to describe the same contact event when execution falls behind imagination. e-residuale-architecturee-synthesise-failure

5.3 Judge transfer at three different levels of evidence

Reader analysis

The benchmark tables ask whether actual policy success improves, and their same-backbone comparisons are the clearest test of the post-training package. Table 5 then asks which design choices matter: global similarity underperforms the temporally aligned objective, but this remains an ablation rather than proof of a uniquely correct representation. Table 15 addresses a different question, showing that one frozen IDM produces worse labels from generated videos. It supports the motivation for avoiding those labels without certifying WM latent physics. Finally, Figure 6 measures physical execution and shows both an improvement and a low ceiling. Reader interpretation: these levels form a useful argument for the method, but none cancels the source's transfer failure, where plausible imagined knob turning fails to produce a successful grip. e-evaluatione-robocasae-ablatione-idme-reale-failure

5.4 Training and inference

During training

Source description

Stage 1 runs 30K steps with batch size 16, hard-negative ratio 0.25 and temperature 0.1. Table 12 specifies four-step chunks and 32-dimensional embeddings; the residual attends to visual, proprioceptive and base-action tokens using two layers and four heads. e-stage1e-bridgee-architecture

Reader analysis

The supervised GR00T reference uses 1,000 expert trajectories per simulator. Post-training uses approximately 1,000 imagined trajectories per simulator with evaluation-disjoint initial scenes. DeepSeek decomposes instructions using manual schemas; sequential WM segments condition on preceding final frames. Avoiding pixel supervision therefore does not establish a wholly decoder-free generation pipeline. e-evaluatione-synthesis

During inference

Reader analysis

Encode the VLA's proposed action chunk, add the observation-conditioned latent residual, and decode through the frozen action decoder. Execute four controls open-loop, then query again with fresh observations. The specified deployed controller requires no WM rollout as an input. Table 11 reports 251.9 Hz / 4.0 ms per predicted action on an RTX 4090, versus 274.1 Hz / 3.6 ms for GR00T; this is the paper's inference measurement, not a measured physical feedback-loop rate. e-residuale-architecturee-speed

5.5 Implementation flow

  1. Prepare the dynamics teacher

    Cosmos-Predict2 generates spatial video-VAE latents from initial observation, instruction and noise. It is frozen during bridge and residual learning. Atomic skill prompts organize longer imagined trajectories. e-wme-synthesis

  2. Align demonstrations

    Appendix B.1 specifies VAE-encoded expert videos as Stage-1 anchors. A CNN video adapter and MLP action adapter map corresponding chunks into shared embeddings. An action decoder reconstructs the expert controls; bidirectional InfoNCE uses chunk-averaged cosine similarity, with same-task demonstrations supplying hard negatives. e-bridgee-stage1

  3. Learn a residual from imagination

    The frozen VLA proposes a base action chunk. Its embedding and current observations condition a Transformer residual. Parallel simulator rollouts supply executed state sequences, while the WM supplies imagined targets from matching initial conditions. Contrastive gradients update only the residual; rewards, success labels, expert action labels and differentiable simulator transitions are unnecessary in Stage 2. e-residuale-synthesise-architecture

6. Experiments & results

World2Act transfers an instruction-conditioned video world model's dynamics into a frozen GR00T-N1.6 policy through a learned video–action bridge and residual action-latent controller. Expert demonstrations first teach the bridge to align video and action chunks while reconstructing actions. Imagined latents then supervise residual corrections without IDM pseudo-actions or simulator rewards. Reported success improves on three simulation benchmarks and three physical tasks, but temporal correspondence remains necessary and plausible imagination can still fail at contact. The method and results below are from the supplied v2 artifact.

6.1 Read the original evidence

Tables 1–3. The same-backbone rows show consistent average gains, with a particularly large difference from DreamGen on LIBERO. Original paper, p. 5 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Compare the green rows within each table before comparing unrelated policy families. These rows share the finetuned GR00T-N1.6 starting point, which the paper obtains from 1,000 expert trajectories per simulator. Read SR as a fraction: 0.726 means 72.6% success. The benchmark protocol reports 50 trials per task for each of five seeds, with post-training initial scenes disjoint from evaluation scenes. RoboCasa, LIBERO and Bridge-SIMPLER use different task sets, so their absolute scores should not be pooled. The bold Cosmos Policy entry in the middle table is also important: World2Act improves its GR00T baseline but does not exceed that LIBERO result. e-evaluatione-robocasae-liberoe-bridge-results

What it supports. Relative to GR00T-ft, World2Act improves mean success by 2.5 points on RoboCasa, 1.1 on LIBERO and 1.4 on Bridge-SIMPLER. DreamGen falls from 0.970 to 0.921 on LIBERO, while World2Act reaches 0.981. That contrast motivates checking the source of supervision noise rather than assuming more generated data always helps.

Where the evidence stops. The tables provide point estimates without uncertainty. Average gains hide exceptions: Table 7 shows LIBERO Long declining from 0.943 to 0.940. Different policy families also need not share pretraining data or compute, making the same-backbone comparisons more diagnostic of post-training.

Figure 6. Physical gains accompany a low absolute success rate across three Franka tasks. Original paper, p. 7 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Read each task group using the legend: blue is finetuned GR00T, orange adds DreamGen, and red adds World2Act. The red bars are 0.10 for cup placement and 0.25 for both bowl pickup and microwave closure. The rightmost group averages the three tasks; its printed baseline values are rounded. Section 4.3 reports 20 evaluation trials per task, 20 real demonstrations per task and 100 generated training trajectories, without specifying their allocation across tasks. Appendix B.4 defines success operationally, including stable cup placement and full magnetic closure of the microwave. Cup pickup and placement must both succeed in one continuous attempt. e-real

What it supports. World2Act's mean success is 20%, with reported gains of 6.7 percentage points over finetuned GR00T and 8.3 over DreamGen. This is evidence of improved executed behavior on a physical robot, rather than a score for generated-video plausibility. The remaining failures are nevertheless the dominant outcome.

Where the evidence stops. Each task has only 20 evaluation trials and the plot has no error bars. A 0.05 task-level difference is one additional success under this protocol. The setup includes real demonstrations, so these results should not be described as demonstration-free transfer.

6.2 Results and evaluation conditions

Task & protocolReported resultComparison & interpretation
RoboCasa manipulation

GR00T-N1.6-ft post-training; 50 trials per task for each of five seeds; evaluation scenes disjoint from post-training.

0.726 (72.6%)

Mean success rate

GR00T-N1.6-ft 0.701; DreamGen 0.705; BC 0.704; VLA-RFT 0.710; Ctrl-World 0.698.

A 2.5 percentage-point gain over the same backbone and 2.1 points over DreamGen. No uncertainty estimates accompany these tables. e-evaluatione-robocasa

LIBERO four-suite evaluation

Spatial, Object, Goal and Long; main five-seed, 50-trial-per-task protocol.

0.981 (98.1%)

Average success rate

GR00T-N1.6-ft 0.970; DreamGen 0.921; Cosmos Policy 0.985.

Gains are 1.1 points over GR00T and 6.0 over DreamGen, not a new overall best. Long decreases from 0.943 to 0.940 despite the average gain. e-evaluatione-libero

Bridge-SIMPLER seven-task evaluation

AutoEval's WidowX-based seven-task suite; main five-seed protocol.

0.590 (59.0%)

Average success rate

GR00T-N1.6-ft 0.576; DreamGen 0.583.

A 1.4-point average gain over GR00T; individual tasks need not improve, including stacking green on yellow (0.044 to 0.042). e-evaluatione-bridge-results

RoboCasa alignment and adapter ablation

Variants of latent objectives and policy adaptation in Table 5.

Chunk-wise bidirectional InfoNCE with residual: 0.726; 6.8 h

Success rate; reported training time

Global similarity 0.693; single-direction InfoNCE 0.720; marginal loss 0.707; rank-32 LoRA 0.721 in 15.3 h.

Temporal matching has the largest listed objective effect. LoRA changes the adaptation mechanism; timing hardware for this table is not specified. e-ablation

Franka Research 3 physical manipulation

Cup-to-plate, bowl pickup and microwave closure; 20 demonstrations and 20 evaluation trials per task; 100 generated training trajectories, with per-task allocation unstated.

0.10, 0.25, 0.25; average 0.20

Task success rate and task average

GR00T: 0.05, 0.20, 0.15; DreamGen: 0.05, 0.15, 0.15.

The reported average gains are 6.7 and 8.3 percentage points. Figure 6 rounds baseline averages to 0.13 and 0.12. Small trial counts and no error bars limit precision. e-real

Frozen-IDM sensitivity on LIBERO-Object

Same frozen IDM; 50 held-out scenes; ground-truth versus decoded-WM input videos; temporally aligned expert action targets.

Decoded WM: 0.097 / 0.199

Action MSE / MAE, lower is better

Ground-truth video: 0.082 / 0.167; reported ratios 1.18× / 1.19×.

Input-video replacement increases pseudo-label error. This is not an error measurement of World2Act's residual controller. e-idm

RoboCasa held-out task transfer

Twelve seen and twelve unseen tasks; base policies without task-specific finetuning; Table 10 defines the split.

+2.4 percentage points for GR00T-N1.6-base; +1.1 for Cosmos Policy

Reported success-rate gain at twelve seen tasks

Corresponding vanilla policies on the unseen split.

The held-out tasks reuse related interaction skills. This tests new compositions within RoboCasa rather than arbitrary novel physics. e-transfer

6.3 Ablations and diagnostic examples

Read component removals and qualitative examples within their stated evaluation conditions.

Table 5. Preserving the temporal correspondence of video and action chunks matters more than the small gain from bidirectional contrast alone. Original paper, p. 6 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Use the bottom row as the reference: residual adaptation, bidirectional InfoNCE and chunk similarity produce 0.726 success. The first block changes the latent objective. Single-direction InfoNCE retains chunk similarity but reaches 0.720; the global-similarity variant retains bidirectional contrast but reaches only 0.693. This separates the need to match temporal structure from the choice to contrast in both directions. The adapter block addresses a different intervention: updating through LoRA rather than the residual controller. Its rank-16 and rank-32 rows include hours as well as success. Dashes in the objective block mean no training time is reported for those rows. e-ablatione-bridgee-failure

What it supports. The largest listed objective loss is 3.3 percentage points when chunk correspondence is replaced by global similarity. The proposed residual reaches 0.726 in 6.8 hours, compared with rank-32 LoRA at 0.721 in 15.3 hours. These measurements support the specific alignment design, while the timing comparison favors the reported residual configuration.

Where the evidence stops. This table does not report uncertainty, timing hardware or a complete matched-compute protocol. The global-similarity intervention tests a representation choice, but does not directly measure tolerance to realistic execution delays. A temporal-offset control would test that boundary more directly.

Table 15. Replacing real videos with generated rollouts makes one fixed IDM's pseudo-actions less accurate. Original paper, p. 25 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. The row variable is the input video, not a change of inverse-dynamics model. Both rows use the same frozen IDM on 50 held-out LIBERO-Object scenes, and both are compared against temporally aligned ground-truth actions. The downward arrows indicate that smaller MSE and MAE are better. Read the bottom line as a ratio between generated-video and ground-truth-video errors: approximately 1.18 and 1.19. These are relative increases in action error, not percentage-point losses in robot success. World2Act does not appear as an error row because this experiment diagnoses the pixel-to-pseudo-action pathway used by the comparison method. e-idme-liberoe-artifacts

What it supports. With the IDM fixed, MSE rises from 0.082 to 0.097 and MAE from 0.167 to 0.199 when the input is a decoded WM rollout. This supplies a concrete failure path for synthetic action labels and supports the motivation for transferring supervision through a different interface.

Where the evidence stops. Replacing the whole video can change geometry, motion and timing as well as localized visual artifacts. This experiment does not isolate those causes, quantify World2Act's latent error, or prove that this pathway explains the entire LIBERO success-rate difference.

7. Analysis & limitations

7.1 What the evidence leaves open

Source description

The authors identify contact-rich non-prehensile dynamics, modest physical success and rigid temporal correspondence as limitations. Figure 16 shows plausible stove-knob imagination followed by failed physical grounding during policy execution. e-failure

Reader analysis

Latent targets are weak supervision, not verified executable plans. The IDM experiment changes the entire video source, so it cannot isolate localized rendering artifacts from motion or timing differences. Latent alignment and t-SNE overlap alone do not certify physical validity. e-residuale-idme-action-validitye-artifacts

7.2 Questions for discussion

  1. How much of the benefit survives a controlled temporal offset between imagined and executed chunks?
  2. Can latent alignment improve while decoded controls move farther from valid contact trajectories?

8. Reproducibility audit

8.1 Requirements and known gaps

Reader analysis

Reconstruct synchronized demonstrations and manual skill schemas. Appendix D specifies a 0.005 m gripper-closure threshold, chronological LLM alignment and 2×2 camera stitching; incomplete alignments are discarded. Both Figure 11 and D.1 include equality in the closing/contact branch. e-data

Source description

The WM preparation uses full finetuning of Cosmos-Predict2 2B for 10K steps; Appendix E reports eight AMD MI210 GPUs with 64 GB each. This is WM-training hardware, not an established hardware attribution for Table 5. Skill-WM versus Base-WM yields downstream GR00T success 0.726 versus 0.715. e-wm-traininge-wm-evaluatione-ablation

Reader analysis

The PDF promises a future code/data release. It does not give a complete optimizer, learning-rate, software-version or Stage-2 schedule specification. Reproduction also needs action normalization, exact scene lists and handling of unequal imagined/executed trajectory lengths; these cannot be reconstructed confidently from the reported architecture alone. e-releasee-stage1e-residuale-architecturee-synthesis

8.2 Proposed reproduction checks

The following checks are proposals motivated by the paper. They have not been run as part of this reading.

Check 1: Distinguish temporal guidance from task-identity matching

Reader-proposed, not run: use the same frozen WM, bridge, initial scenes, base VLA, residual initialization and training budget for three Stage-2 arms. Align chunks correctly in the first, shift WM targets by one four-control-step chunk in the second using a common valid overlap, and use global trajectory similarity in the third. Keep task labels and negative sampling fixed. Evaluate held-out RoboCasa success, chunk similarity and action error under the reported five-seed protocol. Genuine temporally specific guidance predicts the aligned arm will outperform both controls. If task-level retrieval stays high while success falls under the shift, that would distinguish task recognition from useful dynamics matching; if success is unchanged, the claimed temporal mechanism needs narrowing. e-bridgee-residuale-architecturee-ablatione-evaluatione-action-validity

Check 2: Separate the residual's benefit from the frozen decoder's effect

Reader-proposed, not run: compare the raw frozen GR00T policy, its actions passed through the frozen action adapter and decoder with zero residual, and the learned residual policy. Use identical held-out scenes, action normalization, four-step execution cadence and random seeds, with no further finetuning of any frozen component. Measure task success and decoded-action error against held-out expert trajectories, including OpenDrawer, PnPCounterToCab and TurnOnStove. A successful reproduction should show whether the learned residual adds value beyond the adapter–decoder round trip. If the zero-residual controller explains most of the gain, or learned corrections increase contact failures despite better latent similarity, attribute the effect accordingly rather than crediting latent dynamics transfer alone. e-stage1e-residuale-architecturee-action-validitye-failure

8.3 Reading coverage

Visual audit: Visually inspected the title/author/version page, all Figures 1–16 and Tables 1–15, the method equations and the appendix pages supporting training, hardware, synthesis, evaluation and proposed checks. All six final original crops were viewed and retain relevant labels, legends, rows and columns. Figure 2 was checked against Eqs. (3), (5)–(9) and Appendix B.1; Figure 9 against its caption and Appendix B.2. Figure 11's >= closing condition agrees with Appendix D.1. Page 2 and reference-only pages 10–12 were text-read but not visually inspected. Separate supplemental videos and external implementations remain outside this reading.

PDF pages inspected for this edition: 1, 3, 4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26. Appendix coverage: reviewed.

Original figures and tables remain the work of the source’s authors. Extractions preserve their scientific content; any HTML wrapper layout is disclosed with each figure. The surrounding reading notes are our own.

Text reading scope & known omissions
  • Title, authors, abstract and version stamp (p. 1)
  • 1 Introduction; 2 Related Work (pp. 1–3)
  • 3 Method, including 3.1–3.3 (pp. 3–5)
  • 4 Experiments, including 4.1–4.3 (pp. 5–8)
  • 5 Discussion and limitations (pp. 8–9)
  • References (pp. 9–12)
  • A Supplementary Experiment Results (pp. 13–14)
  • B Experimental Details, B.1–B.6 (pp. 14–18)
  • C Network Specifications (pp. 18–19)
  • D Data for World Model, D.1–D.4, including the quoted alignment prompt (pp. 19–22)
  • E World Model Training and Evaluation, E.1–E.5 (pp. 22–23)
  • F Failure Cases Analysis, F.1–F.3 (pp. 24–25)
  • G Broader Impact; H Remarks on Related Work (pp. 25–26)

Outside the original text pass

  • Text extraction does not reconstruct figure images; inspect the retained PDF for figures and equation/table layout.
  • The preceding acquisition limitation was addressed by visually inspecting every numbered figure and table in the retained PDF, alongside the method and appendix evidence pages.
  • Separate supplemental material availability has not been fully verified.
  • The supplied artifact is arXiv:2603.10422v2, dated 29 May 2026. Its title and nine-author list match the catalog; the catalog submission date is 11 March 2026. The earlier edition was not supplied, so changes from v1 cannot be established.
  • All eight supplied text chunks were individually read, covering all 26 pages. External references, project pages, separate videos, code and processed datasets were not inspected; no experiments were reproduced.

The visual audit above records the subsequent illustrated pass.

8.4 Traceable evidence

e-identityPDF p. 1, title block, author affiliations and arXiv margin stampInspect

World2Act: Latent Action Post-Training from World Model Dynamics; arXiv:2603.10422v2, 29 May 2026. Authors: An Dinh Vuong; Tuan Van Vo; Abdullah Sohail; Haoran Ding; Liang Ma; Xiaodan Liang; Anqing Duan; Ivan Laptev; Ian Reid. All list MBZUAI; the first two share equal contribution.

Go to primary source ↓
e-problemPDF p. 1, abstract and Figure 1; p. 3, Section 3Inspect

The proposed transfer bypasses pixel-derived action supervision using a shared video–action latent bridge and a frozen-VLA residual policy.

Go to primary source ↓
e-wmPDF p. 3, Section 3.1, Eq. (1)Inspect

Cosmos-Predict2 predicts video-VAE spatial latents conditioned on initial observation, instruction and noise; all WM components are frozen within World2Act.

Go to primary source ↓
e-bridgePDF pp. 3–4, Section 3.2, Figure 2(a), Eq. (2)Inspect

Video/action adapters and action decoder train with squared action reconstruction and bidirectional InfoNCE. Similarity averages cosine over corresponding chunks; tau is 0.1 and other demonstrations supply negatives.

Go to primary source ↓
e-stage1PDF pp. 14–15, Appendix B.1, Eq. (4), Figure 8Inspect

Frozen VAE encoding of expert demonstration videos supplies Stage-1 anchors. Training runs 30K steps, batch 16, hard-negative ratio 0.25, without decoded-video reconstruction supervision.

Go to primary source ↓
e-residualPDF pp. 4–5, Section 3.3 and Eq. (3); p. 19, Appendix C, Eqs. (5)–(9)Inspect

Base actions are embedded, corrected additively by f_theta and decoded by frozen D_a. Only f_theta is updated using rollout contrastive alignment. Simulator rewards, success labels and differentiable transitions are unnecessary. Decoded chunks execute open-loop for M steps before the next observation.

Go to primary source ↓
e-architecturePDF pp. 18–19, Table 12 and Appendix CInspect

M=4, D=32, image size 256×256; video latent resolution 16×60×104. Residual tokens represent visual input, base action and proprioception, with two self-attention layers and four heads; an MLP on the contextualized action token predicts the residual.

Go to primary source ↓
e-synthesisPDF pp. 15–16, Appendix B.2 and Figure 9Inspect

1,000 initial scenes per simulator are disjoint from evaluation. DeepSeek uses manual schemas for ordered skill prompts; each generated segment conditions on the previous final frame. The policy branch and WM branch share initial conditions; pre-decoding latents supply alignment targets.

Go to primary source ↓
e-evaluationPDF p. 5, Section 4.1, Experimental Setup and Post-Training Data SynthesisInspect

Simulation protocol is 50 trials per task for five seeds. GR00T-N1.6-ft uses 1,000 expert trajectories per simulator; post-training comparisons use the same backbone and approximately 1,000 synthetic trajectories per simulator.

Go to primary source ↓
e-robocasaPDF p. 5, Table 1; p. 6, Table 4Inspect

RoboCasa SR: GR00T-ft 0.701, World2Act 0.726, DreamGen 0.705, BC 0.704, VLA-RFT 0.710, Ctrl-World 0.698. Tables report point estimates without uncertainty.

Go to primary source ↓
e-liberoPDF p. 5, Table 2; p. 13, Table 7, GR00T rows and Cosmos Policy rowInspect

LIBERO averages are 0.970 for GR00T-ft, 0.921 with DreamGen, 0.981 with World2Act and 0.985 for Cosmos Policy. GR00T Long changes from 0.943 to 0.940; Object changes from 0.984 to 1.000.

Go to primary source ↓
e-bridge-resultsPDF p. 5, Table 3; p. 14, Table 9Inspect

Seven-task Bridge-SIMPLER averages are 0.576, 0.583 and 0.590 for GR00T-ft, DreamGen and World2Act. Stack Green on Yellow changes from 0.044 to 0.042 for GR00T versus World2Act.

Go to primary source ↓
e-ablationPDF p. 6, Table 5; p. 7, Section 4.2, residual and contrastive-loss ablationsInspect

Residual plus bidirectional chunk similarity gives 0.726 in 6.8 h; global similarity 0.693; single InfoNCE 0.720; marginal loss 0.707. LoRA rank 16 gives 0.714 in 14.6 h and rank 32 gives 0.721 in 15.3 h. The timing table names no hardware.

Go to primary source ↓
e-realPDF p. 7, Figures 5–6; p. 8, Section 4.3; pp. 16–17, Appendix B.4Inspect

Franka Research 3 uses external-camera observations, 20 real demonstrations per task, 100 WM-generated trajectories and 20 trials per task. World2Act SRs are 0.10/0.25/0.25 versus baseline 0.05/0.20/0.15 and DreamGen 0.05/0.15/0.15. Success requires stable cup placement, bowl lift returning home, or magnet-engaged microwave closure; cup pick/place skills train separately but must execute consecutively.

Go to primary source ↓
e-idmPDF p. 25, Appendix F.2 and Table 15Inspect

For one frozen IDM on 50 held-out LIBERO-Object scenes, decoded-WM versus ground-truth videos produce MSE 0.097 versus 0.082 and MAE 0.199 versus 0.167, with temporally aligned ground-truth actions. Reported error ratios are 1.18× and 1.19×.

Go to primary source ↓
e-transferPDF p. 6, Figure 3(b) and Cross-Task Generalization; p. 16, Appendix B.3 and Table 10Inspect

The cross-task experiment uses twelve seen and twelve unseen RoboCasa tasks without task-specific VLA finetuning. At twelve seen tasks, reported gains over vanilla policies are 2.4 points for GR00T-base and 1.1 for Cosmos Policy; held-out compositions share interaction primitives with seen tasks.

Go to primary source ↓
e-action-validityPDF p. 7, Figure 4 and Table 6; p. 15, Appendix B.2; p. 17, Appendix B.5 and Figure 10Inspect

Predicted/reference action MSE across OpenDrawer, PnPCounterToCab and TurnOnStove decreases from 0.034 to 0.021. Held-out Human-split scenes support action analysis and t-SNE visualizations; these are distinct from synthetic post-training rollouts.

Go to primary source ↓
e-speedPDF p. 18, Table 11 and captionInspect

Observation-to-action inference on RoboCasa using an NVIDIA RTX 4090 is reported as 274.1 Hz/3.6 ms for GR00T-ft and 251.9 Hz/4.0 ms with World2Act.

Go to primary source ↓
e-failurePDF pp. 8–9, Section 5 limitations; p. 25, Appendix F.3 and Figure 16Inspect

Authors identify difficult contact dynamics, modest real success and temporal correspondence as limitations. A Turn Off Stove example has plausible WM knob manipulation but an unsuccessful grip during VLA execution.

Go to primary source ↓
e-artifactsPDF p. 24, Appendix F.1 and Figure 15Inspect

Examples show a duplicate cup handle, an object missing from one camera view and a missing microwave handle. The assertion that underlying dynamics remain accurate is the authors' interpretation of these examples.

Go to primary source ↓
e-dataPDF pp. 19–22, Appendix D.1–D.4, Figures 11–13Inspect

Gripper closure relative to initial open width is thresholded; D.3 gives 0.005 m. D.1 and Figure 11 assign the contact/closing branch at closure >= threshold. Schema-based LLM alignment filters provided indices and discards missing-step sequences. Atomic datasets contain 114,192 RoboCasa and 11,782 LIBERO sequences; Bridge-SIMPLER is unsegmented. Multi-view inputs use a 2×2 layout.

Go to primary source ↓
e-wm-trainingPDF p. 22, Appendix E.1Inspect

WM backbones train 10K steps; Cosmos-Predict2 2B uses full finetuning. The distributed WM-training setup has eight AMD Instinct MI210 GPUs, each with 64 GB VRAM. Base-WM uses original RoboCasa MG data; Skill-WM uses processed atomic data.

Go to primary source ↓
e-wm-evaluationPDF pp. 22–23, Appendix E.2–E.5, Tables 13–14Inspect

Video quality uses 100 RoboCasa Pick and Place trajectories from the held-out Human split, Qwen-VL-2.5 instruction following and VideoCon-Physics physical alignment. Base/Skill Cosmos scores are IF 29.6/35.3 and PA 60.5/65.4. Downstream Base-WM/Skill-WM SR is 0.715/0.726 for GR00T and 0.661/0.663 for Cosmos Policy.

Go to primary source ↓
e-releasePDF p. 26, Appendix G, code and dataset release paragraphInspect

Authors state that they will release code and processed datasets; this is a prospective commitment, not evidence of inspected available implementations.

Go to primary source ↓
e-taxonomyPDF p. 26, Appendix H, comparison with Cosmos Policy, V-JEPA 2, FLARE and CoWVLAInspect

The authors distinguish World2Act's frozen WM, frozen VLA, adapters and residual post-training from joint WM-policy architectures and inference-time model-based planning.

Go to primary source ↓

8.5 Primary sources

Scroll across the image to inspect details. Press Esc to close.