Technical Report · July 31, 2026

RISE: Adaptive Imagination for World Action Models

Hongbo Lu1,2,*, Liang Yao1,3,*, Chenghao He1,*, Hao Han1,*, Fan Liu3, Wenlong Liao1,†, Tao He1, Pai Peng1,†,‡
1COWARobot Co. Ltd 2Shanghai Jiao Tong University 3Hohai University
*Equal Contribution · Corresponding Author · Project Lead

Correspondence: volans.liao@cowarobot.com, pengpai@cowarobot.com
Comparison of fixed and adaptive imagination strategies
Figure 1static/images/rise_imagination_strategies.png
From fixed imagination strategies to RISE's scene-adaptive Roll/Stop scheduling.

Abstract

World Action Models improve planning by incorporating future world evolution into action generation, yet existing methods allocate a fixed imagination budget to every scene. RISE (Refining Imagination through SElective Rollout) makes sequential Roll/Stop decisions according to the expected planning benefit of continued rollout.

At each step, a Latent Evaluator estimates the risk revealed by the current prefix and how much planning could improve if imagination continues. A Rollout Gate weighs this expected benefit against additional computation cost. To overcome the single-future limitation of factual driving logs, CounterDrive supplies diverse counterfactual outcomes, risk levels, verified incident onsets, and causal annotations.

Experiments on NAVSIM and nuScenes show that RISE achieves the best overall planning performance while reducing unnecessary rollout. Transfer experiments further support its use as a plug-in scheduler across WAM architectures.

Adaptive Imagination

Future Planning Gain

Measures how much the planning score could improve by continuing from the current latent prefix.

Latent Evaluator

Predicts a Risk Profile for revealed hazards and a gain profile for the remaining rollout choices.

Rollout Gate

Balances predicted planning gain against computation cost and makes a fresh Roll/Stop decision at every step.

Overview of the RISE training and inference framework
Figure 2static/images/rise_overview.png
RISE trains future prediction, variable-prefix planning, risk and gain estimation, and a cost-aware Rollout Gate.

CounterDrive

CounterDrive augments selected factual scenes with counterfactual 10-second driving videos. Human annotators verify ego-motion consistency, identify incident onset, mark generation distortions, and categorize causal behavior. Accepted clips supervise future prediction, while verified factual-counterfactual pairs provide temporally localized risk supervision.

5,013NAVSIM train clips
1,000NAVSIM test clips
2,432nuScenes train clips
511nuScenes test clips

Results

91.5NAVSIM v1 PDMS

Best overall planning performance, improving the strongest baseline by 0.8 points.

90.8NAVSIM v2 EPDMS

Ranks first or ties for first on seven of nine component metrics.

0.31 mnuScenes Avg. L2

State-of-the-art trajectory accuracy with a 0.10 average collision rate.

2.40Avg. Rollout

Adaptive scheduling reaches 90.8 EPDMS at 287.429 ms latency.

nuScenes Benchmark

MethodL2 (m) ↓Collision Rate ↓
1s2s3sAvg.1s2s3sAvg.
BEV-Planner0.300.520.830.550.100.371.300.59
LAW0.260.571.010.610.140.210.540.30
World4Drive0.230.470.810.500.020.120.330.16
WorldRFT0.210.440.760.470.100.110.230.15
DAWN0.170.310.520.330.000.100.230.11
RISE0.160.290.490.310.000.110.200.10

NAVSIM v1 Benchmark

MethodNC ↑DAC ↑EP ↑C ↑TTC ↑PDMS ↑
DrivingGPT98.990.779.795.694.982.4
LAW97.493.378.810091.983.8
World4Drive97.494.379.910092.885.1
Epona97.995.180.499.993.886.2
DriveVLA-W098.495.380.910095.287.2
PWM98.695.981.810095.488.1
DreamerAD98.097.283.110094.388.7
DriveLaW99.097.181.310096.789.1
Drive-JEPA98.796.282.910095.589.0
DAWN98.795.984.310096.089.1
EponaV298.697.984.810095.790.4
DriveFuture98.899.195.410084.290.7
RISE99.197.798.310098.691.5

NAVSIM v2 Benchmark

MethodNC ↑DAC ↑DDC ↑TL ↑EP ↑TTC ↑LK ↑HC ↑EC ↑EPDMS ↑
DAWN97.392.099.199.787.496.696.098.385.583.2
DreamerAD98.097.299.599.887.897.497.598.372.485.1
DriveLaW98.796.999.699.887.598.397.698.477.488.6
EponaV298.597.499.599.987.998.197.798.277.488.9
Latent-WAM98.197.399.699.887.797.397.698.187.389.3
DriveFuture98.899.199.699.986.698.496.498.374.889.9
RISE99.197.799.799.987.898.798.098.487.490.8

Why Adaptive Rollout?

Distribution and performance across preferred rollout depths
Figure 3static/images/rise_rollout_depths.png
Different scenes prefer different rollout depths; no fixed budget is uniformly optimal.
Representative scenes grouped by preferred rollout depth
Figure 4static/images/rise_scene_groups.png
Dense traffic and involved interactions generally benefit from deeper imagination.

Key Components

SchedulerCounterDriveEPDMS ↑PDMS ↑
--88.989.7
-89.890.5
-90.491.2
90.891.5

Adaptive Rollout Strategy

MethodAvg. RolloutLatency (ms)EPDMS ↑
Random Stop2.03264.07589.5
Latent Margin2.98308.53289.7
Scheduler2.40287.42990.8

Qualitative Results

Qualitative trajectory comparison across adaptive rollout depths
Figure 5static/images/rise_qualitative_results.png
RISE remains aligned with human trajectories and feasible lane geometry across scene-dependent rollout depths.

BibTeX

@misc{lu2026rise,
  title={RISE: Adaptive Imagination for World Action Models},
  author={Hongbo Lu and Liang Yao and Chenghao He and Hao Han and Fan Liu and Wenlong Liao and Tao He and Pai Peng},
  year={2026},
  url={https://cowarobot-ai.github.io/RISE/}
}