PAPER REPORTENAll readings ↗

X-World: Controllable Ego-Centric Multi-Camera World Models for Scalable End-to-End Driving

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

Authors: GWM Team (Contributors: Chaoda Zheng, Sean Li, Jinhao Deng, Zhennan Wang, Shijia Chen, Liqiang Xiao, Ziheng Chi, Hongbin Lin, Kangjie Chen; Project Lead: Boyang Wang; Advisors: Yu Zhang, Xianming Liu)

Affiliations: XPeng Inc.

Source: 2603.19979 ↗ · Catalog record

Reading: 239 / 558 · 6 original figures & tables · ~20 min ·

1. Paper overview

In one sentence: X-World adapts a controllable multi-camera video generator into a streaming driving simulator, but its qualitative demonstrations leave physical fidelity and policy-evaluation reliability unmeasured. e-interfacee-architecturee-conditionse-stage1e-stage2e-evaluation

At a glanceWhat to know
Research problem
Source description

End-to-end driving policies need repeatable, editable closed-loop evaluation beyond costly and geographically limited road testing. X-World models the observations a policy would receive after proposed actions, seeking action adherence, camera agreement, and temporal stability. These are simulator requirements, not demonstrated real-world safety guarantees. e-probleme-interface

Core mechanism
Source description

A multi-camera video simulator accepts continuous ego kinematics, optional dynamic/static scene controls, camera calibration, and appearance text through modality-specific conditioning. e-architecturee-conditions

A key reported resultLong-horizon multi-camera generation: 24 seconds; authors describe coherent motion without catastrophic drift.

Displayed rollout duration, not a fidelity score. Figure 6, a displayed multi-camera rollout at 0, 6, 12, 18, and 24 s. Dataset split unspecified.

Beyond Stage-I short clips; no matched long-horizon baseline. A selected longer sequence, not a failure rate or maximum reliable horizon. e-longe-stage1

Reading caution
Reader analysis

The results contain no quantitative benchmark table, controlled architectural ablation, uncertainty estimates, or measured throughput. Reduced condition interference, real-time operation, and improved long-horizon stability are therefore not isolated empirically. e-evaluatione-stage2

Core contributions

  • Source description

    A multi-camera video simulator accepts continuous ego kinematics, optional dynamic/static scene controls, camera calibration, and appearance text through modality-specific conditioning. e-architecturee-conditions

  • Author claim

    Two-stage adaptation combines a bidirectional driving prior with causal four-step self-rollouts and a rolling attention cache. The authors claim suitability for interactive simulation and online RL, without measured latency or RL gains. e-stage1e-stage2e-applicationse-evaluation

Figure 2. Camera history and control signals meet inside a latent video generator. Original paper, p. 4 ↗

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

How to read it. Follow the horizontal path from the seven camera labels through the encoder and latent tokens to the decoder. The token blocks distinguish view and temporal organization; Section 3.2 says attention alternates across cameras and timesteps. The lower branch summarizes control injection, but its routing is not fully faithful to the detailed specification: the drawing groups Ego-Action and Environment toward Multi-Head Cross-Attention. Sections 3.2–3.3 instead put actions into adaptive normalization, camera parameters into additive embeddings, and dynamic/static/text conditions into separate cross-attention branches. Use that prose to interpret the implementation; the original drawing is preserved. e-interfacee-architecturee-conditionse-applicationse-evaluation

What it supports. The design predicts future camera observations conditioned on supplied actions. Cross-view and temporal exchanges provide a mechanism for sharing scene information, while separate control interfaces are intended to reduce interference. The diagram contains no action-prediction head or inverse-dynamics module; policy action selection is external.

Where the evidence stops. The ego-action routing discrepancy remains unresolved by an implementation in this reading. Neither the diagram nor the qualitative examples prove exact geometric consistency or isolate the benefit of decoupled conditioning.

2. Motivation

2.1 The problem and the proposed response

Source description

