ReWorldRepresentation Learning for World Action Models

No external encoders. No teacher models. Only +0.3% training cost.

Tianze Xia1,2*, Lijun Zhou2*, Kaixin Xiong2, Jingfeng Yao1, Zhenxin Zhu2, Haiyang Sun2, Bing Wang2, Guang Chen2, Wenyu Liu1, Hangjun Ye2, Xinggang Wang1†
1 Huazhong University of Science and Technology 2 Xiaomi EV
* Equal contribution † Corresponding author

Abstract

World Action Models (WAMs) unify future environment prediction with action generation for autonomous driving, yet existing approaches optimize only the final outputs, leaving intermediate representations as incidental byproducts. ReWorld is the first representation learning framework specifically designed for autonomous-driving WAMs. It explicitly optimizes the latent world-to-action pathway through three complementary mechanisms: future-predictive supervision on intermediate Video DiT states, cross-modal alignment of Action DiT states with attended video readouts, and hard-negative repulsion that separates the expert trajectory from nearby unsafe alternatives. All supervision is constructed from the WAM's own generation targets and attended features β€” requiring no external encoders or teacher models and introducing only 0.3% additional per-step training cost.

61.9 FVD
nuScenes Video Generation81.3 β†’ 61.9  (βˆ’23.9%)
90.4 PDMS
NAVSIM Closed-Loop Planning89.1 β†’ 90.4  Β·  RL-free
80.2%
UCF-101 Frozen Linear Probe+11.9 over DriveLaW
β‰ˆ2Γ— Faster
From-Scratch Convergenceat only +0.3% per-step cost

Overview

A Video DiT learns a latent representation of future scene evolution; its mid-denoising states condition an Action DiT for trajectory generation. ReWorld explicitly optimizes this world-to-action pathway in three stages.

ReWorld framework overview
Overview of ReWorld. Stage 1 makes intermediate video states future-predictive through LMid and enables self-guided video sampling. Stage 2 freezes the Video DiT and aligns post-cross-attention action states with their attended video readouts through Lalign. Stage 3 jointly fine-tunes both branches with LRDE, using geometrically close but low-scoring trajectories to shape behavior-sensitive action representations.

A Progressive Representation Curriculum

Three stages with distinct optimization roles β€” formation, transfer, and decision-oriented shaping β€” applied sequentially rather than as a single combined objective.

Future-Predictive World Representation

Intermediate Supervision + Self-Guidance

Auxiliary heads let intermediate Video DiT blocks predict the future-flow target directly, not just through the final output. The induced cross-layer prediction hierarchy doubles as a free self-guidance signal at sampling β€” and converges roughly 2Γ— faster.

World-Grounded Action Representation

Cross-Modal Alignment

With the Video DiT frozen, post-cross-attention action states are aligned with the video readouts they just attended to. World knowledge is retained in the states that actually drive trajectory generation, not merely retrieved in passing.

Behavior-Aware Action Shaping

Repulsive Distance from Hard Negatives

Both branches are fine-tuned jointly while predictions are repelled from geometrically close yet low-scoring trajectories mined offline with the NAVSIM simulator β€” separating expert behavior from nearby unsafe alternatives.

Self-Guided Sampling & Accelerated Convergence

Intermediate supervision induces a systematic discrepancy between intermediate and final velocity predictions β€” ReWorld turns it into a free correction direction at inference.

Self-guided sampling and convergence speedup
(a) The self-guided velocity vw = vi + Ξ³(vf βˆ’ vi) uses the cross-layer discrepancy as a correction direction. (b) ReWorld reaches a comparable validation level with approximately half the optimization steps of vanilla flow matching β€” an β‰ˆ2Γ— convergence acceleration, without external encoders or teacher models.

Representation Quality, Measured Directly

The experiment we care most about β€” probing the representation itself, not just the outputs it produces.

Frozen linear probe β€” UCF-101 action recognition (top-1 %, split 1)

LTX-Video
66.8
DriveLaW
68.3
ReWorld (Stage 1)
71.7
ReWorld (Full)
80.2

Driving-domain pretraining alone adds only +1.5 over LTX-Video; the representation curriculum adds +11.9 β€” motion structure learned for driving transfers to general action recognition.

