DriveWAM:视频生成先验知识实现可扩展的自动驾驶世界-动作联合建模 / DriveWAM: Video Generative Priors Enable Scalable World-Action Modeling for Autonomous Driving
1️⃣ 一句话总结
本文提出DriveWAM模型,通过将预训练视频生成模型改造为能同时生成视频和驾驶动作的自回归策略,并引入场景理解和高效记忆机制,在自动驾驶规划任务中实现了数据量越大性能越好的可扩展效果。
Pretrained foundation models have become an important basis for end-to-end autonomous driving. In contrast to vision-language models pretrained primarily on static image-text pairs, video generative models capture temporal dynamics and motion priors that are naturally suited for driving. We present DriveWAM, a driving world-action model that adapts a pretrained video diffusion transformer into an autoregressive video-action policy. DriveWAM organizes video and action streams into a unified temporal token sequence and trains them under a joint flow-matching objective, preserving the pretrained video-generation architecture while adapting its large-scale video priors to action generation. To incorporate high-level scene understanding, we introduce scene-evolving driving guidance, where a frozen VLM produces chunk-specific semantic intent to guide video-action generation. To keep long-horizon rollout bounded, we further introduce selective KV memory, which maintains bounded modality-aware video and action memory pools through relevance-redundancy cache selection at inference time. Experiments on NAVSIM and the PhysicalAI-Autonomous-Vehicles benchmark show that DriveWAM achieves strong planning performance, and a data-scaling study from 4k to 100k driving clips further confirms the scaling potential of world-action modeling for end-to-end autonomous driving.
DriveWAM:视频生成先验知识实现可扩展的自动驾驶世界-动作联合建模 / DriveWAM: Video Generative Priors Enable Scalable World-Action Modeling for Autonomous Driving
本文提出DriveWAM模型,通过将预训练视频生成模型改造为能同时生成视频和驾驶动作的自回归策略,并引入场景理解和高效记忆机制,在自动驾驶规划任务中实现了数据量越大性能越好的可扩展效果。
源自 arXiv: 2605.28544