End-to-end driving policies need repeatable, editable closed-loop evaluation beyond costly and geographically limited road testing. X-World models the observations a policy would receive after proposed actions, seeking action adherence, camera agreement, and temporal stability. These are simulator requirements, not demonstrated real-world safety guarantees. e-probleme-interface

2.2 What this reading follows

A driving simulator must show a policy what happens after it changes its plan. X-World addresses that interface by generating synchronized camera observations from recent images and future ego kinematics. Optional controls specify surrounding agents, road structure, and global appearance. The central engineering move is to learn these controls with a bidirectional video model, then train a causal model on its own generated context so that it can return successive chunks. This reading follows the information flow, the training conversion, and the displayed driving cases. The evidence supports illustrative controllable generation; it does not supply a quantitative comparison of simulator fidelity, latency, or downstream policy improvement. e-interfacee-architecturee-conditionse-stage1e-stage2e-evaluation

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 categoryFoundational work
ArchitectureNot applicable
Prediction paradigmNot applicable
QuadrantNot applicable

This table preserves the labels recorded at reading time. The current major category is Benchmarks & simulators. View the current classification.

3.1 Evidence-based assessment

Supports the recorded classification

Reader analysis

The foundational neural-simulator classification is supported: Eq. (1) predicts observations conditional on supplied actions; VLA 2.0 is external. Neither joint future/action prediction nor inverse-dynamics action extraction is described, so the action-model quadrant is not applicable. The evaluation/protocol tag fits intended use, without establishing a released quantitative benchmark or validated metric. e-interfacee-architecturee-applicationse-evaluation

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
  • Synchronized multi-camera history
  • Future velocity, curvature, roll, and pitch sequences
  • Camera intrinsics/extrinsics
  • Optional agent categories/coordinates, static road categories/coordinates, and text prompts
  • Generated future multi-camera video; action selection belongs to the external driving policy

4.2 Equations and their role

X^t+1:t+H1:Vp ⁣(Xt+1:t+H1:VXtL:t1:V,At:t+H,C)\hat{X}^{1:V}_{t+1:t+H}\sim p\!\left(X^{1:V}_{t+1:t+H}\mid X^{1:V}_{t-L:t},A_{t:t+H},C\right)
Equation (1): X denotes multi-camera observations, V the camera count, A future actions, C optional scene controls, t the current time, and H the future horizon. Section 3.4 uses L for history length; the printed inclusive interval t−L:t leaves an endpoint convention to clarify. The sampled output is imagery. e-interfacee-modes
yt=(1t)y0+ty1,LRF(θ)=Ey0,y1,t,c ⁣[vθ(yt,t,c)(y1y0)22]y_t=(1-t)y_0+ty_1,\qquad \mathcal{L}_{\mathrm{RF}}(\theta)=\mathbb{E}_{y_0,y_1,t,c}\!\left[\left\|v_\theta(y_t,t,c)-(y_1-y_0)\right\|_2^2\right]
Equations (2–3): y₀ is a data latent, y₁ standard Gaussian noise, c the conditions, and t a uniform interpolation time in [0,1], distinct from driving time above. The learned velocity field vθ matches noise minus data along this path; it trains video generation, not action prediction. e-flow

5. Method in detail

5.1 Define what the simulator predicts before discussing control

Source description

The central conditional distribution takes recent camera observations and proposed future ego actions, then samples future observations. That order matters: X-World receives velocity, curvature, roll, and pitch rather than deciding which maneuver is best. An external driving policy closes the loop by choosing new actions from the generated images. Structured agent and road inputs provide another layer of control over what the policy encounters. A history frame anchors the transition to a particular scene; multiple history frames give additional observed context. When history is removed, C2V can still synthesize a controlled driving video, but the authors explicitly say it no longer models a transition from the current observed state. This distinction keeps appearance editing from being mistaken for verified closed-loop world modeling. e-interfacee-conditionse-modese-applications

Figure 3. A full-clip driving prior becomes a generator trained for its own rollouts. Original paper, p. 7 ↗

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

How to read it. Read the blue Stage-I panel first: the full clip is refined by bidirectional DiT blocks to learn scene controls and action following. The brown Stage-II panel depicts generated images returning as context, which Section 4.2 explains as self-forcing. Its heading says “Casual DiT Blocks”; the text specifies causal blocks. Causality is imposed between temporal chunks, not between every token: within a chunk attention remains bidirectional, while future chunks cannot be attended to. The arrows illustrate rollout feedback, not a fully specified attention mask. The caption and training paragraphs identify this as a conversion between training stages. e-flowe-stage1e-stage2e-reproe-evaluation

What it supports. Stage I uses rectified flow and supplies the teacher distribution. Stage II uses four-step generation under self-generated context and distribution matching distillation. This gives a concrete route from offline clip synthesis to incremental observations, with a rolling cache supporting continued inference. The claimed stability improvement is not quantified against a matched alternative.

Where the evidence stops. The figure's real-time label describes a goal, not a measured throughput result. Chunk length, cache capacity, hardware, and a controlled self-forcing ablation are absent; four denoising steps alone do not determine latency.

5.2 Separate learning a driving prior from surviving generated context

Reader analysis

Stage I begins with WAN 2.2 5B TI2V and learns a controllable multi-camera generator on 81-frame clips. Its rectified-flow objective supplies noisy latents between real data and Gaussian noise and trains a velocity field to match the corresponding difference. Stage II changes both the temporal access pattern and the context distribution. Each chunk can use earlier chunks, but it cannot see future ones; training then conditions on the model's own outputs instead of only clean logged history. Four denoising steps produce each new chunk, and DMD aligns the resulting rollout distribution with the Stage-I teacher. Reader interpretation: the causal mask enables incremental delivery, while self-forcing addresses accumulating context errors. Because the paper supplies no controlled ablation, their separate contributions cannot be estimated from the examples. e-flowe-stage1e-stage2e-evaluation

5.3 Turn attractive demonstrations into testable simulator claims

Reader analysis

The results answer several different qualitative questions. Figure 4 asks whether changing the ego maneuver changes the future video; its traffic participants are deliberately free to vary. Figure 5 adds explicit scene controls and lets the reader compare their projections with generated objects and road features. Figure 6 extends a displayed sequence to 24 seconds, while Figure 8 connects the simulator to policy behavior in two selected situations. Reader interpretation: these establish useful interfaces and examples, but they do not jointly establish calibrated dynamics, safety, or fair policy ranking. A credible evaluation must separate action error, scene-control error, cross-camera disagreement, and rollout degradation. It must also distinguish rendering quality from downstream decision quality, especially when the policy can exploit simulator mistakes. e-actione-scenee-longe-applicationse-evaluation

5.4 Training and inference

During training

Source description

Stage I loads WAN 2.2 5B TI2V parameters, randomly initializes added modules, and trains on 81-frame multi-camera clips with rectified flow. Its bidirectional model typically needs about 50 refinement steps for high-quality offline generation. Frozen-module choices are unspecified. e-stage1e-flowe-repro

Source description

Stage II permits bidirectional attention within each temporal chunk while masking future chunks. Self-forcing trains on generated history: each Gaussian-initialized chunk receives four denoising steps. Distribution matching distillation minimizes reverse KL toward the Stage-I teacher distribution, aiming to reduce exposure bias. No controlled ablation isolates this mechanism. e-stage2e-evaluation

During inference

Source description

Generate and return successive chunks using recent clean generated context and current controls. Reuse attention keys/values; a fixed-capacity FIFO rolling cache discards the oldest entries. Static guidance applies at test time. The separate policy consumes simulated images and supplies new actions; X-World does not output actuator commands. e-stage2e-conditionse-applications

5.5 Implementation flow

  1. Build driving-specific supervision

    Data segments last 10 seconds, with seven synchronized cameras recorded at 12 FPS. Perception systems provide dynamic/static annotations; a VLM captions environment, road conditions, infrastructure, and traffic density. Automatic tags support data selection and long-tail collection. Total dataset size is undisclosed. e-datae-distributione-repro

  2. Compress and exchange information

    The WAN 2.2-based design uses a causal 3D VAE with 16× spatial and 4× temporal compression and 48 latent channels. Customized DiT blocks alternate attention across views and time before video decoding; this encourages, rather than mathematically guarantees, geometric agreement. e-architecture

  3. Route controls separately

    Ego scalars pass through symlog normalization, Fourier features, an MLP, and timestamp embeddings into adaLN-Zero. Camera embeddings are additive. Agent/static categories use umT5; coordinates use Fourier features; MLP outputs enter separate cross-attention branches alongside retained text conditioning. Static controls use training dropout and test-time classifier-free guidance. Figure 2 groups ego actions under cross-attention, unlike the explicit prose routing. e-architecturee-conditions

  4. Choose observation conditioning

    One clean history frame gives I2V, multiple frames give V2V, and no history gives C2V. The authors explicitly exclude C2V from formal state-transition world modeling because it lacks the current observation. e-modes

6. Experiments & results

X-World turns proposed driving actions and camera history into future surround-view video. A WAN-based latent generator combines camera/time attention with distinct control interfaces, then undergoes causal self-forcing training for streaming rollouts. Illustrative driving scenarios include a 24-second sequence; quantitative simulator fidelity and policy improvement remain unestablished (e-interface, e-architecture, e-stage2, e-long, e-evaluation).

Source and visual limitations
Reader analysis

This 15-page technical report contains architectural/training diagrams, a data-distribution chart, and qualitative driving montages, but no quantitative results table or controlled ablation. Its results and applications sections report illustrative generation and policy cases without aggregate fidelity, latency, safety, or RL scores. Accordingly, the six original visuals cover mechanism and qualitative results; no table or ablation is invented. The PDF supplies sparse stills rather than continuous videos, and selected text/sign/plate regions are intentionally blurred for visualization. e-distributione-stage1e-evaluatione-blurring

6.1 Read the original evidence

Figure 4. Changing ego maneuvers produces different visual futures from the initial scene. Original paper, p. 8 ↗

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

How to read it. Read time left to right, using the labels from 0.0 to 6.0 seconds. Each two-strip group pairs a logged trajectory with an alternative generated maneuver. According to the original caption, the top group changes a right turn to a left turn, the middle changes straight driving to a right turn, and the bottom changes lane keeping to a lane change. Blue overlays indicate the next three seconds of ego trajectory. Compare the movement of road boundaries and the camera's direction as well as the path overlay. Section 5.1 describes the initial scene as fixed, but the caption explicitly leaves dynamic traffic agents unconstrained. e-actione-evaluation

What it supports. The selected pairs show that action conditioning can change the rendered maneuver instead of merely replaying the logged future. The evidence concerns the visual consequences of specified actions across these examples. It does not measure average trajectory error, action-response calibration, or behavior on a defined held-out split.

Where the evidence stops. Freely generated traffic is a confound for scene differences between the strips. There is no numerical action-following metric or competing-model comparison, and sparse stills cannot establish continuous physical plausibility.

Figure 5. Structured controls provide visible targets for objects and road layout. Original paper, p. 9 ↗

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

How to read it. Here time runs downward from 0.0 to 6.0 seconds. Scan across each row to compare synchronized camera views, then follow a road feature or controlled object down its column. The original compact color key is retained: green boxes mark dynamic objects, red lines road boundaries, and cyan lines lane markings. These are projected conditions laid over the generated images, not error measurements. Section 3.3 describes category and coordinate encodings for the two scene branches, with stronger static adherence sought through classifier-free guidance. Distinct camera projections make this a useful qualitative inspection of shared scene structure as the ego viewpoint changes. e-conditionse-scenee-blurringe-evaluation

What it supports. The montage illustrates simultaneous dynamic and static control across changing viewpoints. Projected controls give the reader a concrete reference for where vehicles and road features should appear. The authors also use this figure to support cross-camera consistency, although no residual error or identity-consistency score is reported.