Unified from-scratch protocol β€” nuScenes FVD ↓ (120k steps, nuPlan + nuScenes, no text encoder; bars show reduction vs. Vanilla Flow 304.1)

Vanilla Flow
304.1 Β· 1.0Γ—
SRA
296.9 Β· ~1.4Γ—
REPA w/ DINOv2
295.9 Β· ~1.7Γ—
Self-Flow
283.3 Β· ~1.4Γ—
ReWorld (Ours)
270.4 Β· 1.003Γ—

Best FVD at 1.003Γ— per-step cost β€” teacher-based and extra-forward methods pay ~1.4–1.7Γ— for less gain. Generator-native supervision wins because it matches the temporal structure of the generative process itself.

Results

Evaluated at all three levels β€” generation output, closed-loop decision, and representation quality.

Closed-loop planning on NAVSIM Navtest β€” best PDMS among world-model planners

MethodVenueNC ↑DAC ↑TTC ↑Comf. ↑EP ↑PDMS ↑
UniADCVPR'2397.891.992.910078.883.4
PARA-DriveCVPR'2497.992.493.099.879.384.0
DiffusionDrive (cam+lidar)CVPR'2598.296.294.710082.288.1
EponaICCV'2597.995.193.899.980.486.2
WoTE (cam+lidar)ICCV'2598.596.894.999.981.988.3
DriveVLA-W0ICLR'2698.495.395.210080.987.2
PWMNeurIPS'2598.695.995.410081.888.1
WorldDrivearXiv'2698.496.895.210083.389.0
DriveLaWCVPR'2699.097.196.710081.389.1
ReWorld (Ours)β€”99.198.297.799.882.090.4

Video generation on nuScenes (val)

MethodFID ↓FVD ↓
DriveDreamer52.6452.0
DrivingGPT12.8142.6
DriveWorld7.490.9
Vista6.989.4
Epona7.582.8
DriveLaW4.681.3
ReWorld (Ours)4.461.9

Component ablation (PDMS on Navtest)

ConfigurationL_alignL_RDEPDMS ↑
DriveLaWβ€”β€”89.1
+ Align onlyβœ“β€”89.5
+ RDE onlyβ€”βœ“89.8
ReWorld (full)βœ“βœ“90.4

Supervised block & guidance scale (FVD on nuScenes)

Supervised blockFVD ↓γFVD ↓
265.51.078.9
861.91.461.9
1262.71.669.7
2064.31.868.2

Loss weights (PDMS on Navtest; non-monotonic β€” best as local regularizers)

Ξ»_align (Stage 2)PDMS ↑λ_RDE (Stage 3)PDMS ↑
0.0188.80.0289.4
0.0389.20.0389.6
0.0589.50.0490.4
0.0788.20.0589.7
0.1087.70.1085.5

Qualitative Results

1s of history (8 frames @ 8Hz) β†’ 3s of generated future (24 frames). Each scene is shown as a DriveLaW–ReWorld pair.

Qualitative comparison between DriveLaW and ReWorld
DriveLaW vs. ReWorld. ReWorld better preserves lane markings, roadside geometry, distant objects, and temporal consistency over the predicted 3-second horizon.
Additional ReWorld video generation results on nuScenes
More generated futures on nuScenes β€” sunny and rainy weather, high-speed travel, intersections. Temporally coherent futures with stable geometry, clear lane structure, and consistent multi-agent appearance.
Closed-loop planning visualization on NAVSIM Navtest
Closed-loop planning on NAVSIM Navtest. From left to right: straight, left turn, right turn, intersection. Red: ReWorld prediction; green: ground-truth expert trajectory.

Citation

If you find ReWorld useful, please consider citing:

@article{xia2026reworld,
  title   = {ReWorld: Learning Better Representations for World Action Models},
  author  = {Xia, Tianze and Zhou, Lijun and Xiong, Kaixin and Yao, Jingfeng and Zhu, Yu
             and Zhu, Zhenxin and Wang, Bing and Chen, Guang and Ye, Hangjun
             and Liu, Wenyu and others},
  journal = {arXiv preprint arXiv:2606.27504},
  year    = {2026}
}