Abstract

Robust and generalizable autonomous driving (AD) demands intelligent, human-like, and safe decision-making. While modern end-to-end systems rely on imitation learning (IL) from vast expert data, recent work shows the power of (self-play) reinforcement learning (RL)—alone or combined with IL—to discover diverse skills and achieve robust out-of-distribution performance. Meanwhile, generative world models and Vision-Language-Action (VLA) models enable controllable, realistic closed-loop simulation, which together with GPU-accelerated multi-agent training facilitates efficient sim-to-real transfer. This workshop brings together key researchers to discuss these developments and challenge assumptions on the path toward robust autonomy.

Topics of Interest:

  • Self-Play & Multi-Agent RL for Driving
  • Imitation Learning, Offline RL & Online Fine-Tuning
  • Emergent Skills & Human-Like Behaviors
  • Vision-Language-Action Models for Driving
  • Generative World Models & Controllable Simulation
  • RL for Behavior & RL for Reasoning
  • Grounding Self-Play Policies with Real-World Data
  • Failure Modes, Robustness & Deployment Limitations
  • VLA Integration with Fast Simulators
  • Large Models in Real-Time Simulation

Invited Speakers

Eugene Vinitsky
Eugene Vinitsky
New York University
Li Chen
Li Chen
University of Hong Kong
Vassia Simaiaki
Vassia Simaiaki
Wayve
Peter Karkus
Peter Karkus
NVIDIA
Max Jiang
Max Jiang
Waymo
Wei Zhan
Wei Zhan
Applied Intuition
Wayne Wu
Wayne Wu
University of California, Los Angeles

Program

