CVApr 6, 2021

Lidar-Monocular Surface Reconstruction Using Line Segments

arXiv:2104.02761v19 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of 3D reconstruction in featureless environments for robotics or mapping applications, representing an incremental improvement over existing sensor fusion methods.

The paper tackles the problem of inaccurate pose estimation in Structure from Motion (SfM) for environments lacking visual features by combining monocular camera and LIDAR data, using line segments for correspondence and bundle adjustment to refine poses and improve mesh quality, achieving results comparable to state-of-the-art LIDAR surveys without needing highly accurate ground truth poses.

Structure from Motion (SfM) often fails to estimate accurate poses in environments that lack suitable visual features. In such cases, the quality of the final 3D mesh, which is contingent on the accuracy of those estimates, is reduced. One way to overcome this problem is to combine data from a monocular camera with that of a LIDAR. This allows fine details and texture to be captured while still accurately representing featureless subjects. However, fusing these two sensor modalities is challenging due to their fundamentally different characteristics. Rather than directly fusing image features and LIDAR points, we propose to leverage common geometric features that are detected in both the LIDAR scans and image data, allowing data from the two sensors to be processed in a higher-level space. In particular, we propose to find correspondences between 3D lines extracted from LIDAR scans and 2D lines detected in images before performing a bundle adjustment to refine poses. We also exploit the detected and optimized line segments to improve the quality of the final mesh. We test our approach on the recently published dataset, Newer College Dataset. We compare the accuracy and the completeness of the 3D mesh to a ground truth obtained with a survey-grade 3D scanner. We show that our method delivers results that are comparable to a state-of-the-art LIDAR survey while not requiring highly accurate ground truth pose estimates.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes