HorizonDrive: Self-Corrective Autoregressive World Model for Long-horizon Driving Simulation
TLDR
HorizonDrive introduces a self-corrective autoregressive world model for long-horizon driving simulation via scheduled rollout recovery and teacher rollout DMD.
Reasoning
The paper presents a novel training-and-distillation framework that addresses drift in autoregressive rollout by making the teacher rollout-capable, enabling unbounded-horizon supervision. Strengths include a clear problem formulation and a practical solution for long-horizon simulation, but the abstract lacks explicit real-world validation or empirical benchmarks, limiting evidence of practical impact.
Read-first score
Read-first score 56, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 53.
Field roles
Rank sensitivity
Stability: volatile; rank range: 463.
Keyword Scores
Deep Analysis
Innovations
- Scheduled rollout recovery (SRR) trains the base model to reconstruct ground-truth future clips from prediction-corrupted histories, yielding a teacher that remains stable across long AR rollouts.
- Teacher rollout DMD (TRD) enables a short-window student to align with the rollout-capable teacher for efficient real-time deployment.
Methodology
HorizonDrive is an anti-drifting training-and-distillation framework for autoregressive driving simulation. First, scheduled rollout recovery (SRR) trains a base model to reconstruct ground-truth future clips from prediction-corrupted histories, producing a teacher stable across long AR rollouts. Then, the rollout-capable teacher is extended via AR rollout to provide long-horizon distribution-matching supervision under bounded memory, while a short-window student aligns to it using teacher rollout DMD (TRD) for efficient real-time deployment.
Key Results
On nuScenes, HorizonDrive reduces FID by 52% and FVD by 37%, and lowers ARE and DTW by 21% and 9% relative to the strongest long-horizon streaming baselines, while remaining competitive with single-pass driving video generators.