Where the evidence stops. Overlay agreement in selected frames cannot establish metric geometry or causally isolate the scene branches. The paper intentionally blurs signs, text, and plates for display; those regions cannot assess native rendering quality.

Figure 6. The source displays a 24-second rollout, with time increasing upward. Original paper, p. 10 ↗

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

How to read it. Start at the bottom row, labeled 0 seconds, and move upward through 6, 12, 18, and 24 seconds. This orientation is the reverse of Figure 5, so follow the right-hand time arrow rather than assuming a top-to-bottom sequence. The red path and ego icons summarize the vehicle's changing pose beside the camera montage. Compare scene continuity within a camera and corresponding traffic across the view labels. Section 4.2 explains continued generation using recent generated context in a FIFO rolling KV cache. Section 5.3 presents this example as extending beyond Stage-I short-clip generation. e-longe-stage1e-stage2e-evaluation

What it supports. The source demonstrates a displayed multi-camera sequence reaching 24 seconds and describes it as temporally stable and free of catastrophic drift. This is useful evidence of a longer rollout being produced. The duration is an example horizon, not an accuracy score, measured operating limit, or statistical reliability estimate.

Where the evidence stops. Only sparse stills are available in the supplied PDF. No drift curve, repeated-seed study, runtime measurement, or matched cache ablation accompanies them; detail continuity between the displayed times remains untested here.

Figure 8. Counterfactual actions and inserted agents exercise different simulator controls. Original paper, p. 12 ↗

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

How to read it. Use the shared left-to-right timeline, then separate the two scenario groups. In Detour Around, the logged vehicle waits behind a car described as parked; the alternative policy chooses to pass it. In VRU Darting Out, the original scene contains a black car, and the edited rollout introduces a cyclist emerging from its occlusion. Green boxes identify the inserted participant. Section 6.1 describes the tested policy stopping before the cyclist. These are different interventions: the first changes the ego plan, whereas the second edits the environment and observes the policy response. The source presents both as closed-loop evaluation examples. e-applicationse-rle-evaluation

What it supports. The examples connect generated observations to an external policy rather than treating video appearance as the only application. They show the intended use of counterfactual maneuvers and controllable hazards in simulation. The successful stop is a reported case outcome, not an aggregate collision-avoidance rate or real-road result.

Where the evidence stops. Section 6 names collision rate, progress-to-goal, and comfort without reporting values or a test population. Two selected scenarios cannot validate simulator-based policy rankings, safety performance, or the claimed benefits of online RL.

6.2 Results and evaluation conditions

Task & protocolReported resultComparison & interpretation
Ego action controllability

Figure 4, fixed initial scene; displayed times 0–6 s; dynamic agents unconstrained. No evaluation split specified.

Illustrated right-to-left turn, straight-to-right turn, and lane-keeping-to-lane-change edits.

Qualitative action following; no numerical error metric

Logged/generated pairs, not a competing-model benchmark.

Supports maneuver-conditioned visual changes; free agent motion prevents attributing every scene difference to ego action. e-action

Dynamic/static scene adherence and cross-view consistency

Figure 5, 6-second multi-camera generation with projected control overlays; split unspecified.

Object and road-layout controls appear across seven camera labels and successive times.

Qualitative overlay agreement

No uncontrolled baseline or geometric error table.

Illustrates simultaneous control; quantitative spatial fidelity and identity consistency are unmeasured. e-scene

Long-horizon multi-camera generation

Figure 6, a displayed multi-camera rollout at 0, 6, 12, 18, and 24 s. Dataset split unspecified.

24 seconds; authors describe coherent motion without catastrophic drift.

Displayed rollout duration, not a fidelity score

Beyond Stage-I short clips; no matched long-horizon baseline.

A selected longer sequence, not a failure rate or maximum reliable horizon. e-longe-stage1

Appearance editing and closed-loop counterfactuals

Figure 7 C2V front-view examples; Figure 8 selected VLA evaluation cases. No common benchmark split.

Text varies locale, lighting, and weather; policy cases show a parked-car detour and stopping for an inserted cyclist.

Qualitative demonstrations

