RePLAy: Remove Projective LiDAR Depthmap Artifacts via Exploiting Epipolar Geometry
Shengjie Zhu, Girish Chandar Ganesan, Abhinav Kumar, Xiaoming Liu
TL;DR
The paper tackles persistent projective artifacts in LiDAR depthmaps caused by the baseline between LiDAR and RGB sensors. It introduces RePLAy, a parameter-free analytical method that builds a virtual LiDAR camera to form a binocular system with the RGB camera and detects artifacts as epipolar occlusion, aided by an auto-calibration step. Across datasets like KITTI, nuScenes, Waymo, and DDAD, RePLAy yields consistent improvements for state-of-the-art monocular depth estimation and monocular 3D object detection when depthmaps are artifact-free, and the authors release processed depthmaps to benefit the community. This work offers a practical, calibration-based solution that extends artifact removal to datasets lacking stereo imagery, enhancing depth supervision and downstream perception tasks in autonomous driving and related fields.
Abstract
3D sensing is a fundamental task for Autonomous Vehicles. Its deployment often relies on aligned RGB cameras and LiDAR. Despite meticulous synchronization and calibration, systematic misalignment persists in LiDAR projected depthmap. This is due to the physical baseline distance between the two sensors. The artifact is often reflected as background LiDAR incorrectly projected onto the foreground, such as cars and pedestrians. The KITTI dataset uses stereo cameras as a heuristic solution to remove artifacts. However most AV datasets, including nuScenes, Waymo, and DDAD, lack stereo images, making the KITTI solution inapplicable. We propose RePLAy, a parameter-free analytical solution to remove the projective artifacts. We construct a binocular vision system between a hypothesized virtual LiDAR camera and the RGB camera. We then remove the projective artifacts by determining the epipolar occlusion with the proposed analytical solution. We show unanimous improvement in the State-of-The-Art (SoTA) monocular depth estimators and 3D object detectors with the artifacts-free depthmaps.