Time Speaker Topic
09:00 - 09:15 Organizers Welcome and Introduction
09:15 - 09:45
Eugene Vinitsky, New York University What's the Point of Human Data? Increasingly, autonomous vehicle behaviors are designed through imitation of large datasets of collected human driving. However, the scaling laws of these approaches are exceedingly poor and methods are very data hungry. We hypothesize an alternate perspective wherein human data serves primarily to define driving conventions rather than to learn basic driving skills. Adopting this view, we show evidence of exponential reductions in the amount of required human data by using synthetic self-play data for basic skills and a pinch of human data for conventions.
09:45 - 10:15
Li Chen, University of Hong Kong From Reliable World Simulation to Reinforcement Post-Training Autonomous-driving systems benefit from scale, but the data that matter most—rare, hazardous interactions—remain scarce. This talk presents a research path from world models that predict to world engines that teach. I will introduce two works, ReSim and  World Engine, that organize real logs, simulation, generative modeling, and RL around one goal: concentrating learning on the safety-critical long tail. The talk closes with deployment-scale evidence and the remaining gaps toward reliable Physical AI.
10:15 - 11:00 Coffee Break
Location: Malmömässan Exhibit Hall
11:00 - 11:15
Yuan Yin Accepted Paper Highlight
Pictura: Perspective View Self-Play at Scale for Driving
Self-play in simulation produces robust driving policies at scale. Demonstrations of such behavior have been made using *privileged* vectorized observations such as exact poses and velocities, even for occluded agents. This assumes that perception is solved and introduces a representation gap with the partial observation of a deployed agent driving from the perspective view of egocentric cameras. A common fix, distilling the privileged policy into a camera-input student, leaves the student imitating decisions its own view cannot justify. Instead, we establish perspective-view self-play as a practical training regime. We introduce *Pictura*, a GPU-accelerated multi-agent driving simulator that renders each agent's egocentric view at every step, mitigating the representation gap at its source. *Pictura* sustains up to 500K agent-steps/s (2M images/s) on a single H100. Using *Pictura*, we train *Alberti* by self-play with plain PPO. It is the first large-scale driving self-play policy trained directly from perspective images, without privileged observations. Training spans 50B agent steps for ~35M km of driving. It approaches the driving performance of its privileged vectorized counterpart, and transfers zero-shot to Waymo Open Motion Dataset layouts re-rendered in *Pictura*, where it outperforms privileged vectorized agents. Code will be made available.
11:15 - 11:30
Maciej Wozniak Accepted Paper Highlight
PRIX: Learning to Plan from Raw Pixels for End-to-End Autonomous Driving
While end-to-end autonomous driving models show promising results, practical deployment is often hindered by large model sizes, reliance on expensive LiDAR sensors, and computationally intensive Bird's-Eye-View (BEV) representations. To address these challenges, we propose \textbf{PRIX} (\textbf{P}lan from \textbf{R}aw p\textbf{IX}els), an efficient end-to-end architecture operating exclusively on camera data without explicit BEV representations or LiDAR. PRIX leverages a visual feature extractor paired with a generative planning head to directly predict safe trajectories. A core component is the Context-aware Recalibration Transformer (\textbf{CaRT}), a novel module designed to effectively enhance multi-level visual features for robust planning. PRIX achieves SOTA performance on NavSim-v2 and nuScenes while outperforming the majority of multimodal and camera-only planners on NavSim-v1. Crucially, PRIX is significantly faster (57 FPS) and smaller (37M parameters), offering a highly practical solution for real-world deployment. Code: anonymized for submission.
11:30 - 12:00
Vassia Simaiaki, Wayve From Road Reality to Learned Worlds: World Models for Robust Autonomous Driving Real-world driving data captures the full complexity of human behavior, rare events, and safety-critical edge cases — but it is expensive, long-tailed, and hard to scale into diverse, controllable training signal. Generative world models offer a path to close this gap: learning realistic, controllable simulations directly from real driving footage, then using them to train and stress-test driving policies at scale. In this talk, I'll discuss Wayve's approach to building generative world models for driving, how they enable closed-loop training and evaluation beyond what real-world data alone allows, and the open challenges in grounding these learned worlds back in road reality to achieve robust, deployable autonomy.
12:00 - 13:30 Lunch
Location: Malmö Arena
13:30 - 14:00
Bernhard Jaeger, KE:SAI How End-to-End Driving Abandoned Behavior Learning, and How to Get It Back End-to-end driving research began as behavior learning: policies were trained to imitate actions directly from images. Over the years the end-to-end driving community has made rapid progress, leading to widespread adoption of these techniques in industry today. Amidst that rapid progress, the community has quietly abandoned behavior learning. End-to-end driving systems today no longer predict the actions of the car. Instead, they make predictions about where a human would have driven, often encoded with the waypoint representation. The actual behavior of the car is then produced by a classical handwritten controller steering the car towards the waypoints. This switch enabled the community to bypass the classic compounding error problem, as the controller can produce behaviors that are absent from the training data. In this talk I am going to argue that a principled solution to embodied intelligence needs to return to behavior learning, as these workarounds have performance ceilings. Lastly, I will present recent progress and open problems on how we can get behavior learning back into end-to-end driving, training policies that directly map sensors to actions.
14:00 - 14:30
Peter Karkus, NVIDIA The Alpamayo Open Platform for Autonomous Driving: Reasoning VLAs, Simulation, and Closed-Loop RL In this talk I will introduce Alpamayo, NVIDIA's open platform for reasoning-based autonomous vehicle development. Alpamayo contains a family of open-weight reasoning VLA models that produce interpretable chain-of-thought traces alongside trajectories. It also includes the critical tooling around them: 1,700 hours of curated driving data; and AlpaSim, a neural reconstruction-based end-to-end simulator. In the second part I will talk about the next frontier: closed-loop RL post-training. The industry default today is open-loop-only training on logged expert data. It takes us surprisingly far, but it has a ceiling: it leaves compounding errors, covariate shift, and causal confusion unaddressed, and no amount of open-loop data closes that gap. I will argue why, and show how to bridge it with closed-loop post-training using AlpaGym, our distributed closed-loop RL framework built on Cosmos RL.
14:30 - 15:30
Poster Session
Location: Malmömässan Exhibit Hall 384-393
15:30 - 16:00 Coffee Break
Location: Malmömässan Exhibit Hall
16:00 - 16:30
Wayne Wu, University of California, Los Angeles From Scaling up to Scaling out: Reality World Simulators for Physical AI Recent progress in large language and vision models demonstrates how far we can go by scaling with vast internet-scale data. In contrast, physical AI, agents that perceive and act in the real world, still lags far behind. Today, both academia and industry primarily pursue generalizable physical AI by scaling up: collecting large-scale action–video datasets or training world models that enable interaction through learned environments. However, this paradigm is inherently inefficient and will soon reach a data ceiling. In this talk, I argue for a shift from scaling up to scaling out. I introduce reality world simulators, a new paradigm that converts real-world videos into diverse, interactive simulation environments. Instead of relying on more data collection, this approach expands data through structured reconstruction and recomposition, enabling both higher data efficiency and physically grounded interaction. I will present a three-pronged approach: 1) Scaling out via Digital Twins: reconstructing controllable, interactive environments from monocular videos to support diverse agent exploration. 2) Scaling out via Digital Cousins: disentangling scene structure into compositional elements to generate large-scale variations of real-world environments. 3) Scaling out via Embodied Humans: incorporating realistic human dynamics to improve safety and social compliance in robot learning. Finally, I will outline a roadmap toward building generalizable and safe physical AI systems for open-world deployment.
16:30 - 17:00
Wei Zhan, Applied Intuition Imitation-Free E2E Autonomy Powered by Closed-Loop Scaling The paradigm for L2++ ADAS has converged to imitation-based E2E, and human demonstration data have been the centerpiece. To bring robustness to the next level, autonomy is expected to train using closed-loop reinforcement learning (RL) with an action-conditioned world model, and large-scale closed-loop RL including self-play also reduces the demand of imitation from demonstration for policy learning. This talk addresses the roles of large-scale closed-loop RL and imitation in three major driving policy learning tasks - vector-based planner, reactive sim agent, and E2E planner, by discussing relevant works at Applied Intuition: 1) TerraZero as a high-throughput self-play RL framework (2.8M steps/s on 8 GPUs), obtains a robust policy learned from centuries of diverse driving experience in sim with zero demonstrations, setting SOTA on vector-based planning benchmarks with clear edge. 2) SPACeR as a fast, reactive, human-like sim agent, incorporates demonstration into large-scale self-play, achieving competitive performance with 10× faster at inference and 50× smaller in parameter size. 3) TerraTransfer as an E2E policy taught from the TerraZero expert with no imitation, by decoupling "learn to drive" and "learn to see", hits SOTA on closed-loop E2E driving benchmark. 4) A reactive world model with realistic, controllable behavior and visual consistency is also introduced, enabling large-scale closed-loop training.
17:00 - 17:30
Max Jiang, Waymo Emergent Multimodal World Knowledge in the Waymo World Model Video-based world models possess strong future prediction abilities by pre-training on a vast repository of video data. The Waymo World Model harnesses these future prediction capabilities from Genie 3 and translates this common sense knowledge to the driving domain, including emergent physics and behavioral understanding as well as emergent planning and reasoning capabilities. In this talk we will analyze these emergent abilities and discuss various avenues that we can harness these abilities to build a better, safer autonomous driver.
17:30 - 17:45 Organizers Closing