Fixed scene controls for appearance edits; logged scenarios for counterfactual cases.

Simulated examples, without aggregate collision rates, policy gains, or real-world transfer results. e-appearancee-applicationse-evaluation

6.3 Ablations and diagnostic examples

No ablation or diagnostic visual is included in this edition. The source-specific visual limitations are recorded above.

7. Analysis & limitations

7.1 What the evidence leaves open

Reader analysis

The results contain no quantitative benchmark table, controlled architectural ablation, uncertainty estimates, or measured throughput. Reduced condition interference, real-time operation, and improved long-horizon stability are therefore not isolated empirically. e-evaluatione-stage2

Reader analysis

Physical dynamics and aggregate closed-loop outcomes are unvalidated here. Appearance transfer and online RL remain application claims without downstream gains. Intentional blurring of signs, text, and plates limits judging those details in the figures. e-applicationse-rle-blurringe-evaluation

Reader analysis

Distribution prose reports 74.8% normal driving and 21.0% stationary, whereas Figure 1 labels 75% normal driving and 21.11% stopped. This source discrepancy is preserved without inferring counts. e-distribution

7.2 Questions for discussion

  1. How should camera-geometry error be separated from visually plausible but incorrect action responses?
  2. How much does policy ranking change when scene controls are fixed versus freely generated?
  3. What happens when an agent reappears after its context has left the rolling cache?

8. Reproducibility audit

8.1 Requirements and known gaps

Reader analysis

Reproduction requires synchronized calibrated videos, kinematics, perception-generated object/road annotations, captioning, WAN initialization, and both training stages. Dataset counts/splits, annotation-model identities, image resolution, optimizer schedule, hardware, and software versions are unspecified. e-datae-conditionse-stage1e-stage2e-repro

Reader analysis

Chunk length, cache capacity, guidance/dropout settings, freezing choices, and detailed DMD configuration also need clarification. Proposed checks: action perturbations under fixed scene controls, then self-forcing versus ground-truth-history training at matched denoising/cache budgets. Neither check was run. e-reproe-stage2e-action

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: Does action response remain accurate when the scene is held fixed?

Reader-proposed check, not performed: use held-out calibrated histories with fixed dynamic/static trajectories and matched random seeds. Vary future velocity and curvature separately around logged values while holding roll, pitch, text, and camera parameters fixed. Compare normal action conditioning with the same model receiving shuffled actions. Estimate ego motion from generated multi-view video using an independent, validated estimator, and measure deviation from the commanded motion together with road/agent reprojection residuals. Include logged-action reconstruction as a control and stratify common versus rare maneuvers. Action conditioning is supported if matched commands yield directionally correct, lower motion error than shuffled commands without worsening scene adherence; unchanged futures or systematic coupling to uncontrolled scene drift would challenge it. e-interfacee-conditionse-actione-scenee-distributione-repro

Check 2: Does self-forcing reduce drift beyond what the causal cache already provides?

Reader-proposed check, not performed: start from one Stage-I teacher and train two causal students with identical data, architecture, four-step sampling, compute budget, and explicit cache/chunk settings. Keep the distillation target fixed, changing only whether training context comes from generated rollouts or ground-truth history. Evaluate both on the same held-out initial scenes, actions, and seeds over 24 seconds and longer exploratory horizons. At fixed intervals, record action error, cross-view reprojection error, object identity failures, memory use, and end-to-end chunk latency. Repeat with a shorter cache as a separate factor. Lower late-horizon error at matched early-horizon quality would support self-forcing; equivalent error curves would weaken the proposed exposure-bias explanation. Establish unreported settings before interpreting the comparison as a reproduction. e-stage1e-stage2e-longe-reproe-evaluation

8.3 Reading coverage

