Analyzing Infrastructure LiDAR Placement with Realistic LiDAR Simulation Library
Xinyu Cai, Wentao Jiang, Runsheng Xu, Wenquan Zhao, Jiaqi Ma, Si Liu, Yikang Li
TL;DR
The paper addresses optimizing infrastructure LiDAR placement for V2X perception by introducing a Realistic LiDAR Simulation Library (RLS) integrated with CARLA to model 14 LiDAR devices with beam patterns, motion distortion, and ghosting. It proposes a simulate-and-evaluate pipeline and traffic-irrelevant surrogate metrics InfraD and InfraNUC to quickly assess placements, linking point-cloud density and distribution to detection accuracy. Experiments show that, for the same LiDAR count and type, optimized placements can yield about a 15% improvement in average precision in standard lane scenes, and that InfraD and InfraNUC correlate with performance. The work enables faster, more realistic infrastructure LiDAR placement optimization and provides code for reproducibility.
Abstract
Recently, Vehicle-to-Everything(V2X) cooperative perception has attracted increasing attention. Infrastructure sensors play a critical role in this research field; however, how to find the optimal placement of infrastructure sensors is rarely studied. In this paper, we investigate the problem of infrastructure sensor placement and propose a pipeline that can efficiently and effectively find optimal installation positions for infrastructure sensors in a realistic simulated environment. To better simulate and evaluate LiDAR placement, we establish a Realistic LiDAR Simulation library that can simulate the unique characteristics of different popular LiDARs and produce high-fidelity LiDAR point clouds in the CARLA simulator. Through simulating point cloud data in different LiDAR placements, we can evaluate the perception accuracy of these placements using multiple detection models. Then, we analyze the correlation between the point cloud distribution and perception accuracy by calculating the density and uniformity of regions of interest. Experiments show that when using the same number and type of LiDAR, the placement scheme optimized by our proposed method improves the average precision by 15%, compared with the conventional placement scheme in the standard lane scene. We also analyze the correlation between perception performance in the region of interest and LiDAR point cloud distribution and validate that density and uniformity can be indicators of performance. Both the RLS Library and related code will be released at https://github.com/PJLab-ADG/PCSim.
