AutoWorld: Scaling Multi-Agent Traffic Simulation with Self-Supervised World Models

arXiv cs.AI / 4/1/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • AutoWorld is proposed as a multi-agent traffic simulation framework that leverages a world model trained from unlabeled LiDAR occupancy representations to reduce dependence on costly labeled data.
  • The system uses coarse-to-fine predictive scene context derived from world model samples as input to a multi-agent motion generation model.
  • It improves sampling diversity by applying a cascaded Determinantal Point Process (DPP) to guide both the world model and motion model sampling.
  • A motion-aware latent supervision objective is introduced to better capture scene dynamics and strengthen the learned representations.
  • Experiments on the WOSAC benchmark report that AutoWorld ranks first on the Realism Meta Metric (RMM), and ablations show consistent gains from adding unlabeled LiDAR data, with code and visualizations released.

Abstract

Multi-agent traffic simulation is central to developing and testing autonomous driving systems. Recent data-driven simulators have achieved promising results, but rely heavily on supervised learning from labeled trajectories or semantic annotations, making it costly to scale their performance. Meanwhile, large amounts of unlabeled sensor data can be collected at scale but remain largely unused by existing traffic simulation frameworks. This raises a key question: How can a method harness unlabeled data to improve traffic simulation performance? In this work, we propose AutoWorld, a traffic simulation framework that employs a world model learned from unlabeled occupancy representations of LiDAR data. Given world model samples, AutoWorld constructs a coarse-to-fine predictive scene context as input to a multi-agent motion generation model. To promote sample diversity, AutoWorld uses a cascaded Determinantal Point Process framework to guide the sampling processes of both the world model and the motion model. Furthermore, we designed a motion-aware latent supervision objective that enhances AutoWorld's representation of scene dynamics. Experiments on the WOSAC benchmark show that AutoWorld ranks first on the leaderboard according to the primary Realism Meta Metric (RMM). We further show that simulation performance consistently improves with the inclusion of unlabeled LiDAR data, and study the efficacy of each component with ablations. Our method paves the way for scaling traffic simulation realism without additional labeling. Our project page contains additional visualizations and released code.