Visual audit: All 15 supplied PDF pages were rendered and visually inspected, including title/version and contributor credits, every method/equation/training page, all eight figures, the visualization footnote, applications, and references. All six final crops were actually viewed; Figure 5 was recropped and re-viewed to preserve its compact original color key. Captions and Sections 3.2–4.2 were cross-checked against architecture/training arrows. Figure 2's ego-action cross-attention grouping differs from the prose adaLN route; Figure 3 prints “Casual” where Section 4.2 specifies causal attention. Figure 6's upward time direction is preserved. Figure 1's chart/prose distribution mismatch is recorded in the base report. No tables, experimental ablations, or appendix are present. Dynamic video playback, code, underlying data, and any separate supplement were outside this inspection.

PDF pages inspected for this edition: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15. Appendix coverage: not present.

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
  • Abstract
  • 1 Introduction
  • 2 Data (2.1–2.4)
  • 3 Method (3.1–3.4)
  • 4 Training (4.1–4.2)
  • 5 Results (5.1–5.5)
  • 6 Applications (6.1–6.3)
  • 7 Conclusion
  • Contributors
  • References

Outside the original text pass

  • Identity/version: title and identifier match. The inspected artifact is arXiv:2603.19979v2, dated 31 March 2026; the catalog submission date is 20 March 2026. Version 1 was not supplied, so revision changes cannot be determined. Page 1 credits GWM Team, XPeng Inc.; page 14 accounts for all twelve cataloged individuals as contributors, project lead, and advisors (e-identity).
  • Text extraction does not reconstruct figure images; inspect the retained PDF for figures and equation/table layout.
  • Separate supplemental material availability has not been fully verified.
  • All five supplied text chunks and all 15 PDF pages were read; Figures 1–8 were visually inspected. The extraction limitation above was addressed using the retained PDF. No appendix or tables appear in this artifact.
  • Project website, code, weights, underlying data, external references, and separate video demonstrations 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/author block and arXiv stamp; p. 14, ContributorsInspect

The exact catalog title appears with arXiv:2603.19979v2, 31 March 2026. Page 1 credits GWM Team, XPeng Inc. Page 14 names advisors Yu Zhang and Xianming Liu; lead Boyang Wang; contributors Chaoda Zheng, Sean Li, Jinhao Deng, Zhennan Wang, Shijia Chen, Liqiang Xiao, Ziheng Chi, Hongbin Lin, and Kangjie Chen. The first two have core-contribution marks; the last two are research interns.

Go to primary source ↓
e-problemPDF pp. 1–2, Abstract and Section 1Inspect

The authors motivate controllable, repeatable video-space simulation for costly, under-covered road evaluation and closed-loop policy learning.

Go to primary source ↓
e-dataPDF pp. 2–3, Sections 2.1–2.2 and Figure 1(a)Inspect

Samples are 10-second segments; video is recorded at 12 FPS from seven calibrated surrounding cameras. Perception supplies dynamic/static annotations and VLM captions cover four driving-specific dimensions.

Go to primary source ↓
e-distributionPDF p. 3, Figure 1(b); p. 4, Sections 2.3–2.4Inspect

Automatic environmental, static, dynamic, and ego-behavior tags support distribution analysis. Prose lists normal driving 74.8% and stationary 21.0%; the chart labels normal driving 75% and stopped 21.11%.

Go to primary source ↓
e-interfacePDF p. 5, Section 3.1 and Equation (1)Inspect

History and future ego actions condition future multi-camera observations, with optional scene controls. The equation samples video, not an action sequence.

Go to primary source ↓
e-architecturePDF p. 4, Figure 2; p. 5, Section 3.2Inspect

WAN 2.2-based VAE/DiT uses 16× spatial and 4× temporal compression, 48 latent channels, alternating view/time attention, additive camera embeddings, and decoupled condition attention. The figure groups ego/environment inputs toward cross-attention; prose assigns actions to adaptive layer normalization.

Go to primary source ↓
e-conditionsPDF p. 6, Section 3.3, Ego-vehicle Action through Camera ParametersInspect

Velocity, curvature, roll, and pitch use symlog, Fourier features, MLP, timestamps, and adaLN-Zero. umT5 categories and Fourier coordinates feed agent/static branches. Static conditioning uses training dropout and inference CFG; camera parameters are normalized and additively embedded.

