paper-with-me

홈 › Papers

SimWAM: A Simple World Action Model for End-to-End Autonomous Driving

2026-08-07 · Zongchuang Zhao, Xin Zhou, Tianyang Xu, Zhengyang Sun, Kaixuan Zhou, Honglin Li, Dingkang Liang, Xiang Bai hf

World-Action Models (WAMs) improve end-to-end autonomous driving by transferring video dynamics priors to action prediction, but existing methods incur costly test-time future imagination. We present SimWAM, a simple yet effective WAM that leverages future-video prediction as a training-time supervision signal. It co-trains a pretrained video expert and a lightweight action expert with joint flow matching. An isolated attention mask keeps action prediction independent of future frames, allowing trajectory prediction without explicit future-frame generation at inference. Since the two experts share no parameters and interact only through a unified attention interface, the video backbone could be replaced and the action expert scaled independently without modifying the learning objective or inference pipeline. We further apply reinforcement learning to optimize a compositional driving reward beyond trajectory imitation. Our SimWAM achieves 91.5 PDMS on NAVSIM, surpasses state-of-the-art WAM-based planners with substantially lower latency, and transfers zero-shot to nuScenes. These results position SimWAM as a simple yet solid baseline that could readily benefit from advances in video generation for efficient autonomous driving. The code and model weights are available at https://github.com/H-EmbodVis/SimWAM/.

📄 PDF Abstract BibTeX arXiv:2608.07468

Code (4)

LMD0311/Awesome-World-Model ★ 2,203
Tavish9/awesome-daily-AI-arxiv ★ 113
iszhanjiawei/flow_matching_arxiv_daily ★ 99
🤗 H-EmbodVis/SimWAM ★ 1

Tasks

Reinforcement LearningAutonomous DrivingVideo Generation

Similar Papers 제목 키워드 기반

VaViM and VaVAM: Autonomous Driving through Video Generative Modeling

2025-02-21 · Florent Bartoccioni, Elias Ramzi, Victor Besnier, Shashanka Venkataramanan 외

We explore the potential of large-scale generative video models for autonomous driving, introducing an open-source auto-regressive video model (VaViM) and its companion video-action model (VaVAM) to investigate how video…

Autonomous DrivingImitation Learning

Urban Driving with Conditional Imitation Learning

2019-11-30 · Jeffrey Hawke, Richard Shen, Corina Gurau, Siddharth Sharma 외

Hand-crafting generalised decision-making rules for real-world urban autonomous driving is hard. Alternatively, learning behaviour from easy-to-collect human driving demonstrations is appealing. Prior work has studied im…

Autonomous DrivingDecision MakingImitation LearningSteering Control

Driving in Corner Case: A Real-World Adversarial Closed-Loop Evaluation Platform for End-to-End Autonomous Driving

2025-12-18 · Jiaheng Geng, Jiatong Du, Xinyu Zhang, Ye Li 외 arxiv

Safety-critical corner cases, difficult to collect in the real world, are crucial for evaluating end-to-end autonomous driving. Adversarial interaction is an effective method to generate such safety-critical corner cases…

Autonomous Driving

The DAWN of World-Action Interactive Models

2026-05-12 · Hongbo Lu, Liang Yao, Chenghao He, Haoyu Wang 외 arxiv

A plausible scene evolution depends on the maneuver being considered, while a good maneuver depends on how the scene may evolve. Existing World Action Models (WAMs) largely miss this reciprocity, treating world predictio…

Autonomous Driving

DriveWAM: Video Generative Priors Enable Scalable World-Action Modeling for Autonomous Driving

2026-05-27 · Chen Shi, Jinrui Xu, Shaoshuai Shi, Kehua Sheng 외 arxiv

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 tempor…

Scene UnderstandingAutonomous Driving