paper-with-me

홈 › Papers

Scenario Dreamer: Vectorized Latent Diffusion for Generating Driving Simulation Environments

2025-03-28 · CVPR 2025 1 · Luke Rowe, Roger Girgis, Anthony Gosselin, Liam Paull, Christopher Pal, Felix Heide

We introduce Scenario Dreamer, a fully data-driven generative simulator for autonomous vehicle planning that generates both the initial traffic scene - comprising a lane graph and agent bounding boxes - and closed-loop agent behaviours. Existing methods for generating driving simulation environments encode the initial traffic scene as a rasterized image and, as such, require parameter-heavy networks that perform unnecessary computation due to many empty pixels in the rasterized scene. Moreover, we find that existing methods that employ rule-based agent behaviours lack diversity and realism. Scenario Dreamer instead employs a novel vectorized latent diffusion model for initial scene generation that directly operates on the vectorized scene elements and an autoregressive Transformer for data-driven agent behaviour simulation. Scenario Dreamer additionally supports scene extrapolation via diffusion inpainting, enabling the generation of unbounded simulation environments. Extensive experiments show that Scenario Dreamer outperforms existing generative simulators in realism and efficiency: the vectorized scene-generation base model achieves superior generation quality with around 2x fewer parameters, 6x lower generation latency, and 10x fewer GPU training hours compared to the strongest baseline. We confirm its practical utility by showing that reinforcement learning planning agents are more challenged in Scenario Dreamer environments than traditional non-generative simulation environments, especially on long and adversarial driving environments.

📄 PDF Abstract BibTeX arXiv:2503.22496

Code (0)

등록된 구현이 없습니다.

Tasks

GPUScene Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BASE 설명 없음

Similar Papers 제목 키워드 기반

GraphDreamer: Compositional 3D Scene Synthesis from Scene Graphs

2023-11-30 · CVPR 2024 1 · Gege Gao, Weiyang Liu, Anpei Chen, Andreas Geiger 외

As pretrained text-to-image diffusion models become increasingly powerful, recent efforts have been made to distill knowledge from these text-to-image pretrained models for optimizing a text-guided 3D model. Most of the …

ManipDreamer3D : Synthesizing Plausible Robotic Manipulation Video with Occupancy-aware 3D Trajectory

2025-08-29 · Ying Li, Xiaobao Wei, Xiaowei Chi, Yuming Li 외 arxiv

Data scarcity continues to be a major challenge in the field of robotic manipulation. Although diffusion models provide a promising solution for generating robotic manipulation videos, existing methods largely depend on …

Trajectory Planning

SVGDreamer: Text Guided SVG Generation with Diffusion Model

2023-12-27 · CVPR 2024 1 · XiMing Xing, Haitao Zhou, Chuang Wang, Jing Zhang 외

Recently, text-guided scalable vector graphics (SVGs) synthesis has shown promise in domains such as iconography and sketch. However, existing text-to-SVG generation methods lack editability and struggle with visual qual…

DiversityVector Graphics

MapDreamer: Aerial Imagery Conditioned Latent Diffusion for Lane-Level Map Generation

2026-07-01 · Julian Brandes, Philipp Crocoll, Wolfram Burgard arxiv

High definition map generation is essential for autonomous driving, yet remains a labor-intensive process at scale. We present MapDreamer, a generative diffusion model that synthesizes lane-level vector maps with explici…

Autonomous Driving

ReconDreamer-RL: Enhancing Reinforcement Learning via Diffusion-based Scene Reconstruction

2025-08-11 · Chaojun Ni, Guosheng Zhao, Xiaofeng Wang, Zheng Zhu 외 arxiv

Reinforcement learning for training end-to-end autonomous driving models in closed-loop simulations is gaining growing attention. However, most simulation environments differ significantly from real-world conditions, cre…

Reinforcement LearningAutonomous Driving