Papers › Vista: A Generalizable Driving World Model with High Fidelity and Versatile Controllability

Vista: A Generalizable Driving World Model with High Fidelity and Versatile Controllability

27 May 2024arXiv:2405.17398archive 2025-07-28

Shenyuan Gao, Jiazhi Yang, Li Chen, Kashyap Chitta, Yihang Qiu, Andreas Geiger, Jun Zhang, Hongyang Li

World models can foresee the outcomes of different actions, which is of paramount importance for autonomous driving. Nevertheless, existing driving world models still have limitations in generalization to unseen environments, prediction fidelity of critical details, and action controllability for flexible application. In this paper, we present Vista, a generalizable driving world model with high fidelity and versatile controllability. Based on a systematic diagnosis of existing methods, we introduce several key ingredients to address these limitations. To accurately predict real-world dynamics at high resolution, we propose two novel losses to promote the learning of moving instances and structural information. We also devise an effective latent replacement approach to inject historical frames as priors for coherent long-horizon rollouts. For action controllability, we incorporate a versatile set of controls from high-level intentions (command, goal point) to low-level maneuvers (trajectory, angle, and speed) through an efficient learning strategy. After large-scale training, the capabilities of Vista can seamlessly generalize to different scenarios. Extensive experiments on multiple datasets show that Vista outperforms the most advanced general-purpose video generator in over 70% of comparisons and surpasses the best-performing driving world model by 55% in FID and 27% in FVD. Moreover, for the first time, we utilize the capacity of Vista itself to establish a generalizable reward for real-world action evaluation without accessing the ground truth actions.

PaperPDFCodeCode 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="2405.17398")

Code

Syntology Ran 11 of 23 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 23 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

opendrivelab/vista officialmentioned in papermentioned on GitHubpytorch report
opendrivelab/uniad mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

23 samples harvested; 11 ran; 1 honoured the contract we drafted; 12 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
4ran · our draft was wrong
6ran
12unverified

Licence: 0 of the 23 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 opendrivelab/vista. “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.

AE3DConv opendrivelab/vista/vwm/models/diffusion.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 5c64e7e669227c45 · report
Conv2DWrapper opendrivelab/vista/vwm/models/diffusion.py official repository ran fingerprinted Apache-2.0 (permissive) · 0c3b34cc52a71729 · report
LinAttnBlock opendrivelab/vista/vwm/models/diffusion.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 75aa8f65b96515b2 · report
LinearAttention opendrivelab/vista/vwm/models/diffusion.py official repository ran · metamorphic tier: invariant Apache-2.0 (permissive) · b7508055b9e0c4d0 · report
LitEma opendrivelab/vista/vwm/models/diffusion.py official repository ran Apache-2.0 (permissive) · 1eefb4280050c186 · report
Normalize opendrivelab/vista/vwm/models/diffusion.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 4c0a080d5b99b21b · report
default opendrivelab/vista/vwm/models/diffusion.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 80f84a2f0bef0561 · report
disabled_train opendrivelab/vista/vwm/models/diffusion.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 694551f4a162c92a · report
get_obj_from_str opendrivelab/vista/vwm/models/diffusion.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 30d11b7b4428ab6e · report
instantiate_from_config opendrivelab/vista/vwm/models/diffusion.py official repository ran · our draft was wrong Apache-2.0 (permissive) · f3ff5ab8d2f07e10 · report
partialclass opendrivelab/vista/vwm/models/diffusion.py official repository ran Apache-2.0 (permissive) · c91c205a5fcd562b · report
AttnBlock opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 65943cc8c6a0822c · report
Decoder opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 77628e616403b945 · report
DiffusionEngine opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 0827884f986ea385 · report
MemoryEfficientAttnBlock opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 335d93824445f73a · report
MemoryEfficientCrossAttention opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 9a1320c38ff3a00b · report
MemoryEfficientCrossAttentionWrapper opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 7eeaf0d0942c8b14 · report
ResBlock opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 30af670fe741ec02 · report
ResnetBlock opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 3aba0be80d3762a9 · report
TimestepBlock opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 3996f5eb1a63c585 · report
VideoDecoder opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 634ba52fa75838b3 · report
VideoResBlock opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · d865fe90a754a2c9 · report
make_attn opendrivelab/vista/vwm/models/diffusion.py official repository unverified Apache-2.0 (permissive) · df7cb18ec3f78d30 · report

Tasks

Autonomous DrivingVideo Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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