Point as Skeleton: Accumulated Point Cloud Enhanced Autoregressive Generation for Closed-Loop Autonomous Driving Simulation
Summary
Point as Skeleton is a generative sensor simulation framework designed for end-to-end autonomous driving (E2E-AD) evaluation. It addresses the trade-off between closed-loop interactivity, exemplified by CARLA, and real-world visual fidelity, as seen in nuScenes, by synthesizing visual observations autoregressively. The system utilizes step-wise updated ego states, actor states, scene maps, and point-cloud skeleton conditions. Key innovations include "Reset-and-Roll" for adapting rolling diffusion inference to prevent future-conditioned latent states from committing across simulation steps, and point-cloud skeletons that decouple foreground and background assets into camera-view painted-point and template-depth conditions. Experiments on nuScenes and nuPlan datasets demonstrate improved autoregressive generation quality and visual fidelity during closed-loop rollout, with the code available on GitHub.
Key takeaway
For AI Scientists and Machine Learning Engineers developing end-to-end autonomous driving systems, this work offers a robust approach to high-fidelity closed-loop simulation. You should consider integrating point-cloud-conditioned autoregressive generative models to overcome visual fidelity and error accumulation challenges. This enables more realistic evaluation of policy-induced actions and off-log trajectories, improving model robustness before real-world deployment.
Key insights
Point as Skeleton enhances closed-loop autonomous driving simulation by stabilizing autoregressive generation with point-cloud conditions.
Principles
- Decouple foreground and background assets.
- Prevent future-conditioned latent state commitment.
- Use point-cloud skeletons for geometric cues.
Method
The method involves "Reset-and-Roll" autoregressive generation, which caches current latents before using lookahead layouts, and "Point Cloud Skeleton" conditions (color map, template-based depth map) for view-consistent geometry.
In practice
- Implement Reset-and-Roll for stable AR generation.
- Utilize point-cloud skeletons for scene representation.
- Augment foreground instances during training.
Topics
- Autonomous Driving Simulation
- Generative Sensor Simulation
- Point Cloud Skeletons
- Autoregressive Video Generation
- Closed-Loop Evaluation
- Diffusion Models
Code references
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.