🤖 AI Summary
Addressing challenges in 4D LiDAR data generation—including spherical geometric modeling difficulties, temporal sparsity of point clouds, and complex dynamic scenes—this paper introduces the first controllable generation framework specifically designed for 4D LiDAR sequences. Methodologically, it features: (1) a ray-centered Transformer architecture that models temporal feature evolution along individual sensor rays for the first time; (2) a hybrid cylindrical-spherical coordinate representation coupled with a 4D-aligned voxel layout to jointly encode geometric and motion structures; and (3) MaskSTART, a conditional generative framework enabling layout-guided compositional synthesis. Evaluated on reconstruction, forecasting, and conditional generation tasks, the method achieves new state-of-the-art performance: 76% reduction in MMD, 32% improvement in IoU, and 50% decrease in median L1 prediction error.
📝 Abstract
Synthesizing high-fidelity and controllable 4D LiDAR data is crucial for creating scalable simulation environments for autonomous driving. This task is inherently challenging due to the sensor's unique spherical geometry, the temporal sparsity of point clouds, and the complexity of dynamic scenes. To address these challenges, we present LiSTAR, a novel generative world model that operates directly on the sensor's native geometry. LiSTAR introduces a Hybrid-Cylindrical-Spherical (HCS) representation to preserve data fidelity by mitigating quantization artifacts common in Cartesian grids. To capture complex dynamics from sparse temporal data, it utilizes a Spatio-Temporal Attention with Ray-Centric Transformer (START) that explicitly models feature evolution along individual sensor rays for robust temporal coherence. Furthermore, for controllable synthesis, we propose a novel 4D point cloud-aligned voxel layout for conditioning and a corresponding discrete Masked Generative START (MaskSTART) framework, which learns a compact, tokenized representation of the scene, enabling efficient, high-resolution, and layout-guided compositional generation. Comprehensive experiments validate LiSTAR's state-of-the-art performance across 4D LiDAR reconstruction, prediction, and conditional generation, with substantial quantitative gains: reducing generation MMD by a massive 76%, improving reconstruction IoU by 32%, and lowering prediction L1 Med by 50%. This level of performance provides a powerful new foundation for creating realistic and controllable autonomous systems simulations. Project link: https://ocean-luna.github.io/LiSTAR.gitub.io.