Latent-WAM: Latent World Action Modeling for End-to-End Autonomous Driving
TLDR
Latent-WAM uses spatially-aware and dynamics-informed latent world representations for efficient end-to-end autonomous driving, achieving SOTA on NAVSIM v2 and HUGSIM.
Reasoning
The paper introduces novel modules (SCWE and DLWM) that effectively address key limitations of prior world-model planners, with strong empirical results on two benchmarks using a compact model. However, the evaluation is limited to simulated environments, and real-world validation is absent.
Read-first score
Read-first score 61.6, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 40.
Field roles
Rank sensitivity
Stability: volatile; rank range: 290.
Keyword Scores
Deep Analysis
Innovations
- Spatial-Aware Compressive World Encoder (SCWE) that distills geometric knowledge from a foundation model and compresses multi-view images into compact scene tokens via learnable queries
- Dynamic Latent World Model (DLWM) that employs a causal Transformer to autoregressively predict future world status conditioned on historical visual and motion representations
- Achieves strong trajectory planning through spatially-aware and dynamics-informed latent world representations, addressing inadequately compressed representations, limited spatial understanding, and underutilized temporal dynamics
Methodology
Latent-WAM consists of two core modules: a Spatial-Aware Compressive World Encoder (SCWE) that uses a foundation model to extract geometric knowledge and compresses multi-view images into compact scene tokens via learnable queries, and a Dynamic Latent World Model (DLWM) that employs a causal Transformer to autoregressively predict future world states conditioned on historical visual and motion representations. The framework is trained end-to-end for trajectory planning, evaluated on NAVSIM v2 and HUGSIM benchmarks against prior perception-free methods.
Key Results
Latent-WAM achieves state-of-the-art results with 89.3 EPDMS on NAVSIM v2 and 28.9 HD-Score on HUGSIM, surpassing the best prior perception-free method by 3.2 EPDMS while using significantly less training data and a compact 104M-parameter model.