Quantitative 3D Map Accuracy Evaluation Hardware and Algorithm for LiDAR(-Inertial) SLAM
Sanghyun Hahn, Seunghun Oh, Minwoo Jung, Ayoung Kim, Sangwoo Jung
TL;DR
The paper tackles the problem of quantitatively evaluating 3D maps produced by LiDAR(-Inertial) SLAM in outdoor environments. It introduces a robust outdoor LiDAR target and an automatic pose-extraction pipeline using $K$-means clustering, RANSAC, and SVD, synchronized with GPS ground truth. It defines two error metrics, $E_{rel}$ and $E_{abs}$, to capture global and local map accuracy, and validates them with five sequences from a highway construction site, showing that larger map extents can inflate $E_{rel}$ while $E_{abs}$ provides location-specific accuracy. It provides open-source implementations and advances repeatable, user-independent map accuracy assessment for LiDAR SLAM systems.
Abstract
Accuracy evaluation of a 3D pointcloud map is crucial for the development of autonomous driving systems. In this work, we propose a user-independent software/hardware system that can quantitatively evaluate the accuracy of a 3D pointcloud map acquired from LiDAR(-Inertial) SLAM. We introduce a LiDAR target that functions robustly in the outdoor environment, while remaining observable by LiDAR. We also propose a software algorithm that automatically extracts representative points and calculates the accuracy of the 3D pointcloud map by leveraging GPS position data. This methodology overcomes the limitations of the manual selection method, that its result varies between users. Furthermore, two different error metrics, relative and absolute errors, are introduced to analyze the accuracy from different perspectives. Our implementations are available at: https://github.com/SangwooJung98/3D_Map_Evaluation