Accepted Papers

Call for Papers

We invite original research contributions on emerging behaviors for robust autonomy, spanning self-play RL and imitation learning to generative world models and VLA-based simulation, and aligned with any of the workshop's topics of interest. We accept both full-length papers (archival), limited to 14 pages (excluding references), and short papers (non-archival), limited to 7 pages (excluding references). The submitted works should follow the official ECCV'26 guidelines. Submissions are evaluated on their novelty, relevance to the workshop topics, technical clarity, and overall significance. Accepted full-length papers will be included in the ECCV workshop proceedings.

Accepted papers will be presented as posters. Two selected papers will be given a 15-minute oral presentation during the main program.

Submission Details:

  • Submission portal archival: OpenReview [archival]
  • Submission portal non-archival: OpenReview [non-archival]
  • Submission opens: 15.06.2026
  • Submission deadline: 20.07.2026 27.07.2026 (extended)
  • Notification of acceptance: 08.08.2026
  • Camera-ready deadline: 14.08.2026
  • Author registration deadline: 10.08.2026

Organizers

Luigi Palmieri
Luigi Palmieri
Bosch Center for AI
Faris Janjoš
Faris Janjoš
Bosch Center for AI
Andreas Look
Andreas Look
Coburg University of Applied Sciences
Daphne Cornelisse
Daphne Cornelisse
New York University
Shuhan Tan
Shuhan Tan
University of Texas at Austin
Max Naumann
Max Naumann
Zoox

Supported by