Go to primary source ↓
e-modesPDF pp. 6–7, Section 3.4 and Discussion on C2VInspect

L=1 selects I2V, L>1 V2V, and L=0 C2V. The source explicitly says C2V is not formally a world model because it does not condition on the current observed state.

Go to primary source ↓
e-flowPDF p. 7, Section 4.1, Equations (2–3)Inspect

Rectified flow interpolates between a data latent and Gaussian noise with uniform t, then regresses the velocity field to noise minus data.

Go to primary source ↓
e-stage1PDF p. 7, Figure 3 and Section 4.1; p. 8, Outcome and limitationInspect

Stage I loads WAN 2.2 5B TI2V weights, randomly initializes new modules, and uses 81-frame clips. Bidirectional offline sampling typically takes approximately 50 refinement steps. Figure 3 labels the Stage-II block “Casual”; Section 4.2 describes causal attention.

Go to primary source ↓
e-stage2PDF pp. 8–9, Section 4.2, Chunk-wise causal architecture, Few-Step Self-forcing Training, and Rolling KV CacheInspect

Attention is bidirectional within chunks and excludes future chunks. Self-generated context, Gaussian initialization, four denoising steps, DMD reverse-KL matching to the Stage-I teacher, and a fixed-capacity FIFO cache are described.

Go to primary source ↓
e-actionPDF p. 8, Figure 4 and caption; p. 10, Section 5.1Inspect

Three logged/generated maneuver pairs appear over 0–6 seconds with next-3-second ego trajectories in blue. Dynamic agents are explicitly unconstrained.

Go to primary source ↓
e-scenePDF p. 9, Figure 5 and caption; p. 10, Section 5.2; p. 11, Section 5.4Inspect

Six-second multi-camera examples overlay green agent boxes, red road boundaries, and cyan lane markings. Camera consistency and simultaneous condition adherence are evaluated qualitatively.

Go to primary source ↓
e-longPDF p. 10, Figure 6, caption, and Section 5.3; p. 11, Section 5.4Inspect

A 24-second multi-camera sequence is displayed at 0, 6, 12, 18, and 24 seconds, ordered bottom to top. Authors describe stable motion, appearance, and cross-view consistency without catastrophic drift.

Go to primary source ↓
e-appearancePDF p. 11, Figure 7 and Section 5.5Inspect

C2V examples hold ego/dynamic/static conditions fixed while changing locale, time of day, and weather. All frames, including the first, are generated.

Go to primary source ↓
e-applicationsPDF pp. 11–12, Section 6.1 and Figure 8Inspect

VLA 2.0 is tested through reactive simulated observations. Figure 8 shows detouring around a parked car and stopping for an inserted cyclist. Collision rate, progress-to-goal, and comfort are named as possible indicators without numerical values.

Go to primary source ↓
e-rlPDF pp. 12–13, Sections 6.2–6.3Inspect

The authors describe online RL for difficult interactions and recovery, plus rare-event data synthesis and overseas appearance transfer. No reward definition, training curve, or downstream gain is reported.

Go to primary source ↓
e-blurringPDF p. 9, footnote 1 to Section 5Inspect

Road signs, textual content, and license plates were intentionally blurred for visualization; the source says this does not reflect logged or generated output quality.

Go to primary source ↓
e-evaluationPDF pp. 8–12, Figures 4–8 and Section 5; pp. 11–13, Section 6Inspect

Evidence consists of qualitative generations and two representative policy scenarios. These sections provide no benchmark results table, controlled ablation, aggregate accuracy/safety score, uncertainty estimate, latency measurement, or RL improvement.

Go to primary source ↓
e-reproPDF pp. 2–4, Section 2; pp. 5–9, Sections 3–4Inspect

The method specifies conditioning representations, backbone, clip length, losses, and denoising budget but omits dataset size/splits, annotation model identities, image resolution, optimizer schedule, hardware/software details, freezing choices, chunk/cache sizes, and guidance/dropout values.

Go to primary source ↓

8.5 Primary sources

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